forked from tomopy/tomopy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmeta.yaml
59 lines (52 loc) · 1 KB
/
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
57
58
59
package:
name: tomopy
version: '0.1.11'
source:
git_url: https://github.com/tomopy/tomopy.git
build:
number: 0
requirements:
build:
- python
- setuptools
run:
- python
- numpy
- h5py
- scikit-image
- pywavelets
- netcdf4
- spefile
- edffile
- tifffile
test:
# Python imports
imports:
- tomopy
- tomopy.io
- tomopy.io.reader
- tomopy.io.writer
- tomopy.io.exchange
- tomopy.io.phantom
- tomopy.misc
- tomopy.misc.corr
- tomopy.misc.mask
- tomopy.misc.morph
- 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