Skip to content

Commit ea599ae

Browse files
thomasdhcayushdg
andauthored
ci: Skip kaldiio installation (#1072)
* Skip kaldiio installation Signed-off-by: Dong Hyuk Chang <[email protected]> * Update override dependencies Signed-off-by: Dong Hyuk Chang <[email protected]> * Update uv lock file Signed-off-by: Dong Hyuk Chang <[email protected]> --------- Signed-off-by: Dong Hyuk Chang <[email protected]> Co-authored-by: Ayush Dattagupta <[email protected]>
1 parent a9e2c50 commit ea599ae

File tree

2 files changed

+15
-66
lines changed

2 files changed

+15
-66
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,10 @@ constraint-dependencies = [
162162
"xgrammar>=0.1.21", # Address CVE GHSA-5cmr-4px5-23pc
163163
]
164164
override-dependencies = [
165-
"apex; sys_platform == 'never'"
165+
"apex; sys_platform == 'never'",
166+
"distance; sys_platform == 'never'",
167+
"kaldiio; sys_platform == 'never'",
168+
"levenshtein; sys_platform == 'never'",
166169
]
167170

168171

0 commit comments

Comments
 (0)