From 90cf794952a5093c78f9ef21f37797c10a503139 Mon Sep 17 00:00:00 2001 From: fawce Date: Wed, 22 Aug 2012 16:33:52 -0400 Subject: [PATCH] added statsmodels and moved pandas forward --- etc/requirements_sci.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/requirements_sci.txt b/etc/requirements_sci.txt index b74b3e57..5128eb20 100644 --- a/etc/requirements_sci.txt +++ b/etc/requirements_sci.txt @@ -4,7 +4,7 @@ python-dateutil==1.5 # Core scientific python numpy>=1.6.1 -pandas>=0.7.0rc1 +pandas=0.8.0 scipy>=0.10.0 matplotlib==1.1.0 @@ -12,8 +12,8 @@ matplotlib==1.1.0 numexpr==2.0.1 Cython==0.15.1 -#tables>=2.3.1 -#scikits.statsmodels>=0.3.1 +statsmodels==0.5.0 +patsy==0.1.0 # ZeroMQ pyzmq==2.1.11