From 1bb823cce68b515d3a61e22b8b4bc41eb66714fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 20:50:24 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.0.1 to 2.9.3 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.0.1 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.0.1...v2.9.3) --- 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 c2e0b08..025411c --- 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.9.3', 'Theano==0.9.0', 'nltk==3.2.2', 'sk-video==1.1.7',