diff options
Diffstat (limited to 'stwcs')
| -rw-r--r-- | stwcs/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index dd64ae9..746dbc0 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'stwcs' %} -{% set version = '1.2.4' %} +{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %}  {% set number = '0' %}  about: @@ -15,13 +15,13 @@ requirements:      build:      - astropy >=1.1      - relic >=1.0.3 -    - stsci.tools >=3.4.2 +    - stsci.tools      - setuptools      - numpy x.x      - python x.x      run:      - astropy >=1.1 -    - stsci.tools >=3.4.2 +    - stsci.tools      - numpy x.x      - python x.x  source: | 
