diff options
| author | Matt Rendina <mrendina@stsci.edu> | 2018-01-24 22:30:22 -0500 | 
|---|---|---|
| committer | Matt Rendina <mrendina@stsci.edu> | 2018-01-24 22:30:22 -0500 | 
| commit | a0ebda97895ba645eae4192665be3e78b9c8457e (patch) | |
| tree | 84a2c8fceedafd0d70abf11add74b91ad0a360c5 | |
| parent | 7976503dc961debfaf4585bd48dc1993d38d3c1c (diff) | |
| download | astroconda-contrib-a0ebda97895ba645eae4192665be3e78b9c8457e.tar.gz | |
stwcs: version 1.4.0
| -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 }} | 
