Skip to content

Commit acc8f74

Browse files
authored
Bumpy numpy bounds to include 2.3.X (#36898)
1 parent 32345e7 commit acc8f74

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.3.0", # Update setup.py as well.
30+
"numpy>=1.14.3,<2.4.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
@@ -383,7 +383,7 @@ def get_portability_package_data():
383383
'jsonpickle>=3.0.0,<4.0.0',
384384
# numpy can have breaking changes in minor versions.
385385
# Use a strict upper bound.
386-
'numpy>=1.14.3,<2.3.0', # Update pyproject.toml as well.
386+
'numpy>=1.14.3,<2.4.0', # Update pyproject.toml as well.
387387
'objsize>=0.6.1,<0.8.0',
388388
'packaging>=22.0',
389389
'pymongo>=3.8.0,<5.0.0',

0 commit comments

Comments
 (0)