diff options
| author | P. L. Lim <lim@stsci.edu> | 2017-06-28 23:50:39 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-06-28 23:50:39 -0400 | 
| commit | 90b2048ce33a1f24177c6a65b3fdfd8007e43e69 (patch) | |
| tree | 12064398497a608929074518bbd06667765efd2f /stsynphot | |
| parent | 4763b94a693d3546fa6a069fd9e0629523535b18 (diff) | |
| download | astroconda-contrib-90b2048ce33a1f24177c6a65b3fdfd8007e43e69.tar.gz | |
Bump beta of refactored versions. Added pytest to all. (#226)
Diffstat (limited to 'stsynphot')
| -rw-r--r-- | stsynphot/meta.yaml | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index 083094f..ab77ed8 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -1,6 +1,6 @@  {% set reponame = 'stsynphot_refactor' %}  {% set name = 'stsynphot' %} -{% set version = '0.1b2' %} +{% set version = '0.1b3' %}  {% set number = '0' %}  about: @@ -21,6 +21,7 @@ requirements:      - astropy >=1.3      - scipy >=0.14      - numpy +    - pytest      - setuptools      - python x.x @@ -29,6 +30,7 @@ requirements:      - astropy >=1.3      - scipy >=0.14      - numpy +    - pytest      - python x.x  source: | 
