From 168d9a739efca8cbd1061e269a321494066fc097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 04:08:44 +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] --- requirement.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirement.txt b/requirement.txt index cf7dc7d..1f269af 100644 --- a/requirement.txt +++ b/requirement.txt @@ -1,4 +1,4 @@ -tensorflow==2.7.0 +tensorflow==2.11.1 tensorflow-addons==0.17.1 protobuf==3.19.6 transformers>=4.11.3 diff --git a/setup.py b/setup.py index efa3635..53f8608 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ packages=find_packages(), include_package_data=True, install_requires=[ - 'tensorflow==2.7.0', + 'tensorflow==2.11.1', 'tensorflow-addons==0.17.1', 'protobuf==3.19.6', 'spacy',