diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2015-12-22 17:15:23 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2015-12-22 17:15:23 -0500 |
commit | 6b7953568f3c378de2cb1ea4e70a80a80e8dfb00 (patch) | |
tree | 2d3275a40db330baa55fb1fb929eb78eb4e019cd /stsci.imagemanip/stsci.imagemanip.ini | |
parent | c07d7717cdb17c1cb3974e99a278019a4a6190f1 (diff) | |
download | cbc-recipes-6b7953568f3c378de2cb1ea4e70a80a80e8dfb00.tar.gz |
Drop pyfits, replace with astropy
Diffstat (limited to 'stsci.imagemanip/stsci.imagemanip.ini')
-rw-r--r-- | stsci.imagemanip/stsci.imagemanip.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stsci.imagemanip/stsci.imagemanip.ini b/stsci.imagemanip/stsci.imagemanip.ini index 25595cc..da79ef4 100644 --- a/stsci.imagemanip/stsci.imagemanip.ini +++ b/stsci.imagemanip/stsci.imagemanip.ini @@ -23,7 +23,7 @@ build: stsci.convolve stsci.image setuptools - pyfits + astropy numpy python @@ -33,7 +33,7 @@ run: stsci.tools stsci.convolve stsci.image - pyfits + astropy numpy python |