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