Skip to content

Commit

Permalink
Change package requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Nov 9, 2022
1 parent cb32137 commit aab61d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ networkx >= 2.5.0
geopy >= 2.0.0
pandas >= 1.2.0
pyproj >= 3.0.0
pypsa >=0.17.0
pypsa >=0.17.0, <=0.20.1
pyomo >= 6.0
multiprocess
workalendar
egoio >= 0.4.7
matplotlib >= 3.3.0
pypower
sklearn
scikit-learn
beautifulsoup4
plotly
dash == 2.6.0
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def read(fname):
"geopandas >= 0.9.0",
"pyproj >= 3.0.0",
"shapely >= 1.7.0",
"pypsa >= 0.17.0",
"pypsa >= 0.17.0, <=0.20.1",
"pyomo >= 6.0",
"multiprocess",
"workalendar",
Expand All @@ -47,7 +47,7 @@ def read(fname):
"egoio >= 0.4.7",
"matplotlib >= 3.3.0",
"pypower",
"sklearn",
"scikit-learn",
"pydot",
"pygeos",
"beautifulsoup4",
Expand Down

0 comments on commit aab61d2

Please sign in to comment.