Skip to content

Commit 879c754

Browse files
author
Xing Han Lu
authored
Merge pull request #599 from plotly/fix-peaky-finders-2
Peaky Finders: Reroll to original requirements.txt, fix pip Former-commit-id: f732ed3
2 parents ec1d199 + bc0afa7 commit 879c754

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

apps/dash-peaky-finders/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pip install pip==20.*
2-
pip install -r requirements-predeploy.txt # Now, we can install them
1+
pip install pip==20.2.3
2+
pip install -r requirements-predeploy.txt
33
python predeploy.py

apps/dash-peaky-finders/requirements-predeploy.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ argon2-cffi==20.1.0
44
async-generator==1.10
55
attrs==20.3.0
66
backcall==0.2.0
7-
beautifulsoup4
7+
beautifulsoup4==4.9.3
88
billiard==3.6.3.0
99
bleach==3.2.1
1010
Brotli==1.0.9
@@ -58,7 +58,7 @@ jupyterlab-widgets==1.0.0
5858
kiwisolver==1.3.1
5959
kombu==5.0.2
6060
korean-lunar-calendar==0.2.1
61-
lxml==3.*
61+
lxml==4.6.2
6262
MarkupSafe==1.1.1
6363
matplotlib==3.3.4
6464
mistune==0.8.4
@@ -86,7 +86,7 @@ Pygments==2.7.3
8686
pyiso==0.4.0
8787
PyMeeus==0.3.7
8888
pyparsing==2.4.7
89-
pyproj==3.*
89+
pyproj==3.0.0.post1
9090
pyrsistent==0.17.3
9191
python-dateutil==2.8.1
9292
pytz==2019.3
@@ -117,4 +117,4 @@ Werkzeug==1.0.1
117117
widgetsnbextension==3.5.1
118118
xgboost==1.3.1
119119
xlrd==2.0.1
120-
zipp==3.4.0
120+
zipp==3.4.0

0 commit comments

Comments
 (0)