diff --git a/setup.py b/setup.py index 31c07dd5..71c52814 100644 --- a/setup.py +++ b/setup.py @@ -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",