diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-26 22:41:45 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-26 23:24:55 -0400 |
commit | 61b1fe5a68febc5dfe9aaa7b2076a427423ed68f (patch) | |
tree | c75e9aaf60d3168423687e6b24460928c84f0590 /photutils/meta.yaml | |
parent | 636fcf15099f8e14101471233294df88ab63de92 (diff) | |
download | astroconda-dev-61b1fe5a68febc5dfe9aaa7b2076a427423ed68f.tar.gz |
Remove scikit-learn from photutils
Diffstat (limited to 'photutils/meta.yaml')
-rw-r--r-- | photutils/meta.yaml | 4 |
1 files changed, 1 insertions, 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 |