diff options
author | Larry Bradley <larry.bradley@gmail.com> | 2019-08-14 16:59:57 -0400 |
---|---|---|
committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-08-14 16:59:57 -0400 |
commit | e1c387deca1583a99577b4f3201451e31399fe38 (patch) | |
tree | 1a450a2b3f43fc3666a2e6cf6034f1d7d866650b | |
parent | 8ce413e00abcdfaed384989e7f313b358fa4ce54 (diff) | |
download | astroconda-contrib-e1c387deca1583a99577b4f3201451e31399fe38.tar.gz |
Update photutils to v0.7 (#546)
-rw-r--r-- | photutils/meta.yaml | 24 |
1 files changed, 13 insertions, 11 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 7c339d4..489dde0 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'photutils' %} -{% set version = '0.6' %} +{% set version = '0.7' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -20,22 +20,24 @@ requirements: build: - astropy >=2.0 - cython - - matplotlib >=1.3 - - numpy >=1.11 - - scikit-image >=0.11 - - scikit-learn >=0.18 - - scipy >=0.16 + - matplotlib >=2.2 + - numpy >=1.13 + - scikit-image >=0.14.2 + - scikit-learn >=0.19 + - scipy >=0.19 + - gwcs >=0.11 - setuptools - python {{ python }} run: - astropy >=2.0 - pytest-astropy - cython - - matplotlib >=1.3 - - numpy >=1.11 - - scikit-image >=0.11 - - scikit-learn >=0.18 - - scipy >=0.16 + - matplotlib >=2.2 + - numpy >=1.13 + - scikit-image >=0.14.2 + - scikit-learn >=0.19 + - scipy >=0.19 + - gwcs >=0.11 - setuptools - python |