From 36501a462bb300d3e2c3e0f7b70831388d8e10b6 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Mon, 9 Jun 2014 14:43:15 -0400 Subject: [PATCH] BLD: Set scipy back to 0.12.0 The internal system used to build and get burn-in on packages was accidentally using scipy 0.12.0, despite the change in the requirements file to 0.13.2 Setting back to using scipy 0.12.0 until 0.13.2 is more tested with internal systems, with the goal of upgrading to >= 0.14.0 as soon as possible. --- etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index f2087485..4444ddb3 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -8,7 +8,7 @@ numpy==1.8.1 # scipy and pandas are required for statsmodels, # statsmodels in turn is required for some pandas packages -scipy==0.13.2 +scipy==0.12.0 pandas==0.12.0 # Needed for parts of pandas.stats patsy==0.2.1