Skip to content

Commit

Permalink
Update depedency in discrete-optimization
Browse files Browse the repository at this point in the history
- To be able to make a release, we need to depend on released versions.
- We need last versions of hyperparameters definition in d-o

=> we use the last release 0.3.2
  • Loading branch information
nhuet authored and fteicht committed Sep 20, 2024
1 parent c7036af commit 8dcd249
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ matplotlib = { version = ">=3.3.4", optional = true }
joblib = { version = ">=1.0.1", optional = true }
stable-baselines3 = { version = ">=2.0.0", optional = true }
ray = { extras = ["rllib"], version = ">=2.9.0", optional = true }
discrete-optimization = {git = "https://github.com/airbus/discrete-optimization.git", branch = "master", optional = true }
discrete-optimization = { version = ">=0.3.2", optional = true }
openap = { version = ">=1.5", python = ">=3.9", optional = true }
pygeodesy = { version = ">=23.6.12", optional = true }
unified-planning = { version = ">=1.1.0", python = ">=3.10", optional = true }
Expand Down

0 comments on commit 8dcd249

Please sign in to comment.