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.sphere | |
parent | c07d7717cdb17c1cb3974e99a278019a4a6190f1 (diff) | |
download | cbc-recipes-6b7953568f3c378de2cb1ea4e70a80a80e8dfb00.tar.gz |
Drop pyfits, replace with astropy
Diffstat (limited to 'stsci.sphere')
-rw-r--r-- | stsci.sphere/stsci.sphere.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stsci.sphere/stsci.sphere.ini b/stsci.sphere/stsci.sphere.ini index 924084a..d3ab28e 100644 --- a/stsci.sphere/stsci.sphere.ini +++ b/stsci.sphere/stsci.sphere.ini @@ -20,12 +20,13 @@ build: d2to1 setuptools stsci.distutils + astropy numpy python run: d2to1 - #pyfits + astropy numpy python |