From b74e078164912358b02e9f25633c4346b4a0a61d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 08:11:02 +0000 Subject: [PATCH] Bump numpy from 1.23.5 to 1.26.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.23.5 to 1.26.0. - [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.23.5...v1.26.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... 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 d4c3bb3..07052f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ matplotlib==3.8.0 scikit_learn==1.3.1 pandas==2.1.1 -numpy==1.23.5 +numpy==1.26.0 scipy==1.11.2 tensorflow==2.14.0 diff --git a/requirements_gpu.txt b/requirements_gpu.txt index a449141..818cb1e 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -1,6 +1,6 @@ matplotlib==3.8.0 scikit_learn==1.3.1 pandas==2.1.1 -numpy==1.23.5 +numpy==1.26.0 scipy==1.11.2 tensorflow_gpu==2.12.0