mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-02 21:02:37 +00:00
## Summary In general, it's not quite right to filter preferences by `--reinstall` -- we still want to respect existing versions, we just don't want to respect _installed_ versions. But now that the installed versions and preferences are decoupled, we can remove this (`--reinstall` is enforced on the installed versions via the `Exclusions` struct that we pass to the resolver). While I was here, I also cleaned up the lockfile preference code to better match the structure for `requirements.txt`. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||