-
Notifications
You must be signed in to change notification settings - Fork 1
/
meta.yaml
69 lines (62 loc) · 1.26 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
60
61
62
63
64
65
66
67
68
{% set name = "bonndit" %}
{% set version = "0.3.1" %}
package:
name: "{{ name|lower }}"
version: "{{ version }}"
source:
path: ./
#url: "https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz"
#sha256: b1a205ba3b95538562cbd769100ad4955fea8fc940deabaa11d9fca1691b9f1a
build:
number: 0
script: "{{ PYTHON }} -m pip install . -vv"
requirements:
build:
- {{ compiler('c') }}
- findblas
host:
- python
- pip
- cython >=0.29.33
- findblas
- openblas-devel
- numpy >=1.23
run:
- python
- dipy
- nibabel
- numpy
- tqdm
- cvxopt
- mpmath
- plyfile
- pynrrd
test:
imports:
- bonndit
- bonndit.deconv
- bonndit.directions
- bonndit.filter
- bonndit.pmodels
- bonndit.tracking
- bonndit.tracking.kalman
- bonndit.utilc
- bonndit.utils
requires:
- cvxopt
- dipy
- mpmath
- nibabel
- numpy
- pynrrd
- pytest
- scipy
- tqdm
about:
home: "https://github.com/MedVisBonn/bonndit"
license: "GNU General Public v3 (GPLv3)"
license_family: GPL3
license_file:
summary: "The bonndit package contains the latest diffusion imaging tools developed at the University of Bonn."
doc_url:
dev_url: