Hi there,
I'm wondering if I can manage my mamba env using pyproject.toml. In particular, I'm using pyproject.toml for managing all my repo/package configuration (e.g. black/linting config), and was wondering if I might be able to do some things like:
mamba create -f pyproject.toml
mamba update -f pyproject.toml
mamba install -e .
# nice to have: things like building a python or conda/mamba package with mamba using pyproject.toml
Many thanks for any help, and for this amazing lib! :)
Hi there,
I'm wondering if I can manage my mamba env using pyproject.toml. In particular, I'm using
pyproject.tomlfor managing all my repo/package configuration (e.g. black/linting config), and was wondering if I might be able to do some things like:Many thanks for any help, and for this amazing lib! :)