From 4c6c40f7992af39f21bad312f45afb6d5c9c4af8 Mon Sep 17 00:00:00 2001 From: James Lamb Date: Mon, 3 Jun 2024 12:01:22 -0700 Subject: [PATCH] remove kvikio from CUDA-version-specific matrices --- dependencies.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dependencies.yaml b/dependencies.yaml index 2e5aa555..c7f55283 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -184,17 +184,17 @@ 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.*"} packages: - cudf-cu12==24.8.*,>=0.0.0a0 - dask-cudf-cu12==24.8.*,>=0.0.0a0 - - kvikio-cu12==24.8.*,>=0.0.0a0 - ucx-py-cu12==0.39.*,>=0.0.0a0 - matrix: {cuda: "11.*"} packages: - cudf-cu11==24.8.*,>=0.0.0a0 - dask-cudf-cu11==24.8.*,>=0.0.0a0 - - kvikio-cu12==24.8.*,>=0.0.0a0 - ucx-py-cu11==0.39.*,>=0.0.0a0 - matrix: packages: