Different dependencies than micromamba? #280
-
Just of curiosity, with |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 :) |
Beta Was this translation helpful? Give feedback.
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 :)