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
…#2671)
## Summary
This PR enables the resolver to "accept" URLs, prereleases, and local
version specifiers for direct dependencies of path dependencies. As a
result, `uv pip install .` and `uv pip install -e .` now behave
identically, in that neither has a restriction on URL dependencies and
the like.
Closes#2643.
Closes#1853.
E.g., if a user does
uv pip install .
, we should allow pre-releases for the current project, just like we do foruv pip install -e .
.The text was updated successfully, but these errors were encountered: