Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit 3c5552c

Browse files
committed
Require networkx>=2.0
1 parent 99107e8 commit 3c5552c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
networkx
1+
networkx>=2.0
22
numpy
33
nose

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
license='BSD',
3737
classifiers=CLASSIFIERS,
3838
keywords=KEYWORDS,
39-
install_requires=['numpy', 'networkx'],
39+
install_requires=['numpy', 'networkx>=2.0'],
4040
)

0 commit comments

Comments
 (0)