From 21a09628d2babbef47c64641053bd1369eee636c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Nov 2021 20:22:28 +0000 Subject: [PATCH] Bump tensorflow from 2.4.1 to 2.5.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 to 2.5.2. - [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.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... 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..69ce445 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.2 pandas==0.25.3 streamlit xlrd==1.2.0 diff --git a/setup.py b/setup.py index 034b3cc..0c1c006 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.2', 'keras==2.4.3' ], zip_safe=False,