From 146ec9329b48e99ad10256d990c490649e165f86 Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Fri, 23 May 2014 16:19:43 -0400 Subject: [PATCH] BLD: Upgrade numpy from 1.8.0 -> 1.8.1 Keep numpy package up to date. 1.8.1 is a bug fix release, so should be no breaking changes. --- etc/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/requirements.txt b/etc/requirements.txt index f27a7813..b3d9ca68 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -4,7 +4,7 @@ Logbook==0.6.0 # Scientific Libraries pytz==2013.9 -numpy==1.8.0 +numpy==1.8.1 # Needed for parts of pandas.stats patsy==0.2.1