From 31aea8bfe5c6378e03c2df2256c848dbec6a27dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Aug 2021 16:02:51 +0000 Subject: [PATCH] Bump tensorflow in /edgeModules/dog_cat_recognition/app Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.5.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.5.0...v2.5.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- edgeModules/dog_cat_recognition/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgeModules/dog_cat_recognition/app/requirements.txt b/edgeModules/dog_cat_recognition/app/requirements.txt index b599e9e..82b0d77 100644 --- a/edgeModules/dog_cat_recognition/app/requirements.txt +++ b/edgeModules/dog_cat_recognition/app/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==1.5.0 +tensorflow==2.5.1 pillow==5.0.0 numpy==1.14.1 flask==0.12.2 \ No newline at end of file