Skip to content

Commit

Permalink
Bump numpy version to 1.24.2 (#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
kenxu95 authored Apr 19, 2023
1 parent 93a8707 commit 6fdafa9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion sdk/requirements/python-3-10.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools<=67.2.0
cloudpickle<=2.2.1
numpy<=1.24.0
numpy<=1.24.2
requests<=2.28.2
pandas<=1.5.3
IPython<=8.9.0
Expand Down
2 changes: 1 addition & 1 deletion sdk/requirements/python-3-7.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools<=67.2.0
cloudpickle<=2.2.0
numpy<=1.24.0
numpy<=1.24.2
requests<=2.28.2
pandas<=1.5.2
IPython<=8.9.0
Expand Down
2 changes: 1 addition & 1 deletion sdk/requirements/python-3-8.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools<=67.2.0
cloudpickle<=2.2.1
numpy<=1.24.0
numpy<=1.24.2
requests<=2.28.2
pandas<=1.5.3
IPython<=8.9.0
Expand Down
2 changes: 1 addition & 1 deletion sdk/requirements/python-3-9.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
setuptools<=67.2.0
cloudpickle<=2.2.1
numpy<=1.24.0
numpy<=1.24.2
requests<=2.28.2
pandas<=1.5.3
IPython<=8.9.0
Expand Down
2 changes: 1 addition & 1 deletion src/python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
boto3<=1.26.34
cloudpickle<=2.2.0
google-cloud-storage<=2.7.0
numpy<=1.24.0
numpy<=1.24.2
pandas<=1.5.2
pydantic<=1.10.2
SQLAlchemy<2.0.0
Expand Down

0 comments on commit 6fdafa9

Please sign in to comment.