diff options
-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", |