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 /deprecated | |
parent | c07d7717cdb17c1cb3974e99a278019a4a6190f1 (diff) | |
download | cbc-recipes-6b7953568f3c378de2cb1ea4e70a80a80e8dfb00.tar.gz |
Drop pyfits, replace with astropy
Diffstat (limited to 'deprecated')
-rw-r--r-- | deprecated/calacs/calacs.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deprecated/calacs/calacs.ini b/deprecated/calacs/calacs.ini index e8845dc..4a1737b 100644 --- a/deprecated/calacs/calacs.ini +++ b/deprecated/calacs/calacs.ini @@ -20,13 +20,13 @@ number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} build : d2to1 numpy - pyfits + astropy stsci.distutils setuptools python run : numpy - pyfits + astropy python [test] |