Fix: Use networkx 1.11 due to major API change in recently released networkx 2.0
[osm/vim-emu.git] / setup.py
index c2903f1..a28df09 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(name='emuvim',
           'pyaml',
           'tabulate',
           'argparse',
-          'networkx',
+          'networkx==1.11',
           'six>=1.9',
           'ryu',
           'oslo.config',