Skip to content

Commit a153dfe

Browse files
authored
Merge pull request #61 from dj-sciops/update-lfp
fix: install `spikeinterface` from source
2 parents 29ea500 + f9e4e1d commit a153dfe

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
"openpyxl",
3535
"plotly",
3636
"seaborn",
37-
"spikeinterface",
37+
"spikeinterface @ git+https://github.com/SpikeInterface/spikeinterface.git",
38+
"spython",
39+
"cuda-python",
3840
"scikit-image",
3941
"nbformat>=4.2.0",
4042
"pyopenephys>=1.1.6",

0 commit comments

Comments
 (0)