From d384f63e25992ef313c443f33a38181257e92d02 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Fri, 30 May 2014 15:48:10 -0400 Subject: [PATCH] BLD: Update tornado to latest. Upgrade from 3.2 -> 3.2.1 Used for matplotlib, which is imported during tests to make sure that examples are working. --- 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 598fcab3..3e5226e0 100644 --- a/etc/requirements_dev.txt +++ b/etc/requirements_dev.txt @@ -21,7 +21,7 @@ pyandoc==0.0.1 matplotlib==1.3.1 # tornado and pyparsing are required by matplotlib -tornado==3.2 +tornado==3.2.1 pyparsing==2.0.2 Markdown==2.4.1