From 495e4c3d56d6fc5a2b35af881a74c361d590ff13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 10 Apr 2021 17:34:47 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.2 to 2.4.0 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.4.0. - [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.15.2...v2.4.0) 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 dbb129c..34fccbf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow-gpu == 1.15.2 +tensorflow-gpu == 2.4.0 requests == 2.23.0 numpy == 1.18.2 matplotlib == 3.2.1 diff --git a/setup.py b/setup.py index 89b3825..ca013ff 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ def run(self): 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent'], install_requires=[ - 'tensorflow-gpu==1.15.2', + 'tensorflow-gpu==2.4.0', 'requests==2.23.0', 'numpy==1.18.2', 'matplotlib==3.2.1',