mamba-org / rattler

Rust crates to work with the Conda ecosystem.
BSD 3-Clause "New" or "Revised" License
226 stars 42 forks source link

feat: add `solve_with_sparse_repodata` #731

Closed baszalmstra closed 1 month ago

baszalmstra commented 1 month ago

Adds back a function to use SparseRepoData instead of the gateway for solving: solve_with_sparse_repodata

Fixes #730