summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <mthode@mthode.org>2018-05-16 12:30:06 -0500
committerMatthew Thode <mthode@mthode.org>2018-05-16 12:30:51 -0500
commit4607f68ae73ebbe7296f16c7dff2fde1884ce947 (patch)
treed2a521758cb18a55605e35660f16fda5aca6d416
parente93f40cd1cb9d49464b2a60fa0287e806892456c (diff)
downloadtaskflow-4607f68ae73ebbe7296f16c7dff2fde1884ce947.tar.gz
Uncap networkx
Change-Id: I1bfa313531175dc218e015c3aabd0a8694e2a635 Closes-Bug: #1718576
-rw-r--r--requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index e72d5d9..2ab5ad9 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -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