From c902f13d7ae56311273704f6025781f749c6186a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Nov 2021 15:32:18 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.4 to 2.5.2 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.4 to 2.5.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.4.0...v2.5.2) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index efad178..f85b049 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ ], extras_require={ 'numpydoc': ['numpydoc>=0.8.0'], - 'tensorflow-gpu': ['tensorflow-gpu==1.4'] + 'tensorflow-gpu': ['tensorflow-gpu==2.5.2'] }, classifiers=[ 'Development Status :: 4 - Beta',