diff --git a/dependencies.yaml b/dependencies.yaml index 08b1209411..af2ed17395 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -429,6 +429,7 @@ dependencies: - libcusolver-dev - libcusparse-dev - libnvjitlink-dev + # NOTE: 'tileiras' is needed too, but in CI that's provided by a system-installed CTK. cutile_python: specific: - output_types: conda @@ -436,16 +437,6 @@ dependencies: - matrix: cuda: "12.*" packages: - - matrix: - cuda: "13.3" - packages: - - cutile-python - - cuda-tileiras - - matrix: - cuda: "13.*" - packages: - - cutile-python - - cuda-tileiras - matrix: packages: - cutile-python @@ -455,22 +446,15 @@ dependencies: - matrix: cuda: "12.*" packages: - - matrix: - cuda: "13.3" - packages: - - cuda-tile - - cuda-toolkit[tileiras]==13.3.* - matrix: cuda: "13.*" packages: - &cutile_python_cu13 cuda-tile - - &cutile_toolkit_cu13 cuda-toolkit[tileiras]==13.* # if no matching matrix selectors passed, list the CUDA 13 requirement # (as a source of documentation in the generated pyproject.toml) - matrix: packages: - *cutile_python_cu13 - - *cutile_toolkit_cu13 cuda_wheels: specific: # cuVS needs 'nvJitLink>={whatever-cuvs-was-built-against}' at runtime, and mixing diff --git a/python/libcuvs/pyproject.toml b/python/libcuvs/pyproject.toml index 42b5e8e213..37d4533ef3 100644 --- a/python/libcuvs/pyproject.toml +++ b/python/libcuvs/pyproject.toml @@ -84,7 +84,6 @@ build-backend = "scikit_build_core.build" requires = [ "cmake>=4.0", "cuda-tile", - "cuda-toolkit[tileiras]==13.*", "libkvikio==26.10.*,>=0.0.0a0", "libraft==26.10.*,>=0.0.0a0", "librmm==26.10.*,>=0.0.0a0",