diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-09 11:10:15 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-09 11:10:15 -0400 | 
| commit | 6a4484790fefb15b48a11b9640590196e45caaa5 (patch) | |
| tree | e4ed9f3fc5f024ca3170416bc8917cb6ab5d164d /crds | |
| parent | 44c0e17a1740262e17a9f377a2ba7301f2cf093b (diff) | |
| download | astroconda-contrib-6a4484790fefb15b48a11b9640590196e45caaa5.tar.gz | |
Cfitsio disable cURL (#385)
* Bump build number for affected recipes
Diffstat (limited to 'crds')
| -rw-r--r-- | crds/meta.yaml | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/crds/meta.yaml b/crds/meta.yaml index 117b7e7..01b916f 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'crds' %}  {% set version = '7.2.4' %} -{% set number = '0' %} +{% set number = '1' %}  about:      home: http://www.stsci.edu/hst/observatory/crds/ @@ -20,18 +20,18 @@ package:  requirements:      build:      - astropy >=1.1 -    - cfitsio >=3.430 +    - cfitsio >=3.440      - numpy {{ numpy }}      - requests      - lxml      - parsley -    - setuptools      - filelock +    - setuptools      - python {{ python }}      run:      - astropy >=1.1 -    - cfitsio >=3.430 +    - cfitsio      - numpy      - requests      - lxml | 
