From 54b2588bb81b133073d66e155d8043ca4c77198b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:42:41 +0000 Subject: [PATCH] Bump tensorflow from 1.2.0 to 2.11.1 in /reddit_tft Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.2.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/v1.2.0...v2.11.1) --- 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..d1e45686a 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.11.1'] if __name__ == '__main__': setuptools.setup(name=NAME,