diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-25 23:14:08 -0500 |
---|---|---|
committer | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-25 23:14:08 -0500 |
commit | 89fbd642090f7396e08f13d5bb229be6b3c4acb9 (patch) | |
tree | 97c9c8605f3c17c35bd56546aa0a3b8e0a054602 /calcos | |
parent | 878d292c1b5455bd95fcdac9a31052671ea234a5 (diff) | |
download | cbc-recipes-89fbd642090f7396e08f13d5bb229be6b3c4acb9.tar.gz |
Replace convolve with scipy
Diffstat (limited to 'calcos')
-rw-r--r-- | calcos/calcos.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/calcos/calcos.ini b/calcos/calcos.ini index 4bbedc9..4793ac6 100644 --- a/calcos/calcos.ini +++ b/calcos/calcos.ini @@ -21,7 +21,7 @@ build : d2to1 numpy astropy >=1.1 - stsci.convolve + scipy stsci.distutils stsci.tools setuptools @@ -29,7 +29,7 @@ build : run : numpy astropy >=1.1 - stsci.convolve + scipy stsci.tools python |