update numpy version limit
This commit is contained in:
Родитель
68ff04efb3
Коммит
bb9fe79500
|
@ -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
|
||||
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
|
||||
|
|
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче