diff options
Diffstat (limited to 'photutils')
| -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 f4af38b..4c261f3 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -2,7 +2,7 @@  {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")      +".dev"      +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %}  about:      home: https://github.com/astropy/photutils @@ -22,6 +22,7 @@ requirements:      - cython      - matplotlib      - numpy x.x +    - scikit-image      - scikit-learn      - scipy      - setuptools @@ -31,6 +32,7 @@ requirements:      - cython      - matplotlib      - numpy x.x +    - scikit-image      - scikit-learn      - scipy      - setuptools | 
