From 01b282094d610b0ae2fa809dbce4f7bfa92ccec2 Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Fri, 14 Oct 2016 23:29:39 +0800 Subject: Add the new dependency: scipy The utils/zea2healpix requires scipy. --- setup.py | 1 + 1 file changed, 1 insertion(+) (limited to 'setup.py') diff --git a/setup.py b/setup.py index b6d8551..f240102 100755 --- a/setup.py +++ b/setup.py @@ -77,6 +77,7 @@ setup( ], install_requires=[ "numpy", + "scipy", "astropy", "healpy", "configobj", -- cgit v1.2.2