Skip to content

Different dependencies than micromamba? #280

Answered by wolfv
davidbrochart asked this question in Q&A
Discussion options

You must be logged in to vote

That is actually a special case – the Python package in conda-forge and defaults does not depend on pip. There is a configuration value for conda/mamba (https://docs.conda.io/projects/conda/en/latest/user-guide/configuration/use-condarc.html#add-pip-as-python-dependency-add-pip-as-python-dependency) to dynamically add pip as a python dependency.

We did add it to rattler create (https://github.com/mamba-org/rattler/blob/9591c1b020bf4bd60a6082efcd1e2c06fc710ad5/crates/rattler-bin/src/commands/create.rs#L160-L169) so we could enable it relatively easily in pixi, too, but we need to decide on it :)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by davidbrochart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants