mirror of https://github.com/astral-sh/uv
## Summary When a virtual environment contains multiple packages with the same name, we no longer throw a hard error. Instead: - In `uv pip freeze`, we list all versions. - In `uv pip uninstall`, we uninstall all versions. - In `uv pip install`, we uninstall all versions prior to installing a new version. Closes https://github.com/astral-sh/uv/issues/1848. |
||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||