Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update dependencies.yaml to support CUDA 12.*. (#1414)
This PR updates `dependencies.yaml` so that generic CUDA 12.* dependencies can be specified with a glob, like `cuda: "12.*"`. This feature requires `rapids-dependency-file-generator>=1.8.0`, so the pre-commit hook has been updated. I have not yet added support for a specific CUDA version like 12.1 or 12.2. That can be done separately. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Mark Harris (https://github.com/harrism) - AJ Schmidt (https://github.com/ajschmidt8) URL: #1414
- Loading branch information