diff options
Diffstat (limited to 'webbpsf')
| -rw-r--r-- | webbpsf/meta.yaml | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/webbpsf/meta.yaml b/webbpsf/meta.yaml index 6c7a087..c7cf2a8 100644 --- a/webbpsf/meta.yaml +++ b/webbpsf/meta.yaml @@ -7,7 +7,7 @@ build:      preserve_egg_dir: 'True'  package:      name: webbpsf -    version: 0.4.0 +    version: 0.5.0  requirements:      build:      - nose @@ -15,9 +15,9 @@ requirements:      - numpy x.x      - scipy      - matplotlib -    - poppy +    - poppy >= 0.5.0      - six [py27] -    - webbpsf-data ==0.4.0 +    - webbpsf-data ==0.5.0      - setuptools      - python x.x      run: @@ -26,13 +26,13 @@ requirements:      - numpy x.x      - scipy      - matplotlib -    - poppy +    - poppy >= 0.5.0      - six [py27] -    - webbpsf-data ==0.4.0 +    - webbpsf-data ==0.5.0      - setuptools      - python x.x  source: -    git_tag: v0.4.0 +    git_tag: v0.5.0      git_url: https://github.com/mperrin/webbpsf  test:      commands: | 
