Skip to content

Commit

Permalink
Merge pull request #144 from AI-Planning/enhsp-fix
Browse files Browse the repository at this point in the history
Use an updated version of enhsp.
  • Loading branch information
haz authored Nov 14, 2024
2 parents da1f38e + 4087948 commit 597fc9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion planutils/packages/enhsp/install
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash

apptainer build enhsp.sif docker://enricos83/enhsp:latest
# apptainer build enhsp.sif docker://enricos83/enhsp:latest
apptainer pull --library https://library.sylabs.io enhsp.sif library://enricos83/enhsp/enhsp:latest
2 changes: 1 addition & 1 deletion planutils/packages/enhsp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ENHSP: Expressive Numeric Heuristic Search Planner",
"description": "Supports classical and numeric planning (PDDL2.1), optimal simple numeric planning, satisficing non-linear numeric planning, autonomous processes and discrete events (PDDL+), and more.",
"homepage": "https://sites.google.com/view/enhsp",
"install-size": "138M",
"install-size": "146M",
"dependencies": [],
"endpoint": {
"services": {
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
long_description = fh.read()

setuptools.setup(name='planutils',
version='0.10.15',
version='0.10.16',
description='General library for setting up linux-based environments for developing, running, and evaluating planners.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 597fc9c

Please sign in to comment.