fix(solver): add networkx to runtime dependencies #308
Reference in New Issue
Block a user
Delete Branch "fix/solver-networkx-dep"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The kindred-solver addon imports
networkxin itsdecomposemodule for constraint graph decomposition. Without it in the conda package runtime deps,KindredSolverfails to import and solver registration silently fails, leaving only the ondsel backend available in Assembly preferences.Fix: Add
networkxto therun:section ofpackage/rattler-build/recipe.yaml.