Skip to content

Commit 90c51da

Browse files
author
Paul Maschhoff
committed
Pin networkx a little less stringently in setup.py
1 parent 0c93929 commit 90c51da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
install_requires=[
4343
'matplotlib',
44-
'networkx==1.11',
44+
'networkx~=1.0',
4545
'numpy',
4646
'openbabel',
4747
],

0 commit comments

Comments
 (0)