diff options
Diffstat (limited to 'acstools')
| -rw-r--r-- | acstools/meta.yaml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 80246bb..a37b23b 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'acstools' %}  {% set version = '2.0.7' %} -{% set number = '0' %} +{% set number = '1' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -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: | 
