From 408d9ffa0a3db6ae684e95fd466fb444a835df1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 00:43:05 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.1.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.1.2. - [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.1.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_gpu.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 05bcdd6..9667b59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ matplotlib==3.9.1 scikit_learn==1.5.1 pandas==2.2.2 scipy==1.14.0 -numpy==1.26.4 +numpy==2.1.2 tensorflow==2.15.0.post1 diff --git a/requirements_gpu.txt b/requirements_gpu.txt index 66c1417..b4890f9 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -2,5 +2,5 @@ matplotlib==3.9.1 scikit_learn==1.5.1 pandas==2.2.2 scipy==1.14.0 -numpy==1.26.4 +numpy==2.1.2 tensorflow_gpu==2.12.0