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 .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ repos:
- id: verify-codeowners
args: [--fix, --project-prefix=cuvs]
- repo: https://github.com/rapidsai/dependency-file-generator
rev: v1.18.1
rev: v1.19.0
hooks:
- id: rapids-dependency-file-generator
args: ["--clean"]
Expand Down
6 changes: 1 addition & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,15 +259,13 @@ dependencies:
matrices:
- matrix: {cuda: "12.*"}
packages: [cuda-nvcc]

rapids_build_setuptools:
common:
- output_types: [conda, requirements, pyproject]
packages:
- &rapids_build_backend rapids-build-backend>=0.3.0,<0.4.0.dev0
- setuptools
- wheel

build_py_cuvs:
common:
- output_types: [conda]
Expand Down Expand Up @@ -356,7 +354,6 @@ dependencies:
- nvidia-curand
- nvidia-cusolver
- nvidia-cusparse

depends_on_cupy:
common:
- output_types: conda
Expand All @@ -369,7 +366,6 @@ dependencies:
packages:
- cupy-cuda12x>=12.0.0
- {matrix: null, packages: [cupy-cuda12x>=12.0.0]}

test_libcuvs:
common:
- output_types: [conda]
Expand All @@ -390,7 +386,7 @@ dependencies:
- sphinx-copybutton
- sphinx-markdown-tables
- pip:
- nvidia-sphinx-theme
- nvidia-sphinx-theme
rust:
common:
- output_types: [conda]
Expand Down