From b8146822e6f52c755b46abc81e9a82bd08b0a1dd Mon Sep 17 00:00:00 2001 From: Tyler Thomas <36181311+tylerjthomas9@users.noreply.github.com> Date: Fri, 6 Jan 2023 14:14:16 -0700 Subject: [PATCH] [XGBoost] Update to v1.7.3 --- X/XGBoost/build_tarballs.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/X/XGBoost/build_tarballs.jl b/X/XGBoost/build_tarballs.jl index 2a18fc67238..71df1fadf41 100644 --- a/X/XGBoost/build_tarballs.jl +++ b/X/XGBoost/build_tarballs.jl @@ -1,7 +1,7 @@ using BinaryBuilder, Pkg name = "XGBoost" -version = v"1.7.2" +version = v"1.7.3" const YGGDRASIL_DIR = "../.." include(joinpath(YGGDRASIL_DIR, "fancy_toys.jl")) @@ -9,7 +9,7 @@ include(joinpath(YGGDRASIL_DIR, "platforms", "cuda.jl")) # Collection of sources required to build XGBoost sources = [ - GitSource("https://github.com/dmlc/xgboost.git","62ed8b5fef01d960b5e180b6c3ab170b5f7a85d2"), + GitSource("https://github.com/dmlc/xgboost.git","ccf43d4ba0a94e2f0a3cc5a526197539ae46f410"), DirectorySource("./bundled"), ]