Y
Hacker News
new
|
ask
|
show
|
jobs
by
Lorak_
673 days ago
Does it support building native extensions and Cython modules or are setuptools still the only reasonable way to do this?
2 comments
Mehdi2277
672 days ago
Uv is installer not a build backend. It’s similar to pip. If you install library with uv it will call backend like setuptools as needed. It is not a replacement for setuptools.
link
visarga
673 days ago
Does it support Numpy and Pytorch?
link