cool-easter-32542
03/16/2024, 3:30 PMpants generate-lockfiles can take a very long time. In order to improve the overall UX of pants the alternative dependency resolvers can be made available to the users.
Describe the solution you'd like
https://github.com/astral-sh/uv is designed to be pip-compatible package installer and resolver. From my experience the uv pip compile is orders of magnitude faster than default pip dependency resolution.
Describe alternatives you've considered
This feature could be implemented as opt-in, given the maturity stage of the uv project.
pantsbuild/pantscool-easter-32542
03/16/2024, 11:55 PMcool-easter-32542
03/20/2024, 8:04 PM