Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading