summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Bradley <larry.bradley@gmail.com>2018-12-11 16:05:25 -0500
committerMatt Rendina <rendinam@users.noreply.github.com>2018-12-11 16:05:25 -0500
commit617e3d7f21f995cd7383fe1dbc34ed19abba563e (patch)
tree770a8351303497c8f0bd676831e4259920d8f2cf
parent4b0d9c43e9807d60dc95ba7f525967931a83d0e5 (diff)
downloadastroconda-contrib-617e3d7f21f995cd7383fe1dbc34ed19abba563e.tar.gz
Update photutils to v0.6 (#435)
-rw-r--r--photutils/meta.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml
index cbd4448..7c339d4 100644
--- a/photutils/meta.yaml
+++ b/photutils/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'photutils' %}
-{% set version = '0.5' %}
+{% set version = '0.6' %}
{% set tag = 'v' + version %}
{% set number = '0' %}
@@ -21,7 +21,7 @@ requirements:
- astropy >=2.0
- cython
- matplotlib >=1.3
- - numpy >=1.10
+ - numpy >=1.11
- scikit-image >=0.11
- scikit-learn >=0.18
- scipy >=0.16
@@ -32,7 +32,7 @@ requirements:
- pytest-astropy
- cython
- matplotlib >=1.3
- - numpy >=1.10
+ - numpy >=1.11
- scikit-image >=0.11
- scikit-learn >=0.18
- scipy >=0.16