From 294c3b8ccaa88ca213160efb51ad14da6b50af0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 13:48:26 +0000 Subject: [PATCH] Update numpy requirement from <1.24.2,>=1.17.2 to >=1.17.2,<1.24.4 in /requirements (#17538) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements/docs.txt | 2 +- requirements/fabric/base.txt | 2 +- requirements/pytorch/base.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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