From dffec3e78224918fe0398bb55afd8df93f30881a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 14:49:33 +0000 Subject: [PATCH] Bump tensorflow from 1.4.1 to 2.5.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.4.1 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.4.1...v2.5.0) Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api/requirements.txt b/api/requirements.txt index 63e97b8..084fa6f 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -21,7 +21,7 @@ PyYAML==3.12 requests==2.18.4 scipy==1.0.0 six==1.11.0 -tensorflow==1.4.1 +tensorflow==2.5.0 tensorflow-tensorboard==0.4.0rc3 urllib3==1.22 Werkzeug==0.13 diff --git a/requirements.txt b/requirements.txt index e78e866..ddebc84 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,6 +15,6 @@ PyYAML==3.12 scikit-learn==0.19.1 scipy==1.0.0 six==1.11.0 -tensorflow==1.4.1 +tensorflow==2.5.0 tensorflow-tensorboard==0.4.0rc3 Werkzeug==0.14.1