Skip to content

Commit

Permalink
Merge pull request #657 from openego/fixes/limit-pandas-and-pyomo-ver…
Browse files Browse the repository at this point in the history
…sion

Set upper version limits for pandas and pyomo
  • Loading branch information
ClaraBuettner authored Sep 18, 2023
2 parents e615bd9 + b21a59a commit 86142b9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,10 @@ def read(*names, **kwargs):
"loguru",
"matplotlib >= 3.0.3",
"oedialect",
# 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",
# Fix upper version limits for pyomo and pandas
# Related to problems with old pypsa version
"pandas < 2",
"pyomo>6.4, <6.6, !=6.4.3",
"pypsa == 0.20.1",
"rtree",
"saio",
Expand Down

0 comments on commit 86142b9

Please sign in to comment.