Skip to content

Commit 54da0e2

Browse files
committed
test fixing ibllib
1 parent fb72ed2 commit 54da0e2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ extractors = [
6868
"sonpy;python_version<'3.10'",
6969
"lxml", # lxml for neuroscope
7070
"scipy",
71-
"ibllib", # streaming IBL
71+
"ibllib==3.3.1", # streaming IBL
7272
"pymatreader>=0.0.32", # For cell explorer matlab files
7373
"zugbruecke>=0.2; sys_platform!='win32'", # For plexon2
7474
]
7575

7676
streaming_extractors = [
77-
"ibllib", # streaming IBL
77+
"ibllib==3.3.1", # streaming IBL
7878
# Following dependencies are for streaming with nwb files
7979
"pynwb>=2.6.0",
8080
"fsspec",
@@ -143,7 +143,7 @@ test_extractors = [
143143
]
144144

145145
test_preprocessing = [
146-
"ibllib", # for IBL
146+
"ibllib==3.3.1", # for IBL
147147
"torch",
148148
]
149149

@@ -155,7 +155,7 @@ test = [
155155
"psutil",
156156

157157
# preprocessing
158-
"ibllib", # for IBL
158+
"ibllib==3.3.1", # for IBL
159159

160160
# streaming templates
161161
"s3fs",

0 commit comments

Comments
 (0)