diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-09-25 13:28:55 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-25 13:28:55 -0400 | 
| commit | 08f58c00410295ad2372fd1a9446269240db1c02 (patch) | |
| tree | c681bae5fcbc73f5d1acb2adf3db5b6f4913f4e4 /crds | |
| parent | f53c5ef2c300c89658274acc5216e05495f1a4d1 (diff) | |
| download | astroconda-contrib-08f58c00410295ad2372fd1a9446269240db1c02.tar.gz | |
CRDS 7.1.4 -> 7.1.5 (#263)
Diffstat (limited to 'crds')
| -rw-r--r-- | crds/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/crds/meta.yaml b/crds/meta.yaml index f43f6af..6e639ea 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'crds' %} -{% set version = '7.1.4' %} +{% set version = '7.1.5' %}  {% set number = '0' %}  about: @@ -27,7 +27,7 @@ requirements:      - parsley      - setuptools      - lockfile -    - python x.x +    - python      run:      - astropy >=1.1 @@ -38,7 +38,7 @@ requirements:      - fitsverify      - parsley      - lockfile -    - python x.x +    - python  source:      git_tag: {{ version }} | 
