diff options
author | Todd Miller <jmiller@stsci.edu> | 2019-09-13 09:03:04 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-09-13 09:03:04 -0400 |
commit | 90ce625182998d0d63c089521b5acc85ca9765b8 (patch) | |
tree | 4d144caeb3f2b19c866a8eac51f09dc7ec10224d /crds/meta.yaml | |
parent | 9c8931277a373c2f52ccfa7eeb7e53f98284b2c6 (diff) | |
download | astroconda-contrib-90ce625182998d0d63c089521b5acc85ca9765b8.tar.gz |
Updated CRDS to v7.4.1 (#557)
Diffstat (limited to 'crds/meta.yaml')
-rw-r--r-- | crds/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index ecfc4ca..6f23df4 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'crds' %} -{% set version = '7.3.4' %} +{% set version = '7.4.1' %} {% set number = '0' %} about: @@ -31,7 +31,7 @@ requirements: - lockfile - setuptools - python {{ python }} - - asdf + - asdf run: - astropy >=1.1 |