diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-08-23 15:43:13 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-23 15:43:13 -0400 | 
| commit | 65cdbb577a5ce4ab83c6e4fa1790b49a54d3b815 (patch) | |
| tree | 34f50dd9d6edc50d319889b1bbf8e5940ad1f25f | |
| parent | ab94feffcc5af2ef86ad0aedf2a87c48cdbc922d (diff) | |
| parent | 553c91c141bae42ec1b033064ebb86e746e16934 (diff) | |
| download | astroconda-dev-65cdbb577a5ce4ab83c6e4fa1790b49a54d3b815.tar.gz | |
Merge pull request #5 from jhunkeler/jwst-verhawk
Add verhawk as a dependency of jwst
| -rw-r--r-- | jwst/meta.yaml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/jwst/meta.yaml b/jwst/meta.yaml index 78aa119..67e1350 100644 --- a/jwst/meta.yaml +++ b/jwst/meta.yaml @@ -2,7 +2,7 @@  {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")      +".dev"      +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %}  about:      home: https://github.com/stsci-jwst/jwst.git @@ -29,6 +29,7 @@ requirements:      - photutils      - scipy      - six +    - verhawk      - setuptools      - numpy x.x      - python x.x @@ -46,6 +47,7 @@ requirements:      - photutils      - scipy      - six +    - verhawk      - numpy x.x      - python x.x  source: | 
