Skip to content

Commit

Permalink
deps(kvikio): add kvikio to CUDA version matrices
Browse files Browse the repository at this point in the history
Adding this now that wheels are available
  • Loading branch information
gforsyth committed Dec 13, 2024
1 parent d70f28d commit 2e5c020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -188,21 +188,21 @@ dependencies:
- numactl-devel-cos7-aarch64
- output_types: [requirements, pyproject]
matrices:
# kvikio should be added to the CUDA-version-specific matrices once there are wheels available
# ref: https://github.com/rapidsai/kvikio/pull/369
- matrix:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- cudf-cu12==25.2.*,>=0.0.0a0
- dask-cudf-cu12==25.2.*,>=0.0.0a0
- kvikio-cu12==25.2.*,>=0.0.0a0
- ucx-py-cu12==0.42.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- cudf-cu11==25.2.*,>=0.0.0a0
- dask-cudf-cu11==25.2.*,>=0.0.0a0
- kvikio-cu11==25.2.*,>=0.0.0a0
- ucx-py-cu11==0.42.*,>=0.0.0a0
- matrix:
packages:
Expand Down

0 comments on commit 2e5c020

Please sign in to comment.