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 5239bf7..4268537 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'acstools' %} -{% set version = '3.0.0' %} +{% set version = '3.1.0' %}  {% set number = '0' %}  about: @@ -14,8 +14,10 @@ package:      version: {{ version }}  requirements:      build: +    - setuptools_scm      - astropy >=2      - beautifulsoup4 +    - requests      - stsci.tools      - numpy {{ numpy }}      - setuptools @@ -23,6 +25,7 @@ requirements:      run:      - astropy >=2      - beautifulsoup4 +    - requests      - scikit-image      - stsci.tools      - matplotlib | 
