From 17a3cdb06de40fae2df8db78924a9a1257abcee9 Mon Sep 17 00:00:00 2001 From: Marshall Perrin Date: Thu, 31 May 2018 23:24:15 -0400 Subject: update webbpsf, webbpsf-data, and poppy to release 0.7 of all three (#354) * update webbpsf, webbpsf-data, and poppy to release 0.7 of all three * Reset build numbers --- poppy/meta.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'poppy') diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 972d36c..52ce202 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'poppy' %} -{% set version = '0.6.1' %} +{% set version = '0.7.0' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/mperrin/{{ name }} @@ -19,20 +19,20 @@ package: requirements: build: - - astropy >=1.1 + - astropy >=1.3 - numpy {{ numpy }} - - scipy - - matplotlib - - six [py27] + - scipy >=0.14.0 + - matplotlib >=1.3.0 + - six - enum34 [py27] - setuptools - python {{ python }} run: - astropy >=1.1 - numpy - - scipy - - matplotlib - - six [py27] + - scipy >=0.14.0 + - matplotlib >=1.3.0 + - six - enum34 [py27] - setuptools - python -- cgit