forked from NovelaNeuro/rec_to_nwb
-
Notifications
You must be signed in to change notification settings - Fork 8
/
meta.yaml
84 lines (76 loc) · 1.31 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{% set data = load_setup_py_data() %}
package:
name: rec_to_nwb
version: {{ data.get('version') }}
source:
git_url: https://github.com/NovelaNeuro/rec_to_nwb
build:
number: 0
requirements:
build:
- python=3.6
- setuptools
- pip
- hdmf
- pynwb
- libblas
- testfixtures
- vdom
- xmlschema
- hdf5<3.0
- liblapack
- elementpath
- rec_to_binaries==0.6.1.dev0
- libcblas
run:
- python>=3.6
- setuptools
- hdmf
- pynwb
- asn1crypto
- blas
- bleach
- ca-certificates
- certifi
- cffi
- chardet
- cryptography
- elementpath
- h5py<3.0
- hdf5
- idna
- libblas
- libcblas
- liblapack
- mkl
- mkl-service
- mountainlab_pytools
- numpy
- openssl
- pandas
- pip
- pycparser
- pyopenssl
- pysocks
- pytest
- python-dateutil
- pytz
- pyyaml
- requests
- scipy
- six
- sqlite
- testfixtures
- urllib3
- vdom
- jp_proxy_widget
- wheel
- xmlschema
- zlib
- rec_to_binaries==0.6.1.dev0
- xmldiff
- ndx-franklab-novela=0.0.011
about:
home: https://github.com/NovelaNeuro/rec_to_nwb
license: "Apache 2.0"
summary: "Tool used to transform data stored in SpikeGadgets raw files into nwb files"