Skip to content

Commit

Permalink
⬆️ 🐛 Upgrade UPF dependency in "all" optional requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisFederico committed Jan 25, 2024
1 parent 4163cdb commit 0d0c74c
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 @@ -27,7 +27,7 @@ gym = ["gym >= 0.26"]
gui = ["pygame >= 2.1.0", "pygame-menu >= 4.3.8"]
planning = ["unified_planning[aries,enhsp,lpg] >= 1.0.0"]
htmlvis = ["pyvis<=0.3.1"]
all = ["gym >= 0.26", "pygame >= 2.1.0", "pygame-menu >= 4.3.8", "unified_planning[enhsp] >= 0.5.0", "pyvis<=0.3.1"]
all = ["gym >= 0.26", "pygame >= 2.1.0", "pygame-menu >= 4.3.8", "unified_planning[aries,enhsp,lpg] >= 1.0.0", "pyvis<=0.3.1"]
dev = ["pytest", "pytest-cov", "pytest-mock", "pytest-check", "pytest-xdist", "pre-commit", "ruff"]

[project.urls]
Expand Down

0 comments on commit 0d0c74c

Please sign in to comment.