From 0bbd98e04c741c58dacba35dfb2cf67c1b49c0e2 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 28 Oct 2016 21:36:23 +0800 Subject: Add back "scipy" to dependencies as utils/reproject.py requires --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 99aa4eb..1fce5c6 100755 --- a/setup.py +++ b/setup.py @@ -81,6 +81,7 @@ setup( install_requires=[ "numpy", "numba", + "scipy", "pandas", "astropy", "healpy", -- cgit v1.2.2