From 0f85c6a5233ad20fdc33b5a70e4baef2044f7ec2 Mon Sep 17 00:00:00 2001 From: Jirka Date: Fri, 22 Mar 2024 23:57:59 +0100 Subject: [PATCH] bump torch to `2.2.1` --- requirements/fabric/base.txt | 2 +- requirements/pytorch/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 301ae7371d87d..c57d24a49e583 100644 --- a/requirements/fabric/base.txt +++ b/requirements/fabric/base.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment numpy >=1.17.2, <1.27.0 -torch >=1.13.0, <=2.2.0 +torch >=1.13.0, <2.3.0 fsspec[http] >=2022.5.0, <2023.11.0 packaging >=20.0, <=23.1 typing-extensions >=4.4.0, <4.10.0 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index f6137d1dc013f..ed4250bb3832b 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -2,7 +2,7 @@ # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment numpy >=1.17.2, <1.27.0 -torch >=1.13.0, <=2.2.0 +torch >=1.13.0, <2.3.0 tqdm >=4.57.0, <4.67.0 PyYAML >=5.4, <6.1.0 fsspec[http] >=2022.5.0, <2023.11.0