From fda08a6628a63245ac6125aded3fa850a058fc86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Sep 2023 07:42:29 +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 dbc1d52..9605dff 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.13.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