From 16ab5e14d31f5c7dce911bfc3d8a85bb4afcf2b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 07:43:40 +0000 Subject: [PATCH] Bump tensorflow-gpu from 1.15.0 to 2.5.0 in /src/logo_recog Bumps [tensorflow-gpu](https://github.com/tensorflow/tensorflow) from 1.15.0 to 2.5.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/v1.15.0...v2.5.0) --- updated-dependencies: - dependency-name: tensorflow-gpu dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/logo_recog/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logo_recog/requirements.txt b/src/logo_recog/requirements.txt index 5039885b..e117f978 100644 --- a/src/logo_recog/requirements.txt +++ b/src/logo_recog/requirements.txt @@ -3,7 +3,7 @@ tqdm sklearn scikit-learn pillow==6.2.2 -tensorflow-gpu==1.15.0 +tensorflow-gpu==2.5.0 keras==2.2.4 opencv-contrib-python==3.4.2.17 tensorboardX