From 65c038d0dae0bd66807aeb4ab1611a0233dbb580 Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Wed, 28 Jan 2015 10:39:41 +0100 Subject: [PATCH] Revert "MAINT Update pandas to 0.15.2." This reverts commit b121759c68230138b02d9e80b267b4d54012a5dd. --- etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index 29b4e4f3..91003924 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -9,7 +9,7 @@ numpy==1.8.1 # scipy and pandas are required for statsmodels, # statsmodels in turn is required for some pandas packages scipy==0.12.0 -pandas==0.15.2 +pandas==0.12.0 # Needed for parts of pandas.stats patsy==0.2.1 statsmodels==0.5.0