From c8ebb49e4f3f69e89e740c25086416fd75a7b0cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Sep 2020 22:37:38 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.2 to 1.15.4 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 to 1.15.4. - [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...v1.15.4) 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..bbec4d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow-gpu == 1.15.2 +tensorflow-gpu == 1.15.4 requests == 2.23.0 numpy == 1.18.2 matplotlib == 3.2.1 diff --git a/setup.py b/setup.py index 89b3825..88e58a2 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==1.15.4', 'requests==2.23.0', 'numpy==1.18.2', 'matplotlib==3.2.1',