{% set name = 'mosviz' %} {% set version = '0.0.1' %} {% set tag = 'v0.0.1' %} {% set number = '1' %} package: name: {{ name }} version: {{ version }} build: number: {{ number }} source: git_tag: {{ tag }} git_url: https://github.com/spacetelescope/mosviz.git requirements: build: - astropy - specutils - glueviz >=0.9.0 - matplotlib >=1.5.3 - numpy x.x - python x.x run: - astropy - specutils - glueviz >=0.9.0 - matplotlib >=1.5.3 - numpy x.x - python x.x test: requires: - astropy - specutils imports: - mosviz about: home: https://github.com/spacetelescope/mosviz license: BSD