From 51db989d8df11b069f50fca65558b650c203797a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:07:53 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.2 to 2.9.3 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 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.15.2...v2.9.3) --- 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 dbb129c..521e0cb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow-gpu == 1.15.2 +tensorflow-gpu == 2.9.3 requests == 2.23.0 numpy == 1.18.2 matplotlib == 3.2.1 diff --git a/setup.py b/setup.py index 89b3825..203f14d 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.9.3', 'requests==2.23.0', 'numpy==1.18.2', 'matplotlib==3.2.1',