From dbd82c4bc8a8c56de88adda994297d678f350487 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 5 Jul 2012 13:07:54 -0400 Subject: [PATCH] Install numpy before trying to install scipy from requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 6f63769ee3..efc8e48ddd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ django<1.4 pip +numpy scipy matplotlib markdown