From c3170d532538d404024f1b487d6e3d69f53a6429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 May 2022 20:07:39 +0000 Subject: [PATCH] Bump tensorflow in /solutionbox/ml_workbench/tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 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.2...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- solutionbox/ml_workbench/tensorflow/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutionbox/ml_workbench/tensorflow/setup.py b/solutionbox/ml_workbench/tensorflow/setup.py index a3c660af3..ae237625a 100644 --- a/solutionbox/ml_workbench/tensorflow/setup.py +++ b/solutionbox/ml_workbench/tensorflow/setup.py @@ -27,7 +27,7 @@ long_description=""" """, install_requires=[ - 'tensorflow==1.15.2', + 'tensorflow==2.7.2', 'protobuf==3.1.0', 'pillow==6.2.0', # ML Engine does not have PIL installed ],