From 46820ee7967133471275ad06724d837cc3c797c6 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Thu, 29 May 2014 13:13:56 -0400 Subject: [PATCH] BLD: Update pyparsing to 2.0.2 2.0.1 -> 2.0.2 pyparsing is a dependency of matplotlib and should not affect Zipline simulations. --- 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 47ffbe32..468fadfa 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -22,6 +22,6 @@ pyandoc==0.0.1 matplotlib==1.3.1 # tornado and pyparsing are required by matplotlib tornado==3.2 -pyparsing==2.0.1 +pyparsing==2.0.2 Markdown==2.3.1