diff options
Diffstat (limited to 'jwst_tools')
| -rw-r--r-- | jwst_tools/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/jwst_tools/meta.yaml b/jwst_tools/meta.yaml index 1c40ec0..56e089d 100644 --- a/jwst_tools/meta.yaml +++ b/jwst_tools/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'jwst_tools' %} -{% set version = GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} +{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %}  {% set number = '0' %}  about: @@ -17,14 +17,14 @@ requirements:      - d2to1      - astropy >=1.1      - stsci.distutils -    - stsci.tools >=3.4.2 +    - stsci.tools      - numpy x.x      - setuptools      - python x.x      run:      - astropy >=1.1      - numpy x.x -    - stsci.tools >=3.4.2 +    - stsci.tools      - python x.x  source:      git_url: ssh://git@bitbucket.org/stsci_ssb/jwst.git | 
