diff options
author | Todd Miller <jmiller@stsci.edu> | 2017-01-20 13:49:54 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-20 13:49:54 -0500 |
commit | d9eeb06960130156fd85a8e34adfb45203645d36 (patch) | |
tree | 0fa20e137b61cc0a8b3fc1138a69e81071a252d9 | |
parent | 179b520055e9e5a19046bbc862eacc267aab3d04 (diff) | |
download | astroconda-contrib-d9eeb06960130156fd85a8e34adfb45203645d36.tar.gz |
Bump crds version to 7.1.0 for #156, crds.bestrefs --sync-references fix (#157)
* Updated CRDS to 7.0.7 for early JWST B7 pipeline testing.
* Bumped CRDS version to 7.0.10
* Removed crds/meta.yaml~
* Updated CRDS version to 7.1.0 for crds.bestrefs --sync-references fix.
* Updated CRDS version to 7.1.0, corrected number to 0.
* Added requests and lxml as build and run dependencies.
-rw-r--r-- | crds/meta.yaml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index 392dbfa..d3c69b1 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'crds' %} -{% set version = '7.0.10' %} -{% set number = '1' %} +{% set version = '7.1.0' %} +{% set number = '0' %} about: home: http://www.stsci.edu/hst/observatory/crds/ @@ -24,11 +24,15 @@ requirements: - numpy - setuptools - python x.x + - requests + - lxml run: - astropy >=1.1 - numpy - python x.x - + - requests + - lxml + source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git |