From a6d342764c23e7159b723ab38c4dfcfc417a3168 Mon Sep 17 00:00:00 2001 From: Shannon Osborne Date: Wed, 24 Jun 2020 12:08:53 -0700 Subject: Update WebbPSF and Poppy for v0.9.1 (#655) * update for v0.9.1 * Restore numpy version syntax for use by build system --- webbpsf/meta.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'webbpsf') diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index ccc2381..0ce9ea1 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'webbpsf' %} -{% set version = '0.9.0' %} +{% set version = '0.9.1' %} {% set tag = 'v' + version %} {% set number = '1' %} @@ -25,28 +25,30 @@ requirements: - numpydoc - scipy >=1.0.0 - matplotlib >=2.0.0 - - poppy >=0.9.0 + - poppy >=0.9.1 - photutils - webbpsf-data ==0.9.0 - setuptools + - setuptools_scm - python {{ python }} - ipywidgets - jwxml - - pysiaf >=0.6.0 + - pysiaf >=0.9.0 run: - astropy >=3.0.0 - - numpy + - numpy {{ numpy }} - numpydoc - scipy >=1.0.0 - matplotlib >=2.0.0 - - poppy >=0.9.0 + - poppy >=0.9.1 - photutils - webbpsf-data ==0.9.0 - setuptools + - setuptools_scm - python - ipywidgets - jwxml - - pysiaf >=0.6.0 + - pysiaf >=0.9.0 source: git_tag: {{ tag }} -- cgit