diff options
Diffstat (limited to 'stsci.imagemanip')
| -rw-r--r-- | stsci.imagemanip/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/stsci.imagemanip/meta.yaml b/stsci.imagemanip/meta.yaml index a1e9b37..074be82 100644 --- a/stsci.imagemanip/meta.yaml +++ b/stsci.imagemanip/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'stsci.imagemanip' %} -{% 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:      version: {{ version }}  requirements:      build: -    - relic >=1.0.3      - stsci.tools      - setuptools      - numpy x.x @@ -24,7 +25,6 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/stsci.imagemanip  test:      imports: | 
