From 42ad791f390a51eb5fbb726a74161deae345616c Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Fri, 3 May 2013 09:17:17 -0400 Subject: [PATCH] BLD: Add libraries needed for running examples. Add statsmodels and patsy, since they are used by example scripts and example scripts are now run as part of the unit test suite. --- etc/requirements_dev.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 7c9b402b..42923384 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -16,3 +16,5 @@ pyandoc==0.0.1 # Example scripts that are run during unit tests use the following: matplotlib==1.2.1 +statsmodels==0.5.0 +patsy==0.1.0