Skip to content

Commit

Permalink
Merge pull request #355 from openego/feature/update_requirements
Browse files Browse the repository at this point in the history
Change requirements
  • Loading branch information
birgits committed Mar 6, 2023
2 parents 7e19f84 + 4f24564 commit fe9f290
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 2 deletions rtd_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ pypower
scikit-learn
beautifulsoup4
plotly
dash == 2.6.0
werkzeug==2.2.0
dash
jupyter_dash
docutils == 0.16.0
sphinx >= 4.3.0, < 5.1.0
Expand Down
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,10 @@ def read(fname):
"beautifulsoup4",
"contextily",
"descartes",
"jupyter",
"jupyterlab",
"plotly",
"dash==2.6.0",
"dash",
"jupyter_dash",
"werkzeug==2.2.0",
]

dev_requirements = [
Expand Down

0 comments on commit fe9f290

Please sign in to comment.