From cf82baef1dc2dd88e2e25af13b4d265d75936672 Mon Sep 17 00:00:00 2001 From: rob Date: Sun, 18 Jan 2026 01:33:06 -0400 Subject: [PATCH] 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 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index a42c5d2..621e75e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,7 @@ dependencies = [ "PyYAML>=6.0", "requests>=2.28", "PySide6>=6.5", + "NodeGraphQt>=0.6.0", ] [project.optional-dependencies]