Always include setuptools

This commit is contained in:
doctorpangloss 2025-05-19 21:20:23 -07:00
parent 6dd8658bba
commit 8d7669548b

View File

@ -99,7 +99,9 @@ dependencies = [
"av", "av",
"typer", "typer",
"ijson", "ijson",
"scikit-learn>=1.4.1" "scikit-learn>=1.4.1",
# everything that is a torch extension will need setuptools, so just include it
"setuptools",
] ]
[build-system] [build-system]