Skip to content

Commit

Permalink
update numpy version limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jinyu-W committed May 26, 2021
1 parent 68ff04e commit bb9fe79
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion maro/requirements.build.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions notebooks/requirements.nb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "numpy<1.19.0"]
requires = ["setuptools", "wheel", "numpy<1.20.0"]
4 changes: 2 additions & 2 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
2 changes: 1 addition & 1 deletion tests/requirements.test.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit bb9fe79

Please sign in to comment.