use whisper from the latest git commit

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
Michele Dolfi 2025-06-18 14:27:38 +02:00
parent 43239ff712
commit aa33bbe1a2
2 changed files with 5 additions and 1215 deletions

View File

@ -70,9 +70,6 @@ dependencies = [
'scipy (>=1.6.0,<2.0.0)',
# 'scipy (>=1.6.0,<2.0.0) ; python_version >= "3.10"',
# 'scipy (>=1.6.0,<1.14.0) ; python_version < "3.10"',
"pydub[asr]>=0.25.1",
"pyannote-audio[asr]>=1.1.2",
"openai-whisper[asr]>=20240930",
]
[project.urls]
@ -151,6 +148,9 @@ constraints = [
package = true
default-groups = "all"
[tool.uv.sources]
openai-whisper = { git = "https://github.com/openai/whisper.git", rev = "dd985ac4b90cafeef8712f2998d62c59c3e62d22" }
[tool.setuptools.packages.find]
include = ["docling*"]

1214
uv.lock generated

File diff suppressed because it is too large Load Diff