diff options
Diffstat (limited to 'acstools')
| -rw-r--r-- | acstools/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/acstools/meta.yaml b/acstools/meta.yaml index d25a12c..777a410 100644 --- a/acstools/meta.yaml +++ b/acstools/meta.yaml @@ -1,5 +1,7 @@  {% set name = 'acstools' %} -{% 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: @@ -17,7 +19,6 @@ requirements:      - scipy      - scikit-image      - matplotlib -    - relic >=1.0.3      - stsci.imagestats      - stsci.tools      - setuptools @@ -34,7 +35,6 @@ requirements:      - numpy x.x      - python x.x  source: -    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/acstools  test:      commands: | 
