diff options
author | Joshua Neuheisel <joshua@neuheisel.us> | 2021-08-05 16:23:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-05 16:23:54 -0400 |
commit | 357bc1dd770fe9ec8c5faf603a7d0888e385f424 (patch) | |
tree | 4f2d6f85a31846a2ded737d6fc6cb479c92087cf | |
parent | 56f8b5cededc4af4c489a39aa523f6172c40073d (diff) | |
parent | c7ca68a7b591f65930bbffce68932a70b752fb2d (diff) | |
download | astroconda-contrib-357bc1dd770fe9ec8c5faf603a7d0888e385f424.tar.gz |
Merge pull request #734 from robelgeda/master
WebbPSF v0.9.2
-rw-r--r-- | webbpsf-data/meta.yaml | 4 | ||||
-rw-r--r-- | webbpsf/meta.yaml | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/webbpsf-data/meta.yaml b/webbpsf-data/meta.yaml index f9582c2..1738b0a 100644 --- a/webbpsf-data/meta.yaml +++ b/webbpsf-data/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'webbpsf-data' %} -{% set version = '0.9.0' %} +{% set version = '0.9.2' %} {% set number = '1' %} about: @@ -16,4 +16,4 @@ package: source: fn: {{ name }}-{{ version }}.tar.gz - url: https://stsci.box.com/shared/static/qcptcokkbx7fgi3c00w2732yezkxzb99.gz + url: https://stsci.box.com/shared/static/r7k2m3ruxb7a7a7t172epr4kq5ibmo78.gz 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 |