diff options
| author | Nadia Dencheva <nadia.dencheva@gmail.com> | 2019-09-23 23:31:46 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-09-23 23:31:46 -0400 | 
| commit | 6304120897eb5ed1602c71a206461fcd283b6f80 (patch) | |
| tree | 7d60e0ff340691ee348638755768ad014953d767 | |
| parent | e5de376d763063fc14faeda92fa2f218c61724e4 (diff) | |
| download | astroconda-contrib-6304120897eb5ed1602c71a206461fcd283b6f80.tar.gz | |
stwcs release v 1.5.3 (#559)
| -rw-r--r-- | stwcs/meta.yaml | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 2966622..b7c3fd8 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'stwcs' %} -{% set version = '1.5.1' %} +{% set version = '1.5.3' %}  {% set number = '0' %}  about: @@ -18,19 +18,19 @@ package:  requirements:      build: -    - astropy >=2.0.8 +    - astropy      - lxml      - pytest      - requests -    - stsci.tools +    - stsci.tools >= 3.6      - setuptools      - numpy {{ numpy }}      - python {{ python }}      run: -    - astropy >=2.0.8 +    - astropy      - lxml      - requests -    - stsci.tools +    - stsci.tools >=3.6      - numpy      - python | 
