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