diff options
Diffstat (limited to 'gnu/packages/graph.scm')
-rw-r--r-- | gnu/packages/graph.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/graph.scm b/gnu/packages/graph.scm index daf77187d5..5cd625c30c 100644 --- a/gnu/packages/graph.scm +++ b/gnu/packages/graph.scm @@ -522,7 +522,9 @@ graphs in Python.") (inputs (list igraph)) (native-inputs (list python-ddt + python-setuptools python-setuptools-scm + python-wheel pkg-config)) (home-page "https://github.com/vtraag/louvain-igraph") (synopsis "Implementation of the Louvain algorithm") |