diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 4db7910a04062d..7ca4556821613a 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.27.0 +numpy >=1.21.0, <1.27.0 torch >=2.1.0, <2.4.0 fsspec[http] >=2022.5.0, <2024.4.0 packaging >=20.0, <=23.1 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index 639e5b47e844d7..cd71466551f011 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.27.0 +numpy >=1.21.0, <1.27.0 torch >=2.1.0, <2.4.0 tqdm >=4.57.0, <4.67.0 PyYAML >=5.4, <6.1.0