rapidsai / dependency-file-generator

https://pypi.org/project/rapids-dependency-file-generator/
Apache License 2.0
15 stars 13 forks source link

[FEA] Conditional Channel Support #80

Open alexbarghi-nv opened 4 months ago

alexbarghi-nv commented 4 months ago

We're having issues with our DGL dependency since DGL uses conda labels to split CUDA version so we need a different channel specification per CUDA version, which dependencies.yaml currently does not allow. By adding support, we would be able to better handle DGL testing for CUDA 12.

Related: https://github.com/dmlc/dgl/issues/7344 https://github.com/rapidsai/cugraph/pull/4346

alexbarghi-nv commented 4 months ago

Tagging @jakirkham and @VibhuJawa