diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-05-26 12:59:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-26 12:59:40 -0400 |
commit | 4d50013e07e006d771dde997c046014d483c893d (patch) | |
tree | 3b2146399f9eae493d82aca03d4877e9144514e0 /crds/meta.yaml | |
parent | 66216b3cc5ab5b720d95d85571aea9e53bd9806c (diff) | |
download | astroconda-contrib-4d50013e07e006d771dde997c046014d483c893d.tar.gz |
Add optional dependencies; bump build (#215)
Diffstat (limited to 'crds/meta.yaml')
-rw-r--r-- | crds/meta.yaml | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/crds/meta.yaml b/crds/meta.yaml index d3c69b1..0dda15d 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'crds' %} {% set version = '7.1.0' %} -{% set number = '0' %} +{% set number = '1' %} about: home: http://www.stsci.edu/hst/observatory/crds/ @@ -19,20 +19,25 @@ package: requirements: build: - - d2to1 - astropy >=1.1 + - cfitsio - numpy - - setuptools - - python x.x - requests - lxml + - parsley + - setuptools + - python x.x + run: - astropy >=1.1 + - cfitsio - numpy - - python x.x - requests - lxml - + - fitsverify + - parsley + - python x.x + source: git_tag: {{ version }} git_url: https://github.com/spacetelescope/{{ name }}.git |