diff options
| -rw-r--r-- | photutils/meta.yaml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 59e8813..3340c35 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'photutils' %} -{% set version = '0.3.1' %} +{% set version = '0.3.2' %}  {% set tag = 'v' + version %}  {% set number = '0' %} @@ -22,6 +22,7 @@ requirements:      - matplotlib      - numpy      - scikit-image +    - scikit-learn      - scipy      - setuptools      - python x.x @@ -31,6 +32,7 @@ requirements:      - matplotlib      - numpy      - scikit-image +    - scikit-learn      - scipy      - setuptools      - python x.x | 
