From 06abb787cb590f504f32b7449a8ff449e838b23c Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Mon, 23 Mar 2020 16:03:29 -0400 Subject: Bump stsynphot to 0.3 (#629) --- stsynphot/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stsynphot/meta.yaml b/stsynphot/meta.yaml index e6f0642..6d49a1f 100644 --- a/stsynphot/meta.yaml +++ b/stsynphot/meta.yaml @@ -1,6 +1,6 @@ {% set reponame = 'stsynphot_refactor' %} {% set name = 'stsynphot' %} -{% set version = '0.2.2' %} +{% set version = '0.3' %} {% set number = '0' %} about: @@ -19,7 +19,7 @@ package: requirements: build: - synphot >=0.2 - - astropy >=2.0 + - astropy >=3 - extension-helpers - scipy >=0.14 - beautifulsoup4 @@ -31,7 +31,7 @@ requirements: run: - synphot >=0.2 - - astropy >=2.0 + - astropy >=3 - scipy >=0.14 - beautifulsoup4 - numpy -- cgit