Skip to content

Commit

Permalink
limit networkx version within 1.11 for compabitlity with our graph model
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwuperth committed Aug 25, 2017
1 parent af54968 commit 5baf7fe
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 @@ -142,7 +142,7 @@ def write_version_info():
"metis",
# 0.10.6 builds correctly with old (<=3.10) Linux kernels
"netifaces>=0.10.6",
"networkx",
"networkx<=1.11", # networkx2.0 appears not inverse compatible
# >=2.0.0 requires cryptography>=1.1, which in turn needs more system packages to be installed
"paramiko<2.0.0",
"psutil",
Expand Down

0 comments on commit 5baf7fe

Please sign in to comment.