You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uv tends to be stricter than pip, and will often reject packages that pip would install. For example, uv omits packages with invalid version specifiers in its metadata, which pip similarly plans to exclude in a future release.
As of pip 24.1, pip now rejects those versions too - so it's no longer a "future release".
I was going to open a PR to remove that last sentence, however, it seems that it would be useful if this section of the docs still had an example - so I thought you might want to add another in its place (and I don't know of any)?
The text was updated successfully, but these errors were encountered:
Thanks! I guess we could say "For example, uv omits packages with invalid version specifiers in its metadata, which pip similarly excludes in recent versions" and punt another example to the future?
On https://docs.astral.sh/uv/pip/compatibility/#strictness-and-spec-enforcement it says:
As of pip 24.1, pip now rejects those versions too - so it's no longer a "future release".
I was going to open a PR to remove that last sentence, however, it seems that it would be useful if this section of the docs still had an example - so I thought you might want to add another in its place (and I don't know of any)?
The text was updated successfully, but these errors were encountered: