blob: 5aaa29872f1e3ba69050f1224572df6da31d5222 (
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/embray/stsci.convolve
license: GPL
summary: stsci.convolve
build:
number: '0'
preserve_egg_dir: 'yes'
package:
name: stsci.convolve
version: 2.1.4
requirements:
build:
- recon
- numpy x.x
- python x.x
run:
- numpy x.x
- python x.x
source:
git_tag: 2.1.4
git_url: https://github.com/spacetelescope/stsci.convolve
test:
imports:
- stsci.convolve
|