{% set name = 'photutils' %} {% set version = '0.5' %} {% set tag = 'v' + version %} {% set number = '0' %} about: home: https://github.com/astropy/{{ name }} license: BSD summary: An Astropy package for photometry build: number: {{ number }} skip: True [py27] package: name: {{ name }} version: {{ version }} requirements: build: - astropy >=2.0 - cython - matplotlib >=1.3 - numpy >=1.10 - scikit-image >=0.11 - scikit-learn >=0.18 - scipy >=0.16 - setuptools - python {{ python }} run: - astropy >=2.0 - pytest-astropy - cython - matplotlib >=1.3 - numpy >=1.10 - scikit-image >=0.11 - scikit-learn >=0.18 - scipy >=0.16 - setuptools - python source: git_tag: {{ tag }} git_url: https://github.com/astropy/{{ name }}.git test: imports: - photutils