diff options
-rw-r--r-- | jwst_pipeline/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/jwst_pipeline/meta.yaml b/jwst_pipeline/meta.yaml index 1b27156..7a29c3b 100644 --- a/jwst_pipeline/meta.yaml +++ b/jwst_pipeline/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: ssh://git@bitbucket.org/stsci_ssb/jwst.git @@ -25,6 +25,7 @@ requirements: - gwcs - jwst_lib - matplotlib + - photutils - scipy - stsci.distutils - setuptools @@ -39,6 +40,7 @@ requirements: - gwcs - jwst_lib - matplotlib + - photutils - scipy - numpy x.x - python x.x |