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 b9ea9d8..154f7ca 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'acstools' %} -{% set version = '3.2.0' %} +{% set version = '3.3.1' %}  {% set number = '0' %}  about: @@ -15,16 +15,18 @@ package:  requirements:      build:      - setuptools_scm -    - astropy >=2 +    - astropy >=3.1      - beautifulsoup4 +    - pyyaml      - requests      - stsci.tools      - numpy {{ numpy }}      - setuptools      - python {{ python }}      run: -    - astropy >=2 +    - astropy >=3.1      - beautifulsoup4 +    - pyyaml      - requests      - scikit-image      - stsci.tools | 
