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 /wfpc2tools | |
parent | ac6fd6d64d37b00ab43600a59d7b0a6e09edfc91 (diff) | |
download | cbc-recipes-878d292c1b5455bd95fcdac9a31052671ea234a5.tar.gz |
Namespace package dependency corrections
Diffstat (limited to 'wfpc2tools')
-rw-r--r-- | wfpc2tools/wfpc2tools.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/wfpc2tools/wfpc2tools.ini b/wfpc2tools/wfpc2tools.ini index 48e5e19..f6240f8 100644 --- a/wfpc2tools/wfpc2tools.ini +++ b/wfpc2tools/wfpc2tools.ini @@ -16,18 +16,18 @@ number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }} [requirements] build : d2to1 + astropy >=1.1 + scipy stsci.distutils stsci.imagestats - stsci.ndimage stsci.tools - astropy >=1.1 setuptools python run : + astropy >=1.1 + scipy stsci.imagestats - stsci.ndimage stsci.tools - astropy >=1.1 python [test] |