From 7e54988df3ac4d3ba70871a23034756bce76c3f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:58:40 +0000 Subject: [PATCH] Bump tensorflow from 1.2.0 to 2.7.2 in /reddit_tft Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.2.0 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.2.0...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- reddit_tft/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reddit_tft/setup.py b/reddit_tft/setup.py index dc4c0a171..a6a2f99b7 100644 --- a/reddit_tft/setup.py +++ b/reddit_tft/setup.py @@ -19,7 +19,7 @@ REQUIRED_PACKAGES = ['tensorflow-transform==0.1.10', 'protobuf==3.6.0', - 'tensorflow==1.2.0'] + 'tensorflow==2.7.2'] if __name__ == '__main__': setuptools.setup(name=NAME,