diff options
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..492d08f 100644 --- a/crds/meta.yaml +++ b/crds/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'crds' %} -{% set version = '7.2.4' %} +{% set version = '7.2.9' %}  {% set number = '0' %}  about: @@ -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 | 
