diff options
| -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 }} | 
