Commits
Click on a commit to change the comparison rangeSupport comma-separated values in `--no-binary` and `--only-binary`
Add support for comma-separated package names in `--no-binary` and
`--only-binary` flags for pip compatibility. This allows users to
specify multiple packages in a single argument, e.g.:
uv pip install --no-binary=numpy,scipy numpy scipy
Previously, this would fail with an error about invalid package names.
Closes #17181