Skip to content

Commit

Permalink
Add upper versions constraints for numpy and pandas
Browse files Browse the repository at this point in the history
  • Loading branch information
lbianchi-lbl committed Mar 1, 2024
1 parent e1430e1 commit 6a95a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ def __getitem__(self, key):
"pyomo >= 6.7.1",
"pint", # required to use Pyomo units
"networkx", # required to use Pyomo network
"numpy",
"numpy<2",
# pandas constraint added on 2023-08-30 b/c bug in v2.1
# see IDAES/idaes-pse#1253
"pandas!=2.1.0",
"pandas!=2.1.0,<3",
"scipy",
"sympy", # idaes.core.util.expr_doc
"matplotlib",
Expand Down

0 comments on commit 6a95a74

Please sign in to comment.