Skip to content

Commit

Permalink
#1458 - Dependency Management - downgrade the networkx to work with P…
Browse files Browse the repository at this point in the history
…ython2 (#1459)
  • Loading branch information
bblommers authored Apr 6, 2020
1 parent 1ea3da1 commit d83bcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def get_version(filename):
'pathlib2>=2.3.0;python_version<="3.4"',
'importlib_resources~=1.0.2;python_version<"3.7"',
'networkx~=2.4;python_version>="3.5"',
'networkx~=2.1;python_version<"3.5"'
'networkx<=2.2;python_version<"3.5"'
],
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
entry_points={
Expand Down

0 comments on commit d83bcca

Please sign in to comment.