Skip to content

Commit

Permalink
Setting pandas!=2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewlee94 committed Sep 11, 2023
1 parent 02c20ac commit d5e3891
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 @@ -131,9 +131,9 @@ def __getitem__(self, key):
"pint", # required to use Pyomo units
"networkx", # required to use Pyomo network
"numpy",
# pandas constraint added on 2023-08-30 b/c Pysmo test failures with 2.1
# pandas constraint added on 2023-08-30 b/c bug in v2.1
# see IDAES/idaes-pse#1253
"pandas<2.1",
"pandas!=2.1",
"scipy",
"sympy", # idaes.core.util.expr_doc
"matplotlib",
Expand Down

0 comments on commit d5e3891

Please sign in to comment.