From dbe3ef2b095af84b4ab8ebc0b0396b97de576ef0 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Thu, 27 Jun 2024 10:26:21 +0200 Subject: [PATCH] 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