Skip to content

Commit 067ab1a

Browse files
committed
chore: add whisper-s2t-reborn dependency to ASR extras
Signed-off-by: BBC, Esquire <bbc@chintellalaw.com>
1 parent 90efe37 commit 067ab1a

2 files changed

Lines changed: 140 additions & 79 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ asr = [
113113
'mlx-whisper>=0.4.3 ; python_version >= "3.10" and sys_platform == "darwin" and platform_machine == "arm64"',
114114
'openai-whisper>=20250625',
115115
'numba>=0.63.0', # Ensure Python 3.11+ compatibility (llvmlite constraint)
116+
'whisper-s2t-reborn>=1.6.0',
116117
]
117118
xbrl = [
118119
"arelle-release (>=2.38.17,<3.0.0)",
@@ -146,7 +147,7 @@ dev = [
146147
]
147148
docs = [
148149
"mkdocs-material~=9.5",
149-
"mkdocs-jupyter~=0.25",
150+
"mkdocs-jupyter>=0.25,<0.26",
150151
"mkdocs-click~=0.8",
151152
"mkdocs-redirects~=1.2",
152153
"mkdocstrings[python]~=0.27",

0 commit comments

Comments
 (0)