summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Bradley <larry.bradley@gmail.com>2019-12-09 15:38:57 -0500
committerMatt Rendina <rendinam@users.noreply.github.com>2019-12-09 15:38:56 -0500
commitabf16253074d5ae27a9574c63f4e211f5b9a48c7 (patch)
tree9c2e8cb179d592bdc459be2432f59605c2f7dc36
parent707dc6c688500e236de3200198cea9bf6f01646f (diff)
downloadastroconda-contrib-abf16253074d5ae27a9574c63f4e211f5b9a48c7.tar.gz
Update photutils to v0.7.2 (#584)
-rw-r--r--photutils/meta.yaml6
1 files 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