diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2019-11-19 23:09:45 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-11-19 23:09:45 -0500 |
commit | fb9805ea88e464a33deedb457790abcfe049bf2d (patch) | |
tree | 5e053bdecaaba9fb39a8b98fe03035a179fa391a | |
parent | 4ca85a3889cb9bd2770e9d849acee937c1ade90f (diff) | |
download | astroconda-contrib-fb9805ea88e464a33deedb457790abcfe049bf2d.tar.gz |
Bump stsynphot to 0.2.0 (#575)
* Bump stsynphot to 0.2.0
* Don't build on PY2
-rw-r--r-- | stsynphot/meta.yaml | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index dbb6142..0dcbf9d 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -1,6 +1,6 @@ {% set reponame = 'stsynphot_refactor' %} {% set name = 'stsynphot' %} -{% set version = '0.1.1' %} +{% set version = '0.2.0' %} {% set number = '0' %} about: @@ -10,6 +10,7 @@ about: build: number: {{ number }} + skip: true # [py2k] package: name: {{ name }} @@ -17,8 +18,8 @@ package: requirements: build: - - synphot >=0.1 - - astropy >=1.3 + - synphot >=0.2 + - astropy >=2.0 - scipy >=0.14 - numpy {{ numpy }} - pytest @@ -26,8 +27,8 @@ requirements: - python {{ python }} run: - - synphot >=0.1 - - astropy >=1.3 + - synphot >=0.2 + - astropy >=2.0 - scipy >=0.14 - numpy - pytest |