From 0e884012538503d8e3ee646bae138eb2d746f0fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:04:21 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.14 to 2.9.3 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.14 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.14.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 requirements.txt mode change 100755 => 100644 setup.py diff --git a/requirements.txt b/requirements.txt old mode 100755 new mode 100644 index 34f86af..91bf698 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow-gpu==1.14 +tensorflow-gpu==2.9.3 keras==2.1.5 ppgm==0.0.4 sklearn diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index b51de38..e3ceb24 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pillow', 'simpleITK', 'opencv-python', - 'tensorflow-gpu==1.14', + 'tensorflow-gpu==2.9.3', 'keras==2.1.5', 'keras-vis', 'lucid',