Skip to content

Commit fb27154

Browse files
authored
Merge pull request #4020 from h-mayorquin/fix_ibllib
Test fixing ibllib
2 parents fb72ed2 + 1359317 commit fb27154

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

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)