From 8c6187251d35875425059645bc2110d676abfcee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 05:28:56 +0000 Subject: [PATCH] Bump tensorflow from 2.2 to 2.4.0 in /app Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.2 to 2.4.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/v2.2.0...v2.4.0) Signed-off-by: dependabot[bot] --- app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/requirements.txt b/app/requirements.txt index 5f64acc..28ded69 100644 --- a/app/requirements.txt +++ b/app/requirements.txt @@ -2,7 +2,7 @@ numpy==1.18.2 Cython==0.29.16 decorator==4.4.2 defusedxml==0.6.0 -tensorflow==2.2 +tensorflow==2.4.0 opencv-python==4.2.0.34 Flask streamlit==0.57.3