From 2ca4d3cff7696dba6b471efed25e482ba55b3299 Mon Sep 17 00:00:00 2001 From: Jonathan Kamens Date: Tue, 6 Aug 2013 11:59:26 -0400 Subject: [PATCH] MAINT: Update Dev requirements Upgrade matplotlib in Dev requirements to 1.3.0, and add tornado==3.1 and pyparsing==2.0.1 which are required by matplotlib. --- etc/requirements_dev.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/etc/requirements_dev.txt b/etc/requirements_dev.txt index b4895bda..0d33ec34 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -19,6 +19,9 @@ pyandoc==0.0.1 # Example scripts that are run during unit tests use the following: scipy==0.12.0 -matplotlib==1.2.1 +matplotlib==1.3.0 +# tornado and pyparsing are required by matplotlib +tornado==3.1 +pyparsing==2.0.1 statsmodels==0.4.3 patsy==0.1.0