From 7cf0e5977e4a885595ca0931f26a5fef7dc8f82e Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Wed, 26 Oct 2016 15:36:57 +0800 Subject: utils/grid.py: Use own-implemented JIT-optimized "rotate_center()" Also remove the dependence on "scipy". --- setup.py | 1 - 1 file changed, 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 1fce5c6..99aa4eb 100755 --- a/setup.py +++ b/setup.py @@ -81,7 +81,6 @@ setup( install_requires=[ "numpy", "numba", - "scipy", "pandas", "astropy", "healpy", -- cgit v1.2.2