From 52eb0a0b933e79e4bc521a39c4211e0d20f07bee Mon Sep 17 00:00:00 2001 From: Ray Douglass <3107146+raydouglass@users.noreply.github.com> Date: Tue, 26 Nov 2024 18:54:42 -0500 Subject: [PATCH] Update xgboost version to 2.1.2 (#735) Update xgboost to match the feedstock for `25.02`: https://github.com/rapidsai/xgboost-feedstock/blob/main/recipe/meta.yaml#L2 Authors: - Ray Douglass (https://github.com/raydouglass) Approvers: - Bradley Dice (https://github.com/bdice) URL: https://github.com/rapidsai/integration/pull/735 --- 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 fd719d09..107f7061 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -2,7 +2,7 @@ # Versions for `rapids-xgboost` meta-pkg xgboost_version: - - '=2.1.1' + - '=2.1.2' cupy_version: - '>=12.0.0'