diff options
author | Aaron LI <aaronly.me@outlook.com> | 2016-10-28 21:36:23 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@outlook.com> | 2016-10-28 21:36:23 +0800 |
commit | 0bbd98e04c741c58dacba35dfb2cf67c1b49c0e2 (patch) | |
tree | 2a8603edcafdb8d00748d7d0f9d4cf06ab59c917 /setup.py | |
parent | 2f40f984a44c393b72a62b36cf054171dabf169d (diff) | |
download | fg21sim-0bbd98e04c741c58dacba35dfb2cf67c1b49c0e2.tar.bz2 |
Add back "scipy" to dependencies as utils/reproject.py requires
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -81,6 +81,7 @@ setup( install_requires=[ "numpy", "numba", + "scipy", "pandas", "astropy", "healpy", |