From a232520de936acc74ac10598ef2adb80b941ee97 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 27 Sep 2024 10:10:07 -0500 Subject: [PATCH] bump NCCL floor to 2.19 (#726) Follow-up to #723 This bumps the NCCL floor here slightly higher, to `>=2.19`. Part of a RAPIDS-wide update of that floor for the 24.10 release. See https://github.com/rapidsai/build-planning/issues/102#issuecomment-2375595743 for context. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) URL: https://github.com/rapidsai/integration/pull/726 --- 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 5cb67295..b26ccd30 100644 --- a/conda/recipes/versions.yaml +++ b/conda/recipes/versions.yaml @@ -7,7 +7,7 @@ xgboost_version: cupy_version: - '>=12.0.0' nccl_version: - - '>=2.18.1.1,<3.0a0' + - '>=2.19,<3.0a0' numba_version: - '>=0.57' numpy_version: