diff options
| author | shanosborne <31218961+shanosborne@users.noreply.github.com> | 2018-12-13 18:24:25 -0500 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-12-13 18:24:25 -0500 | 
| commit | 383d06ee1a701ca4f883acf57100c9a16610f822 (patch) | |
| tree | 93017a01ef708285977376f39a1197eb1784ca34 | |
| parent | 9c0d95ebbd02c6abb0c6992e45446c8a545fb9f2 (diff) | |
| download | astroconda-contrib-383d06ee1a701ca4f883acf57100c9a16610f822.tar.gz | |
Update WebbPSF to 0.8.0 (#440)
Update meta.yml for WebbPSF 0.8.0
| -rw-r--r-- | webbpsf/meta.yaml | 15 | 
1 files changed, 7 insertions, 8 deletions
| diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 1c0ba1e..a6a5fad 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'webbpsf' %} -{% set version = '0.7.0' %} +{% set version = '0.8.0' %}  {% set tag = 'v' + version %}  {% set number = '0' %} @@ -11,6 +11,7 @@ about:  build:      number: {{ number }} +    skip: true # [py27]      preserve_egg_dir: 'True'  package: @@ -23,9 +24,8 @@ requirements:      - numpy {{ numpy }}      - scipy >=0.16.0      - matplotlib >=1.5.0 -    - poppy >=0.7.0 -    - six -    - webbpsf-data ==0.7.0 +    - poppy >=0.8.0 +    - webbpsf-data ==0.8.0      - setuptools      - python {{ python }}      - ipywidgets @@ -36,9 +36,8 @@ requirements:      - numpy {{numpy}}      - scipy >=0.16.0      - matplotlib >=1.5.0 -    - poppy >=0.7.0 -    - six -    - webbpsf-data ==0.6.0 +    - poppy >=0.8.0 +    - webbpsf-data ==0.8.0      - setuptools      - python      - ipywidgets @@ -47,7 +46,7 @@ requirements:  source:      git_tag: {{ tag }} -    git_url: https://github.com/mperrin/webbpsf +    git_url: https://github.com/spacetelescope/webbpsf  test:      commands: | 
