Skip to content

Commit 4adcbd4

Browse files
committed
Install NDR with [formats] extra to include pyabf dependency
The ndr.py rewrite now routes Axon ABF files through NDR's native axon_abf reader instead of SpikeInterface. NDR's axon_abf reader requires pyabf, which is in NDR's optional [formats] extra. Updated the NDR dependency to install with this extra. https://claude.ai/code/session_01WSbupNz1kLD3RqBMg85ZjJ
1 parent c78e3f0 commit 4adcbd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ classifiers = [
3636
requires-python = ">=3.10"
3737
dependencies = [
3838
"did @ git+https://github.com/VH-Lab/DID-python.git@main",
39-
"ndr @ git+https://github.com/VH-lab/NDR-python.git@main",
39+
"ndr[formats] @ git+https://github.com/VH-lab/NDR-python.git@main",
4040
"vhlab-toolbox-python @ git+https://github.com/VH-Lab/vhlab-toolbox-python.git@main",
4141
"ndi-compress @ git+https://github.com/Waltham-Data-Science/NDI-compress-python.git@main",
4242
"numpy>=1.20.0",

0 commit comments

Comments
 (0)