Skip to content

Commit

Permalink
upper bound on scipy
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 3, 2024
1 parent 8e10eaf commit 05e83c4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,16 @@ extractors = [
"pyedflib>=0.1.30",
"sonpy;python_version<'3.10'",
"lxml", # lxml for neuroscope
"scipy",
"scipy<1.13",
"ONE-api>=2.7.0", # alf sorter and streaming IBL
"ibllib>=2.32.5", # streaming IBL
"pymatreader>=0.0.32", # For cell explorer matlab files
"zugbruecke>=0.2; sys_platform!='win32'", # For plexon2
]

streaming_extractors = [
"ONE-api>=2.7.0", # alf sorter and streaming IBL
"ibllib>=2.32.5", # streaming IBL
# Following dependencies are for streaming with nwb files
"fsspec",
"aiohttp",
Expand Down

0 comments on commit 05e83c4

Please sign in to comment.