blob: 1214e92da2f7f397b20ff98846b52d05bbac08a4 (
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
|
{% set name = 'stsci-jwst' %}
{% set version = '0.6.0rc3' %}
{% set number = '0' %}
about:
home: http://www.stsci.edu
license: BSD
summary: stsci-jwst meta-package
build:
number: {{ number }}
package:
name: {{ name }}
version: {{ version }}
requirements:
build:
- jwst_lib ==0.6.0rc3
- jwst_tools ==0.6.0rc3
- jwst_pipeline ==0.6.0rc3
- numpy x.x
- python x.x
run:
- jwst_lib ==0.6.0rc3
- jwst_tools ==0.6.0rc3
- jwst_pipeline ==0.6.0rc3
- numpy x.x
- python x.x
|