diff options
author | Joe Hunkeler <jhunk@stsci.edu> | 2016-02-24 14:13:47 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-02-24 23:02:15 -0500 |
commit | 878d292c1b5455bd95fcdac9a31052671ea234a5 (patch) | |
tree | 695b54ebd18f1713bdda36e67a02509c6506f770 /stsci.image | |
parent | ac6fd6d64d37b00ab43600a59d7b0a6e09edfc91 (diff) | |
download | cbc-recipes-878d292c1b5455bd95fcdac9a31052671ea234a5.tar.gz |
Namespace package dependency corrections
Diffstat (limited to 'stsci.image')
-rw-r--r-- | stsci.image/stsci.image.ini | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/stsci.image/stsci.image.ini b/stsci.image/stsci.image.ini index 4724efc..4616cad 100644 --- a/stsci.image/stsci.image.ini +++ b/stsci.image/stsci.image.ini @@ -19,20 +19,19 @@ preserve_egg_dir: yes [requirements] build: d2to1 + astropy >=1.1 + numpy + scipy stsci.distutils stsci.tools - stsci.convolve setuptools - astropy >=1.1 - numpy python run: - stsci.distutils - stsci.tools - stsci.convolve astropy >=1.1 numpy + scipy + stsci.tools python [test] |