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