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.
This commit is contained in:
Eddie Hebert
2014-06-09 14:45:43 -04:00
parent 49eaeeb6ae
commit 36501a462b
+1 -1
View File
@@ -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