diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 | 
| commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
| tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /crds | |
| parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
| parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
| download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz | |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'crds')
| -rw-r--r-- | crds/build.sh | 5 | ||||
| -rw-r--r-- | crds/meta.yaml | 19 | 
2 files changed, 14 insertions, 10 deletions
| diff --git a/crds/build.sh b/crds/build.sh index b623a78..762d43b 100644 --- a/crds/build.sh +++ b/crds/build.sh @@ -1,4 +1 @@ - - -pip install --no-deps --upgrade --force d2to1 || exit 1 -python setup.py install || exit 1
\ No newline at end of file +python setup.py install diff --git a/crds/meta.yaml b/crds/meta.yaml index d3c69b1..6e639ea 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'crds' %} -{% set version = '7.1.0' %} +{% set version = '7.1.5' %}  {% set number = '0' %}  about: @@ -19,20 +19,27 @@ package:  requirements:      build: -    - d2to1      - astropy >=1.1 +    - cfitsio      - numpy -    - setuptools -    - python x.x      - requests      - lxml +    - parsley +    - setuptools +    - lockfile +    - python +      run:      - astropy >=1.1 +    - cfitsio      - numpy -    - python x.x      - requests      - lxml -     +    - fitsverify +    - parsley +    - lockfile +    - python +  source:      git_tag: {{ version }}      git_url: https://github.com/spacetelescope/{{ name }}.git | 
