From cf584f53374f2d26a58f50f855fbfe01148df539 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 08:03:53 +0000 Subject: [PATCH 1/2] build(deps): update numpy requirement in /requirements Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.20.1...v2.1.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 0140f7a5519..0b0404ebcc7 100644 --- a/requirements/base.txt +++ b/requirements/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.20.0, <2.0 # strict, for compatibility reasons +numpy >1.20.0, <3.0 # strict, for compatibility reasons packaging >17.1 torch >=1.10.0, <2.5.0 typing-extensions; python_version < '3.9' From b935f2c2d6329fdfd3f5d934f701289aac5998e7 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Tue, 10 Sep 2024 10:05:28 +0200 Subject: [PATCH 2/2] docs? --- requirements/_docs.txt | 1 + requirements/base.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/_docs.txt b/requirements/_docs.txt index fdc774fe73b..16d5f4cc5b4 100644 --- a/requirements/_docs.txt +++ b/requirements/_docs.txt @@ -11,6 +11,7 @@ sphinx-togglebutton ==0.3.2 sphinx-copybutton ==0.5.2 sphinx-gallery ==0.17.1 +numpy >1.20.0, <3.0 # strict, for compatibility reasons lightning >=1.8.0, <2.5.0 lightning-utilities ==0.11.7 pydantic > 1.0.0, < 3.0.0 diff --git a/requirements/base.txt b/requirements/base.txt index 0b0404ebcc7..a8010c46fae 100644 --- a/requirements/base.txt +++ b/requirements/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.20.0, <3.0 # strict, for compatibility reasons +numpy >1.20.0, <3.0 packaging >17.1 torch >=1.10.0, <2.5.0 typing-extensions; python_version < '3.9'