From fddbd49cda4dc015ae652eb81de08d35a416314b Mon Sep 17 00:00:00 2001 From: Brendan Gannon Date: Thu, 17 Feb 2022 15:27:20 -0500 Subject: updating poppy version for Webbpsf to a version that works with python 3.7 --- webbpsf/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 88d78de..9755299 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -25,7 +25,7 @@ requirements: - numpydoc - scipy >=1.5.0 - matplotlib >=3.2.0 - - poppy ==1.0.1 + - poppy ==1.0.2 - photutils >=1.0.0 - webbpsf-data ==1.0.0 - setuptools @@ -40,7 +40,7 @@ requirements: - numpydoc - scipy >=1.5.0 - matplotlib >=3.2.0 - - poppy ==1.0.1 + - poppy ==1.0.2 - photutils >=1.0.0 - webbpsf-data ==1.0.0 - setuptools -- cgit