Homebrew / brew-pip-audit

:clipboard: Bulk auditing Python dependencies in Homebrew with pip-audit
BSD 2-Clause "Simplified" License
11 stars 7 forks source link

generate-prs: skip pytorch #99

Closed woodruffw closed 1 month ago

woodruffw commented 1 month ago

The pytorch sdist build takes up a significant portion of our PR generation run time while trying to build an absolute beast of a C++ monolith from source and finally failing with some kind of git error (link).

Current hypothesis is that this is their own homegrown version of the setuptools_scm archive problem, meaning that we can't easily address it using the GitHub release artifact.