mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-25 19:44:34 +00:00
use whisper from the latest git commit
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
This commit is contained in:
parent
43239ff712
commit
aa33bbe1a2
@ -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*"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user