From 96d8ebec3dd04317ca22b8cd8ee5c8e261aadf89 Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Wed, 21 May 2014 05:25:05 -0400 Subject: [PATCH] BLD: List patsy before statsmodels in requirements.txt --- etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index a2bf7e5f..f27a7813 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -7,8 +7,8 @@ pytz==2013.9 numpy==1.8.0 # Needed for parts of pandas.stats -statsmodels==0.5.0 patsy==0.2.1 +statsmodels==0.5.0 pandas==0.12.0 python-dateutil==2.2