mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-25 13:50:15 +08:00
Always include setuptools
This commit is contained in:
parent
6dd8658bba
commit
8d7669548b
@ -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]
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user