From 5b79ab35afc9ff34cc41def2f20153653c43ebd6 Mon Sep 17 00:00:00 2001 From: Eyal Date: Sun, 29 Jul 2018 13:50:27 +0300 Subject: [PATCH] should use networkx 2 Change-Id: Id7b93392c4d0cdd2097dd4da7f3cb1328fc08feb --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c656a41..67f23aa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,4 +21,4 @@ oslo.log>=3.36.0 # Apache-2.0 testtools>=2.2.0 # MIT oslotest>=3.2.0 # Apache-2.0 tempest>=17.1.0 # Apache-2.0 -networkx<2.0,>=1.10 # BSD +networkx>=2.1 # BSD