fix(solver): add networkx to runtime dependencies #308

Merged
forbes merged 1 commits from fix/solver-networkx-dep into main 2026-02-21 15:29:32 +00:00
Owner

The kindred-solver addon imports networkx in its decompose module for constraint graph decomposition. Without it in the conda package runtime deps, KindredSolver fails to import and solver registration silently fails, leaving only the ondsel backend available in Assembly preferences.

Fix: Add networkx to the run: section of package/rattler-build/recipe.yaml.

The kindred-solver addon imports `networkx` in its `decompose` module for constraint graph decomposition. Without it in the conda package runtime deps, `KindredSolver` fails to import and solver registration silently fails, leaving only the ondsel backend available in Assembly preferences. **Fix:** Add `networkx` to the `run:` section of `package/rattler-build/recipe.yaml`.
forbes added 1 commit 2026-02-21 15:24:41 +00:00
fix(solver): add networkx to runtime dependencies
All checks were successful
Build and Test / build (pull_request) Successful in 30m3s
39e78ee0a2
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.
forbes merged commit f9b13710f3 into main 2026-02-21 15:29:32 +00:00
forbes deleted branch fix/solver-networkx-dep 2026-02-21 15:29:32 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kindred/create#308