From 7609b32aeb3d55ec2aa8d84d14417663da63acc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 15:01:33 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.4 to 2.5.1 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.4 to 2.5.1. - [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.1) --- 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(-) diff --git a/requirements.txt b/requirements.txt index bb76f9e..c4d3f2a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ numpy>=1.13.1 scipy>=0.19.1 matplotlib>=2.1.0 -tensorflow-gpu==1.4 +tensorflow-gpu==2.5.1 tqdm>=4.19.7 blosc>=1.5.0 sunpy>=1.1.1 diff --git a/setup.py b/setup.py index efad178..7ba5700 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.1'] }, classifiers=[ 'Development Status :: 4 - Beta',