From 648be48b8520953b10a6519baf519f2f5777eace Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 16:40:23 +0000 Subject: [PATCH] Bump tensorflow in /solutionbox/ml_workbench/tensorflow Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.2 to 2.6.4. - [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.6.4) --- 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..3d50309f6 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.6.4', 'protobuf==3.1.0', 'pillow==6.2.0', # ML Engine does not have PIL installed ],