From 5a5368051b78f4b08430b8d8f8f7c1e878aa1a0e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Mar 2021 18:29:29 +0000 Subject: [PATCH] Bump tensorflow from 2.0.0 to 2.4.0 in /project2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.0.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/v2.0.0...v2.4.0) Signed-off-by: dependabot[bot] --- project2/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project2/requirements.txt b/project2/requirements.txt index 90b5d34..6ec16a1 100644 --- a/project2/requirements.txt +++ b/project2/requirements.txt @@ -1,4 +1,4 @@ -tensorflow==2.0.0 +tensorflow==2.4.0 numpy==1.17.4 Keras==2.2.4 matplotlib==3.1.1