{% set name = 'stsci-data-analysis' %} {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0") +".dev" +environ.get("GIT_DESCRIBE_NUMBER", "0") %} {% set number = '1' %} about: home: http://stsci.edu license: BSD summary: stsci-data-analysis meta-package build: number: {{ number }} package: name: {{ name }} version: {{ version }} requirements: build: - astropy >=0.0* - astroimtools >=0.0* - stginga >=0.0* - specviz >=0.0* - photutils >=0.0* - glueviz >=0.0* - imexam >=0.0* - asdf >=0.0* - numpy x.x - python x.x run: - astropy >=0.0* - astroimtools >=0.0* - stginga >=0.0* - specviz >=0.0* - photutils >=0.0* - glueviz >=0.0* - imexam >=0.0* - asdf >=0.0* - numpy x.x - python x.x