diff options
| -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: | 
