remove matplotlib from hard requirements.

This commit is contained in:
rowanc1
2014-07-05 08:18:40 -07:00
parent 41d105eef1
commit 580fe969c1
+1 -2
View File
@@ -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",