-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmeta.yaml
More file actions
55 lines (47 loc) · 1.12 KB
/
meta.yaml
File metadata and controls
55 lines (47 loc) · 1.12 KB
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
{% set name = "XRFtomo" %}
{% set version = "1.1.0" %}
{% set repo = "fabricioSMarin" %}
#tomography
#fabricioSMarin
package:
name: {{ name|lower }}
version: {{ version }}
source:
path: ../XRFtomo
# url: https://github.com/{{ repo }}/{{ name }}/archive/v{{ version }}.tar.gz
build:
number: 0
entry_points:
- xrftomo = xrftomo.__main__:main
requirements:
host:
- python
- pip
run:
- python
- matplotlib
- pyqtgraph
- setuptools
- pyqt
- tomopy
- scikit-image
- scipy
- numpy
test:
imports:
- xrftomo
about:
home: https://github.com/{{ repo }}/XRFtomo
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: 'Tomography software for APS beamlines'
description: |
XRFtomo brings together a variety of image processing tools used for preparing,
processing and reconstructing 3D renditions of samples imaged using a
synchrotron-based x-ray fluorescence (XRF) microprobe or nanoprobe at the
Advanced Photon Source (APS).
dev_url: https://github.com/{{ repo }}/XRFtomo
extra:
recipe-maintainers:
- FabricioSMarin