diff options
Diffstat (limited to 'stwcs')
| -rw-r--r-- | stwcs/meta.yaml | 13 | 
1 files changed, 9 insertions, 4 deletions
| diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 5234d73..4b7ee2c 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'stwcs' %} -{% set version = '1.3.2' %} +{% set version = '1.4.0' %}  {% set number = '0' %}  about: @@ -18,15 +18,20 @@ package:  requirements:      build:      - astropy >=1.1 +    - lxml +    - pytest +    - requests      - stsci.tools      - setuptools -    - numpy -    - python x.x +    - numpy {{ numpy }} +    - python {{ python }}      run:      - astropy >=1.1 +    - lxml +    - requests      - stsci.tools      - numpy -    - python x.x +    - python  source:      git_tag: {{ version }} | 
