From 7c15f808df425b7c494c6ba6a1792aa80b80b562 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 27 Jan 2025 10:05:25 -0600 Subject: [PATCH] remove ucx-proc dependency (#1429) Contributes to https://github.com/rapidsai/build-planning/issues/142 `ucx-proc` is no longer necessary, for the reasons described in that issue. This proposes dropping the dependency on it here. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) URL: https://github.com/rapidsai/dask-cuda/pull/1429 --- conda/environments/all_cuda-114_arch-x86_64.yaml | 1 - conda/environments/all_cuda-118_arch-x86_64.yaml | 1 - conda/environments/all_cuda-125_arch-x86_64.yaml | 1 - dependencies.yaml | 1 - 4 files changed, 4 deletions(-) diff --git a/conda/environments/all_cuda-114_arch-x86_64.yaml b/conda/environments/all_cuda-114_arch-x86_64.yaml index 9a27598c..d88eef5a 100644 --- a/conda/environments/all_cuda-114_arch-x86_64.yaml +++ b/conda/environments/all_cuda-114_arch-x86_64.yaml @@ -30,7 +30,6 @@ dependencies: - sphinx - sphinx-click>=2.7.1 - sphinx-rtd-theme>=0.5.1 -- ucx-proc=*=gpu - ucx-py==0.42.*,>=0.0.0a0 - ucxx==0.42.*,>=0.0.0a0 - zict>=2.0.0 diff --git a/conda/environments/all_cuda-118_arch-x86_64.yaml b/conda/environments/all_cuda-118_arch-x86_64.yaml index 225550e4..9346da03 100644 --- a/conda/environments/all_cuda-118_arch-x86_64.yaml +++ b/conda/environments/all_cuda-118_arch-x86_64.yaml @@ -30,7 +30,6 @@ dependencies: - sphinx - sphinx-click>=2.7.1 - sphinx-rtd-theme>=0.5.1 -- ucx-proc=*=gpu - ucx-py==0.42.*,>=0.0.0a0 - ucxx==0.42.*,>=0.0.0a0 - zict>=2.0.0 diff --git a/conda/environments/all_cuda-125_arch-x86_64.yaml b/conda/environments/all_cuda-125_arch-x86_64.yaml index ef101f08..52b0da6f 100644 --- a/conda/environments/all_cuda-125_arch-x86_64.yaml +++ b/conda/environments/all_cuda-125_arch-x86_64.yaml @@ -31,7 +31,6 @@ dependencies: - sphinx - sphinx-click>=2.7.1 - sphinx-rtd-theme>=0.5.1 -- ucx-proc=*=gpu - ucx-py==0.42.*,>=0.0.0a0 - ucxx==0.42.*,>=0.0.0a0 - zict>=2.0.0 diff --git a/dependencies.yaml b/dependencies.yaml index c432c185..4d1845a5 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -165,7 +165,6 @@ dependencies: - distributed-ucxx==0.42.*,>=0.0.0a0 - &kvikio_unsuffixed kvikio==25.2.*,>=0.0.0a0 - &ucx_py_unsuffixed ucx-py==0.42.*,>=0.0.0a0 - - ucx-proc=*=gpu - ucxx==0.42.*,>=0.0.0a0 specific: - output_types: conda