Pin networkx version below 1.10

networkx is not compatible with Python 2.6 starting with version 1.10

Change-Id: Id54645863ce8f96ef4e91f6d3534ad7ab6fd9f29
Closes-Bug: #1480793
This commit is contained in:
Sebastian Kalinowski 2015-08-03 09:47:20 +02:00
parent d0ecd86c42
commit 9e41ce127f

View File

@ -1,4 +1,4 @@
networkx>=1.8
networkx>=1.8,<1.10
jsonschema>=2.3.0
PyYAML>=3.11
argparse>=1.2.1