fx workflow

This commit is contained in:
adamnsandle
2025-11-06 08:18:46 +00:00
parent dea5980320
commit ec56fe50a5
2 changed files with 8 additions and 22 deletions

View File

@@ -37,3 +37,10 @@ dependencies = [
[project.urls]
Homepage = "https://github.com/snakers4/silero-vad"
Issues = "https://github.com/snakers4/silero-vad/issues"
[project.optional-dependencies]
test = [
"pytest",
"soundfile",
"torch<2.9",
]