Skip to content

Commit

Permalink
Set pandas and pyomo version
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 26, 2023
1 parent 92091c0 commit b42196b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ def read(*names, **kwargs):
"geopandas",
"matplotlib >= 3.0.3",
"oedialect",
"pandas == 1.5.3",
# PyPSA uses a deprecated import that errors with Pyomo 6.4.3.
# Upstream has a fix but it's not yet released.
"pyomo != 6.4.3",
"pyomo == 6.4.1",
"pypsa == 0.20.1",
"rtree",
"saio",
Expand Down

0 comments on commit b42196b

Please sign in to comment.