Skip to content

Commit

Permalink
🐛 ⬆️ Bump up-enhsp to 0.0.25 to fix annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisFederico committed Mar 12, 2024
1 parent c1642ff commit 03e1918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords = [
[project.optional-dependencies]
gym = ["gym >= 0.26"]
gui = ["pygame >= 2.1.0", "pygame-menu >= 4.3.8"]
planning = ["unified_planning[aries,enhsp] >= 1.1.0"]
planning = ["unified_planning[aries,enhsp] >= 1.1.0", "up-enhsp>=0.0.25"]
htmlvis = ["pyvis<=0.3.1"]
all = ["gym >= 0.26", "pygame >= 2.1.0", "pygame-menu >= 4.3.8", "unified_planning[aries,enhsp] >= 0.6.0", "pyvis<=0.3.1"]
dev = ["pytest", "pytest-cov", "pytest-mock", "pytest-check", "pytest-xdist", "pre-commit", "ruff"]
Expand Down

0 comments on commit 03e1918

Please sign in to comment.