Skip to content

Commit 69e9aa3

Browse files
authored
Merge pull request #81 from mweinelt/update-faster-whisper
Update faster-whisper, remove requests dependency
2 parents ed2b988 + 5f09675 commit 69e9aa3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ classifiers = [
2323
]
2424
dependencies = [
2525
"wyoming>=1.8,<2",
26-
"faster-whisper>=1.1.0,<2",
27-
"requests", # needed by faster-whisper
26+
"faster-whisper>=1.2.1,<2",
2827
]
2928

3029
[project.urls]

0 commit comments

Comments
 (0)