mirror of
https://github.com/snakers4/silero-vad.git
synced 2026-02-05 09:59:20 +08:00
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@@ -24,6 +24,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
pip install build hatchling pytest soundfile
|
pip install build hatchling pytest soundfile
|
||||||
|
pip install .[test]
|
||||||
|
|
||||||
- name: Build package
|
- name: Build package
|
||||||
run: python -m build --wheel --outdir dist
|
run: python -m build --wheel --outdir dist
|
||||||
|
|||||||
@@ -37,3 +37,10 @@ dependencies = [
|
|||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/snakers4/silero-vad"
|
Homepage = "https://github.com/snakers4/silero-vad"
|
||||||
Issues = "https://github.com/snakers4/silero-vad/issues"
|
Issues = "https://github.com/snakers4/silero-vad/issues"
|
||||||
|
|
||||||
|
[project.optional-dependencies]
|
||||||
|
test = [
|
||||||
|
"pytest",
|
||||||
|
"soundfile",
|
||||||
|
"torch<2.9",
|
||||||
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user