diff options
author | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:16:15 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunk@stsci.edu> | 2016-03-30 16:16:15 -0400 |
commit | a83702ac488d5a4259679ecca0ea34c139a51417 (patch) | |
tree | 8f8a155df8833763ec8aa08e39c55e829ca446b2 /acstools | |
parent | bcbfc158cd431698092c7084af72f93adc77c9f0 (diff) | |
download | astroconda-contrib-a83702ac488d5a4259679ecca0ea34c139a51417.tar.gz |
Add RECON dependency
Diffstat (limited to 'acstools')
-rw-r--r-- | acstools/meta.yaml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/acstools/meta.yaml b/acstools/meta.yaml index cf21c9a..9a83fa1 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -9,24 +9,25 @@ package: version: 2.0.0 requirements: build: - - python x.x - astropy >=1.1 - - numpy x.x - scipy - scikit-image - matplotlib + - recon - stsci.imagestats - stsci.tools - setuptools + - numpy x.x + - python x.x run: - astropy >=1.1 - - numpy x.x - scipy - scikit-image - matplotlib - stsci.imagestats - stsci.tools - setuptools + - numpy x.x - python x.x source: git_tag: 2.0.0 |