From ae06440f2c4a0aaf960e683a4406c6c20f2f3374 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Sep 2021 16:10:22 +0000 Subject: [PATCH] [tune](deps): Bump xgboost in /python/requirements/tune Bumps [xgboost](https://github.com/dmlc/xgboost) from 1.3.3 to 1.4.2. - [Release notes](https://github.com/dmlc/xgboost/releases) - [Changelog](https://github.com/dmlc/xgboost/blob/master/NEWS.md) - [Commits](https://github.com/dmlc/xgboost/compare/v1.3.3...v1.4.2) Signed-off-by: dependabot[bot] --- python/requirements/tune/requirements_tune.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/tune/requirements_tune.txt b/python/requirements/tune/requirements_tune.txt index dd94640dd763..a1211f62eaba 100644 --- a/python/requirements/tune/requirements_tune.txt +++ b/python/requirements/tune/requirements_tune.txt @@ -50,7 +50,7 @@ torchvision==0.9.1+cpu;sys_platform!="darwin" transformers==4.9.1 wandb==0.10.29 -xgboost==1.3.3 +xgboost==1.4.2 zoopt==0.4.1 # Dependencies for Hugging Face examples: