diff options
| -rw-r--r-- | acstools/meta.yaml | 23 | 
1 files changed, 4 insertions, 19 deletions
| diff --git a/acstools/meta.yaml b/acstools/meta.yaml index bca120a..c45a523 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -7,7 +7,7 @@  about:      home: https://github.com/spacetelescope/acstools      license: BSD -    summary: acstools +    summary: For analyzing ACS data  build:      number: {{ number }}  package: @@ -15,30 +15,15 @@ package:      version: {{ version }}  requirements:      build: -    - d2to1 -    - stsci.distutils -    - astropy -    - scipy -    - scikit-image -    - matplotlib -    - stsci.imagestats -    - stsci.tools -    - setuptools +    - astropy >=1.1      - numpy x.x      - python x.x      run: -    - d2to1 -    - astropy -    - scipy -    - scikit-image -    - matplotlib -    - stsci.imagestats -    - stsci.tools -    - setuptools +    - astropy >=1.1      - numpy x.x      - python x.x  source: -    git_url: https://github.com/spacetelescope/acstools +    git_url: https://github.com/spacetelescope/{{ name }}.git  test:      commands:      - acs_destripe --help | 
