Skip to content

Commit

Permalink
Merge pull request #641 from plotly/fix-floris
Browse files Browse the repository at this point in the history
Fix dash-floris-gch requirements

Former-commit-id: a43328d
  • Loading branch information
Xing Han Lu committed May 31, 2021
2 parents 0f40434 + f108844 commit 3d2574e
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 9 deletions.
3 changes: 1 addition & 2 deletions apps/dash-floris-gch/dependencies.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
black
floris
dash
pandas
gunicorn
ipykernel
vtk
dash-vtk
pyproj~=2.1
63 changes: 56 additions & 7 deletions apps/dash-floris-gch/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,56 @@
floris
dash
pandas
gunicorn
vtk
dash-vtk
pyproj~=2.1
attrs==21.2.0
backcall==0.2.0
Brotli==1.0.9
certifi==2020.12.5
click==8.0.1
coloredlogs==15.0
cycler==0.10.0
dash==1.20.0
dash-core-components==1.16.0
dash-html-components==1.1.3
dash-renderer==1.9.1
dash-table==4.11.3
dash-vtk==0.0.9
Flask==2.0.1
Flask-Compress==1.9.0
FLORIS==2.3
future==0.18.2
gunicorn==20.1.0
humanfriendly==9.1
importlib-metadata==4.4.0
iniconfig==1.1.1
ipython-genutils==0.2.0
itsdangerous==2.0.1
Jinja2==3.0.1
joblib==1.0.1
kiwisolver==1.3.1
MarkupSafe==2.0.1
matplotlib==3.4.2
numpy==1.20.3
packaging==20.9
pandas==1.2.4
pexpect==4.8.0
pickleshare==0.7.5
Pillow==8.2.0
plotly==4.14.3
pluggy==0.13.1
py==1.10.0
pyparsing==2.4.7
pyproj==2.6.1.post1
pytest==6.2.4
python-dateutil==2.8.1
pytz==2021.1
retrying==1.3.3
scikit-learn==0.24.2
scipy==1.6.3
seaborn==0.11.1
Shapely==1.7.1
six==1.16.0
sklearn==0.0
threadpoolctl==2.1.0
toml==0.10.2
typing-extensions==3.10.0.0
vtk==9.0.1
wcwidth==0.2.5
Werkzeug==2.0.1
zipp==3.4.1

0 comments on commit 3d2574e

Please sign in to comment.