From 184be715b49e68abaeec388921e6c1bf461af020 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 May 2021 14:54:06 +0000 Subject: [PATCH] Bump tensorflow from 2.4.1 to 2.5.0 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 to 2.5.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.4.1...v2.5.0) Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 91e31a0..3f6c1bb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ numpy>=1.10 scipy>=0.19 matplotlib>=2.0 seaborn==0.9.0 -tensorflow==2.4.1 +tensorflow==2.5.0 pandas==0.25.3 streamlit xlrd==1.2.0 diff --git a/setup.py b/setup.py index 034b3cc..7a1c118 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ 'pandas>=0.25.3', 'xlrd==1.2.0', 'seaborn==0.9.0', - 'tensorflow==2.4.1', + 'tensorflow==2.5.0', 'keras==2.4.3' ], zip_safe=False,