Skip to content

Commit

Permalink
Move iblibb in test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jun 27, 2024
1 parent 713a661 commit dbe3ef2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ streaming_extractors = [

preprocessing = [
"scipy",
"ibllib>=2.36.0", # for IBL preprocessing
]


Expand Down Expand Up @@ -137,6 +136,9 @@ test = [
"xarray",
"huggingface_hub",

# preprocessing
"ibllib>=2.36.0", # for IBL

# tridesclous
"numba",
"hdbscan>=0.8.33", # Previous version had a broken wheel
Expand Down

0 comments on commit dbe3ef2

Please sign in to comment.