Skip to content

Commit dbe3ef2

Browse files
committed
Move iblibb in test dependencies
1 parent 713a661 commit dbe3ef2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,6 @@ streaming_extractors = [
8787

8888
preprocessing = [
8989
"scipy",
90-
"ibllib>=2.36.0", # for IBL preprocessing
9190
]
9291

9392

@@ -137,6 +136,9 @@ test = [
137136
"xarray",
138137
"huggingface_hub",
139138

139+
# preprocessing
140+
"ibllib>=2.36.0", # for IBL
141+
140142
# tridesclous
141143
"numba",
142144
"hdbscan>=0.8.33", # Previous version had a broken wheel

0 commit comments

Comments
 (0)