Fix: Use networkx 1.11 due to major API change in recently released networkx 2.0 87/2287/1
authorpeusterm <manuel.peuster@uni-paderborn.de>
Fri, 22 Sep 2017 06:47:08 +0000 (08:47 +0200)
committerpeusterm <manuel.peuster@uni-paderborn.de>
Fri, 22 Sep 2017 06:47:08 +0000 (08:47 +0200)
This is temporary until we migrated to the latest networkx API.

Change-Id: Id735686098c8d8ab03f40f648d10aff31ba87129
Signed-off-by: peusterm <manuel.peuster@uni-paderborn.de>
ansible/install.yml
setup.py

index 61d12a2..0ee1e44 100755 (executable)
@@ -51,7 +51,7 @@
      pip: name=argparse state=latest
 
    - name: install networkx
      pip: name=argparse state=latest
 
    - name: install networkx
-     pip: name=networkx state=latest
+     pip: name=networkx version=1.11
 
    - name: install six
      pip: name=six state=latest
 
    - name: install six
      pip: name=six state=latest
index c2903f1..a28df09 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -45,7 +45,7 @@ setup(name='emuvim',
           'pyaml',
           'tabulate',
           'argparse',
           'pyaml',
           'tabulate',
           'argparse',
-          'networkx',
+          'networkx==1.11',
           'six>=1.9',
           'ryu',
           'oslo.config',
           'six>=1.9',
           'ryu',
           'oslo.config',