Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor CUDA versions in dependencies.yaml (rapidsai#671)
Contributes to rapidsai/build-planning#7. Proposes splitting the `cuda-version` dependency in `dependencies.yaml` out to its own thing, separate from the bits of the CUDA Toolkit this project needs. ### Benefits of this change * prevents accidental inclusion of multiple `cuda-version` version in environments * reduces update effort (via enabling more use of globs like `"12.*"`) * improves the chance that errors like "`conda` recipe is missing a dependency" are caught in CI Authors: - James Lamb (https://github.com/jameslamb) Approvers: - https://github.com/jakirkham - Jake Awe (https://github.com/AyodeAwe) URL: rapidsai#671
- Loading branch information