diff options
-rw-r--r-- | jwst_lib/meta.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/jwst_lib/meta.yaml b/jwst_lib/meta.yaml index bd9b7a6..53117a8 100644 --- a/jwst_lib/meta.yaml +++ b/jwst_lib/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 @@ -22,8 +22,9 @@ requirements: - crds - gwcs - jsonschema - - stsci.distutils - nose + - six + - stsci.distutils - numpy x.x - setuptools - python x.x @@ -34,6 +35,7 @@ requirements: - gwcs - nose - jsonschema + - six - numpy x.x - python x.x source: |