diff options
| author | Todd Miller <jmiller@stsci.edu> | 2019-05-22 12:05:05 -0400 | 
|---|---|---|
| committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-05-22 12:05:05 -0400 | 
| commit | 078c2b6900aedd551fc8f400a131bd369f61a99e (patch) | |
| tree | a9632cb332e21520bf0049a0b6f11f6d77e162c5 | |
| parent | 63d4d4ca2553c85d1447d452dd7e46ee5bca90ab (diff) | |
| download | astroconda-contrib-078c2b6900aedd551fc8f400a131bd369f61a99e.tar.gz | |
Update CRDS for release 7.3.3,  add ASDF dependency (#509)
* Final build for JWST B7.2
* Updated CRDS for 7.3.3,  added asdf dependency.
| -rw-r--r-- | crds/meta.yaml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/crds/meta.yaml b/crds/meta.yaml index 41547dc..6eb77c0 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'crds' %} -{% set version = '7.3.0' %} +{% set version = '7.3.3' %}  {% set number = '0' %}  about: @@ -29,6 +29,7 @@ requirements:      - filelock      - setuptools      - python {{ python }} +    - asdf          run:      - astropy >=1.1 @@ -40,6 +41,7 @@ requirements:      - parsley      - filelock      - python +    - asdf  source:      git_tag: {{ version }} | 
