Skip to content

Commit

Permalink
Force NetworkX < 2.4 until #28 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
thvitt committed Nov 11, 2019
1 parent 78239f5 commit 3db08b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -17,7 +17,7 @@
install_requires=[
'numpy',
'more-itertools',
'networkx>=2.1',
'networkx>=2.1,<2.4',
'python-igraph',
'pygraphviz',
'ruamel.yaml',
Expand Down

0 comments on commit 3db08b8

Please sign in to comment.