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 /nictools | |
parent | bcbfc158cd431698092c7084af72f93adc77c9f0 (diff) | |
download | astroconda-contrib-a83702ac488d5a4259679ecca0ea34c139a51417.tar.gz |
Add RECON dependency
Diffstat (limited to 'nictools')
-rw-r--r-- | nictools/meta.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/nictools/meta.yaml b/nictools/meta.yaml index bae978c..a4f73cf 100644 --- a/nictools/meta.yaml +++ b/nictools/meta.yaml @@ -9,16 +9,17 @@ package: requirements: build: - astropy >=1.1 - - numpy x.x + - recon - scipy - stsci.tools - setuptools + - numpy x.x - python x.x run: - astropy >=1.1 - - numpy x.x - scipy - stsci.tools + - numpy x.x - python x.x source: git_tag: 1.1.3 |