liferoad commented on code in PR #32682:
URL: https://github.com/apache/beam/pull/32682#discussion_r1795992081
##########
sdks/python/setup.py:
##########
@@ -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.
Review Comment:
https://github.com/apache/beam/pull/32745
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]