From 63cdaa8531c069e0c64faf1e933e457db77af469 Mon Sep 17 00:00:00 2001 From: ojustino Date: Mon, 13 Dec 2021 16:43:07 -0500 Subject: Made 1.0.X updates for webbpsf(-data) and poppy --- 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 3b6a99e..5d3168d 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'poppy' %} -{% set version = '0.9.2' %} +{% set version = '1.0.1' %} {% set tag = 'v' + version %} {% set number = '0' %} @@ -20,18 +20,18 @@ package: requirements: build: - - astropy >=3.2.0 - - numpy {{ numpy }} - - scipy >=1.0.0 - - matplotlib >=2.0.0 + - astropy >=4.0.0 + - numpy >=1.18.0 + - scipy >=1.5.0 + - matplotlib >=3.2.0 - setuptools - setuptools_scm - python {{ python }} run: - - astropy >=3.2.0 - - numpy - - scipy >=1.0.0 - - matplotlib >=2.0.0 + - astropy >=4.0.0 + - numpy >=1.18.0 + - scipy >=1.5.0 + - matplotlib >=3.2.0 - setuptools - setuptools_scm - python -- cgit