diff options
author | ojustino <ojustino@users.noreply.github.com> | 2021-12-13 17:26:44 -0500 |
---|---|---|
committer | ojustino <ojustino@users.noreply.github.com> | 2021-12-13 17:26:44 -0500 |
commit | 0c6601a6e5eb0a6ee62c163981596c04a72272b9 (patch) | |
tree | cc9fd4fb32e9037648751fe866670ce4f1ee266c /webbpsf/meta.yaml | |
parent | 63cdaa8531c069e0c64faf1e933e457db77af469 (diff) | |
download | astroconda-contrib-0c6601a6e5eb0a6ee62c163981596c04a72272b9.tar.gz |
Added minimum photutils version for WebbPSF
Diffstat (limited to 'webbpsf/meta.yaml')
-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 8f23313..fa6c7b3 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -26,7 +26,7 @@ requirements: - scipy >=1.5.0 - matplotlib >=3.2.0 - poppy ==1.0.1 - - photutils + - photutils >=1.0.0 - webbpsf-data ==1.0.0 - setuptools - setuptools_scm @@ -41,7 +41,7 @@ requirements: - scipy >=1.5.0 - matplotlib >=3.2.0 - poppy ==1.0.1 - - photutils + - photutils >=1.0.0 - webbpsf-data ==1.0.0 - setuptools - setuptools_scm |