From d7c3d684b3dbe3247c7f8a4dd29cbe04e390cebb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 14:07:58 +0000 Subject: [PATCH] Bump tensorflow from 2.7.0 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.7.0 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.7.0...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 b60c406..0a679d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ optuna==2.10.0 img2vec_pytorch==0.2.5 pypinyin==0.44.0 keras==2.7.0 -tensorflow==2.7.0 +tensorflow==2.11.1 gensim==4.2.0 datasets transformers \ No newline at end of file diff --git a/setup.py b/setup.py index 9ea41d7..88902bc 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ 'img2vec_pytorch==0.2.5', 'pypinyin==0.44.0', 'keras==2.7.0', - 'tensorflow==2.7.0', + 'tensorflow==2.11.1', 'gensim==4.2.0', # 'glove-python-binary', # 'transformers',