diff options
Diffstat (limited to 'stsci.skypac')
| -rw-r--r-- | stsci.skypac/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/stsci.skypac/meta.yaml b/stsci.skypac/meta.yaml index 9786cc8..81be773 100644 --- a/stsci.skypac/meta.yaml +++ b/stsci.skypac/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'stsci.skypac' %} -{% set version = '0.9.1' %} +{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %}  {% set number = '0' %}  about: @@ -18,7 +18,7 @@ requirements:      - relic >=1.0.3      - stsci.imagestats      - stsci.sphere -    - stsci.tools >=3.4.2 +    - stsci.tools      - stwcs      - setuptools      - numpy x.x @@ -27,7 +27,7 @@ requirements:      - astropy >=1.1      - stsci.imagestats      - stsci.sphere -    - stsci.tools >=3.4.2 +    - stsci.tools      - stwcs      - python x.x      - python x.x | 
