From 1651e37bd0b4fb4f59563da5cacc51c20a7ef934 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Tue, 17 Mar 2020 17:33:06 -0400 Subject: Bump synphot to 0.3 (#626) --- synphot/meta.yaml | 8 ++++---- 1 file 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 -- cgit