From aaa03db50e8a2412d39c675ab085a3452b05e954 Mon Sep 17 00:00:00 2001 From: Larry Bradley Date: Wed, 5 Apr 2017 10:29:51 -0400 Subject: Update photutils to 0.3.2 (#195) * Update photutils to v0.3.2 * Add scikit-learn dependency --- photutils/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit