From 61b1fe5a68febc5dfe9aaa7b2076a427423ed68f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 26 May 2016 22:41:45 -0400 Subject: Remove scikit-learn from photutils --- photutils/meta.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/photutils/meta.yaml b/photutils/meta.yaml index 83e512c..005eb8b 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 = '1' %} +{% set number = '2' %} about: home: https://github.com/astropy/photutils @@ -23,7 +23,6 @@ requirements: - matplotlib - numpy x.x - scikit-image - - scikit-learn - scipy - setuptools - python x.x @@ -33,7 +32,6 @@ requirements: - matplotlib - numpy x.x - scikit-image - - scikit-learn - scipy - setuptools - python x.x -- cgit