Skip to content

Commit

Permalink
Bugfix #342 - Changed pyomo version
Browse files Browse the repository at this point in the history
- Pyomo 6.4.3 makes problems with pypsa
  • Loading branch information
Malte Jahn committed Dec 1, 2022
1 parent ccc2c19 commit 541d9ce
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 @@ -39,7 +39,7 @@ def read(fname):
"pyproj >= 3.0.0",
"shapely >= 1.7.0",
"pypsa >= 0.17.0, <= 0.20.1",
"pyomo >= 6.0",
"pyomo <= 6.4.2", # Problem with PyPSA 20.1 fixed in newest PyPSA release
"multiprocess",
"workalendar",
"sqlalchemy < 1.4.0",
Expand Down

0 comments on commit 541d9ce

Please sign in to comment.