diff options
| author | robelgeda <robelgeda@yahoo.com> | 2019-11-25 11:06:46 -0500 | 
|---|---|---|
| committer | Matt Rendina <rendinam@users.noreply.github.com> | 2019-11-25 11:06:46 -0500 | 
| commit | fbe586560f49d2ea062114d6ba103179608e6db0 (patch) | |
| tree | 246f8c36fc6440c7ba37504f3865cf4ccd295883 /webbpsf | |
| parent | 21bcc735e1e7aa55dae63d1c9f299f1592b05972 (diff) | |
| download | astroconda-contrib-fbe586560f49d2ea062114d6ba103179608e6db0.tar.gz | |
WebbPSF v0.9.0 (#581)
* webbpsf -> 0.9.0
* Add missing dependencies
Diffstat (limited to 'webbpsf')
| -rw-r--r-- | webbpsf/meta.yaml | 28 | 
1 files changed, 15 insertions, 13 deletions
| diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index c158648..d551409 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'webbpsf' %} -{% set version = '0.8.0' %} +{% set version = '0.9.0' %}  {% set tag = 'v' + version %}  {% set number = '1' %} @@ -20,29 +20,31 @@ package:  requirements:      build: -    - astropy >=1.2 +    - astropy >=3.0.0      - numpy {{ numpy }} -    - scipy >=0.16.0 -    - matplotlib >=1.5.0 -    - poppy >=0.8.0 -    - webbpsf-data ==0.8.0 +    - scipy >=1.0.0 +    - matplotlib >=2.0.0 +    - poppy >=0.9.0 +    - photutils +    - webbpsf-data ==0.9.0      - setuptools      - python {{ python }}      - ipywidgets      - jwxml -    - pysiaf >=0.1.8 +    - pysiaf >=0.6.0      run: -    - astropy >=1.2 +    - astropy >=3.0.0      - numpy -    - scipy >=0.16.0 -    - matplotlib >=1.5.0 -    - poppy >=0.8.0 -    - webbpsf-data ==0.8.0 +    - scipy >=1.0.0 +    - matplotlib >=2.0.0 +    - poppy >=0.9.0 +    - photutils +    - webbpsf-data ==0.9.0      - setuptools      - python      - ipywidgets      - jwxml -    - pysiaf >=0.1.8 +    - pysiaf >=0.6.0  source:      git_tag: {{ tag }} | 
