From 561fe8d03c86a46eccd12dc080d4e4e4c07365cc Mon Sep 17 00:00:00 2001 From: Martin Guitteny <“martin.guitteny@centralesupelec.fr”> Date: Fri, 17 Oct 2025 11:32:40 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95(summary)=20add=20numpy=20and=20pandas?= =?UTF-8?q?=20dependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add pandas and numpy to use dataframe to calculate the speakers's names in diarization and improve performances. --- src/summary/pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/summary/pyproject.toml b/src/summary/pyproject.toml index 4d1b934b..8388e2b2 100644 --- a/src/summary/pyproject.toml +++ b/src/summary/pyproject.toml @@ -15,6 +15,8 @@ dependencies = [ "posthog==6.0.3", "requests==2.32.4", "sentry-sdk[fastapi, celery]==2.30.0", + "pandas>=2.2.0", + "numpy>=1.26.0" ] [project.optional-dependencies]