From c76ccaac893c6816b868849445df9adeaadc1873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Apr 2021 09:23:28 +0000 Subject: [PATCH] Bump tensorflow from 1.15.0 to 2.4.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.0 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/v1.15.0...v2.4.0) Signed-off-by: dependabot[bot] --- Main/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Main/requirements.txt b/Main/requirements.txt index 5d282c0..2e53bc2 100644 --- a/Main/requirements.txt +++ b/Main/requirements.txt @@ -3,4 +3,4 @@ opencv_python==3.4.1.15 Keras==2.2.0 Django==3.0.12 numpy==1.14.3 -tensorflow==2.0.0 +tensorflow==2.4.0 diff --git a/requirements.txt b/requirements.txt index abea0a3..59b7137 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ opencv_python==3.4.1.15 Keras==2.2.0 Django==2.1.15 numpy==1.14.3 -tensorflow==1.15.0 +tensorflow==2.4.0 django-multiupload==0.5.2