From e7ccb3992fdf72d0cf19468f3d59245cdf9ba89f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 07:14:20 +0000 Subject: [PATCH] Bump numpy from 1.26.1 to 1.26.2 Bumps [numpy](https://github.com/numpy/numpy) from 1.26.1 to 1.26.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.1...v1.26.2) --- 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 5206179..1b328f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ matplotlib==3.8.1 scikit_learn==1.3.2 pandas==2.1.3 scipy==1.11.3 -numpy==1.26.1 +numpy==1.26.2 tensorflow==2.14.0 diff --git a/requirements_gpu.txt b/requirements_gpu.txt index 2c3241d..ba63d0f 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -2,5 +2,5 @@ matplotlib==3.8.1 scikit_learn==1.3.2 pandas==2.1.3 scipy==1.11.3 -numpy==1.26.1 +numpy==1.26.2 tensorflow_gpu==2.12.0