diff options
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 17 |
1 files changed, 9 insertions, 8 deletions
@@ -82,18 +82,19 @@ setup( zip_safe=False, scripts=[os.path.join("bin", script) for script in os.listdir("bin/")], install_requires=[ - "numpy", - "numba", - "scipy", - "pandas", + "Cython", "astropy", - "healpy", - "configobj", "beautifulsoup4", + "configobj", + "healpy", + "hmf", + "numba", + "numpy", + "pandas", + "reproject", "requests", + "scipy", "tornado", - "reproject", - "hmf", ], dependency_links=[ "git+https://github.com/astropy/regions.git", |