Skip to content

Commit e686662

Browse files
committed
Update readme
1 parent 9e043be commit e686662

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Video demonstration of Ricci flow for community detection:
3838
* [CVXPY](https://github.com/cvxgrp/cvxpy) (LP solver for Optimal transportation)
3939
* [NumPy](https://github.com/numpy/numpy) (CVXPY support)
4040
* [POT](https://github.com/rflamary/POT) (For approximate Optimal transportation distance)
41+
* [python-louvain](https://github.com/taynaud/python-louvain) (For faster modularity computation)
4142

4243

4344

doc/source/readme.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Package Requirement
5656
* `CVXPY <https://github.com/cvxgrp/cvxpy>`__ (LP solver for Optimal transportation)
5757
* `NumPy <https://github.com/numpy/numpy>`__ (CVXPY support)
5858
* `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)
6060

6161

6262
Installation

0 commit comments

Comments
 (0)