Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Mar 15, 2024
1 parent 8bfa5f2 commit fcb2a7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,10 @@ dependencies:
- output_types: [pyproject] # TODO: Enable requirements once packages are available
packages:
- rapids-build-backend
- output_types: [requirements, pyproject, conda]
- output_types: [requirements, pyproject]
packages:
- scikit-build-core[pyproject]>=0.7.0
- output_types: [conda]
packages:
- scikit-build-core>=0.7.0
checks:
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]
requires = [
"rapids-build-backend",
"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`.
build-backend = "rapids_build_backend.build"

Expand Down

0 comments on commit fcb2a7d

Please sign in to comment.