forked from ecobost/CaImAn
-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
55 lines (47 loc) · 940 Bytes
/
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
;; This buffer is for notes you don't want to save, and for Lisp evaluation.
;; If you want to create a file, visit that file with C-x C-f,
;; then enter the text in that file's own buffer.
package:
name: caiman
version: "1.0"
source:
git_url: https://github.com/simonsfoundation/CaImAn
requirements:
build:
- python
- setuptools
- cython
run:
- python
- setuptools
- future
- numpy
- scipy
- ipython
- ipyparallel
- jupyter
- matplotlib
- scikit-image
- scikit-learn
- h5py
- cython
- spyder
- nose
- bokeh
- tqdm
- opencv3=3.2.0 # [py27 or py35]
- opencv3=3.1.0 # [py36]
- pip:
- tifffile
- peakutils
test:
requires:
- nose
commands:
- nosetests
app:
summary: "Caiman: calcium imaging analysis"
about:
home: https://github.com/simonsfoundation/CaImAn
license: BSD
license_file: LICENSE