From 2069d6c65a4b42e33f196f837b671750cf8c73a6 Mon Sep 17 00:00:00 2001 From: Richard Hsu Date: Thu, 23 Apr 2015 14:18:35 -0700 Subject: [PATCH] Updating requirements to be lower for numpy and pytz to not have to force upgrades --- VERSION | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 5b09c67..a970716 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.14 +1.0.15 diff --git a/requirements.txt b/requirements.txt index 3ecf8fd..359cf42 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ -numpy>=1.7.0 +numpy>=1.6.2 argparse -pytz>=2013.8 +pytz>=2012c jinja2 -luminol \ No newline at end of file +luminol