Skip to content

Commit

Permalink
Allow pyomo version 6.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraBuettner committed Sep 18, 2023
1 parent 355cf3c commit cb29280
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def read(*names, **kwargs):
# Fix upper version limits for pyomo and pandas
# Related to problems with old pypsa version
"pandas < 2",
"pyomo == 6.4.1",
"pyomo>6.4, <6.6",
"pypsa == 0.20.1",
"rtree",
"saio",
Expand Down

0 comments on commit cb29280

Please sign in to comment.