mirror of
https://github.com/comfyanonymous/ComfyUI.git
synced 2026-01-11 06:40:48 +08:00
Always include setuptools
This commit is contained in:
parent
6dd8658bba
commit
8d7669548b
@ -99,7 +99,9 @@ dependencies = [
|
||||
"av",
|
||||
"typer",
|
||||
"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]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user