blob: 299bdee91a2afa62e60095ed3580f5b0f34537a2 (
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
- matplotlib
- python x.x
run:
- numpy
- 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")'
|