From 713a6612af89db7983f621bd03de1b5b22a754de Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Thu, 27 Jun 2024 10:16:57 +0200 Subject: [PATCH 1/2] Add ibllib to pteprocessing requirements --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 72bf376a31..c801f1f735 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,6 +87,7 @@ streaming_extractors = [ preprocessing = [ "scipy", + "ibllib>=2.36.0", # for IBL preprocessing ] From dbe3ef2b095af84b4ab8ebc0b0396b97de576ef0 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Thu, 27 Jun 2024 10:26:21 +0200 Subject: [PATCH 2/2] Move iblibb in test dependencies --- pyproject.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c801f1f735..69f4067d13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -87,7 +87,6 @@ streaming_extractors = [ preprocessing = [ "scipy", - "ibllib>=2.36.0", # for IBL preprocessing ] @@ -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