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