diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-04 00:04:26 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-05-04 00:04:26 -0400 |
commit | 88b088762f01b0e40c6ba6e103729b90380b8d15 (patch) | |
tree | 342f70b0d94cd5332ed7c46b77243a06ff9e531f /photutils/meta.yaml | |
parent | d2f66bbcf50fb3899e3124a90ec25e8306eb4ca6 (diff) | |
download | astroconda-dev-88b088762f01b0e40c6ba6e103729b90380b8d15.tar.gz |
Add scikit-image to photutils
Diffstat (limited to 'photutils/meta.yaml')
-rw-r--r-- | photutils/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
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 |