From d872707a9496162eed39196af94c5f36ca6a4d05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:22:53 +0000 Subject: [PATCH] Bump tensorflow from 2.4.0 to 2.6.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.0 to 2.6.4. - [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.4.0...v2.6.4) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Local_web_app/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Local_web_app/requirements.txt b/Local_web_app/requirements.txt index 6528a50..3d2789d 100644 --- a/Local_web_app/requirements.txt +++ b/Local_web_app/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.0.0 +tensorflow==2.6.4 scipy==1.4.1 pandas==1.0.1 opencv-python diff --git a/requirements.txt b/requirements.txt index fc12b92..5523583 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.4.0 +tensorflow==2.6.4 scipy==1.4.1 pandas==1.0.1 opencv-python