diff options
| author | Marshall Perrin <mperrin@stsci.edu> | 2018-05-31 23:24:15 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-05-31 23:24:15 -0400 | 
| commit | 17a3cdb06de40fae2df8db78924a9a1257abcee9 (patch) | |
| tree | 81922691581ef3cd39a14f7fc2b59ca418150f32 /webbpsf | |
| parent | 723813a496782efb3de1a4c497f257c2b6e1b0c4 (diff) | |
| download | astroconda-contrib-17a3cdb06de40fae2df8db78924a9a1257abcee9.tar.gz | |
update webbpsf, webbpsf-data, and poppy to release 0.7 of all three (#354)
* update webbpsf, webbpsf-data, and poppy to release 0.7 of all three
* Reset build numbers
Diffstat (limited to 'webbpsf')
| -rw-r--r-- | webbpsf/meta.yaml | 30 | 
1 files changed, 16 insertions, 14 deletions
| diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index ae4f237..1c0ba1e 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -1,7 +1,7 @@  {% set name = 'webbpsf' %} -{% set version = '0.6.0' %} +{% set version = '0.7.0' %}  {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %}  about:      home: https://webbpsf.readthedocs.io @@ -19,29 +19,31 @@ package:  requirements:      build: -    - astropy >=1.1 +    - astropy >=1.2      - numpy {{ numpy }} -    - scipy -    - matplotlib -    - poppy >=0.6.1 -    - six [py27] -    - webbpsf-data ==0.6.0 +    - scipy >=0.16.0 +    - matplotlib >=1.5.0 +    - poppy >=0.7.0 +    - six +    - webbpsf-data ==0.7.0      - setuptools      - python {{ python }}      - ipywidgets      - jwxml +    - pysiaf >=0.1.8      run: -    - astropy >=1.1 -    - numpy -    - scipy -    - matplotlib -    - poppy >=0.6.1 -    - six [py27] +    - astropy >=1.2 +    - numpy {{numpy}} +    - scipy >=0.16.0 +    - matplotlib >=1.5.0 +    - poppy >=0.7.0 +    - six      - webbpsf-data ==0.6.0      - setuptools      - python      - ipywidgets      - jwxml +    - pysiaf >=0.1.8  source:      git_tag: {{ tag }} | 
