There are a few PyPI packages (specially in the CUDA ecosystem) that map to more than one conda spec. And I say 'spec' and not 'name' because sometimes you need a particular version.
- PyPI's
PyQt5 -> conda's pyqt=5
- PyPI's
cupy-cuda12x -> conda's [cupy, cuda-version=12].
AFAICT, the current mappings only do name -> name. Any chance we could expand that? It might require manual annotation on top of the auto heuristics :/
There are a few PyPI packages (specially in the CUDA ecosystem) that map to more than one conda spec. And I say 'spec' and not 'name' because sometimes you need a particular version.
PyQt5-> conda'spyqt=5cupy-cuda12x-> conda's[cupy, cuda-version=12].AFAICT, the current mappings only do
name -> name. Any chance we could expand that? It might require manual annotation on top of the auto heuristics :/