From 75a7c3f567a53585c29095fb0b18e64de153c0af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 00:59:08 +0000 Subject: [PATCH] Bump tensorflow from 2.4.1 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.4.1 to 2.11.1. - [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.11.1) --- 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 0cc986f..dc04891 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.11.1 pandas==0.25.3 streamlit xlrd==1.2.0 diff --git a/setup.py b/setup.py index 8f2df9d..65bd0b9 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.11.1', 'keras==2.4.3', 'openpyxl' ],