diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2018-08-07 00:48:50 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-08-07 00:48:50 -0400 |
commit | 44c0e17a1740262e17a9f377a2ba7301f2cf093b (patch) | |
tree | 83f1f08d8d16a2f9c20b684b15497f403a7b7130 /photutils | |
parent | 0d9f16a04fcf38c4c6833bc38d9168611843e0fc (diff) | |
download | astroconda-contrib-44c0e17a1740262e17a9f377a2ba7301f2cf093b.tar.gz |
Update photutils to v0.5 (#387)
Diffstat (limited to 'photutils')
-rw-r--r-- | photutils/meta.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 2b27508..cbd4448 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'photutils' %} -{% set version = '0.4' %} +{% set version = '0.5' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/astropy/{{ name }} @@ -10,6 +10,7 @@ about: build: number: {{ number }} + skip: True [py27] package: name: {{ name }} @@ -20,22 +21,21 @@ requirements: - astropy >=2.0 - cython - matplotlib >=1.3 - - numpy >=1.9 + - numpy >=1.10 - scikit-image >=0.11 - scikit-learn >=0.18 - scipy >=0.16 - - six - setuptools - python {{ python }} run: - astropy >=2.0 + - pytest-astropy - cython - matplotlib >=1.3 - - numpy >=1.9 + - numpy >=1.10 - scikit-image >=0.11 - scikit-learn >=0.18 - scipy >=0.16 - - six - setuptools - python |