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 | |
parent | 2f40f984a44c393b72a62b36cf054171dabf169d (diff) | |
download | fg21sim-0bbd98e04c741c58dacba35dfb2cf67c1b49c0e2.tar.bz2 |
Add back "scipy" to dependencies as utils/reproject.py requires
-rw-r--r-- | requirements.txt | 1 | ||||
-rwxr-xr-x | setup.py | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index a072943..60199f0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ numpy numba +scipy pandas astropy healpy @@ -81,6 +81,7 @@ setup( install_requires=[ "numpy", "numba", + "scipy", "pandas", "astropy", "healpy", |