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

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.
Does it support Numpy and Pytorch?