diff options
-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 |