From 7b882719fafd7be6df98cec7236341653f85bbf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:07:51 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.0.1 to 2.7.2 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.0.1 to 2.7.2. - [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.0.1...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 setup.py diff --git a/setup.py b/setup.py old mode 100755 new mode 100644 index c2e0b089..c50319ab --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ 'python-dateutil==2.6.0', 'scipy==0.19.0', 'Pillow==4.1.0', - 'tensorflow-gpu==1.0.1', + 'tensorflow-gpu==2.7.2', 'Theano==0.9.0', 'nltk==3.2.2', 'sk-video==1.1.7',