From cdb7634381311fa6c281f92e3e72409249393ab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 15:14:58 +0000 Subject: [PATCH] Bump tensorflow from 1.12.0 to 2.5.0 in /gan_server Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.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.12.0...v2.5.0) Signed-off-by: dependabot[bot] --- gan_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gan_server/requirements.txt b/gan_server/requirements.txt index 830db9a..c420bd6 100644 --- a/gan_server/requirements.txt +++ b/gan_server/requirements.txt @@ -1,6 +1,6 @@ Flask==1.0.2 Flask-Cors==3.0.7 -tensorflow==1.12.0 +tensorflow==2.5.0 tensorflow_hub==0.2.0 scipy==1.1.0 Pillow==5.3.0