Y
Hacker News
new
|
ask
|
show
|
jobs
by
jolux
699 days ago
Does uv support platform independent lockfiles now?
1 comments
lbhdc
699 days ago
Yeah the `--universal` flag should do that.
uv pip compile --universal requirements.in -o requirements.txt
link