forked from LorenFrankLab/spyglass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
39 lines (39 loc) · 833 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
name: spyglass
channels:
- conda-forge
- defaults
- franklab
- edeno
dependencies:
- python>=3.9,<3.10
- jupyterlab>=3.*
- pydotplus
- dask
- pip
- position_tools
- numpy<1.24
- track_linearization>=2.3
- replay_trajectory_classification
- ripple_detection
- trajectory_analysis_tools
- matplotlib
- seaborn
- bottleneck
- ipympl
- tqdm
- pyfftw<=0.12.0 # used by ghostipy. install from conda-forge so that it works on Mac ARM processors
- pip:
- pubnub<6.4.0
- spikeinterface>=0.98.2,<0.99
- pynwb>=2.2.0,<3
- hdmf>=3.4.6
- datajoint>=0.13.6
- ghostipy
- pymysql
- sortingview>=0.11
- figurl-jupyter
- git+https://github.com/LorenFrankLab/ndx-franklab-novela.git
- pyyaml
- click
- "black[jupyter]"
- .