bioconda / bioconda-utils

Utilities for building and managing bioconda recipes
MIT License
96 stars 133 forks source link

feat: Use conda/conda-build instead of mamba/conda-mambabuild #980

Closed mbargull closed 5 months ago

mbargull commented 5 months ago

conda>=23.10 uses conda-libmamba-solver by default which means we don't need the solver injection via boa/conda-mambabuild anymore since it is handled upstream.