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 /synphot/meta.yaml | |
parent | 4763b94a693d3546fa6a069fd9e0629523535b18 (diff) | |
download | astroconda-contrib-90b2048ce33a1f24177c6a65b3fdfd8007e43e69.tar.gz |
Bump beta of refactored versions. Added pytest to all. (#226)
Diffstat (limited to 'synphot/meta.yaml')
-rw-r--r-- | synphot/meta.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 528dacc..f6a4b61 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -1,6 +1,6 @@ {% set reponame = 'synphot_refactor' %} {% set name = 'synphot' %} -{% set version = '0.1b3' %} +{% set version = '0.1b4' %} {% set number = '0' %} about: @@ -20,12 +20,14 @@ requirements: - astropy >=1.3 - scipy >=0.14 - numpy + - pytest - setuptools - python x.x run: - astropy >=1.3 - scipy >=0.14 - numpy + - pytest - python x.x source: |