Skip to content

Commit

Permalink
Merge pull request #2665 from h-mayorquin/upper_bound_on_scipy
Browse files Browse the repository at this point in the history
Fix full tests
  • Loading branch information
alejoe91 authored Apr 4, 2024
2 parents 8e10eaf + 4edf03b commit 969bef9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 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 All @@ -86,7 +88,7 @@ full = [
"h5py",
"pandas",
"xarray",
"scipy",
"scipy<1.13",
"scikit-learn",
"networkx",
"distinctipy",
Expand Down

0 comments on commit 969bef9

Please sign in to comment.