Fix deps.

This commit is contained in:
Brendan Smithyman
2016-07-16 14:35:56 -05:00
parent ca8d8f8c2d
commit 4c2a61bf54
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -3,3 +3,4 @@ scipy
ipython
matplotlib
cython
future
+2 -1
View File
@@ -87,7 +87,8 @@ setup(
packages = find_packages(),
install_requires = ['numpy>=1.7',
'scipy>=0.13',
'Cython'
'Cython',
'future'
],
author = "Rowan Cockett",
author_email = "rowan@3ptscience.com",