Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ dependencies:
- *numba
- *numpy
- *thrift
- output_types: pyproject
packages:
- *cugraph
- cugraph-service-client==24.8.*,>=0.0.0a0
- output_types: conda
packages:
- *ucx_py
Expand All @@ -584,13 +580,19 @@ dependencies:
- matrix:
cuda: "11.*"
packages:
- *cugraph_cu11
- cugraph-service-client-cu11==24.8.*,>=0.0.0a0
- *ucx_py_cu11
- matrix:
cuda: "12.*"
packages:
- *cugraph_cu12
- cugraph-service-client-cu12==24.8.*,>=0.0.0a0
- *ucx_py_cu12
- matrix:
packages:
- *cugraph
- cugraph-service-client==24.8.*,>=0.0.0a0
- *ucx_py
test_cpp:
common:
Expand Down