3 Commits

Author SHA1 Message Date
Charlie Marsh
5ae5980c88 Add support for --no-build-isolation (#2258)
## Summary

This PR adds support for pip's `--no-build-isolation`. When enabled,
build requirements won't be installed during PEP 517-style builds, but
the source environment _will_ be used when executing the build steps
themselves.

Closes https://github.com/astral-sh/uv/issues/1715.
2024-03-07 14:04:02 +00:00
Charlie Marsh
438439ca21 Fix typo in PIP_COMPATIBILITY.md (#2262)
See: https://github.com/astral-sh/uv/pull/2244#discussion_r1515364746.
2024-03-07 04:42:32 +00:00
Charlie Marsh
791207c14f Add PIP_COMPATIBILITY.md to document known deviations from pip (#2244)
## Summary

Closes https://github.com/astral-sh/uv/issues/2023.
2024-03-06 21:33:27 +00:00