From 0a0628236b12012e14455d7c162abff386b11aa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:49:24 +0000 Subject: [PATCH] Bump tensorflow from 1.15 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15 to 2.9.3. - [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.9.3) --- 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..5993b15d 100644 --- a/setup.py +++ b/setup.py @@ -40,13 +40,13 @@ 'rouge-score', 'sacrebleu', 'sentencepiece', - 'tensorflow==1.15', + 'tensorflow==2.9.3', 'tensorflow-text==1.15.0rc0', 'tfds-nightly', 'tensor2tensor==1.15.0', ], extras_require={ - 'tensorflow': ['tensorflow==1.15'], + 'tensorflow': ['tensorflow==2.9.3'], }, classifiers=[ 'Development Status :: 4 - Beta',