diff options
Diffstat (limited to 'specviz/meta.yaml')
-rw-r--r-- | specviz/meta.yaml | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml new file mode 100644 index 0000000..ccb7fed --- /dev/null +++ b/specviz/meta.yaml @@ -0,0 +1,49 @@ +{% set name = 'specviz' %} +{% set version = '0.2.1rc5' %} +{% set tag = 'v0.2.1rc5' %} +{% set number = '0' %} + +package: + name: {{ name }} + version: {{ version }} + +source: + git_tag: {{ tag }} + git_url: https://github.com/spacetelescope/specviz.git + +requirements: + build: + - astropy + - cython + - specutils + - pyyaml + - pyqtgraph >=0.9.11 + - pyqt + - scipy + - yaml + - setuptools + - numpy x.x + - python x.x + + run: + - astropy + - cython + - specutils + - pyyaml + - pyqtgraph >=0.9.11 + - pyqt + - scipy + - yaml + - numpy x.x + - python x.x + +test: + requires: + - astropy + - specutils + imports: + - specviz + +about: + home: https://github.com/spacetelescope/specviz + license: BSD |