Problem description
Hello there,
Being able to install packages from pypi is great, as not everything is available on conda-forge. However, more often than not, the dependencies of these packages are.
Currently, if a pypi dependency is added, its dependencies will be pulled from pypi as well. Which is similar to what the typical mamba + pip workflow would do.
It would be great if pixi, solving for both conda & pypi, was able to install dependencies of pypi packages preferentially from conda channels.
Cheers,
Olivier
Problem description
Hello there,
Being able to install packages from pypi is great, as not everything is available on conda-forge. However, more often than not, the dependencies of these packages are.
Currently, if a pypi dependency is added, its dependencies will be pulled from pypi as well. Which is similar to what the typical mamba + pip workflow would do.
It would be great if pixi, solving for both conda & pypi, was able to install dependencies of pypi packages preferentially from conda channels.
Cheers,
Olivier