From eda76f6de2c606edd061891cab2b33db8496f8b2 Mon Sep 17 00:00:00 2001 From: jakirkham Date: Tue, 23 Jan 2024 18:32:35 -0800 Subject: [PATCH] Update to XGBoost 2 (#693) Updates the XGBoost constraint to the newer XGBoost 2. Authors: - https://github.com/jakirkham Approvers: - Ray Douglass (https://github.com/raydouglass) URL: https://github.com/rapidsai/integration/pull/693 --- conda/recipes/versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda/recipes/versions.yaml b/conda/recipes/versions.yaml index 5dbeb191..d9e23504 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -2,7 +2,7 @@ # Versions for `rapids-xgboost` meta-pkg xgboost_version: - - '=1.7.6' + - '=2.0.3' cuda11_cuda_python_version: - '>=11.7.1,<12.0a'