summaryrefslogtreecommitdiff
path: root/photutils
diff options
context:
space:
mode:
authorLarry Bradley <larry.bradley@gmail.com>2017-04-05 10:29:51 -0400
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2017-04-05 10:29:51 -0400
commitaaa03db50e8a2412d39c675ab085a3452b05e954 (patch)
tree1e7a92e1fbaf6424d7097c244d346caec985258f /photutils
parent900050599a0d3eb639e7e514478ded4da643faa9 (diff)
downloadastroconda-contrib-aaa03db50e8a2412d39c675ab085a3452b05e954.tar.gz
Update photutils to 0.3.2 (#195)
* Update photutils to v0.3.2 * Add scikit-learn dependency
Diffstat (limited to 'photutils')
-rw-r--r--photutils/meta.yaml4
1 files changed, 3 insertions, 1 deletions
diff --git a/photutils/meta.yaml b/photutils/meta.yaml
index 59e8813..3340c35 100644
--- a/photutils/meta.yaml
+++ b/photutils/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'photutils' %}
-{% set version = '0.3.1' %}
+{% set version = '0.3.2' %}
{% set tag = 'v' + version %}
{% set number = '0' %}
@@ -22,6 +22,7 @@ requirements:
- matplotlib
- numpy
- scikit-image
+ - scikit-learn
- scipy
- setuptools
- python x.x
@@ -31,6 +32,7 @@ requirements:
- matplotlib
- numpy
- scikit-image
+ - scikit-learn
- scipy
- setuptools
- python x.x