From 9d741d62c4a6b78fd46ebee8c044f9025f38bfb7 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 2 Feb 2018 21:32:50 +0800 Subject: setup.py: add Cython to dependencies and reorder, w.r.t. requirements.txt --- setup.py | 17 +++++++++-------- 1 file 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", -- cgit v1.2.2