AnacondaRecipes / repodata-hotfixes

Changes to package metadata to fix behavior
BSD 3-Clause "New" or "Revised" License
14 stars 20 forks source link

Pin `conda-libmamba-solver` dependency on `libmambapy` to `0.22.*` #157

Closed jaimergp closed 2 years ago

jaimergp commented 2 years ago

libmambapy 0.23 will contain API breaking changes. Right now, conda-libmamba-solver depends on it with an open-ended upper bound, but we want to keep it pinned to 0.22 to prevent breaking the solver if a user updates mamba from conda-forge:

run:
-   - libmambapy >=0.22
+   - libmambapy 0.22.*

Thanks!