summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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