diff options
| -rw-r--r-- | poppy/meta.yaml | 18 | ||||
| -rw-r--r-- | webbpsf-data/meta.yaml | 4 | ||||
| -rw-r--r-- | webbpsf/meta.yaml | 30 | 
3 files changed, 27 insertions, 25 deletions
| diff --git a/poppy/meta.yaml b/poppy/meta.yaml index 972d36c..52ce202 100644 --- a/poppy/meta.yaml +++ b/poppy/meta.yaml @@ -1,7 +1,7 @@  {% set name = 'poppy' %} -{% set version = '0.6.1' %} +{% set version = '0.7.0' %}  {% set tag = 'v' + version %} -{% set number = '1' %} +{% set number = '0' %}  about:      home: https://github.com/mperrin/{{ name }} @@ -19,20 +19,20 @@ package:  requirements:      build: -    - astropy >=1.1 +    - astropy >=1.3      - numpy {{ numpy }} -    - scipy -    - matplotlib -    - six [py27] +    - scipy >=0.14.0 +    - matplotlib >=1.3.0 +    - six      - enum34 [py27]      - setuptools      - python {{ python }}      run:      - astropy >=1.1      - numpy -    - scipy -    - matplotlib -    - six [py27] +    - scipy >=0.14.0 +    - matplotlib >=1.3.0 +    - six      - enum34 [py27]      - setuptools      - python diff --git a/webbpsf-data/meta.yaml b/webbpsf-data/meta.yaml index b445131..9a0e37c 100644 --- a/webbpsf-data/meta.yaml +++ b/webbpsf-data/meta.yaml @@ -1,6 +1,6 @@  {% set name = 'webbpsf-data' %} -{% set version = '0.6.0' %} -{% set number = '1' %} +{% set version = '0.7.0' %} +{% set number = '0' %}  about:      home: https://webbpsf.readthedocs.io 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 }} | 
