From caa14ee8f025c079e464e4476f5f89774473d5ff Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Wed, 28 May 2014 12:03:09 -0400 Subject: [PATCH] BLD: Order build of pandas before statsmodels. pandas is required for statsmodels, so order installs so that pandas is available for at build time for statsmodels --- etc/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index d0b11e38..278e4758 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -6,13 +6,14 @@ Logbook==0.7.0 pytz==2014.3 numpy==1.8.1 -# scipy is required for statsmodels +# scipy and pandas are required for statsmodels, +# statsmodels in turn is required for some pandas packages scipy==0.13.2 +pandas==0.12.0 # Needed for parts of pandas.stats patsy==0.2.1 statsmodels==0.5.0 -pandas==0.12.0 python-dateutil==2.2 six==1.6.1