Add NodeGraphQt to base dependencies
The flow graph widget in the GUI requires NodeGraphQt, but it wasn't in the base dependencies. This caused import errors when running the GUI from a fresh venv. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f442759344
commit
cf82baef1d
|
|
@ -33,6 +33,7 @@ dependencies = [
|
|||
"PyYAML>=6.0",
|
||||
"requests>=2.28",
|
||||
"PySide6>=6.5",
|
||||
"NodeGraphQt>=0.6.0",
|
||||
]
|
||||
|
||||
[project.optional-dependencies]
|
||||
|
|
|
|||
Loading…
Reference in New Issue