From 8c24b061774d04be5d5c9daf014bea6eff8d00f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 14:48:19 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.1.0 to 2.5.1 in /main Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.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/v1.1.0...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- main/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/requirements.txt b/main/requirements.txt index d4e84a8..bfc5649 100644 --- a/main/requirements.txt +++ b/main/requirements.txt @@ -2,7 +2,7 @@ setproctitle==1.1.10 numpy==1.12.0 pyglib==0.1 scikit_image==0.9.3 -tensorflow_gpu==1.1.0 +tensorflow_gpu==2.5.1 python_gflags==3.1.1 python_magic==0.4.13