Skip to content
Merged
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
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ dependencies:
use_cuda_wheels: "true"
packages:
- &ctk_cu13 cuda-toolkit[cublas,curand,cusolver,cusparse,nvrtc]==13.*
- &nvjitlink_cu13 nvidia-nvjitlink>=13.0,<14
- &nvjitlink_cu13 nvidia-nvjitlink>=13.3,<14
# if no matching matrix selectors passed, list the CUDA 13 requirement
# (just as a source of documentation, as this populates pyproject.toml in source control)
- matrix:
Expand Down
4 changes: 2 additions & 2 deletions python/libcuvs/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION.
# SPDX-FileCopyrightText: Copyright (c) 2025-2026, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0

[build-system]
Expand All @@ -22,7 +22,7 @@ dependencies = [
"cuda-toolkit[cublas,curand,cusolver,cusparse,nvrtc]==13.*",
"libraft==26.8.*,>=0.0.0a0",
"librmm==26.8.*,>=0.0.0a0",
"nvidia-nvjitlink>=13.0,<14",
"nvidia-nvjitlink>=13.3,<14",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down
Loading