Skip to content

Commit

Permalink
Restrict numpy version to 1.x (#144)
Browse files Browse the repository at this point in the history
Closes #143

For now, we cannot use numpy 2.0 due to an incompatibility with the
current gurobipy releases.
  • Loading branch information
simonbowly authored Jun 17, 2024
1 parent f7e0f92 commit c7f983e
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 @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"gurobipy[matrixapi]>=10.0.3",
"gurobipy-pandas>=1.0.0",
"numpy",
"numpy<2",
"pandas",
"scipy>=1.8.0",
]
Expand Down

0 comments on commit c7f983e

Please sign in to comment.