tvalentyn commented on code in PR #37685:
URL: https://github.com/apache/beam/pull/37685#discussion_r2843742497
##########
sdks/python/setup.py:
##########
@@ -384,9 +384,10 @@ def get_portability_package_data():
'grpcio>=1.67.0; python_version >= "3.13"',
'httplib2>=0.8,<0.32.0',
'jsonpickle>=3.0.0,<4.0.0',
- # numpy can have breaking changes in minor versions.
- # Use a strict upper bound.
- 'numpy>=1.14.3,<2.5.0', # Update pyproject.toml as well.
+ # numpy: py310-312 use 1.x; py313 needs 2.x (1.x unsupported; avoids
# pylint: disable=line-too-long
+ # pandas ABI mismatch).
Review Comment:
are there some detaills on this mismatch?
--
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]