Merge pull request #719 from snakers4/adamnsandle

Adamnsandle
This commit is contained in:
Dimitrii Voronin
2025-11-06 11:25:49 +03:00
committed by GitHub
2 changed files with 8 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install build hatchling pytest soundfile
pip install .[test]
- name: Build package
run: python -m build --wheel --outdir dist

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",
]