This is an automated email from the ASF dual-hosted git repository.
damccorm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new ac350626fa4 Pin torch dependencies to tested versions (#35431)
ac350626fa4 is described below
commit ac350626fa4776be007305eb79e02f19691c39b8
Author: Danny McCormick <[email protected]>
AuthorDate: Wed Jun 25 12:11:57 2025 -0400
Pin torch dependencies to tested versions (#35431)
---
sdks/python/setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sdks/python/setup.py b/sdks/python/setup.py
index 6c799ba943b..a0bbc301435 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -571,7 +571,7 @@ if __name__ == '__main__':
# in https://github.com/apache/beam/blob/master/sdks/python/tox.ini
# For more info, see
#
https://docs.google.com/document/d/1c84Gc-cZRCfrU8f7kWGsNR2o8oSRjCM-dGHO9KvPWPw/edit?usp=sharing
- 'torch': ['torch<=1.13.0,<2.1.0'],
+ 'torch': ['torch>=1.9.0,<2.1.0'],
'tensorflow': ['tensorflow>=2.12rc1,<2.13'],
'transformers': [
'transformers>=4.28.0,<4.49.0',