summaryrefslogtreecommitdiff
path: root/stsci-hst/meta.yaml
blob: a42b02e615d04faf0858ffa6fc813c6d92802b4e (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
50
{% set name = 'stsci-hst' %}
{% set version = '3.1.1' %}
{% set number = '0' %}

about:
    home: http://ssb.stsci.edu
    license: BSD
    summary: stsci-hst meta-package

build:
    number: {{ number }}

package:
    name: {{ name }}
    version: {{ version }}

requirements:
    build:
      - numpy {{ numpy }}
      - python {{ python }}

    run:
      - acstools >=2.0.8
      - astropy >=2.0.0
      - calcos >=3.2.1
      - costools >=1.2.1
      - crds >=7.1.1
      - d2to1 >=0.2.12
      - drizzlepac >=2.1.17
      - fitsblender >=0.3.2
      - hstcal >=1.2.0
      - nictools >=1.1.3
      - pysynphot >=0.9.8.7
      - reftools >=1.7.4
      - stistools >=1.1
      - stsci.convolve >=2.2.1
      - stsci.distutils >=0.3.8
      - stsci.image >=2.2.0
      - stsci.imagemanip >=1.1.2
      - stsci.imagestats >=1.4.1
      - stsci.ndimage >=0.10.1
      - stsci.stimage >=0.2.1
      - stsci.skypac >=0.9.5
      - stsci.tools >=3.4.11
      - stwcs >=1.3.2,<1.4.0 [py27]
      - stwcs >=1.3.2 [not py27]
      - wfpc2tools >=1.0.3
      - wfc3tools >=1.3.4
      - numpy
      - python