Skip to content

Commit

Permalink
Fix scikit-build-core to include pyproject extras.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 15, 2024
1 parent e4a5abf commit ee87798
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,16 @@ channels:
dependencies:
rapids_build_backend:
common:
- output_types: [conda, requirements, pyproject]
# TODO: Enable once packages are available
#- output_types: [conda, requirements, pyproject]
# packages:
# - rapids-build-backend
- output_types: conda
packages:
# TODO: Enable once packages are available
#- rapids-build-backend
- scikit-build-core>=0.7.0
- output_types: [requirements, pyproject]
packages:
- scikit-build-core[pyproject]>=0.7.0
build:
common:
- output_types: [conda, requirements, pyproject]
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
[build-system]
build-backend = "rapids_build_backend.build"
requires = [
"scikit-build-core>=0.7.0",
"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`.

[project]
Expand Down

0 comments on commit ee87798

Please sign in to comment.