From 4f1f75b615811ee19e83d64c2aabf1e3fe68ce63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 19:41:36 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.3 to 2.5.2 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.3 to 2.5.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.5.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..8f70fdc 100644 --- a/requirements_gpu.txt +++ b/requirements_gpu.txt @@ -1,3 +1,3 @@ numpy scipy -tensorflow-gpu==1.15.3 +tensorflow-gpu==2.5.2 diff --git a/requirements_test.txt b/requirements_test.txt index 53d2993..ce3bab0 100644 --- a/requirements_test.txt +++ b/requirements_test.txt @@ -1,6 +1,6 @@ numpy scipy -tensorflow-gpu==1.15.3 +tensorflow-gpu==2.5.2 networkx sklearn matplotlib \ No newline at end of file