From dd7a6baa8eacdeee3f8aa61a9e8e2a73aa5fb9d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:57:41 -0700 Subject: [PATCH] Bump tensorflow in /solutionbox/ml_workbench/xgboost (#727) Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.8.0 to 1.15.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.8.0...v1.15.2) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christopher Wilcox --- solutionbox/ml_workbench/xgboost/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutionbox/ml_workbench/xgboost/setup.py b/solutionbox/ml_workbench/xgboost/setup.py index a7d95e1cc..24ba80b57 100644 --- a/solutionbox/ml_workbench/xgboost/setup.py +++ b/solutionbox/ml_workbench/xgboost/setup.py @@ -27,7 +27,7 @@ long_description=""" """, install_requires=[ - 'tensorflow==1.8.0', + 'tensorflow==1.15.2', 'protobuf==3.4.0', 'pillow==3.4.1', # ML Engine does not have PIL installed 'xgboost==0.6a2',