From f262a71dc5adc348d9149d7b02c833a159d68845 Mon Sep 17 00:00:00 2001 From: Juan Nunez-Iglesias Date: Tue, 15 Jul 2014 03:46:26 -0500 Subject: [PATCH] Document NetworkX dependency in DEPENDS.txt --- DEPENDS.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/DEPENDS.txt b/DEPENDS.txt index 152e935b..eb7cc09c 100644 --- a/DEPENDS.txt +++ b/DEPENDS.txt @@ -14,6 +14,7 @@ You can use pip to automatically install the base dependencies as follows:: Runtime requirements -------------------- * `SciPy >= 0.10 `__ +* `NetworkX >= 1.8 `__ Known build errors ------------------