From 6186e940b051e4ba352cf5dfb943cee7e490cf31 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Fri, 24 Jan 2025 11:13:18 -0600 Subject: [PATCH] remove ucx-proc dependency --- conda/environments/all_cuda-118_arch-x86_64.yaml | 1 - conda/environments/all_cuda-125_arch-x86_64.yaml | 1 - conda/recipes/cugraph/meta.yaml | 1 - conda/recipes/libcugraph/meta.yaml | 2 -- dependencies.yaml | 1 - 5 files changed, 6 deletions(-) diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index f7f64a45b20..1a7e2b77662 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -70,7 +70,6 @@ dependencies: - thriftpy2>=0.4.15,!=0.5.0,!=0.5.1 - torchdata - torchmetrics -- ucx-proc=*=gpu - ucx-py==0.42.*,>=0.0.0a0 - wheel name: all_cuda-118_arch-x86_64 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index 14e53a5c668..83126df9194 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -75,7 +75,6 @@ dependencies: - thriftpy2>=0.4.15,!=0.5.0,!=0.5.1 - torchdata - torchmetrics -- ucx-proc=*=gpu - ucx-py==0.42.*,>=0.0.0a0 - wheel name: all_cuda-125_arch-x86_64 diff --git a/conda/recipes/cugraph/meta.yaml b/conda/recipes/cugraph/meta.yaml index 7bc8b7f06e1..d25c3be881e 100644 --- a/conda/recipes/cugraph/meta.yaml +++ b/conda/recipes/cugraph/meta.yaml @@ -90,7 +90,6 @@ requirements: - raft-dask ={{ minor_version }} - rapids-dask-dependency ={{ minor_version }} - requests - - ucx-proc=*=gpu - ucx-py {{ ucx_py_version }} tests: diff --git a/conda/recipes/libcugraph/meta.yaml b/conda/recipes/libcugraph/meta.yaml index 0ff163ed737..400e0e5f226 100644 --- a/conda/recipes/libcugraph/meta.yaml +++ b/conda/recipes/libcugraph/meta.yaml @@ -72,7 +72,6 @@ requirements: - libraft ={{ minor_version }} - librmm ={{ minor_version }} - nccl {{ nccl_version }} - - ucx-proc=*=gpu - rapids-build-backend>=0.3.1,<0.4.0.dev0 outputs: @@ -113,7 +112,6 @@ outputs: - libraft ={{ minor_version }} - librmm ={{ minor_version }} - nccl {{ nccl_version }} - - ucx-proc=*=gpu about: home: https://rapids.ai/ dev_url: https://github.com/rapidsai/cugraph diff --git a/dependencies.yaml b/dependencies.yaml index ba1bc20addb..02fa03cff70 100755 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -410,7 +410,6 @@ dependencies: - fsspec>=0.6.0 - requests - nccl>=2.19 - - ucx-proc=*=gpu - output_types: pyproject packages: # cudf uses fsspec but is protocol independent. cugraph