uv/crates/uv-resolver
Charlie Marsh 2c567a64b9
Treat already-installed base environment packages as preferences in `uv run --with` (#13284)
## Summary

If a script has some requirements, and you provide `--with`, we
currently ignore any constraints from those requirements. We might want
to treat them as hard constraints in the future. For now, though, we
just treat them as preferences -- so we _prefer_ those versions, but
don't require them to match and still run the `--with` resolution in
isolation.

Closes https://github.com/astral-sh/uv/issues/13173.
2025-05-04 23:24:57 +00:00
..
src Treat already-installed base environment packages as preferences in `uv run --with` (#13284) 2025-05-04 23:24:57 +00:00
Cargo.toml Disallow mixing requirements across PyTorch indexes (#13179) 2025-04-28 20:06:18 +00:00