Skip to content

Commit

Permalink
attempt to fix mip install issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-gorman committed May 8, 2024
1 parent bc93191 commit eee88e4
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 @@ -19,7 +19,7 @@ repository="https://github.com/UNSW-CEEM/nempy"
[tool.poetry.dependencies]
python = ">=3.8,<3.12"
pandas = "<3.0.0"
mip = ">=1.11.0,<2.0.0"
mip = ">=1.15.0,<2.0.0"
xmltodict = "==0.12.0"
requests = ">=2.0.0, <3.0.0"

Expand Down

0 comments on commit eee88e4

Please sign in to comment.