From 4dcc0eeedcd70cf8e6a391c88d470748ee4ce4ec Mon Sep 17 00:00:00 2001 From: joda9 Date: Tue, 9 Jul 2024 12:11:44 +0200 Subject: [PATCH] Revert "update setup.py to newest pypsa and pyomo versions" This reverts commit 7db9daf2012bd35224342cb014337aa18bd87036. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 17e87f85..b77dba80 100644 --- a/setup.py +++ b/setup.py @@ -50,10 +50,10 @@ def read(fname): "plotly", "pydot", "pygeos", - # "pyomo <= 6.4.2", # Problem with PyPSA 20.1 fixed in newest PyPSA release + "pyomo <= 6.4.2", # Problem with PyPSA 20.1 fixed in newest PyPSA release "pypower", "pyproj >= 3.0.0", - "pypsa", + "pypsa >= 0.17.0, <= 0.20.1", "pyyaml", "saio", "scikit-learn <= 1.1.1",