diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 6f479b8e55..ccb58aaf86 100644 --- a/requirements/fabric/base.txt +++ b/requirements/fabric/base.txt @@ -1,7 +1,7 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # 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.25.1 +numpy >=1.17.2, <1.25.2 torch >=1.11.0, <2.1.0 fsspec[http]>2021.06.0, <2023.5.0 packaging >=20.0, <=23.0 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index 6f685aa5a3..da3686a7af 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -1,7 +1,7 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # 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.25.1 +numpy >=1.17.2, <1.25.2 torch >=1.11.0, <2.1.0 tqdm >=4.57.0, <4.66.0 PyYAML >=5.4, <=6.0