From e4005ea02d048df95accc42bb86d69cef0fab2cd Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Sat, 29 Apr 2023 13:42:21 -0400 Subject: [PATCH] requirements: update torch requirement from >=1.8.0,<1.14.0 to >=1.8.0,<2.1.0 (#2652) Signed-off-by: Jan Vesely --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 29e42f849c5..b5fceae753f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,4 +18,4 @@ pint<0.21.0 protobuf<3.20.4 rich>=10.1, <10.13 toposort<1.11 -torch>=1.8.0, <1.14.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython' +torch>=1.8.0, <2.1.0; (platform_machine == 'AMD64' or platform_machine == 'x86_64') and platform_python_implementation == 'CPython' and implementation_name == 'cpython'