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==1.1.2
flask-cors==3.0.10 flask-cors==3.0.10
gunicorn==20.0.4 gunicorn==20.0.4
numpy==1.19.1 numpy<1.20.0
pandas==0.25.3 pandas==0.25.3
pyyaml==5.4 pyyaml==5.4
requests==2.25.1 requests==2.25.1

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

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

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

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

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

@ -1,2 +1,2 @@
[build-system] [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 torchsummary==1.5.1
wrapt==1.11.2 wrapt==1.11.2
zmq==0.0.0 zmq==0.0.0
numpy==1.19.1 numpy<1.20.0
tabulate==0.8.5 tabulate==0.8.5
networkx==2.4 networkx==2.4
palettable==3.3.0 palettable==3.3.0
@ -41,4 +41,4 @@ tqdm==4.51.0
editorconfig-checker editorconfig-checker
aria2p==0.9.1 aria2p==0.9.1
prompt_toolkit==2.0.10 prompt_toolkit==2.0.10
stringcase==1.2.0 stringcase==1.2.0

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

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