forked from LorenFrankLab/rec_to_nwb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
60 lines (59 loc) · 848 Bytes
/
environment.yml
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
name: rec_to_nwb
channels:
- conda-forge
- defaults
- franklab
- novelakrk
dependencies:
- python>=3.6,<3.10
- rec_to_binaries
- pip
- hdmf>=3.1.1,<4
- pynwb>=2.0.0,<3
- asn1crypto
- blas
- ca-certificates
- certifi
- cffi
- chardet
- cryptography
- elementpath
- h5py<4
- hdf5
- idna
- libblas
- libcblas
- liblapack
- mkl
- mkl-service
- numpy
- openssl
- pandas
- pycparser
- pyopenssl
- pysocks
- python-dateutil
- pytz
- requests
- scipy
- setuptools
- six
- sqlite
- urllib3
- wheel
- xmlschema
- zlib
- vdom
- pyyaml
- pytest
- testfixtures
- jupyterlab
- nb_conda
- mountainlab_pytools
- xmldiff
- pip:
- git+https://github.com/LorenFrankLab/ndx-franklab-novela.git
# Docs
- recommonmark
- sphinx-autoapi
- sphinx_rtd_theme