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 c748cbb..1a55da6 100644 --- a/stsci.imagemanip/meta.yaml +++ b/stsci.imagemanip/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'stsci.imagemanip' %} -{% set version = '1.1.3' %} +{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %}  {% set number = '0' %}  about: @@ -15,12 +15,12 @@ package:  requirements:      build:      - relic >=1.0.3 -    - stsci.tools >=3.4.2 +    - stsci.tools      - setuptools      - numpy x.x      - python x.x      run: -    - stsci.tools >=3.4.2 +    - stsci.tools      - numpy x.x      - python x.x  source: | 
