Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleFromNVIDIA committed Mar 14, 2024
1 parent d9be176 commit 8bfa5f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,10 @@ channels:
dependencies:
rapids_build_backend:
common:
- output_types: [requirements, pyproject]
- output_types: [pyproject] # TODO: Enable requirements once packages are available
packages:
- rapids-build-backend
- output_types: [requirements, pyproject, conda] # TODO: Enable requirements once packages are available
- output_types: [requirements, pyproject, conda]
packages:
- scikit-build-core>=0.7.0
checks:
Expand Down

0 comments on commit 8bfa5f2

Please sign in to comment.