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',