From 413b1c82d3020dcea97be0fd60da0deec6f6add7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:17:34 +0000 Subject: [PATCH] Bump tensorflow-gpu from 2.1.0 to 2.7.2 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.1.0 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/v2.1.0...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-hpc.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-hpc.txt b/requirements-hpc.txt index 58b130e..35b2dbb 100644 --- a/requirements-hpc.txt +++ b/requirements-hpc.txt @@ -6,7 +6,7 @@ -e . # external packages -tensorflow-gpu==2.1.0 +tensorflow-gpu==2.7.2 tensorboard==2.1.0 h5py==2.10.0 biopython==1.76 diff --git a/requirements.txt b/requirements.txt index 85fbd48..64d9e55 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ -e . # external packages -tensorflow-gpu==2.1.0 +tensorflow-gpu==2.7.2 tensorboard==2.1.0 h5py==2.10.0 biopython==1.76