From 9116b45de791a705e881ad1d39bd508c81baa56b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:25:41 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.2 to 2.12.0 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.12.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.12.0) --- 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..e477377 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow-gpu == 1.15.2 +tensorflow-gpu == 2.12.0 requests == 2.23.0 numpy == 1.18.2 matplotlib == 3.2.1 diff --git a/setup.py b/setup.py index 89b3825..3a39568 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.12.0', 'requests==2.23.0', 'numpy==1.18.2', 'matplotlib==3.2.1',