Skip to content

Commit

Permalink
remove ucx-proc dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 24, 2025
1 parent fe7852d commit 6186e94
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion conda/recipes/cugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ requirements:
- raft-dask ={{ minor_version }}
- rapids-dask-dependency ={{ minor_version }}
- requests
- ucx-proc=*=gpu
- ucx-py {{ ucx_py_version }}

tests:
Expand Down
2 changes: 0 additions & 2 deletions conda/recipes/libcugraph/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6186e94

Please sign in to comment.