From c8074cef58c0715e6b40a33d02243da2a7b998b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 15:06:46 +0000 Subject: [PATCH] Bump tensorflow-gpu from 2.1.0 to 2.5.1 Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 2.1.0 to 2.5.1. - [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.5.1) --- 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..5ed1b93 100644 --- a/requirements-hpc.txt +++ b/requirements-hpc.txt @@ -6,7 +6,7 @@ -e . # external packages -tensorflow-gpu==2.1.0 +tensorflow-gpu==2.5.1 tensorboard==2.1.0 h5py==2.10.0 biopython==1.76 diff --git a/requirements.txt b/requirements.txt index 85fbd48..63afb2c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ -e . # external packages -tensorflow-gpu==2.1.0 +tensorflow-gpu==2.5.1 tensorboard==2.1.0 h5py==2.10.0 biopython==1.76