diff options
Diffstat (limited to 'photutils')
-rw-r--r-- | photutils/meta.yaml | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 9cf423a..a0be16b 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'photutils' %} -{% set version = '0.3' %} +{% set version = '0.4' %} {% set tag = 'v' + version %} -{% set number = '2' %} +{% set number = '0' %} about: home: https://github.com/astropy/{{ name }} @@ -17,21 +17,25 @@ package: requirements: build: - - astropy >=1.1 + - astropy >=2.0 - cython - - matplotlib - - numpy - - scikit-image - - scipy + - matplotlib >=1.3 + - numpy >=1.9 + - scikit-image >=0.11 + - scikit-learn >=0.18 + - scipy >=0.16 + - six - setuptools - python x.x run: - - astropy >=1.1 + - astropy >=2.0 - cython - - matplotlib - - numpy - - scikit-image - - scipy + - matplotlib >=1.3 + - numpy >=1.9 + - scikit-image >=0.11 + - scikit-learn >=0.18 + - scipy >=0.16 + - six - setuptools - python x.x |