diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 |
commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /webbpsf | |
parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'webbpsf')
-rw-r--r-- | webbpsf/meta.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index bda70fc..859f352 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -1,10 +1,10 @@ {% set name = 'webbpsf' %} -{% set version = '0.5.1' %} +{% set version = '0.6.0' %} {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %} about: - home: https://github.com/mperrin/{{ name }} + home: https://webbpsf.readthedocs.io license: BSD summary: | Creates simulated point spread functions for the James Webb Space Telescope @@ -23,9 +23,9 @@ requirements: - numpy - scipy - matplotlib - - poppy >=0.5.1 + - poppy >=0.6.1 - six [py27] - - webbpsf-data ==0.5.0 + - webbpsf-data ==0.6.0 - setuptools - python x.x - ipywidgets @@ -35,9 +35,9 @@ requirements: - numpy - scipy - matplotlib - - poppy >=0.5.1 + - poppy >=0.6.1 - six [py27] - - webbpsf-data ==0.5.0 + - webbpsf-data ==0.6.0 - setuptools - python x.x - ipywidgets |