From 8c0b58a1002590e00c0804aca5d188e67599cc5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 23:36:37 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.14 to 2.5.3 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.14 to 2.5.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.5.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..0585bf3 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow-gpu==1.14 +tensorflow-gpu==2.5.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 c256fa2..50c1ee6 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'pillow', 'simpleITK', 'opencv-python', - 'tensorflow-gpu==1.14', + 'tensorflow-gpu==2.5.3', 'keras==2.1.5', 'keras-vis', 'lucid',