diff options
-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 |