aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsetup.py17
1 files changed, 9 insertions, 8 deletions
diff --git a/setup.py b/setup.py
index a6b7faf..fbe5a12 100755
--- a/setup.py
+++ b/setup.py
@@ -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",