This is an automated email from the ASF dual-hosted git repository.

vterentev pushed a commit to branch fix-update-dependencies
in repository https://gitbox.apache.org/repos/asf/beam.git


The following commit(s) were added to refs/heads/fix-update-dependencies by 
this push:
     new 881de9ba98a Update tensorflow version for Python 3.13
881de9ba98a is described below

commit 881de9ba98a243a50075e696901e436227519b3c
Author: Vitaly Terentyev <[email protected]>
AuthorDate: Mon Sep 29 20:14:36 2025 +0400

    Update tensorflow version for Python 3.13
---
 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 c23d69225d5..6cca5ff35c0 100644
--- a/sdks/python/setup.py
+++ b/sdks/python/setup.py
@@ -587,7 +587,7 @@ if __name__ == '__main__':
           # For more info, see
           # 
https://docs.google.com/document/d/1c84Gc-cZRCfrU8f7kWGsNR2o8oSRjCM-dGHO9KvPWPw/edit?usp=sharing
           'torch': ['torch>=1.9.0,<2.8.0'],
-          'tensorflow': ['tensorflow>=2.12rc1,<2.17'],
+          'tensorflow': ['tensorflow>=2.12rc1,<2.21'],
           'transformers': [
               'transformers>=4.28.0,<4.56.0',
               'tensorflow>=2.12.0',

Reply via email to