From 88b088762f01b0e40c6ba6e103729b90380b8d15 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 4 May 2016 00:04:26 -0400 Subject: Add scikit-image to photutils --- photutils/meta.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/photutils/meta.yaml b/photutils/meta.yaml index f4af38b..4c261f3 100644 --- a/photutils/meta.yaml +++ b/photutils/meta.yaml @@ -2,7 +2,7 @@ {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/astropy/photutils @@ -22,6 +22,7 @@ requirements: - cython - matplotlib - numpy x.x + - scikit-image - scikit-learn - scipy - setuptools @@ -31,6 +32,7 @@ requirements: - cython - matplotlib - numpy x.x + - scikit-image - scikit-learn - scipy - setuptools -- cgit