From d67b3c18855973a04204a4dc9d0c3e86e21e5639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Feb 2021 09:13:10 +0000 Subject: [PATCH] Bump tensorflow-gpu from 2.1.0 to 2.4.0 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.1.0 to 2.4.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/v2.1.0...v2.4.0) 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..95cdc43 100644 --- a/requirements-hpc.txt +++ b/requirements-hpc.txt @@ -6,7 +6,7 @@ -e . # external packages -tensorflow-gpu==2.1.0 +tensorflow-gpu==2.4.0 tensorboard==2.1.0 h5py==2.10.0 biopython==1.76 diff --git a/requirements.txt b/requirements.txt index 85fbd48..59288fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ -e . # external packages -tensorflow-gpu==2.1.0 +tensorflow-gpu==2.4.0 tensorboard==2.1.0 h5py==2.10.0 biopython==1.76