Skip to content

Commit

Permalink
Add yaml to requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Mar 8, 2023
1 parent 4f817cc commit e2d7fb7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
27 changes: 14 additions & 13 deletions rtd_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,23 +1,24 @@
beautifulsoup4
dash
demandlib
networkx >= 2.5.0
docutils == 0.16.0
egoio >= 0.4.7
geopy >= 2.0.0
jupyter_dash
matplotlib >= 3.3.0
multiprocess
networkx >= 2.5.0
pandas >= 1.2.0
pyproj >= 3.0.0
pypsa >=0.17.0, <=0.20.1
plotly
pyomo >= 6.0
multiprocess
workalendar
egoio >= 0.4.7
matplotlib >= 3.3.0
pypower
scikit-learn
beautifulsoup4
plotly
dash
jupyter_dash
docutils == 0.16.0
pyproj >= 3.0.0
pypsa >=0.17.0, <=0.20.1
saio
scikit-learn
sphinx >= 4.3.0, < 5.1.0
sphinx_rtd_theme >=0.5.2
sphinx-autodoc-typehints
sshtunnel
workalendar
yaml
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ def read(fname):
"sqlalchemy < 1.4.0",
"sshtunnel",
"workalendar",
"yaml",
]

dev_requirements = [
Expand Down

0 comments on commit e2d7fb7

Please sign in to comment.