From 89fbd642090f7396e08f13d5bb229be6b3c4acb9 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Thu, 25 Feb 2016 23:14:08 -0500 Subject: Replace convolve with scipy --- calcos/calcos.ini | 4 ++-- 1 file 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 -- cgit