fix(solver): add networkx to runtime dependencies
All checks were successful
Build and Test / build (pull_request) Successful in 30m3s

The kindred-solver addon imports networkx in its decompose module.
Without it, KindredSolver fails to import and solver registration
silently fails, leaving only the ondsel backend available.
This commit is contained in:
forbes
2026-02-21 09:24:30 -06:00
parent 0f8fa0be86
commit 39e78ee0a2

View File

@@ -155,6 +155,7 @@ requirements:
- lark
- lxml
- matplotlib-base
- networkx
- nine
- noqt5
- numpy>=1.26,<2