Skip to content

Commit

Permalink
Also defines multiple versions for gurobi
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliabaldini committed Jul 22, 2024
1 parent 39de208 commit 56272c3
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 2 deletions.
34 changes: 33 additions & 1 deletion poetry.lock

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

5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ include = ["config", "images"]

[tool.poetry.dependencies]
python = "^3.8"
gurobipy = "^9.5.1"
gurobipy = [
{version = "^9.5.1", python = "<3.11"},
{version = "^11.0.3", python = ">=3.11"}
]
numpy = [
{version = "^1.24.4", python = "<3.12"},
{version = "^1.26.4", python = ">=3.12"}
Expand Down

0 comments on commit 56272c3

Please sign in to comment.