From 39e78ee0a234adde90640d245375c9348d7a4af8 Mon Sep 17 00:00:00 2001 From: forbes Date: Sat, 21 Feb 2026 09:24:30 -0600 Subject: [PATCH] fix(solver): add networkx to runtime dependencies 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. --- package/rattler-build/recipe.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/package/rattler-build/recipe.yaml b/package/rattler-build/recipe.yaml index 9b33accd80..b49fb38ad3 100644 --- a/package/rattler-build/recipe.yaml +++ b/package/rattler-build/recipe.yaml @@ -155,6 +155,7 @@ requirements: - lark - lxml - matplotlib-base + - networkx - nine - noqt5 - numpy>=1.26,<2 -- 2.49.1