Merge pull request #118 from simpeg/bsmithyman-cythondep

Add Cython dependency
This commit is contained in:
Rowan Cockett
2015-10-30 14:01:44 -07:00
+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",