Uncap networkx

Change-Id: I1bfa313531175dc218e015c3aabd0a8694e2a635
Closes-Bug: #1718576
This commit is contained in:
Matthew Thode 2018-05-16 12:30:06 -05:00
parent e93f40cd1c
commit 4607f68ae7
No known key found for this signature in database
GPG Key ID: 64A37BEAAE19A4E8
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ futurist>=1.2.0 # Apache-2.0
fasteners>=0.7.0 # Apache-2.0
# Very nice graph library
networkx<2.0,>=1.10 # BSD
networkx>=1.10 # BSD
# For contextlib new additions/compatibility for <= python 3.3
contextlib2>=0.4.0 # PSF License