Skip to content

Commit

Permalink
more build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 21, 2025
1 parent 0f7c7d8 commit 591bcff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ files:
- build_cython
- build_py_cuvs
- depends_on_libcuvs
- depends_on_libraft
- depends_on_librmm
- rapids_build
py_run_cuvs:
output: pyproject
Expand Down
2 changes: 2 additions & 0 deletions python/cuvs/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ requires = [
"cuda-python",
"cython>=3.0.0",
"libcuvs==25.2.*,>=0.0.0a0",
"libraft==25.2.*,>=0.0.0a0",
"librmm==25.2.*,>=0.0.0a0",
"ninja",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
build-backend = "scikit_build_core.build"
Expand Down

0 comments on commit 591bcff

Please sign in to comment.