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"), ]