Skip to content

Commit

Permalink
pin numpy to <2 version (#367)
Browse files Browse the repository at this point in the history
for now, pyomo does not work with numpy 2 and its optional linking
dependency is not enforced.

See here:
Pyomo/pyomo#3290 (comment)
  • Loading branch information
maurerle authored Jun 20, 2024
1 parent 9f9c20f commit 6a5c7fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ python = "^3.10"
argcomplete = "^3.1.4"
nest-asyncio = "^1.5.6"
mango-agents-assume = "^1.1.1-8"
numpy = "^1.26.4"
tqdm = "^4.64.1"
python-dateutil = "^2.8.2"
sqlalchemy = "^2.0.9"
Expand Down

0 comments on commit 6a5c7fd

Please sign in to comment.