From 580fe969c1e0e1361dbefc5edd6929212ca378c3 Mon Sep 17 00:00:00 2001 From: rowanc1 Date: Sat, 5 Jul 2014 08:18:40 -0700 Subject: [PATCH] remove matplotlib from hard requirements. --- setup.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 7bc7c06d..d1ad32e5 100644 --- a/setup.py +++ b/setup.py @@ -36,8 +36,7 @@ setup( version = "0.1.1", packages = find_packages(), install_requires = ['numpy>=1.7', - 'scipy>=0.13', - 'matplotlib>=1.3', + 'scipy>=0.13' ], author = "Rowan Cockett", author_email = "rowan@3ptscience.com",