From efe9fcd06343e9f43e2603c30394a28ae9c5d8be Mon Sep 17 00:00:00 2001 From: James Lamb Date: Tue, 24 Sep 2024 13:00:41 -0500 Subject: [PATCH] bump NCCL floor to 2.18.1.1 (#723) Contributes to https://github.com/rapidsai/build-planning/issues/102 Some RAPIDS libraries are using `ncclCommSplit()`, which was introduced in `nccl==2.18.1.1`. This is part of a series of PRs across RAPIDS updating libraries' pins to `nccl>=2.18.1.1` to ensure they get a new-enough version that supports that. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Vyas Ramasubramani (https://github.com/vyasr) URL: https://github.com/rapidsai/integration/pull/723 --- 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 bf852d22..5cb67295 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.9.9,<3.0a0' + - '>=2.18.1.1,<3.0a0' numba_version: - '>=0.57' numpy_version: