blob: 744edd26fc292ee03345f29f84887892712b6fc7 (
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
|
about:
home: https://github.com/mperrin/jwxml
license: BSD
summary: jwxml
build:
number: '0'
package:
name: jwxml
version: 0.1.0
requirements:
build:
- numpy x.x
- matplotlib
- python x.x
run:
- numpy x.x
- matplotlib
- python x.x
source:
git_tag: v0.1.0
git_url: https://github.com/mperrin/jwxml
test:
commands:
- python -c 'from jwxml.siaf import SIAF; SIAF(instr="NIRCam")'
|