summaryrefslogtreecommitdiff
path: root/photutils
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-11-07 10:35:43 -0500
committerGitHub <noreply@github.com>2017-11-07 10:35:43 -0500
commit509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch)
tree9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /photutils
parent05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff)
parentae9265d4e2407579822310cc3cf68a150ea3bed7 (diff)
downloadastroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'photutils')
-rw-r--r--photutils/meta.yaml28
1 files changed, 16 insertions, 12 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml
index 9cf423a..a0be16b 100644
--- a/photutils/meta.yaml
+++ b/photutils/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'photutils' %}
-{% set version = '0.3' %}
+{% set version = '0.4' %}
{% set tag = 'v' + version %}
-{% set number = '2' %}
+{% set number = '0' %}
about:
home: https://github.com/astropy/{{ name }}
@@ -17,21 +17,25 @@ package:
requirements:
build:
- - astropy >=1.1
+ - astropy >=2.0
- cython
- - matplotlib
- - numpy
- - scikit-image
- - 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
- - scipy
+ - matplotlib >=1.3
+ - numpy >=1.9
+ - scikit-image >=0.11
+ - scikit-learn >=0.18
+ - scipy >=0.16
+ - six
- setuptools
- python x.x