Skip to content

Commit

Permalink
bump NCCL floor to 2.19 (#726)
Browse files Browse the repository at this point in the history
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 rapidsai/build-planning#102 (comment) for context.

Authors:
  - James Lamb (https://github.com/jameslamb)

Approvers:
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)

URL: #726
  • Loading branch information
jameslamb authored Sep 27, 2024
1 parent efe9fcd commit a232520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a232520

Please sign in to comment.