From a12e59ea836bc2a08791d49d83f816f6d666b259 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 01:08:12 +0000 Subject: [PATCH] Bump numpy from 1.26.0 to 1.26.1 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.0 to 1.26.1. - [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.0...v1.26.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-patch ... 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 08e5578..c73f7d1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ matplotlib==3.8.0 scikit_learn==1.3.1 pandas==2.1.1 scipy==1.11.3 -numpy==1.26.0 +numpy==1.26.1 tensorflow==2.14.0 diff --git a/requirements_gpu.txt b/requirements_gpu.txt index de7d8ea..5245869 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -2,5 +2,5 @@ matplotlib==3.8.0 scikit_learn==1.3.1 pandas==2.1.1 scipy==1.11.3 -numpy==1.26.0 +numpy==1.26.1 tensorflow_gpu==2.12.0