blob: 677ced7f35718f52af1f3f87d31881ab00fe2082 (
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
|
about:
home: https://github.com/embray/stsci.stimage
license: GPL
summary: stsci.stimage
build:
number: '0'
preserve_egg_dir: 'yes'
package:
name: stsci.stimage
version: 0.2.2
requirements:
build:
- recon
- setuptools
- numpy x.x
- python x.x
run:
- numpy x.x
- python x.x
source:
git_tag: 0.2.2
git_url: https://github.com/spacetelescope/stsci.stimage
test:
imports:
- stsci.stimage
|