From 265a321280fe1dc545c87df6e8138ab4c273ed5d Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 9 Aug 2021 20:57:17 +0000 Subject: [PATCH] chore(deps): update dependency xgboost to v1 --- training/xgboost/structured/base/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/training/xgboost/structured/base/setup.py b/training/xgboost/structured/base/setup.py index affdcc26f..302dc59c6 100644 --- a/training/xgboost/structured/base/setup.py +++ b/training/xgboost/structured/base/setup.py @@ -27,7 +27,7 @@ 'tensorflow==1.15.4', 'scikit-learn==0.20.2', 'pandas==0.24.2', - 'xgboost==0.81', + 'xgboost==1.4.2', 'cloudml-hypertune', ]