This commit is contained in:
Jinyu Wang 2021-05-26 11:04:00 +08:00 коммит произвёл Jinyu-W
Родитель 68ff04efb3
Коммит bb9fe79500
6 изменённых файлов: 8 добавлений и 8 удалений

Просмотреть файл

@ -1,7 +1,7 @@
flask==1.1.2
flask-cors==3.0.10
gunicorn==20.0.4
numpy==1.19.1
numpy<1.20.0
pandas==0.25.3
pyyaml==5.4
requests==2.25.1

Просмотреть файл

@ -1,5 +1,5 @@
pyjwt
numpy<1.19.0
numpy<1.20.0
Cython>=0.29.14
altair>=4.1.0
streamlit>=0.69.1

Просмотреть файл

@ -20,5 +20,5 @@ ipython==7.10.1
ipython-genutils==0.2.0
shap==0.32.1
seaborn==0.9.0
numpy==1.17.4
numba==0.46.0
numpy<1.20.0
numba==0.46.0

Просмотреть файл

@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "numpy<1.19.0"]
requires = ["setuptools", "wheel", "numpy<1.20.0"]

Просмотреть файл

@ -19,7 +19,7 @@ torch==1.6.0
torchsummary==1.5.1
wrapt==1.11.2
zmq==0.0.0
numpy==1.19.1
numpy<1.20.0
tabulate==0.8.5
networkx==2.4
palettable==3.3.0
@ -41,4 +41,4 @@ tqdm==4.51.0
editorconfig-checker
aria2p==0.9.1
prompt_toolkit==2.0.10
stringcase==1.2.0
stringcase==1.2.0

Просмотреть файл

@ -1,7 +1,7 @@
matplotlib>=3.1.2
geopy
pandas<1.2
numpy<1.19.0
numpy<1.20.0
holidays>=0.10.3
pyaml>=20.4.0
redis>=3.5.3