python3Packages.kmapper: add missing test dependency

This commit is contained in:
Gaetan Lepage
2025-06-23 00:43:36 +02:00
parent c7758245ad
commit c2c115b358
@@ -13,6 +13,7 @@
scipy,
# tests
anywidget,
igraph,
ipywidgets,
matplotlib,
@@ -45,6 +46,7 @@ buildPythonPackage rec {
pythonImportsCheck = [ "kmapper" ];
nativeCheckInputs = [
anywidget
igraph
ipywidgets
matplotlib