From 9199095da9b8e79ceeff2c48a75ae2d82667bfe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:15:38 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.3 to 2.7.2 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.3 to 2.7.2. - [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.3...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements_gpu.txt | 2 +- requirements_test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_gpu.txt b/requirements_gpu.txt index 8f704c0..19dca2d 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -1,3 +1,3 @@ numpy scipy -tensorflow-gpu==1.15.3 +tensorflow-gpu==2.7.2 diff --git a/requirements_test.txt b/requirements_test.txt index 53d2993..3bd05f3 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ numpy scipy -tensorflow-gpu==1.15.3 +tensorflow-gpu==2.7.2 networkx sklearn matplotlib \ No newline at end of file