diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-02 09:36:19 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-03-02 09:36:19 -0500 |
commit | f0fbdaf62d2aea06575aeaeb9f6f0a788334688d (patch) | |
tree | 8866803a37caf6e863f4b29c8d888a4e66903eed /drizzlepac | |
parent | 35b166ff4acaa67c0c2663a6af4705b3f66278be (diff) | |
download | cbc-recipes-f0fbdaf62d2aea06575aeaeb9f6f0a788334688d.tar.gz |
Repair drizzlepac dependencies (and added numpy/scipy stack for the future)
Diffstat (limited to 'drizzlepac')
-rw-r--r-- | drizzlepac/drizzlepac.ini | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/drizzlepac/drizzlepac.ini b/drizzlepac/drizzlepac.ini index ac7999d..7b346bb 100644 --- a/drizzlepac/drizzlepac.ini +++ b/drizzlepac/drizzlepac.ini @@ -18,12 +18,14 @@ build: astropy >=1.1 astrolib.coords fitsblender - stwcs + nictools + scipy stsci.distutils stsci.imagestats + stsci.ndimage stsci.skypac stsci.stimage - nictools + stwcs pyregion python setuptools @@ -31,11 +33,13 @@ run: astropy >=1.1 astrolib.coords fitsblender - stwcs nictools + scipy stsci.imagestats + stsci.ndimage stsci.skypac stsci.stimage + stwcs pyregion setuptools python |