From f78fa1a33ceed39f2acd4dc2ed648f543505cc9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:08:43 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.3 to 2.9.3 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.3 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.3...v2.9.3) --- 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..e64ca12 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -1,3 +1,3 @@ numpy scipy -tensorflow-gpu==1.15.3 +tensorflow-gpu==2.9.3 diff --git a/requirements_test.txt b/requirements_test.txt index 53d2993..80ecf67 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ numpy scipy -tensorflow-gpu==1.15.3 +tensorflow-gpu==2.9.3 networkx sklearn matplotlib \ No newline at end of file