Skip to content

Commit

Permalink
Add dependency on rapids-build-backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 15, 2024
1 parent ee87798 commit 8c9c4df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ channels:
dependencies:
rapids_build_backend:
common:
# TODO: Enable once packages are available
#- output_types: [conda, requirements, pyproject]
# packages:
# - rapids-build-backend
# TODO: Enable all output types once packages are available
- output_types: pyproject # [conda, requirements, pyproject]
packages:
- rapids-build-backend
- output_types: conda
packages:
- scikit-build-core>=0.7.0
Expand Down
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"rapids-build-backend",
"scikit-build-core[pyproject]>=0.7.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.

Expand Down

0 comments on commit 8c9c4df

Please sign in to comment.