Skip to content

Commit

Permalink
Merge pull request #2441 from alejoe91/nwb-zarr
Browse files Browse the repository at this point in the history
Add support for NWB-Zarr
  • Loading branch information
alejoe91 authored Feb 2, 2024
2 parents e632d46 + 8ef06a9 commit d63a5b0
Show file tree
Hide file tree
Showing 4 changed files with 1,165 additions and 802 deletions.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ changelog = "https://spikeinterface.readthedocs.io/en/latest/whatisnew.html"
extractors = [
"MEArec>=1.8",
"pynwb>=2.3.0",
"hdmf-zarr>=0.5.0",
"pyedflib>=0.1.30",
"sonpy;python_version<'3.10'",
"lxml", # lxml for neuroscope
Expand All @@ -80,7 +81,9 @@ streaming_extractors = [
"aiohttp",
"requests",
"pynwb>=2.3.0",
"remfile"
"hdmf-zarr>=0.5.0",
"remfile",
"s3fs"
]

full = [
Expand Down
Loading

0 comments on commit d63a5b0

Please sign in to comment.