diff --git a/conda/environments/cugraph_dev_cuda11.0.yml b/conda/environments/cugraph_dev_cuda11.0.yml index 0315304363b..0288ca525f9 100644 --- a/conda/environments/cugraph_dev_cuda11.0.yml +++ b/conda/environments/cugraph_dev_cuda11.0.yml @@ -14,7 +14,7 @@ dependencies: - distributed>=2.12.0 - dask-cuda=21.06* - dask-cudf=21.06* -- nccl>=2.8.4 +- nccl>=2.9.9 - ucx-py=0.20.* - ucx-proc=*=gpu - scipy diff --git a/conda/environments/cugraph_dev_cuda11.1.yml b/conda/environments/cugraph_dev_cuda11.1.yml index b9b1dfdafc3..15985efb075 100644 --- a/conda/environments/cugraph_dev_cuda11.1.yml +++ b/conda/environments/cugraph_dev_cuda11.1.yml @@ -14,7 +14,7 @@ dependencies: - distributed>=2.12.0 - dask-cuda=21.06* - dask-cudf=21.06* -- nccl>=2.8.4 +- nccl>=2.9.9 - ucx-py=0.20.* - ucx-proc=*=gpu - scipy diff --git a/conda/environments/cugraph_dev_cuda11.2.yml b/conda/environments/cugraph_dev_cuda11.2.yml index e35a575e8bb..b09463a83a1 100644 --- a/conda/environments/cugraph_dev_cuda11.2.yml +++ b/conda/environments/cugraph_dev_cuda11.2.yml @@ -14,7 +14,7 @@ dependencies: - distributed>=2.12.0 - dask-cuda=21.06* - dask-cudf=21.06* -- nccl>=2.8.4 +- nccl>=2.9.9 - ucx-py=0.20.* - ucx-proc=*=gpu - scipy diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index d750c1de188..c5c59e405e5 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -37,7 +37,6 @@ requirements: - dask-cuda {{ minor_version }} - dask>=2.12.0 - distributed>=2.12.0 - - nccl>=2.8.4 - ucx-py 0.20 - ucx-proc=*=gpu diff --git a/conda/recipes/libcugraph/meta.yaml b/conda/recipes/libcugraph/meta.yaml index afab0d01dba..144eb85ce9e 100644 --- a/conda/recipes/libcugraph/meta.yaml +++ b/conda/recipes/libcugraph/meta.yaml @@ -35,7 +35,7 @@ requirements: - cudatoolkit {{ cuda_version }}.* - librmm {{ minor_version }}.* - boost-cpp>=1.66 - - nccl>=2.8.4 + - nccl>=2.9.9 - ucx-proc=*=gpu - gtest - gmock @@ -43,7 +43,7 @@ requirements: - conda-forge::libfaiss=1.7.0 run: - {{ pin_compatible('cudatoolkit', max_pin='x.x') }} - - nccl>=2.8.4 + - nccl>=2.9.9 - ucx-proc=*=gpu - faiss-proc=*=cuda - conda-forge::libfaiss=1.7.0