Skip to content

Commit 6a60393

Browse files
committed
Add networkx>=2.0 as requirement.
1 parent 1c6dcc4 commit 6a60393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Video demonstration of Ricci flow for community detection:
3333

3434
## Package Requirement
3535

36-
* [NetworkX](https://github.com/networkx/networkx) (Based Graph library)
36+
* [NetworkX](https://github.com/networkx/networkx) >= 2.0 (Based Graph library)
3737
* [NetworKit](https://github.com/kit-parco/networkit) >= 6.1 (Shortest path algorithm)
3838
* [CVXPY](https://github.com/cvxgrp/cvxpy) (LP solver for Optimal transportation)
3939
* [NumPy](https://github.com/numpy/numpy) (CVXPY support)

0 commit comments

Comments
 (0)