forked from tomopy/tomopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
57 lines (49 loc) · 956 Bytes
/
meta.yaml
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
package:
name: tomopy
version: '1.0.0'
source:
git_url: https://github.com/dgursoy/tomopy.git
build:
number: 0
requirements:
build:
- python
- setuptools
run:
- python
- numpy
- h5py
- scipy
- six
- scikit-image
- pywavelets
- pyfftw
- dxchange
- numexpr
- futures # [py2k]
test:
# Python imports
imports:
- tomopy
- tomopy.misc
- tomopy.misc.corr
- tomopy.misc.morph
- tomopy.misc.phantom
- tomopy.prep
- tomopy.prep.normalize
- tomopy.prep.phase
- tomopy.prep.stripe
- tomopy.recon
- tomopy.recon.algorithm
- tomopy.recon.rotation
- tomopy.util
- tomopy.util.dtype
- tomopy.util.extern
- tomopy.util.mproc
about:
home: http://tomopy.readthedocs.org
license: BSD-3
summary: 'Tomographic reconstruction in Python.'
# See
# http://docs.continuum.io/conda/build.html for
# more information about meta.yaml