summaryrefslogtreecommitdiff
path: root/stsci-hst/meta.yaml
blob: b015fe938bc79849249fe86401cf832730aa07fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{% set name = 'stsci-hst' %}
{% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")
    +".dev"
    +environ.get("GIT_DESCRIBE_NUMBER", "0") %}
{% set number = '0' %}

about:
    home: http://www.stsci.edu
    license: BSD
    summary: stsci-hst meta-package
build:
    number: {{ number }}
package:
    name: {{ name }}
    version: {{ version }}
requirements:
    run:
    - purge_path >=0.0*
    - acstools >=0.0*
    - astrolib.coords >=0.0*
    - astropy >=0.0*
    - calcos >=0.0*
    - costools >=0.0*
    - crds >=0.0*
    - drizzlepac >=0.0*
    - fitsblender >=0.0*
    - hstcal >=0.0*
    - nictools >=0.0*
    - pyregion >=0.0*
    - pysynphot >=0.0*
    - pywcs >=0.0*
    - reftools >=0.0*
    - stistools >=0.0*
    - stsci.convolve >=0.0*
    - stsci.image >=0.0*
    - stsci.imagemanip >=0.0*
    - stsci.imagestats >=0.0*
    - stsci.ndimage >=0.0*
    - stsci.numdisplay >=0.0*
    - stsci.sphinxext >=0.0*
    - stsci.stimage >=0.0*
    - stsci.skypac >=0.0*
    - stsci.sphere >=0.0*
    - stsci.tools >=0.0*
    - stwcs >=0.0*
    - wfpc2tools >=0.0*
    - wfc3tools >=0.0*
    - numpy x.x
    - python x.x