Skip to content
Open
Show file tree
Hide file tree
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
18 changes: 1 addition & 17 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,23 +429,14 @@ 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
matrices:
- 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
Expand All @@ -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
Expand Down
1 change: 0 additions & 1 deletion python/libcuvs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading