From 60473bf0a6c879b222353cdb3d31dba7547f5727 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Nov 2023 00:24:08 +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 e19baad..f90734f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ matplotlib==3.8.1 scikit_learn==1.3.2 pandas==2.1.2 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 ca2dd49..710ca4d 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.2 scipy==1.11.3 -numpy==1.26.1 +numpy==1.26.2 tensorflow_gpu==2.12.0