Y
Hacker News
new
|
ask
|
show
|
jobs
by
sirfz
455 days ago
Yes it'll build any dependency that has no binary wheels (or you explicitly pass --no-binary) as long as said package supports it (i.e. via setup.py/pyproject.toml build-backend). Basically, just like pip would