From 87f02620da285de11692689c9ce71b6eb579c6c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:09:30 +0000 Subject: [PATCH] Update numpy requirement from <1.27,>=1.26.4 to >=1.26.4,<2.1 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.26.4...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 39056737..897995eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ keras-nightly keras-tuner>=1.4.7 seaborn==0.13.2 # 0.12.2 numpy>=1.23.5,<=1.26.4; python_version<"3.12" -numpy>=1.26.4,<1.27; python_version>="3.12" +numpy>=1.26.4,<2.1; python_version>="3.12" scikit-learn>=1.4.0,<1.5.0 # 1.3.2 #vpandas>=2.2.2 # 2.0.3 # --extra-index-url https://download.pytorch.org/whl/cpu