diff --git a/sdks/python/setup.py b/sdks/python/setup.py index 2b21d0463c98..be7010810575 100644 --- a/sdks/python/setup.py +++ b/sdks/python/setup.py @@ -547,7 +547,7 @@ def get_portability_package_data(): # For more info, see # https://docs.google.com/document/d/1c84Gc-cZRCfrU8f7kWGsNR2o8oSRjCM-dGHO9KvPWPw/edit?usp=sharing 'torch': [ - 'torch<=1.13.0,<=2.0.0' + 'torch<=1.13.0,<2.1.0' ], 'tensorflow': [ 'tensorflow>=2.12rc1,<2.13'