File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Video demonstration of Ricci flow for community detection:
38
38
* [ CVXPY] ( https://github.com/cvxgrp/cvxpy ) (LP solver for Optimal transportation)
39
39
* [ NumPy] ( https://github.com/numpy/numpy ) (CVXPY support)
40
40
* [ POT] ( https://github.com/rflamary/POT ) (For approximate Optimal transportation distance)
41
+ * [ python-louvain] ( https://github.com/taynaud/python-louvain ) (For faster modularity computation)
41
42
42
43
43
44
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Package Requirement
56
56
* `CVXPY <https://github.com/cvxgrp/cvxpy >`__ (LP solver for Optimal transportation)
57
57
* `NumPy <https://github.com/numpy/numpy >`__ (CVXPY support)
58
58
* `POT <https://github.com/rflamary/POT >`__ (For approximate Optimal transportation distance)
59
-
59
+ * ` python-louvain < https://github.com/taynaud/python-louvain >`__ (For faster modularity computation)
60
60
61
61
62
62
Installation
You can’t perform that action at this time.
0 commit comments