diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2020-03-17 17:33:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 17:33:06 -0400 |
commit | 1651e37bd0b4fb4f59563da5cacc51c20a7ef934 (patch) | |
tree | 07570ff64bb039eb50686e483459082df3b15cc9 /synphot | |
parent | c936019aa949d163700992f57f1056ac34a36c29 (diff) | |
download | astroconda-contrib-1651e37bd0b4fb4f59563da5cacc51c20a7ef934.tar.gz |
Bump synphot to 0.3 (#626)
Diffstat (limited to 'synphot')
-rw-r--r-- | synphot/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/synphot/meta.yaml b/synphot/meta.yaml index 6149143..8ecaac4 100644 --- a/synphot/meta.yaml +++ b/synphot/meta.yaml @@ -1,7 +1,7 @@ {% set reponame = 'synphot_refactor' %} {% set name = 'synphot' %} -{% set version = '0.2.1' %} -{% set number = '1' %} +{% set version = '0.3' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ reponame }} @@ -19,7 +19,7 @@ package: requirements: build: - setuptools_scm - - astropy >=2.0 + - astropy >=3 - extension-helpers - scipy >=0.14 - numpy {{ numpy }} @@ -27,7 +27,7 @@ requirements: - setuptools - python {{ python }} run: - - astropy >=2.0 + - astropy >=3 - scipy >=0.14 - numpy - pytest |