From 76772ab8fca1fdc94fb7354dc96844785a95c350 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Feb 2021 13:43:56 +0000 Subject: [PATCH] Bump tensorflow from 1.14.0 to 2.4.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.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.14.0...v2.4.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2c46ba59..25f6cae3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ numpy==1.16.4 pandas==0.24.2 scikit-learn==0.20.3 scipy==1.2.2 -tensorflow==1.14.0 +tensorflow==2.4.0 tqdm==4.32.2 pytest==4.6.11 matplotlib==2.2.5