summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--photutils/meta.yaml28
1 files changed, 15 insertions, 13 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml
index 3340c35..a0be16b 100644
--- a/photutils/meta.yaml
+++ b/photutils/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'photutils' %}
-{% set version = '0.3.2' %}
+{% set version = '0.4' %}
{% set tag = 'v' + version %}
{% set number = '0' %}
@@ -17,23 +17,25 @@ package:
requirements:
build:
- - astropy >=1.1
+ - astropy >=2.0
- cython
- - matplotlib
- - numpy
- - scikit-image
- - scikit-learn
- - scipy
+ - matplotlib >=1.3
+ - numpy >=1.9
+ - scikit-image >=0.11
+ - scikit-learn >=0.18
+ - scipy >=0.16
+ - six
- setuptools
- python x.x
run:
- - astropy >=1.1
+ - astropy >=2.0
- cython
- - matplotlib
- - numpy
- - scikit-image
- - scikit-learn
- - scipy
+ - matplotlib >=1.3
+ - numpy >=1.9
+ - scikit-image >=0.11
+ - scikit-learn >=0.18
+ - scipy >=0.16
+ - six
- setuptools
- python x.x