From f400bb8d2b0d0854aa0bf8f91ca248dedf89c088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 20:59:50 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.12.0 to 2.9.3 in /ML Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.12.0 to 2.9.3. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v1.12.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- ML/requirements.txt | 8 ++++---- ML/requirements3.txt | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ML/requirements.txt b/ML/requirements.txt index ad766670..53ad3a94 100644 --- a/ML/requirements.txt +++ b/ML/requirements.txt @@ -18,11 +18,11 @@ Werkzeug==0.15.4 wrapt==1.11.2 ## Problem -# Collecting tensorflow-gpu==1.12.0 (from -r ML/requirements.txt (line 20)) -# ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==1.12.0 (from -r ML/requirements.txt (line 20)) (from versions: none) -# ERROR: No matching distribution found for tensorflow-gpu==1.12.0 (from -r ML/requirements.txt (line 20)) +# Collecting tensorflow-gpu==2.9.3 (from -r ML/requirements.txt (line 20)) +# ERROR: Could not find a version that satisfies the requirement tensorflow-gpu==2.9.3 (from -r ML/requirements.txt (line 20)) (from versions: none) +# ERROR: No matching distribution found for tensorflow-gpu==2.9.3 (from -r ML/requirements.txt (line 20)) ## Solution # python3 -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-1.12.0-py3-none-any.whl -tensorflow-gpu==1.12.0 +tensorflow-gpu==2.9.3 #tensorflow==1.14.0 \ No newline at end of file diff --git a/ML/requirements3.txt b/ML/requirements3.txt index 4cc4932f..91673b2a 100644 --- a/ML/requirements3.txt +++ b/ML/requirements3.txt @@ -119,7 +119,7 @@ stevedore==1.30.0 system-service==0.3 systemd-python==234 tensorboard==1.12.1 -tensorflow-gpu==1.12.0 +tensorflow-gpu==2.9.3 termcolor==1.1.0 terminado==0.8.2 testpath==0.4.2