diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-14 21:30:33 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-14 21:30:33 -0500 | 
| commit | b0bf82d1f1114831c600160563eb403ec69e2a00 (patch) | |
| tree | f59273dac6146d4946c0d483a4eadb714862e0ca /stsci.tools/meta.yaml | |
| parent | 86518aca3da89064eb5c6f031a0c76843adc28bf (diff) | |
| download | astroconda-contrib-b0bf82d1f1114831c600160563eb403ec69e2a00.tar.gz | |
stsci.tools: 3.4.11 -> 3.4.12 (#307)
Diffstat (limited to 'stsci.tools/meta.yaml')
| -rw-r--r-- | stsci.tools/meta.yaml | 8 | 
1 files changed, 3 insertions, 5 deletions
| diff --git a/stsci.tools/meta.yaml b/stsci.tools/meta.yaml index 7064fc2..490af6a 100644 --- a/stsci.tools/meta.yaml +++ b/stsci.tools/meta.yaml @@ -1,9 +1,9 @@  {% set name = 'stsci.tools' %} -{% set version = '3.4.11' %} +{% set version = '3.4.12' %}  {% if version[0] == 'v' %}  {%   set version = version[1:] %}  {% endif %} -{% set number = '1' %} +{% set number = '0' %}  about:      home: https://github.com/spacetelescope/stsci.tools @@ -21,16 +21,14 @@ package:  requirements:      build: -    - d2to1      - astropy >=1.1      - setuptools -    - stsci.distutils      - numpy {{ numpy }}      - python {{ python }} +      run:      - astropy >=1.1      - numpy -    - stsci.distutils      - python  source: | 
