diff options
Diffstat (limited to 'acstools')
| -rw-r--r-- | acstools/meta.yaml | 5 | 
1 files changed, 4 insertions, 1 deletions
| diff --git a/acstools/meta.yaml b/acstools/meta.yaml index 47b8bb2..1d7ddeb 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -3,7 +3,7 @@  {% if version[0] == 'v' %}  {%   set version = version[1:] %}  {% endif %} -{% set number = '2' %} +{% set number = '3' %}  about:      home: https://github.com/spacetelescope/{{ name }} @@ -25,6 +25,9 @@ requirements:      run:      - astropy >=1.1 +    - scikit-image +    - stsci.tools +    - matplotlib      - numpy      - python | 
