diff --git a/requirements.txt b/requirements.txt index 229aa73383c..58951c0a317 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,4 +19,4 @@ protobuf<3.20.4 rich>=10.1, <10.13 scipy>=1.7.3, <1.15 toposort<1.11 -torch>=1.10.0, <2.4.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' +torch>=1.10.0, <2.5.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64' or platform_machine == 'arm64' or platform_machine == 'aarch64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'