File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
33python predeploy.py
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ argon2-cffi==20.1.0
44async-generator==1.10
55attrs==20.3.0
66backcall==0.2.0
7- beautifulsoup4
7+ beautifulsoup4==4.9.3
88billiard==3.6.3.0
99bleach==3.2.1
1010Brotli==1.0.9
@@ -58,7 +58,7 @@ jupyterlab-widgets==1.0.0
5858kiwisolver==1.3.1
5959kombu==5.0.2
6060korean-lunar-calendar==0.2.1
61- lxml==3.*
61+ lxml==4.6.2
6262MarkupSafe==1.1.1
6363matplotlib==3.3.4
6464mistune==0.8.4
@@ -86,7 +86,7 @@ Pygments==2.7.3
8686pyiso==0.4.0
8787PyMeeus==0.3.7
8888pyparsing==2.4.7
89- pyproj==3.*
89+ pyproj==3.0.0.post1
9090pyrsistent==0.17.3
9191python-dateutil==2.8.1
9292pytz==2019.3
@@ -117,4 +117,4 @@ Werkzeug==1.0.1
117117widgetsnbextension==3.5.1
118118xgboost==1.3.1
119119xlrd==2.0.1
120- zipp==3.4.0
120+ zipp==3.4.0
You can’t perform that action at this time.
0 commit comments