From e0e34aa35d511ce01fc59408cbb8d0eb9094f2f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Mar 2023 01:22:49 +0000 Subject: [PATCH] Bump tensorflow from 2.5.1 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.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.5.1...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dev-requirements.txt | 2 +- mplc/requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index c9fcbe6f..51ab979d 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -8,7 +8,7 @@ scikit-learn==0.23.2 pandas==1.1.5 seaborn==0.11.0 loguru==0.5.3 -tensorflow==2.5.1 +tensorflow==2.11.1 ruamel.yaml==0.16.12 tox==3.23.0 pytest==6.2.2 diff --git a/mplc/requirements.txt b/mplc/requirements.txt index 6d19b329..342e41bf 100644 --- a/mplc/requirements.txt +++ b/mplc/requirements.txt @@ -8,5 +8,5 @@ scikit-learn==0.23.2 pandas==1.1.5 seaborn==0.11.0 loguru==0.5.3 -tensorflow==2.5.1 +tensorflow==2.11.1 ruamel.yaml==0.16.12 diff --git a/setup.py b/setup.py index 857fbb5d..1401162b 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ 'pandas==1.1.5', 'seaborn==0.11.0', 'loguru==0.5.3', - 'tensorflow==2.5.1', + 'tensorflow==2.11.1', 'ruamel.yaml==0.16.12' ]