deps(sortformer): adjust nemo-toolkit version constraints

- Updated the version constraint for `diarization-sortformer` to restrict it to Python 3.10 and below.
This commit is contained in:
jedzill4
2026-02-25 21:33:00 -03:00
parent 4bb58dc7aa
commit bbcebcb1fe
2 changed files with 1332 additions and 1355 deletions

View File

@@ -47,7 +47,9 @@ cu129 = [
"torchaudio>=2.0.0",
'triton>=2.0.0; platform_machine == "x86_64" and (sys_platform == "linux" or sys_platform == "linux2")',
]
diarization-sortformer = ["nemo-toolkit[asr]>2.4; python_version >= '3.10'"]
diarization-sortformer = [
"nemo-toolkit[asr]>2.4; python_version >= '3.10' and python_version < '3.13'",
]
diarization-diart = [
"diart",
"torch<2.9.0",

2683
uv.lock generated

File diff suppressed because one or more lines are too long