diff options
author | Brendan Gannon <brendan.gannon2@gmail.com> | 2022-02-17 15:27:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 15:27:50 -0500 |
commit | c132f027b3f574d33a2c26358b9e48ea5844abed (patch) | |
tree | c3c53d20d55836c2967e75912c7cfa15f5c93f52 | |
parent | 590dcffb80c7b4f3908992697b350f63b0f0af8f (diff) | |
download | astroconda-contrib-c132f027b3f574d33a2c26358b9e48ea5844abed.tar.gz |
updating poppy version for Webbpsf to a version that works with python 3.7 (#755)
Co-authored-by: Brendan Gannon <bgannon@stsci.edu>
-rw-r--r-- | webbpsf/meta.yaml | 4 |
1 files 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 |