We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6979fbd + ec56fe5 commit be95df9Copy full SHA for be95df9
.github/workflows/test.yml
@@ -24,6 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
pip install build hatchling pytest soundfile
27
+ pip install .[test]
28
29
- name: Build package
30
run: python -m build --wheel --outdir dist
pyproject.toml
@@ -37,3 +37,10 @@ dependencies = [
37
[project.urls]
38
Homepage = "https://github.com/snakers4/silero-vad"
39
Issues = "https://github.com/snakers4/silero-vad/issues"
40
+
41
+[project.optional-dependencies]
42
+test = [
43
+ "pytest",
44
+ "soundfile",
45
+ "torch<2.9",
46
+]
0 commit comments