diff options
Diffstat (limited to 'acstools')
| -rw-r--r-- | acstools/meta.yaml | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/acstools/meta.yaml b/acstools/meta.yaml index ffa74b8..86262f6 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,11 +1,11 @@  {% set name = 'acstools' %} -{% set version = '2.0.5' %} -{% set number = '1' %} +{% set version = '2.0.9' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/{{ name }}      license: BSD -    summary: For analyzing ACS data +    summary: Python tools for analyzing ACS data  build:      number: {{ number }}  package: @@ -14,11 +14,13 @@ package:  requirements:      build:      - astropy >=1.1 +    - stsci.tools      - numpy      - setuptools      - python x.x      run:      - astropy >=1.1 +    - stsci.tools      - numpy      - python x.x  source: | 
