blob: 82de156310f3123c721e5db7930c47f2f96f4830 (
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
26
27
28
29
30
31
32
33
|
about:
home: https://github.com/spacetelescope/pysynphot
license: BSD
summary: pysynphot
build:
number: '0'
preserve_egg_dir: 'yes'
package:
name: pysynphot
version: 0.9.8.2
requirements:
build:
- d2to1
- nose
- stsci.distutils
- astropy >=1.1
- cython
- numpy x.x
- matplotlib
- setuptools
- python x.x
run:
- nose
- astropy >=1.1
- cython
- numpy x.x
- matplotlib
- python x.x
source:
git_url: https://github.com/spacetelescope/pysynphot
test:
imports:
- pysynphot
|