From efba64a0d7e22d00e355989f0459ea877931a6c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:21:11 +0000 Subject: [PATCH] Bump tensorflow from 2.5.1 to 2.6.4 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.6.4. - [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.6.4) --- 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..66443e68 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.6.4 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..af5d6456 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.6.4 ruamel.yaml==0.16.12 diff --git a/setup.py b/setup.py index 857fbb5d..280ce850 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.6.4', 'ruamel.yaml==0.16.12' ]