-
Notifications
You must be signed in to change notification settings - Fork 16
/
meta.yaml
55 lines (49 loc) · 1.05 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
package:
name: xdesign
version: 'alpha'
source:
path: .
build:
noarch: python
number: 0
script: "{{ PYTHON }} -m pip install . --no-deps -vv"
requirements:
host:
- pip
- python={{ python }}
- setuptools
- setuptools_scm
- setuptools_scm_git_archive
run:
- cached-property
- matplotlib
- numpy
- python={{ python }}
- scipy
test:
requires:
- nose
imports:
- xdesign
- xdesign.geometry
- xdesign.metrics
- xdesign.phantom
source_files:
- tests/*
commands:
- nosetests
about:
home: http://xdesign.readthedocs.io
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: 'Benchmarking and optimization tools for tomography.'
description: |
XDesign is an open-source Python package for creating x-ray imaging
phantoms, simulating data acquisition, and benchmarking x-ray
tomographic image reconstruction.
doc_url: https://xdesign.readthedocs.io
dev_url: https://github.com/tomography/xdesign
extra:
recipe-maintainers:
- carterbox