blob: 30d8a1fadf8f7492bdd56828cfc6698836738da5 (
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
|
{% set name = 'stsci' %}
{% set version = '3.2.0' %}
{% set number = '0' %}
about:
home: http://ssb.stsci.edu
license: BSD
summary: stsci meta-package
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- numpy {{ numpy }}
- python {{ python }}
run:
- stsci-hst >=3.1.0
- stsci-data-analysis >=3.0.0
- astropy >=2.0.0
- cfitsio >=3.370
- d2to1 >=0.2.12
- ds9 >=7.1
- fftw >=3.3.4
- htc_utils >=0.1
- pyds9 >=1.8.1
- pyfftw >=0.9.2
- numpy
- python
|