blob: 64514059fd629d6f903e7f4d6ea32868ec51d6da (
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.imagestats
license: GPL
summary: stsci.imagestats
build:
number: '0'
preserve_egg_dir: 'yes'
package:
name: stsci.imagestats
version: 1.4.2
requirements:
build:
- recon >=1.0.2
- setuptools
- numpy x.x
- python x.x
run:
- numpy x.x
- python x.x
source:
git_tag: 1.4.2
git_url: https://github.com/spacetelescope/stsci.imagestats
test:
imports:
- stsci.imagestats
|