From 727f7bef19c0005230118bd2e5c7b088846d4e38 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Fri, 3 May 2013 09:40:27 -0400 Subject: [PATCH] BLD: Use statsmodels 0.4.3 for test scripts. 0.5.0 is unavailable via the pep syntax, an incongruity between the results of `pip install` and `pip freeze` --- etc/requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index 42923384..0c082fd1 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -16,5 +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 +statsmodels==0.4.3 patsy==0.1.0