From 6b5cea537307c474b1b9fe7061b153be766ff301 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jun 2022 23:34:50 +0000 Subject: [PATCH] Bump numpy in /initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU Bumps [numpy](https://github.com/numpy/numpy) from 1.14 to 1.22.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.14.0...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt index c0c653f..347271b 100644 --- a/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt +++ b/initialSetup/gcloud-tensorflow/Set-Up-Tensorflow-GPU/requirements.txt @@ -1,6 +1,6 @@ tensorflow-gpu==1.15.4 keras==2.1.4 -numpy==1.14 +numpy==1.22.0 scikit-learn==0.18.1 python-gflags h5py