From 383d06ee1a701ca4f883acf57100c9a16610f822 Mon Sep 17 00:00:00 2001 From: shanosborne <31218961+shanosborne@users.noreply.github.com> Date: Thu, 13 Dec 2018 18:24:25 -0500 Subject: Update WebbPSF to 0.8.0 (#440) Update meta.yml for WebbPSF 0.8.0 --- webbpsf/meta.yaml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'webbpsf') 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: -- cgit