diff options
author | Robel Geda <rgeda@stsci.edu> | 2021-07-23 16:12:52 -0400 |
---|---|---|
committer | Robel Geda <rgeda@stsci.edu> | 2021-07-23 16:12:52 -0400 |
commit | c7ca68a7b591f65930bbffce68932a70b752fb2d (patch) | |
tree | 4f2d6f85a31846a2ded737d6fc6cb479c92087cf /webbpsf/meta.yaml | |
parent | 3b249c343b2751a91f0ec8bb61a3d27d60931964 (diff) | |
download | astroconda-contrib-c7ca68a7b591f65930bbffce68932a70b752fb2d.tar.gz |
update webbpsf 0.9.1 -> 0.9.2
Diffstat (limited to 'webbpsf/meta.yaml')
-rw-r--r-- | webbpsf/meta.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 0ce9ea1..48da1b4 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'webbpsf' %} -{% set version = '0.9.1' %} +{% set version = '0.9.2' %} {% set tag = 'v' + version %} {% set number = '1' %} @@ -25,9 +25,9 @@ requirements: - numpydoc - scipy >=1.0.0 - matplotlib >=2.0.0 - - poppy >=0.9.1 + - poppy ==0.9.2 - photutils - - webbpsf-data ==0.9.0 + - webbpsf-data ==0.9.2 - setuptools - setuptools_scm - python {{ python }} @@ -40,9 +40,9 @@ requirements: - numpydoc - scipy >=1.0.0 - matplotlib >=2.0.0 - - poppy >=0.9.1 + - poppy ==0.9.2 - photutils - - webbpsf-data ==0.9.0 + - webbpsf-data ==0.9.2 - setuptools - setuptools_scm - python |