diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-14 23:29:39 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-14 23:29:39 +0800 |
commit | 01b282094d610b0ae2fa809dbce4f7bfa92ccec2 (patch) | |
tree | c70fe3f826353c392006f393caef8fbec4e0c392 /setup.py | |
parent | eb5fcaa13e0ba6391ed20fca5e3eb28a13fde7d1 (diff) | |
download | fg21sim-01b282094d610b0ae2fa809dbce4f7bfa92ccec2.tar.bz2 |
Add the new dependency: scipy
The utils/zea2healpix requires scipy.
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ setup( ], install_requires=[ "numpy", + "scipy", "astropy", "healpy", "configobj", |