diff --git a/requirements/docs.txt b/requirements/docs.txt index 72bc566a35..bd1836a9f1 100644 --- a/requirements/docs.txt +++ b/requirements/docs.txt @@ -1,5 +1,5 @@ sphinx >=4.0, <5.0 -myst-parser==0.18.1 +myst-parser >=0.18.1, <1.0.0 nbsphinx >=0.8.5, <=0.8.9 pandoc >=1.0, <=2.3 docutils >=0.16, <0.20 diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index 7dd3a2f2a3..469ef15c63 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.24.2 +numpy >=1.17.2, <1.24.4 torch >=1.11.0, <=2.0.0 fsspec[http]>2021.06.0, <2023.5.0 packaging >=17.1, <=23.0 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index 947afed868..f80072c380 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.24.2 +numpy >=1.17.2, <1.24.4 torch >=1.11.0, <=2.0.0 tqdm >=4.57.0, <4.65.0 PyYAML >=5.4, <=6.0