Y
Hacker News
new
|
ask
|
show
|
jobs
by
freehorse
229 days ago
How does uv solve that? Like, if you use dependencies that do not cross platforms very well?
1 comments
mirashii
229 days ago
uv finds a dependency resolution that works for all platforms by default, and can do things like fork the resolution and choose different versions based on platform or python version requirements.
link