Skip to content

Commit

Permalink
allow numpy 2.1.x
Browse files Browse the repository at this point in the history
  • Loading branch information
liferoad committed Oct 7, 2024
1 parent 2cc6efa commit 6129c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def get_portability_package_data():
'jsonpickle>=3.0.0,<4.0.0',
# numpy can have breaking changes in minor versions.
# Use a strict upper bound.
'numpy>=1.14.3,<1.27.0', # Update pyproject.toml as well.
'numpy>=1.14.3,<2.2.0', # Update pyproject.toml as well.
'objsize>=0.6.1,<0.8.0',
'packaging>=22.0',
'pymongo>=3.8.0,<5.0.0',
Expand Down

0 comments on commit 6129c9a

Please sign in to comment.