diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2019-11-19 23:09:18 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-11-19 23:09:18 -0500 |
commit | 4ca85a3889cb9bd2770e9d849acee937c1ade90f (patch) | |
tree | a5a7e38c1fec4f43d55bd2936e2226149d8fa6c3 /synphot | |
parent | 636e7ba157df761446b7230575a56ba45c5c63db (diff) | |
download | astroconda-contrib-4ca85a3889cb9bd2770e9d849acee937c1ade90f.tar.gz |
Bump synphot to 0.2.0 (#574)
* Bump synphot to 0.2.0
* Don't build on PY2
Diffstat (limited to 'synphot')
-rw-r--r-- | synphot/meta.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 3c597d3..a66f6c9 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -1,6 +1,6 @@ {% set reponame = 'synphot_refactor' %} {% set name = 'synphot' %} -{% set version = '0.1.3' %} +{% set version = '0.2.0' %} {% set number = '0' %} about: @@ -10,21 +10,22 @@ about: build: number: {{ number }} - + skip: true # [py2k] + package: name: {{ name }} version: {{ version }} requirements: build: - - astropy >=1.3 + - astropy >=2.0 - scipy >=0.14 - numpy {{ numpy }} - pytest - setuptools - python {{ python }} run: - - astropy >=1.3 + - astropy >=2.0 - scipy >=0.14 - numpy - pytest |