Add Cython dependency

This commit is contained in:
Brendan Smithyman
2015-10-28 10:05:58 -04:00
parent ed463c736f
commit de2891ccdf
+2 -1
View File
@@ -36,7 +36,8 @@ setup(
version = "0.1.3",
packages = find_packages(),
install_requires = ['numpy>=1.7',
'scipy>=0.13'
'scipy>=0.13',
'Cython'
],
author = "Rowan Cockett",
author_email = "rowan@3ptscience.com",