diff options
Diffstat (limited to 'stistools')
| -rw-r--r-- | stistools/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/stistools/meta.yaml b/stistools/meta.yaml index 7728251..71ddad4 100644 --- a/stistools/meta.yaml +++ b/stistools/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'stistools' %} -{% set version = GIT_DESCRIBE_TAG %} +{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +    +".dev" +    +environ.get("GIT_DESCRIBE_NUMBER", "0") %}  {% set number = '0' %}  about: @@ -14,7 +16,6 @@ package:  requirements:      build:      - astropy >=1.1 -    - relic >=1.0.3      - scipy      - stsci.tools      - setuptools @@ -27,7 +28,6 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/stistools  test:      imports: | 
