From e7c033fa942a1fc7cb6757ab2399a9a88156bd91 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:23:41 +0000 Subject: [PATCH] Update numpy requirement from <2.0,>1.20.0 to >1.20.0,<3.0 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 6f5cc796..37864e72 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,5 +1,5 @@ torch >=1.11.0 -numpy >1.20.0, <2.0 +numpy >1.20.0, <3.0 pandas >=1.1.5 scikit-learn >=1.3.0 pytorch-lightning >=2.0.0, <2.5.0