From 878d292c1b5455bd95fcdac9a31052671ea234a5 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Wed, 24 Feb 2016 14:13:47 -0500 Subject: Namespace package dependency corrections --- stsci.image/stsci.image.ini | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'stsci.image') 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] -- cgit