From 17e7561e9197c3bf6d5a676f51497896dd63de6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Mar 2025 00:13:37 +0000 Subject: [PATCH] Bump numpy from 1.26.4 to 2.2.4 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.4. - [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.2.4) --- 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 326ddd3..6c17168 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ matplotlib==3.9.2 scikit_learn==1.5.1 pandas==2.2.2 scipy==1.14.0 -numpy==1.26.4 +numpy==2.2.4 tensorflow==2.15.0.post1 diff --git a/requirements_gpu.txt b/requirements_gpu.txt index 8e6933e..07a6fb2 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -2,5 +2,5 @@ matplotlib==3.9.2 scikit_learn==1.5.1 pandas==2.2.2 scipy==1.14.0 -numpy==1.26.4 +numpy==2.2.4 tensorflow_gpu==2.12.0