blob: 922df4490844caf169649738ac9f35b1a9c515e7 (
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
51
52
53
54
55
|
{% set name = 'stsci-hst' %}
{% set version = '3.0.2' %}
{% 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:
- purge_path >=1.0.0
- acstools >=2.0.8
- astropy >=1.3
- 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
- pyregion >=1.1.2
- 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.numdisplay >=1.6.1
- stsci.sphinxext >=1.2.2
- stsci.stimage >=0.2.1
- stsci.skypac >=0.9.5
- stsci.sphere >=0.2
- 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
|