Skip to content

Commit 9d2abcf

Browse files
authored
Bump numpy versions (#37238)
1 parent d55cf58 commit 9d2abcf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sdks/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ requires = [
2727
# Avoid https://github.com/pypa/virtualenv/issues/2006
2828
"distlib==0.3.9",
2929
# Numpy headers
30-
"numpy>=1.14.3,<2.4.0", # Update setup.py as well.
30+
"numpy>=1.14.3,<2.5.0", # Update setup.py as well.
3131
# having cython here will create wheels that are platform dependent.
3232
"cython>=3.0,<4",
3333
## deps for generating external transform wrappers:

sdks/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ def get_portability_package_data():
387387
'jsonpickle>=3.0.0,<4.0.0',
388388
# numpy can have breaking changes in minor versions.
389389
# Use a strict upper bound.
390-
'numpy>=1.14.3,<2.4.0', # Update pyproject.toml as well.
390+
'numpy>=1.14.3,<2.5.0', # Update pyproject.toml as well.
391391
'objsize>=0.6.1,<0.8.0',
392392
'packaging>=22.0',
393393
'pymongo>=3.8.0,<5.0.0',

0 commit comments

Comments
 (0)