From abf16253074d5ae27a9574c63f4e211f5b9a48c7 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Mon, 9 Dec 2019 15:38:57 -0500 Subject: Update photutils to v0.7.2 (#584) --- photutils/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 27f2a40..5f24b47 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'photutils' %} -{% set version = '0.7.1' %} +{% set version = '0.7.2' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -18,7 +18,7 @@ package: requirements: build: - - astropy >=2.0 + - astropy >=2.0.12,!=3.0.*,!=3.1,!=3.1.1 - cython - matplotlib >=2.2 - numpy >=1.13 @@ -29,7 +29,7 @@ requirements: - setuptools - python {{ python }} run: - - astropy >=2.0 + - astropy >=2.0.12,!=3.0.*,!=3.1,!=3.1.1 - pytest-astropy - cython - matplotlib >=2.2 -- cgit