From 7773602d3cff8e472c52b640dcceb6475e3bdb88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:50:41 +0000 Subject: [PATCH] Bump tensorflow from 1.15 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 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/v1.15.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 918d4b5c..bb24829b 100644 --- a/setup.py +++ b/setup.py @@ -40,13 +40,13 @@ 'rouge-score', 'sacrebleu', 'sentencepiece', - 'tensorflow==1.15', + 'tensorflow==2.11.1', 'tensorflow-text==1.15.0rc0', 'tfds-nightly', 'tensor2tensor==1.15.0', ], extras_require={ - 'tensorflow': ['tensorflow==1.15'], + 'tensorflow': ['tensorflow==2.11.1'], }, classifiers=[ 'Development Status :: 4 - Beta',