generated from edeno/package_template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
42 lines (42 loc) · 1003 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
name: spyglass-paper
channels:
- conda-forge
- franklab
- edeno
dependencies:
- python>=3.9,<3.10
- jupyterlab>=3.*,<4 # leave at v3 to support jupyterlab-git
- jupyter_contrib_nbextensions==0.5.1
- jupyterlab-git
- nbgitpuller=1.1.*
- pydotplus
- dask
- pip
- position_tools
- track_linearization>=2.3
- ripple_detection
- non_local_detector
- matplotlib
- seaborn
- bottleneck
- ipympl
- tqdm
- spectral_connectivity
- pyfftw<=0.12.0 # used by ghostipy. install from conda-forge so that it works on Mac ARM processors
- pip
- 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
- git+https://github.com/LorenFrankLab/ndx-franklab-novela.git
- pyyaml
- click
- "black[jupyter]"
- spyglass-neuro
- "dandi>=0.13.0"
- . --no-deps # install the current directory as a package