summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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