(summary) add numpy and pandas dependencies

Add pandas and numpy to use dataframe to calculate
the speakers's names in diarization and improve performances.
This commit is contained in:
Martin Guitteny
2025-10-17 11:32:40 +02:00
parent 9e00ea6679
commit 561fe8d03c
+2
View File
@@ -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]