From 70d1bf2e609664a6c13f9832cae93cd2d7f054b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 15:49:49 +0000 Subject: [PATCH] Bump tensorflow in /Build_Sentiment_Analysis_Flask_Web_App/AI_App Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.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.14.0...v2.5.0) Signed-off-by: dependabot[bot] --- Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt b/Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt index 3f8cddf..da89249 100644 --- a/Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt +++ b/Build_Sentiment_Analysis_Flask_Web_App/AI_App/requirements.txt @@ -28,7 +28,7 @@ PyYAML==5.1.1 scikit-learn==0.21.2 scipy==1.3.1 tensorboard==1.14.0 -tensorflow==1.14.0 +tensorflow==2.5.0 tensorflow-estimator==1.14.0 webencodings==0.5.1 Werkzeug==0.15.4