Skip to content

Commit

Permalink
more dependency fiddling
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Dec 6, 2024
1 parent fce4fcf commit 796b54e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ files:
key: requires
includes:
- common_build
- depends_on_pylibraft
- depends_on_librmm
py_run_libcugraph:
output: pyproject
Expand Down
3 changes: 1 addition & 2 deletions python/libcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,9 @@ regex = "(?P<value>.*)"
[tool.rapids-build-backend]
build-backend = "scikit_build_core.build"
dependencies-file = "../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true"
matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
requires = [
"cmake>=3.26.4,!=3.30.0",
"librmm==25.2.*,>=0.0.0a0",
"ninja",
"pylibraft==25.2.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2 changes: 1 addition & 1 deletion python/pylibcugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ requires = [
"pylibraft==25.2.*,>=0.0.0a0",
"rmm==25.2.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
matrix-entry = "cuda_suffixed=true;use_cuda_wheels=true"
matrix-entry = "cuda_suffixed=true"

[tool.pydistcheck]
select = [
Expand Down

0 comments on commit 796b54e

Please sign in to comment.