From d83656f5121f087e9341692b4b4e95a7dde8ab0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 21:58:07 +0000 Subject: [PATCH] Bump tensorflow in /solutionbox/ml_workbench/xgboost 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] --- 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',