From fee87eaa957d84d1addc18af86a47fd4b82c46b6 Mon Sep 17 00:00:00 2001 From: Philip Hyunsu Cho Date: Fri, 17 Jul 2026 17:00:59 -0700 Subject: [PATCH] Update xgboost version to 3.3.0 (#858) Authors: - Philip Hyunsu Cho (https://github.com/hcho3) Approvers: - Bradley Dice (https://github.com/bdice) URL: https://github.com/rapidsai/integration/pull/858 --- 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 78bca50d..17907403 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -2,7 +2,7 @@ # Versions for `rapids-xgboost` meta-pkg xgboost_version: - - '=3.2.0' + - '=3.3.0' cupy_version: - '>=13.6.0'