diff options
| -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 86262f6..7bfd78e 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'acstools' %}  {% set version = '2.0.9' %} -{% set number = '0' %} +{% set number = '1' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -20,7 +20,9 @@ requirements:      - python x.x      run:      - astropy >=1.1 +    - scikit-image      - stsci.tools +    - matplotlib      - numpy      - python x.x  source: | 
