{% set name = 'photutils' %} {% set version = '0.7.1' %} {% 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 >=2.2 - numpy >=1.13 - scikit-image >=0.14.2 - scikit-learn >=0.19 - scipy >=0.19 - gwcs >=0.11 - setuptools - python {{ python }} run: - astropy >=2.0 - pytest-astropy - cython - matplotlib >=2.2 - numpy >=1.13 - scikit-image >=0.14.2 - scikit-learn >=0.19 - scipy >=0.19 - gwcs >=0.11 - setuptools - python source: git_tag: {{ tag }} git_url: https://github.com/astropy/{{ name }}.git test: imports: - photutils