{% set name = 'specutils' %} {% set version = '0.2.2' %} {% set tag = 'v' + version %} {% set number = '2' %} about: home: https://github.com/astropy/specutils license: BSD summary: One-dimensional spectral operations package: name: {{ name }} version: {{ version }} build: number: {{ number }} source: git_tag: {{ tag }} git_url: https://github.com/astropy/{{ name }}.git requirements: build: - astropy - cython - scipy - setuptools - numpy {{ numpy }} - python {{ python }} run: - astropy - scipy - numpy - python test: imports: - specutils - specutils.io - specutils.models - specutils.utils - specutils.wcs