From 52a16dd1a71c276ffa44acc3bcc09485b7020820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 20:38:35 +0000 Subject: [PATCH] Bump tensorflow from 1.15 to 2.7.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 to 2.7.2. - [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.7.2) --- 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..1ce16db6 100644 --- a/setup.py +++ b/setup.py @@ -40,13 +40,13 @@ 'rouge-score', 'sacrebleu', 'sentencepiece', - 'tensorflow==1.15', + 'tensorflow==2.7.2', 'tensorflow-text==1.15.0rc0', 'tfds-nightly', 'tensor2tensor==1.15.0', ], extras_require={ - 'tensorflow': ['tensorflow==1.15'], + 'tensorflow': ['tensorflow==2.7.2'], }, classifiers=[ 'Development Status :: 4 - Beta',