Constraint networkx to <2.3 for Python 2

networkx >=2.3 supports Python 3 only [1]. This patch constraints
networkx to <2.3 for Python 2.

[1] https://networkx.github.io/documentation/stable/news.html#networkx-2-3

Change-Id: Icfc804f40130a613ac78165e487853c47c87e49c
This commit is contained in:
Carlos Goncalves 2019-04-15 19:25:39 +02:00
parent bd07eada87
commit b274355e8e
1 changed files with 2 additions and 1 deletions

View File

@ -19,4 +19,5 @@ reno>=2.5.0 # Apache-2.0
pydot>=1.2.4 # MIT License
pydotplus>=2.0.2 # MIT License
pyparsing>=2.1.0 # MIT
networkx>=1.10 # BSD
networkx>=1.10,<2.3;python_version<'3.0' # BSD
networkx>=1.10;python_version>='3.4' # BSD