File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 strategy :
2424 fail-fast : false
2525 matrix :
26- python-version : ["3.9 ", "3.13"] # Lower and higher versions we support
26+ python-version : ["3.10 ", "3.13"] # Lower and higher versions we support
2727 os : [macos-latest, windows-latest, ubuntu-latest]
2828 steps :
2929 - uses : actions/checkout@v4
Original file line number Diff line number Diff 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
7676streaming_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
145145test_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" ,
You can’t perform that action at this time.
0 commit comments