diff --git a/pyproject.toml b/pyproject.toml index ab17e3f..763fd56 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,10 @@ name = "whisperlivekit" version = "0.2.19" description = "Real-time speech-to-text with speaker diarization using Whisper" readme = "README.md" -authors = [ - { name = "Quentin Fuxa" } -] +authors = [{ name = "Quentin Fuxa" }] license = { file = "LICENSE" } -requires-python = ">=3.9" +requires-python = ">=3.9, <3.14" +# requires-python = ">=3.12, <3.13" classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", @@ -24,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.14", "Programming Language :: Python :: 3.15", "Topic :: Scientific/Engineering :: Artificial Intelligence", - "Topic :: Multimedia :: Sound/Audio :: Speech" + "Topic :: Multimedia :: Sound/Audio :: Speech", ] dependencies = [ "fastapi", @@ -35,39 +34,46 @@ dependencies = [ "huggingface-hub>=0.25.0", "faster-whisper>=1.2.0", "tqdm", - "tiktoken" + "tiktoken", ] [project.optional-dependencies] test = ["pytest>=7.0", "pytest-asyncio>=0.21"] translation = ["nllw"] sentence_tokenizer = ["mosestokenizer", "wtpsplit"] -voxtral-hf = ["transformers>=5.2.0; python_version >= '3.10'", "mistral-common[audio]"] +voxtral-hf = [ + "transformers>=5.2.0; python_version >= '3.10'", + "mistral-common[audio]", +] cpu = ["torch>=2.0.0", "torchaudio>=2.0.0"] gpu-cu129 = [ "torch>=2.0.0", "torchaudio>=2.0.0", - 'triton>=2.0.0; platform_machine == "x86_64" and (sys_platform == "linux" or sys_platform == "linux2")' + 'triton>=2.0.0; platform_machine == "x86_64" and (sys_platform == "linux" or sys_platform == "linux2")', ] -diarization-sortformer = ["nemo-toolkit[asr]>=2.2,<3; python_version >= '3.10'"] +diarization-sortformer = ["nemo-toolkit[asr]>2.4; python_version >= '3.10'"] diarization-diart = ["diart"] [tool.uv] conflicts = [ [ { extra = "cpu" }, - { extra = "gpu-cu129" } - ] + { extra = "gpu-cu129" }, + ], + [ + { extra = "voxtral-hf" }, + { extra = "diarization-sortformer" }, + ], ] [tool.uv.sources] torch = [ { index = "pytorch-cpu", extra = "cpu", marker = "platform_system != 'Darwin'" }, - { index = "pytorch-cu129", extra = "gpu-cu129", marker = "platform_system == 'Linux' and platform_machine == 'x86_64'" } + { index = "pytorch-cu129", extra = "gpu-cu129", marker = "platform_system == 'Linux' and platform_machine == 'x86_64'" }, ] torchaudio = [ { index = "pytorch-cpu", extra = "cpu", marker = "platform_system != 'Darwin'" }, - { index = "pytorch-cu129", extra = "gpu-cu129", marker = "platform_system == 'Linux' and platform_machine == 'x86_64'" } + { index = "pytorch-cu129", extra = "gpu-cu129", marker = "platform_system == 'Linux' and platform_machine == 'x86_64'" }, ] [[tool.uv.index]] @@ -99,7 +105,7 @@ packages = [ "whisperlivekit.web", "whisperlivekit.local_agreement", "whisperlivekit.voxtral_mlx", - "whisperlivekit.silero_vad_models" + "whisperlivekit.silero_vad_models", ] [tool.setuptools.package-data] diff --git a/uv.lock b/uv.lock index 31f351e..8618da0 100644 --- a/uv.lock +++ b/uv.lock @@ -1,57 +1,104 @@ version = 1 revision = 3 -requires-python = ">=3.9" +requires-python = ">=3.9, <3.14" resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] conflicts = [[ { package = "whisperlivekit", extra = "cpu" }, { package = "whisperlivekit", extra = "gpu-cu129" }, +], [ + { package = "whisperlivekit", extra = "diarization-sortformer" }, + { package = "whisperlivekit", extra = "voxtral-hf" }, ]] [[package]] @@ -68,15 +115,15 @@ name = "accelerate" version = "1.12.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "psutil", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "pyyaml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "safetensors", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/4a/8e/ac2a9566747a93f8be36ee08532eb0160558b07630a081a6056a9f89bf1d/accelerate-1.12.0.tar.gz", hash = "sha256:70988c352feb481887077d2ab845125024b2a137a5090d6d7a32b57d03a45df6", size = 398399, upload-time = "2025-11-21T11:27:46.973Z" } wheels = [ @@ -99,7 +146,7 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "aiohappyeyeballs" }, { name = "aiosignal" }, - { name = "async-timeout", marker = "python_full_version < '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "async-timeout", marker = "python_full_version < '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "attrs" }, { name = "frozenlist" }, { name = "multidict" }, @@ -176,40 +223,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e8/35/4a3daeb8b9fab49240d21c04d50732313295e4bd813a465d840236dd0ce1/aiohttp-3.13.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8057c98e0c8472d8846b9c79f56766bcc57e3e8ac7bfd510482332366c56c591", size = 1721120, upload-time = "2026-01-03T17:31:12.575Z" }, { url = "https://files.pythonhosted.org/packages/bc/9f/d643bb3c5fb99547323e635e251c609fbbc660d983144cfebec529e09264/aiohttp-3.13.3-cp313-cp313-win32.whl", hash = "sha256:1449ceddcdbcf2e0446957863af03ebaaa03f94c090f945411b61269e2cb5daf", size = 427383, upload-time = "2026-01-03T17:31:14.382Z" }, { url = "https://files.pythonhosted.org/packages/4e/f1/ab0395f8a79933577cdd996dd2f9aa6014af9535f65dddcf88204682fe62/aiohttp-3.13.3-cp313-cp313-win_amd64.whl", hash = "sha256:693781c45a4033d31d4187d2436f5ac701e7bbfe5df40d917736108c1cc7436e", size = 453899, upload-time = "2026-01-03T17:31:15.958Z" }, - { url = "https://files.pythonhosted.org/packages/99/36/5b6514a9f5d66f4e2597e40dea2e3db271e023eb7a5d22defe96ba560996/aiohttp-3.13.3-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:ea37047c6b367fd4bd632bff8077449b8fa034b69e812a18e0132a00fae6e808", size = 737238, upload-time = "2026-01-03T17:31:17.909Z" }, - { url = "https://files.pythonhosted.org/packages/f7/49/459327f0d5bcd8c6c9ca69e60fdeebc3622861e696490d8674a6d0cb90a6/aiohttp-3.13.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:6fc0e2337d1a4c3e6acafda6a78a39d4c14caea625124817420abceed36e2415", size = 492292, upload-time = "2026-01-03T17:31:19.919Z" }, - { url = "https://files.pythonhosted.org/packages/e8/0b/b97660c5fd05d3495b4eb27f2d0ef18dc1dc4eff7511a9bf371397ff0264/aiohttp-3.13.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c685f2d80bb67ca8c3837823ad76196b3694b0159d232206d1e461d3d434666f", size = 493021, upload-time = "2026-01-03T17:31:21.636Z" }, - { url = "https://files.pythonhosted.org/packages/54/d4/438efabdf74e30aeceb890c3290bbaa449780583b1270b00661126b8aae4/aiohttp-3.13.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:48e377758516d262bde50c2584fc6c578af272559c409eecbdd2bae1601184d6", size = 1717263, upload-time = "2026-01-03T17:31:23.296Z" }, - { url = "https://files.pythonhosted.org/packages/71/f2/7bddc7fd612367d1459c5bcf598a9e8f7092d6580d98de0e057eb42697ad/aiohttp-3.13.3-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:34749271508078b261c4abb1767d42b8d0c0cc9449c73a4df494777dc55f0687", size = 1669107, upload-time = "2026-01-03T17:31:25.334Z" }, - { url = "https://files.pythonhosted.org/packages/00/5a/1aeaecca40e22560f97610a329e0e5efef5e0b5afdf9f857f0d93839ab2e/aiohttp-3.13.3-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:82611aeec80eb144416956ec85b6ca45a64d76429c1ed46ae1b5f86c6e0c9a26", size = 1760196, upload-time = "2026-01-03T17:31:27.394Z" }, - { url = "https://files.pythonhosted.org/packages/f8/f8/0ff6992bea7bd560fc510ea1c815f87eedd745fe035589c71ce05612a19a/aiohttp-3.13.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:2fff83cfc93f18f215896e3a190e8e5cb413ce01553901aca925176e7568963a", size = 1843591, upload-time = "2026-01-03T17:31:29.238Z" }, - { url = "https://files.pythonhosted.org/packages/e3/d1/e30e537a15f53485b61f5be525f2157da719819e8377298502aebac45536/aiohttp-3.13.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bbe7d4cecacb439e2e2a8a1a7b935c25b812af7a5fd26503a66dadf428e79ec1", size = 1720277, upload-time = "2026-01-03T17:31:31.053Z" }, - { url = "https://files.pythonhosted.org/packages/84/45/23f4c451d8192f553d38d838831ebbc156907ea6e05557f39563101b7717/aiohttp-3.13.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:b928f30fe49574253644b1ca44b1b8adbd903aa0da4b9054a6c20fc7f4092a25", size = 1548575, upload-time = "2026-01-03T17:31:32.87Z" }, - { url = "https://files.pythonhosted.org/packages/6a/ed/0a42b127a43712eda7807e7892c083eadfaf8429ca8fb619662a530a3aab/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7b5e8fe4de30df199155baaf64f2fcd604f4c678ed20910db8e2c66dc4b11603", size = 1679455, upload-time = "2026-01-03T17:31:34.76Z" }, - { url = "https://files.pythonhosted.org/packages/2e/b5/c05f0c2b4b4fe2c9d55e73b6d3ed4fd6c9dc2684b1d81cbdf77e7fad9adb/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:8542f41a62bcc58fc7f11cf7c90e0ec324ce44950003feb70640fc2a9092c32a", size = 1687417, upload-time = "2026-01-03T17:31:36.699Z" }, - { url = "https://files.pythonhosted.org/packages/c9/6b/915bc5dad66aef602b9e459b5a973529304d4e89ca86999d9d75d80cbd0b/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:5e1d8c8b8f1d91cd08d8f4a3c2b067bfca6ec043d3ff36de0f3a715feeedf926", size = 1729968, upload-time = "2026-01-03T17:31:38.622Z" }, - { url = "https://files.pythonhosted.org/packages/11/3b/e84581290a9520024a08640b63d07673057aec5ca548177a82026187ba73/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:90455115e5da1c3c51ab619ac57f877da8fd6d73c05aacd125c5ae9819582aba", size = 1545690, upload-time = "2026-01-03T17:31:40.57Z" }, - { url = "https://files.pythonhosted.org/packages/f5/04/0c3655a566c43fd647c81b895dfe361b9f9ad6d58c19309d45cff52d6c3b/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:042e9e0bcb5fba81886c8b4fbb9a09d6b8a00245fd8d88e4d989c1f96c74164c", size = 1746390, upload-time = "2026-01-03T17:31:42.857Z" }, - { url = "https://files.pythonhosted.org/packages/1f/53/71165b26978f719c3419381514c9690bd5980e764a09440a10bb816ea4ab/aiohttp-3.13.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2eb752b102b12a76ca02dff751a801f028b4ffbbc478840b473597fc91a9ed43", size = 1702188, upload-time = "2026-01-03T17:31:44.984Z" }, - { url = "https://files.pythonhosted.org/packages/29/a7/cbe6c9e8e136314fa1980da388a59d2f35f35395948a08b6747baebb6aa6/aiohttp-3.13.3-cp314-cp314-win32.whl", hash = "sha256:b556c85915d8efaed322bf1bdae9486aa0f3f764195a0fb6ee962e5c71ef5ce1", size = 433126, upload-time = "2026-01-03T17:31:47.463Z" }, - { url = "https://files.pythonhosted.org/packages/de/56/982704adea7d3b16614fc5936014e9af85c0e34b58f9046655817f04306e/aiohttp-3.13.3-cp314-cp314-win_amd64.whl", hash = "sha256:9bf9f7a65e7aa20dd764151fb3d616c81088f91f8df39c3893a536e279b4b984", size = 459128, upload-time = "2026-01-03T17:31:49.2Z" }, - { url = "https://files.pythonhosted.org/packages/6c/2a/3c79b638a9c3d4658d345339d22070241ea341ed4e07b5ac60fb0f418003/aiohttp-3.13.3-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:05861afbbec40650d8a07ea324367cb93e9e8cc7762e04dd4405df99fa65159c", size = 769512, upload-time = "2026-01-03T17:31:51.134Z" }, - { url = "https://files.pythonhosted.org/packages/29/b9/3e5014d46c0ab0db8707e0ac2711ed28c4da0218c358a4e7c17bae0d8722/aiohttp-3.13.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2fc82186fadc4a8316768d61f3722c230e2c1dcab4200d52d2ebdf2482e47592", size = 506444, upload-time = "2026-01-03T17:31:52.85Z" }, - { url = "https://files.pythonhosted.org/packages/90/03/c1d4ef9a054e151cd7839cdc497f2638f00b93cbe8043983986630d7a80c/aiohttp-3.13.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:0add0900ff220d1d5c5ebbf99ed88b0c1bbf87aa7e4262300ed1376a6b13414f", size = 510798, upload-time = "2026-01-03T17:31:54.91Z" }, - { url = "https://files.pythonhosted.org/packages/ea/76/8c1e5abbfe8e127c893fe7ead569148a4d5a799f7cf958d8c09f3eedf097/aiohttp-3.13.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:568f416a4072fbfae453dcf9a99194bbb8bdeab718e08ee13dfa2ba0e4bebf29", size = 1868835, upload-time = "2026-01-03T17:31:56.733Z" }, - { url = "https://files.pythonhosted.org/packages/8e/ac/984c5a6f74c363b01ff97adc96a3976d9c98940b8969a1881575b279ac5d/aiohttp-3.13.3-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:add1da70de90a2569c5e15249ff76a631ccacfe198375eead4aadf3b8dc849dc", size = 1720486, upload-time = "2026-01-03T17:31:58.65Z" }, - { url = "https://files.pythonhosted.org/packages/b2/9a/b7039c5f099c4eb632138728828b33428585031a1e658d693d41d07d89d1/aiohttp-3.13.3-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:10b47b7ba335d2e9b1239fa571131a87e2d8ec96b333e68b2a305e7a98b0bae2", size = 1847951, upload-time = "2026-01-03T17:32:00.989Z" }, - { url = "https://files.pythonhosted.org/packages/3c/02/3bec2b9a1ba3c19ff89a43a19324202b8eb187ca1e928d8bdac9bbdddebd/aiohttp-3.13.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3dd4dce1c718e38081c8f35f323209d4c1df7d4db4bab1b5c88a6b4d12b74587", size = 1941001, upload-time = "2026-01-03T17:32:03.122Z" }, - { url = "https://files.pythonhosted.org/packages/37/df/d879401cedeef27ac4717f6426c8c36c3091c6e9f08a9178cc87549c537f/aiohttp-3.13.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:34bac00a67a812570d4a460447e1e9e06fae622946955f939051e7cc895cfab8", size = 1797246, upload-time = "2026-01-03T17:32:05.255Z" }, - { url = "https://files.pythonhosted.org/packages/8d/15/be122de1f67e6953add23335c8ece6d314ab67c8bebb3f181063010795a7/aiohttp-3.13.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:a19884d2ee70b06d9204b2727a7b9f983d0c684c650254679e716b0b77920632", size = 1627131, upload-time = "2026-01-03T17:32:07.607Z" }, - { url = "https://files.pythonhosted.org/packages/12/12/70eedcac9134cfa3219ab7af31ea56bc877395b1ac30d65b1bc4b27d0438/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:5f8ca7f2bb6ba8348a3614c7918cc4bb73268c5ac2a207576b7afea19d3d9f64", size = 1795196, upload-time = "2026-01-03T17:32:09.59Z" }, - { url = "https://files.pythonhosted.org/packages/32/11/b30e1b1cd1f3054af86ebe60df96989c6a414dd87e27ad16950eee420bea/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:b0d95340658b9d2f11d9697f59b3814a9d3bb4b7a7c20b131df4bcef464037c0", size = 1782841, upload-time = "2026-01-03T17:32:11.445Z" }, - { url = "https://files.pythonhosted.org/packages/88/0d/d98a9367b38912384a17e287850f5695c528cff0f14f791ce8ee2e4f7796/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:a1e53262fd202e4b40b70c3aff944a8155059beedc8a89bba9dc1f9ef06a1b56", size = 1795193, upload-time = "2026-01-03T17:32:13.705Z" }, - { url = "https://files.pythonhosted.org/packages/43/a5/a2dfd1f5ff5581632c7f6a30e1744deda03808974f94f6534241ef60c751/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:d60ac9663f44168038586cab2157e122e46bdef09e9368b37f2d82d354c23f72", size = 1621979, upload-time = "2026-01-03T17:32:15.965Z" }, - { url = "https://files.pythonhosted.org/packages/fa/f0/12973c382ae7c1cccbc4417e129c5bf54c374dfb85af70893646e1f0e749/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:90751b8eed69435bac9ff4e3d2f6b3af1f57e37ecb0fbeee59c0174c9e2d41df", size = 1822193, upload-time = "2026-01-03T17:32:18.219Z" }, - { url = "https://files.pythonhosted.org/packages/3c/5f/24155e30ba7f8c96918af1350eb0663e2430aad9e001c0489d89cd708ab1/aiohttp-3.13.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:fc353029f176fd2b3ec6cfc71be166aba1936fe5d73dd1992ce289ca6647a9aa", size = 1769801, upload-time = "2026-01-03T17:32:20.25Z" }, - { url = "https://files.pythonhosted.org/packages/eb/f8/7314031ff5c10e6ece114da79b338ec17eeff3a079e53151f7e9f43c4723/aiohttp-3.13.3-cp314-cp314t-win32.whl", hash = "sha256:2e41b18a58da1e474a057b3d35248d8320029f61d70a37629535b16a0c8f3767", size = 466523, upload-time = "2026-01-03T17:32:22.215Z" }, - { url = "https://files.pythonhosted.org/packages/b4/63/278a98c715ae467624eafe375542d8ba9b4383a016df8fdefe0ae28382a7/aiohttp-3.13.3-cp314-cp314t-win_amd64.whl", hash = "sha256:44531a36aa2264a1860089ffd4dce7baf875ee5a6079d5fb42e261c704ef7344", size = 499694, upload-time = "2026-01-03T17:32:24.546Z" }, { url = "https://files.pythonhosted.org/packages/bf/79/446655656861d3e7e2c32bfcf160c7aa9e9dc63776a691b124dba65cdd77/aiohttp-3.13.3-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:31a83ea4aead760dfcb6962efb1d861db48c34379f2ff72db9ddddd4cda9ea2e", size = 741433, upload-time = "2026-01-03T17:32:26.453Z" }, { url = "https://files.pythonhosted.org/packages/cb/49/773c4b310b5140d2fb5e79bb0bf40b7b41dad80a288ca1a8759f5f72bda9/aiohttp-3.13.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:988a8c5e317544fdf0d39871559e67b6341065b87fceac641108c2096d5506b7", size = 497332, upload-time = "2026-01-03T17:32:28.37Z" }, { url = "https://files.pythonhosted.org/packages/bc/31/1dcbc4b83a4e6f76a0ad883f07f21ffbfe29750c89db97381701508c9f45/aiohttp-3.13.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9b174f267b5cfb9a7dba9ee6859cecd234e9a681841eb85068059bc867fb8f02", size = 492365, upload-time = "2026-01-03T17:32:30.234Z" }, @@ -235,7 +248,7 @@ version = "1.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "frozenlist" }, - { name = "typing-extensions", marker = "python_full_version < '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "typing-extensions", marker = "python_full_version < '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/61/62/06741b579156360248d1ec624842ad0edf697050bbaf7c3e46394e106ad1/aiosignal-1.4.0.tar.gz", hash = "sha256:f47eecd9468083c2029cc99945502cb7708b082c232f9aca65da147157b251c7", size = 25007, upload-time = "2025-07-03T22:54:43.528Z" } wheels = [ @@ -247,18 +260,30 @@ name = "alembic" version = "1.16.5" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "mako", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sqlalchemy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tomli", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "mako", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sqlalchemy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tomli", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/9a/ca/4dc52902cf3491892d464f5265a81e9dff094692c8a049a3ed6a05fe7ee8/alembic-1.16.5.tar.gz", hash = "sha256:a88bb7f6e513bd4301ecf4c7f2206fe93f9913f9b48dac3b78babde2d6fe765e", size = 1969868, upload-time = "2025-08-27T18:02:05.668Z" } wheels = [ @@ -270,52 +295,84 @@ name = "alembic" version = "1.18.4" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "mako", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sqlalchemy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tomli", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "mako", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sqlalchemy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tomli", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/94/13/8b084e0f2efb0275a1d534838844926f798bd766566b1375174e2448cd31/alembic-1.18.4.tar.gz", hash = "sha256:cb6e1fd84b6174ab8dbb2329f86d631ba9559dd78df550b57804d607672cedbc", size = 2056725, upload-time = "2026-02-10T16:00:47.195Z" } wheels = [ @@ -351,9 +408,9 @@ name = "anyio" version = "4.12.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "exceptiongroup", marker = "python_full_version < '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "exceptiongroup", marker = "python_full_version < '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "idna" }, - { name = "typing-extensions", marker = "python_full_version < '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "typing-extensions", marker = "python_full_version < '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/96/f0/5eb65b2bb0d09ac6776f2eb54adee6abe8228ea05b20a5ad0e4945de8aac/anyio-4.12.1.tar.gz", hash = "sha256:41cfcc3a4c85d3f05c932da7c26d0201ac36f72abd4435ba90d0464a3ffed703", size = 228685, upload-time = "2026-01-06T11:45:21.246Z" } wheels = [ @@ -366,12 +423,12 @@ version = "0.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "numpy" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/90/fa/5c2be1f96dc179f83cdd3bb267edbd1f47d08f756785c016d5c2163901a7/asteroid-filterbanks-0.4.0.tar.gz", hash = "sha256:415f89d1dcf2b13b35f03f7a9370968ac4e6fa6800633c522dac992b283409b9", size = 24599, upload-time = "2021-04-09T20:03:07.456Z" } @@ -444,22 +501,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/4f/41/affea7181592ab0ab560044632571a38edaf9130b84928177823fbf3176a/audioop_lts-0.2.2-cp313-cp313t-win32.whl", hash = "sha256:d5e73fa573e273e4f2e5ff96f9043858a5e9311e94ffefd88a3186a910c70917", size = 26568, upload-time = "2025-08-05T16:42:55.627Z" }, { url = "https://files.pythonhosted.org/packages/28/2b/0372842877016641db8fc54d5c88596b542eec2f8f6c20a36fb6612bf9ee/audioop_lts-0.2.2-cp313-cp313t-win_amd64.whl", hash = "sha256:9191d68659eda01e448188f60364c7763a7ca6653ed3f87ebb165822153a8547", size = 30942, upload-time = "2025-08-05T16:42:56.674Z" }, { url = "https://files.pythonhosted.org/packages/ee/ca/baf2b9cc7e96c179bb4a54f30fcd83e6ecb340031bde68f486403f943768/audioop_lts-0.2.2-cp313-cp313t-win_arm64.whl", hash = "sha256:c174e322bb5783c099aaf87faeb240c8d210686b04bd61dfd05a8e5a83d88969", size = 24603, upload-time = "2025-08-05T16:42:57.571Z" }, - { url = "https://files.pythonhosted.org/packages/5c/73/413b5a2804091e2c7d5def1d618e4837f1cb82464e230f827226278556b7/audioop_lts-0.2.2-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:f9ee9b52f5f857fbaf9d605a360884f034c92c1c23021fb90b2e39b8e64bede6", size = 47104, upload-time = "2025-08-05T16:42:58.518Z" }, - { url = "https://files.pythonhosted.org/packages/ae/8c/daa3308dc6593944410c2c68306a5e217f5c05b70a12e70228e7dd42dc5c/audioop_lts-0.2.2-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:49ee1a41738a23e98d98b937a0638357a2477bc99e61b0f768a8f654f45d9b7a", size = 27754, upload-time = "2025-08-05T16:43:00.132Z" }, - { url = "https://files.pythonhosted.org/packages/4e/86/c2e0f627168fcf61781a8f72cab06b228fe1da4b9fa4ab39cfb791b5836b/audioop_lts-0.2.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:5b00be98ccd0fc123dcfad31d50030d25fcf31488cde9e61692029cd7394733b", size = 27332, upload-time = "2025-08-05T16:43:01.666Z" }, - { url = "https://files.pythonhosted.org/packages/c7/bd/35dce665255434f54e5307de39e31912a6f902d4572da7c37582809de14f/audioop_lts-0.2.2-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:a6d2e0f9f7a69403e388894d4ca5ada5c47230716a03f2847cfc7bd1ecb589d6", size = 92396, upload-time = "2025-08-05T16:43:02.991Z" }, - { url = "https://files.pythonhosted.org/packages/2d/d2/deeb9f51def1437b3afa35aeb729d577c04bcd89394cb56f9239a9f50b6f/audioop_lts-0.2.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f9b0b8a03ef474f56d1a842af1a2e01398b8f7654009823c6d9e0ecff4d5cfbf", size = 91811, upload-time = "2025-08-05T16:43:04.096Z" }, - { url = "https://files.pythonhosted.org/packages/76/3b/09f8b35b227cee28cc8231e296a82759ed80c1a08e349811d69773c48426/audioop_lts-0.2.2-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:2b267b70747d82125f1a021506565bdc5609a2b24bcb4773c16d79d2bb260bbd", size = 100483, upload-time = "2025-08-05T16:43:05.085Z" }, - { url = "https://files.pythonhosted.org/packages/0b/15/05b48a935cf3b130c248bfdbdea71ce6437f5394ee8533e0edd7cfd93d5e/audioop_lts-0.2.2-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:0337d658f9b81f4cd0fdb1f47635070cc084871a3d4646d9de74fdf4e7c3d24a", size = 103885, upload-time = "2025-08-05T16:43:06.197Z" }, - { url = "https://files.pythonhosted.org/packages/83/80/186b7fce6d35b68d3d739f228dc31d60b3412105854edb975aa155a58339/audioop_lts-0.2.2-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:167d3b62586faef8b6b2275c3218796b12621a60e43f7e9d5845d627b9c9b80e", size = 84899, upload-time = "2025-08-05T16:43:07.291Z" }, - { url = "https://files.pythonhosted.org/packages/49/89/c78cc5ac6cb5828f17514fb12966e299c850bc885e80f8ad94e38d450886/audioop_lts-0.2.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:0d9385e96f9f6da847f4d571ce3cb15b5091140edf3db97276872647ce37efd7", size = 89998, upload-time = "2025-08-05T16:43:08.335Z" }, - { url = "https://files.pythonhosted.org/packages/4c/4b/6401888d0c010e586c2ca50fce4c903d70a6bb55928b16cfbdfd957a13da/audioop_lts-0.2.2-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:48159d96962674eccdca9a3df280e864e8ac75e40a577cc97c5c42667ffabfc5", size = 99046, upload-time = "2025-08-05T16:43:09.367Z" }, - { url = "https://files.pythonhosted.org/packages/de/f8/c874ca9bb447dae0e2ef2e231f6c4c2b0c39e31ae684d2420b0f9e97ee68/audioop_lts-0.2.2-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:8fefe5868cd082db1186f2837d64cfbfa78b548ea0d0543e9b28935ccce81ce9", size = 84843, upload-time = "2025-08-05T16:43:10.749Z" }, - { url = "https://files.pythonhosted.org/packages/3e/c0/0323e66f3daebc13fd46b36b30c3be47e3fc4257eae44f1e77eb828c703f/audioop_lts-0.2.2-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:58cf54380c3884fb49fdd37dfb7a772632b6701d28edd3e2904743c5e1773602", size = 94490, upload-time = "2025-08-05T16:43:12.131Z" }, - { url = "https://files.pythonhosted.org/packages/98/6b/acc7734ac02d95ab791c10c3f17ffa3584ccb9ac5c18fd771c638ed6d1f5/audioop_lts-0.2.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:088327f00488cdeed296edd9215ca159f3a5a5034741465789cad403fcf4bec0", size = 92297, upload-time = "2025-08-05T16:43:13.139Z" }, - { url = "https://files.pythonhosted.org/packages/13/c3/c3dc3f564ce6877ecd2a05f8d751b9b27a8c320c2533a98b0c86349778d0/audioop_lts-0.2.2-cp314-cp314t-win32.whl", hash = "sha256:068aa17a38b4e0e7de771c62c60bbca2455924b67a8814f3b0dee92b5820c0b3", size = 27331, upload-time = "2025-08-05T16:43:14.19Z" }, - { url = "https://files.pythonhosted.org/packages/72/bb/b4608537e9ffcb86449091939d52d24a055216a36a8bf66b936af8c3e7ac/audioop_lts-0.2.2-cp314-cp314t-win_amd64.whl", hash = "sha256:a5bf613e96f49712073de86f20dbdd4014ca18efd4d34ed18c75bd808337851b", size = 31697, upload-time = "2025-08-05T16:43:15.193Z" }, - { url = "https://files.pythonhosted.org/packages/f6/22/91616fe707a5c5510de2cac9b046a30defe7007ba8a0c04f9c08f27df312/audioop_lts-0.2.2-cp314-cp314t-win_arm64.whl", hash = "sha256:b492c3b040153e68b9fdaff5913305aaaba5bb433d8a7f73d5cf6a64ed3cc1dd", size = 25206, upload-time = "2025-08-05T16:43:16.444Z" }, ] [[package]] @@ -467,8 +508,8 @@ name = "audioread" version = "3.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "standard-aifc", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "standard-sunau", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "standard-aifc", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "standard-sunau", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/a1/4a/874ecf9b472f998130c2b5e145dcdb9f6131e84786111489103b66772143/audioread-3.1.0.tar.gz", hash = "sha256:1c4ab2f2972764c896a8ac61ac53e261c8d29f0c6ccd652f84e18f08a4cab190", size = 20082, upload-time = "2025-10-26T19:44:13.484Z" } wheels = [ @@ -480,12 +521,24 @@ name = "av" version = "15.1.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/e9/c3/83e6e73d1592bc54436eae0bc61704ae0cff0c3cfbde7b58af9ed67ebb49/av-15.1.0.tar.gz", hash = "sha256:39cda2dc810e11c1938f8cb5759c41d6b630550236b3365790e67a313660ec85", size = 3774192, upload-time = "2025-08-30T04:41:56.076Z" } wheels = [ @@ -517,20 +570,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ea/94/2362502149e276d00957edabcc201a5f4d5109a8a7b4fd30793714a532f3/av-15.1.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:4abdf085bfa4eec318efccff567831b361ea56c045cc38366811552e3127c665", size = 40022119, upload-time = "2025-08-30T04:40:37.703Z" }, { url = "https://files.pythonhosted.org/packages/df/58/1a0ce1b3835d9728da0a7a54aeffaa0a2b1a88405eaed9322efd55212a54/av-15.1.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f985661644879e4520d28a995fcb2afeb951bc15a1d51412eb8e5f36da85b6fe", size = 40885158, upload-time = "2025-08-30T04:40:40.952Z" }, { url = "https://files.pythonhosted.org/packages/30/e6/054bb64e424d90b77ed5fc6a7358e4013fb436154c998fc90a89a186313f/av-15.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:7d7804a44c8048bb4b014a99353dd124663a12cd1d4613ba2bd3b457c3b1d539", size = 31312256, upload-time = "2025-08-30T04:40:44.224Z" }, - { url = "https://files.pythonhosted.org/packages/6f/8b/89eae6dca10d7d2b83c131025a31ccc750be78699ac0304439faa1d1df99/av-15.1.0-cp314-cp314-macosx_13_0_arm64.whl", hash = "sha256:5dd73c6447947edcb82e5fecf96e1f146aeda0f169c7ad4c54df4d9f66f63fde", size = 21730645, upload-time = "2025-08-30T04:40:47.259Z" }, - { url = "https://files.pythonhosted.org/packages/a3/f0/abffaf69405ed68041524be12a1e294faf396971d6a0e70eb00e93687df7/av-15.1.0-cp314-cp314-macosx_13_0_x86_64.whl", hash = "sha256:a81cd515934a5d51290aa66b059b7ed29c4a212e704f3c5e99e32877ff1c312c", size = 26913753, upload-time = "2025-08-30T04:40:50.445Z" }, - { url = "https://files.pythonhosted.org/packages/37/9e/7af078bcfc3cd340c981ac5d613c090ab007023d2ac13b05acd52f22f069/av-15.1.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:57cc7a733a7e7d7a153682f35c9cf5d01e8269367b049c954779de36fc3d0b10", size = 38027048, upload-time = "2025-08-30T04:40:54.076Z" }, - { url = "https://files.pythonhosted.org/packages/02/76/1f9dac11ad713e3619288993ea04e9c9cf4ec0f04e5ee81e83b8129dd8f3/av-15.1.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:a77b75bdb6899a64302ff923a5246e0747b3f0a3ecee7d61118db407a22c3f53", size = 39565396, upload-time = "2025-08-30T04:40:57.84Z" }, - { url = "https://files.pythonhosted.org/packages/8b/32/2188c46e2747247458ffc26b230c57dd28e61f65ff7b9e6223a411af5e98/av-15.1.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:d0a1154ce081f1720082a133cfe12356c59f62dad2b93a7a1844bf1dcd010d85", size = 40015050, upload-time = "2025-08-30T04:41:01.091Z" }, - { url = "https://files.pythonhosted.org/packages/1e/41/b57fbce9994580619d7574817ece0fe0e7b822cde2af57904549d0150b8d/av-15.1.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:8a7bf5a34dee15c86790414fa86a144e6d0dcc788bc83b565fdcbc080b4fbc90", size = 40821225, upload-time = "2025-08-30T04:41:04.349Z" }, - { url = "https://files.pythonhosted.org/packages/b1/36/e85cd1f0d3369c6764ad422882895d082f7ececb66d3df8aeae3234ef7a6/av-15.1.0-cp314-cp314-win_amd64.whl", hash = "sha256:e30c9a6fd9734784941384a2e25fad3c22881a7682f378914676aa7e795acdb7", size = 31311750, upload-time = "2025-08-30T04:41:07.744Z" }, - { url = "https://files.pythonhosted.org/packages/80/d8/08a681758a4e49adfda409a6a35eff533f42654c6a6cfa102bc5cae1a728/av-15.1.0-cp314-cp314t-macosx_13_0_arm64.whl", hash = "sha256:60666833d7e65ebcfc48034a072de74349edbb62c9aaa3e6722fef31ca028eb6", size = 21828343, upload-time = "2025-08-30T04:41:10.81Z" }, - { url = "https://files.pythonhosted.org/packages/4a/52/29bec3fe68669b21f7d1ab5d94e21f597b8dfd37f50a3e3c9af6a8da925c/av-15.1.0-cp314-cp314t-macosx_13_0_x86_64.whl", hash = "sha256:53fbdae45aa2a49a22e864ff4f4017416ef62c060a172085d3247ba0a101104e", size = 27001666, upload-time = "2025-08-30T04:41:13.822Z" }, - { url = "https://files.pythonhosted.org/packages/9d/54/2c1d1faced66d708f5df328e800997cb47f90b500a214130c3a0f2ad601e/av-15.1.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:e6c51061667983dc801502aff9140bbc4f0e0d97f879586f17fb2f9a7e49c381", size = 39496753, upload-time = "2025-08-30T04:41:16.759Z" }, - { url = "https://files.pythonhosted.org/packages/c3/76/06ded5e52c4dcc2d9b5184c6da8de5ea77bd7ecb79a59a2b9700f1984949/av-15.1.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:2f80ec387f04aa34868662b11018b5f09654ae1530a61e24e92a142a24b10b62", size = 40784729, upload-time = "2025-08-30T04:41:20.491Z" }, - { url = "https://files.pythonhosted.org/packages/52/ef/797b76f3b39c99a96e387f501bbc07dca340b27d3dda12862fe694066b63/av-15.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:4975e03177d37d8165c99c8d494175675ba8acb72458fb5d7e43f746a53e0374", size = 41284953, upload-time = "2025-08-30T04:41:23.949Z" }, - { url = "https://files.pythonhosted.org/packages/31/47/e4656f00e62fd059ea5a40b492dea784f5aecfe1dfac10c0d7a0664ce200/av-15.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:8f78f3dad11780b4cdd024cdb92ce43cb170929297c00f2f4555c2b103f51e55", size = 41985340, upload-time = "2025-08-30T04:41:27.561Z" }, - { url = "https://files.pythonhosted.org/packages/b1/c9/15bb4fd7a1f39d70db35af2b9c20a0ae19e4220eb58a8b8446e903b98d72/av-15.1.0-cp314-cp314t-win_amd64.whl", hash = "sha256:9a20c5eba3ec49c2f4b281797021923fc68a86aeb66c5cda4fd0252fa8004951", size = 31487337, upload-time = "2025-08-30T04:41:30.591Z" }, { url = "https://files.pythonhosted.org/packages/4e/0e/c7c9f14b5c19a8230e0538c2940cef6da2be08b5d05ce884a68a30f4573d/av-15.1.0-cp39-cp39-macosx_13_0_arm64.whl", hash = "sha256:315915f6fef9f9f4935153aed8a81df56690da20f4426ee5b9fa55b4dae4bc0b", size = 21795132, upload-time = "2025-08-30T04:41:33.37Z" }, { url = "https://files.pythonhosted.org/packages/0d/f8/ab8d800eefcf3588f883b76dc0ba39c6f7bb6792d5d660a7d416626c909c/av-15.1.0-cp39-cp39-macosx_13_0_x86_64.whl", hash = "sha256:4a2a52a56cd8c6a8f0f005d29c3a0ebc1822d31b0d0f39990c4c8e3a69d6c96e", size = 26976225, upload-time = "2025-08-30T04:41:36.472Z" }, { url = "https://files.pythonhosted.org/packages/9f/09/878ec186c3c306bf747351a8ad736d19a32e7a95fdcd6188bcbd1c1b2679/av-15.1.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:406fc29103865f17de0f684c5fb2e3d2e43e15c1fa65fcc488f65d20c7a7c7f3", size = 37575927, upload-time = "2025-08-30T04:41:39.597Z" }, @@ -545,46 +584,78 @@ name = "av" version = "16.1.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/78/cd/3a83ffbc3cc25b39721d174487fb0d51a76582f4a1703f98e46170ce83d4/av-16.1.0.tar.gz", hash = "sha256:a094b4fd87a3721dacf02794d3d2c82b8d712c85b9534437e82a8a978c175ffd", size = 4285203, upload-time = "2026-01-11T07:31:33.772Z" } wheels = [ @@ -623,20 +694,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/da/9d/1f48b354b82fa135d388477cd1b11b81bdd4384bd6a42a60808e2ec2d66b/av-16.1.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:0816143530624a5a93bc5494f8c6eeaf77549b9366709c2ac8566c1e9bff6df5", size = 41764751, upload-time = "2026-01-11T09:58:22.788Z" }, { url = "https://files.pythonhosted.org/packages/2f/c7/a509801e98db35ec552dd79da7bdbcff7104044bfeb4c7d196c1ce121593/av-16.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:e3a28053af29644696d0c007e897d19b1197585834660a54773e12a40b16974c", size = 43034355, upload-time = "2026-01-11T09:58:26.125Z" }, { url = "https://files.pythonhosted.org/packages/36/8b/e5f530d9e8f640da5f5c5f681a424c65f9dd171c871cd255d8a861785a6e/av-16.1.0-cp313-cp313t-win_amd64.whl", hash = "sha256:2e3e67144a202b95ed299d165232533989390a9ea3119d37eccec697dc6dbb0c", size = 31947047, upload-time = "2026-01-11T09:58:31.867Z" }, - { url = "https://files.pythonhosted.org/packages/df/18/8812221108c27d19f7e5f486a82c827923061edf55f906824ee0fcaadf50/av-16.1.0-cp314-cp314-macosx_11_0_x86_64.whl", hash = "sha256:39a634d8e5a87e78ea80772774bfd20c0721f0d633837ff185f36c9d14ffede4", size = 26916179, upload-time = "2026-01-11T09:58:36.506Z" }, - { url = "https://files.pythonhosted.org/packages/38/ef/49d128a9ddce42a2766fe2b6595bd9c49e067ad8937a560f7838a541464e/av-16.1.0-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:0ba32fb9e9300948a7fa9f8a3fc686e6f7f77599a665c71eb2118fdfd2c743f9", size = 21460168, upload-time = "2026-01-11T09:58:39.231Z" }, - { url = "https://files.pythonhosted.org/packages/e6/a9/b310d390844656fa74eeb8c2750e98030877c75b97551a23a77d3f982741/av-16.1.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:ca04d17815182d34ce3edc53cbda78a4f36e956c0fd73e3bab249872a831c4d7", size = 39210194, upload-time = "2026-01-11T09:58:42.138Z" }, - { url = "https://files.pythonhosted.org/packages/0c/7b/e65aae179929d0f173af6e474ad1489b5b5ad4c968a62c42758d619e54cf/av-16.1.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:ee0e8de2e124a9ef53c955fe2add6ee7c56cc8fd83318265549e44057db77142", size = 40811675, upload-time = "2026-01-11T09:58:45.871Z" }, - { url = "https://files.pythonhosted.org/packages/54/3f/5d7edefd26b6a5187d6fac0f5065ee286109934f3dea607ef05e53f05b31/av-16.1.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:22bf77a2f658827043a1e184b479c3bf25c4c43ab32353677df2d119f080e28f", size = 40543942, upload-time = "2026-01-11T09:58:49.759Z" }, - { url = "https://files.pythonhosted.org/packages/1b/24/f8b17897b67be0900a211142f5646a99d896168f54d57c81f3e018853796/av-16.1.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2dd419d262e6a71cab206d80bbf28e0a10d0f227b671cdf5e854c028faa2d043", size = 41924336, upload-time = "2026-01-11T09:58:53.344Z" }, - { url = "https://files.pythonhosted.org/packages/1c/cf/d32bc6bbbcf60b65f6510c54690ed3ae1c4ca5d9fafbce835b6056858686/av-16.1.0-cp314-cp314-win_amd64.whl", hash = "sha256:53585986fd431cd436f290fba662cfb44d9494fbc2949a183de00acc5b33fa88", size = 31735077, upload-time = "2026-01-11T09:58:56.684Z" }, - { url = "https://files.pythonhosted.org/packages/53/f4/9b63dc70af8636399bd933e9df4f3025a0294609510239782c1b746fc796/av-16.1.0-cp314-cp314t-macosx_11_0_x86_64.whl", hash = "sha256:76f5ed8495cf41e1209a5775d3699dc63fdc1740b94a095e2485f13586593205", size = 27014423, upload-time = "2026-01-11T09:58:59.703Z" }, - { url = "https://files.pythonhosted.org/packages/d1/da/787a07a0d6ed35a0888d7e5cfb8c2ffa202f38b7ad2c657299fac08eb046/av-16.1.0-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:8d55397190f12a1a3ae7538be58c356cceb2bf50df1b33523817587748ce89e5", size = 21595536, upload-time = "2026-01-11T09:59:02.508Z" }, - { url = "https://files.pythonhosted.org/packages/d8/f4/9a7d8651a611be6e7e3ab7b30bb43779899c8cac5f7293b9fb634c44a3f3/av-16.1.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:9d51d9037437218261b4bbf9df78a95e216f83d7774fbfe8d289230b5b2e28e2", size = 40642490, upload-time = "2026-01-11T09:59:05.842Z" }, - { url = "https://files.pythonhosted.org/packages/6b/e4/eb79bc538a94b4ff93cd4237d00939cba797579f3272490dd0144c165a21/av-16.1.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:0ce07a89c15644407f49d942111ca046e323bbab0a9078ff43ee57c9b4a50dad", size = 41976905, upload-time = "2026-01-11T09:59:09.169Z" }, - { url = "https://files.pythonhosted.org/packages/5e/f5/f6db0dd86b70167a4d55ee0d9d9640983c570d25504f2bde42599f38241e/av-16.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:cac0c074892ea97113b53556ff41c99562db7b9f09f098adac1f08318c2acad5", size = 41770481, upload-time = "2026-01-11T09:59:12.74Z" }, - { url = "https://files.pythonhosted.org/packages/9e/8b/33651d658e45e16ab7671ea5fcf3d20980ea7983234f4d8d0c63c65581a5/av-16.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:7dec3dcbc35a187ce450f65a2e0dda820d5a9e6553eea8344a1459af11c98649", size = 43036824, upload-time = "2026-01-11T09:59:16.507Z" }, - { url = "https://files.pythonhosted.org/packages/83/41/7f13361db54d7e02f11552575c0384dadaf0918138f4eaa82ea03a9f9580/av-16.1.0-cp314-cp314t-win_amd64.whl", hash = "sha256:6f90dc082ff2068ddbe77618400b44d698d25d9c4edac57459e250c16b33d700", size = 31948164, upload-time = "2026-01-11T09:59:19.501Z" }, ] [[package]] @@ -692,21 +749,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/dc/e7/910935727b5c0e4975820d0ae5c9489d111859c651109f72208a8a28105b/backports_datetime_fromisoformat-2.0.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:35a144fd681a0bea1013ccc4cd3fd4dc758ea17ee23dca019c02b82ec46fc0c4", size = 28437, upload-time = "2024-12-28T20:18:13.465Z" }, ] -[[package]] -name = "bitsandbytes" -version = "0.45.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "numpy", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, -] -wheels = [ - { url = "https://files.pythonhosted.org/packages/20/0f/3a5f062c0ed2252ed128ff028b36d2a46a763a2919b00f12ca5274493ff3/bitsandbytes-0.45.3-py3-none-manylinux_2_24_x86_64.whl", hash = "sha256:720d67ffa8a5c61c958fb62517e8abbb2ab0ac1b33b66506ae911cb34c836c70", size = 76058963, upload-time = "2025-02-24T20:17:02.103Z" }, - { url = "https://files.pythonhosted.org/packages/dd/e4/42d721904d5841f029f8af69a8609980fb160cca435cb547eb1780872340/bitsandbytes-0.45.3-py3-none-win_amd64.whl", hash = "sha256:7251d71814a653b2b78b69149f1e88753598688c760c99cbbfb0512ba4ea39c6", size = 75429768, upload-time = "2025-02-24T20:17:13.741Z" }, -] - [[package]] name = "braceexpand" version = "0.1.7" @@ -739,8 +781,8 @@ name = "cffi" version = "2.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "pycparser", version = "2.23", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and implementation_name != 'PyPy') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (implementation_name == 'PyPy' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pycparser", version = "3.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and implementation_name != 'PyPy') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (implementation_name == 'PyPy' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pycparser", version = "2.23", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and implementation_name != 'PyPy') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (implementation_name == 'PyPy' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (implementation_name == 'PyPy' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (implementation_name == 'PyPy' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pycparser", version = "3.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and implementation_name != 'PyPy') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (implementation_name == 'PyPy' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (implementation_name == 'PyPy' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (implementation_name == 'PyPy' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/eb/56/b1ba7935a17738ae8453301356628e8147c79dbb825bcbc73dc7401f9846/cffi-2.0.0.tar.gz", hash = "sha256:44d1b5909021139fe36001ae048dbdde8214afa20200eda0f64c068cac5d5529", size = 523588, upload-time = "2025-09-08T23:24:04.541Z" } wheels = [ @@ -793,28 +835,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/eb/6d/bf9bda840d5f1dfdbf0feca87fbdb64a918a69bca42cfa0ba7b137c48cb8/cffi-2.0.0-cp313-cp313-win32.whl", hash = "sha256:74a03b9698e198d47562765773b4a8309919089150a0bb17d829ad7b44b60d27", size = 172909, upload-time = "2025-09-08T23:23:14.32Z" }, { url = "https://files.pythonhosted.org/packages/37/18/6519e1ee6f5a1e579e04b9ddb6f1676c17368a7aba48299c3759bbc3c8b3/cffi-2.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:19f705ada2530c1167abacb171925dd886168931e0a7b78f5bffcae5c6b5be75", size = 183402, upload-time = "2025-09-08T23:23:15.535Z" }, { url = "https://files.pythonhosted.org/packages/cb/0e/02ceeec9a7d6ee63bb596121c2c8e9b3a9e150936f4fbef6ca1943e6137c/cffi-2.0.0-cp313-cp313-win_arm64.whl", hash = "sha256:256f80b80ca3853f90c21b23ee78cd008713787b1b1e93eae9f3d6a7134abd91", size = 177780, upload-time = "2025-09-08T23:23:16.761Z" }, - { url = "https://files.pythonhosted.org/packages/92/c4/3ce07396253a83250ee98564f8d7e9789fab8e58858f35d07a9a2c78de9f/cffi-2.0.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:fc33c5141b55ed366cfaad382df24fe7dcbc686de5be719b207bb248e3053dc5", size = 185320, upload-time = "2025-09-08T23:23:18.087Z" }, - { url = "https://files.pythonhosted.org/packages/59/dd/27e9fa567a23931c838c6b02d0764611c62290062a6d4e8ff7863daf9730/cffi-2.0.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c654de545946e0db659b3400168c9ad31b5d29593291482c43e3564effbcee13", size = 181487, upload-time = "2025-09-08T23:23:19.622Z" }, - { url = "https://files.pythonhosted.org/packages/d6/43/0e822876f87ea8a4ef95442c3d766a06a51fc5298823f884ef87aaad168c/cffi-2.0.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:24b6f81f1983e6df8db3adc38562c83f7d4a0c36162885ec7f7b77c7dcbec97b", size = 220049, upload-time = "2025-09-08T23:23:20.853Z" }, - { url = "https://files.pythonhosted.org/packages/b4/89/76799151d9c2d2d1ead63c2429da9ea9d7aac304603de0c6e8764e6e8e70/cffi-2.0.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:12873ca6cb9b0f0d3a0da705d6086fe911591737a59f28b7936bdfed27c0d47c", size = 207793, upload-time = "2025-09-08T23:23:22.08Z" }, - { url = "https://files.pythonhosted.org/packages/bb/dd/3465b14bb9e24ee24cb88c9e3730f6de63111fffe513492bf8c808a3547e/cffi-2.0.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:d9b97165e8aed9272a6bb17c01e3cc5871a594a446ebedc996e2397a1c1ea8ef", size = 206300, upload-time = "2025-09-08T23:23:23.314Z" }, - { url = "https://files.pythonhosted.org/packages/47/d9/d83e293854571c877a92da46fdec39158f8d7e68da75bf73581225d28e90/cffi-2.0.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:afb8db5439b81cf9c9d0c80404b60c3cc9c3add93e114dcae767f1477cb53775", size = 219244, upload-time = "2025-09-08T23:23:24.541Z" }, - { url = "https://files.pythonhosted.org/packages/2b/0f/1f177e3683aead2bb00f7679a16451d302c436b5cbf2505f0ea8146ef59e/cffi-2.0.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:737fe7d37e1a1bffe70bd5754ea763a62a066dc5913ca57e957824b72a85e205", size = 222828, upload-time = "2025-09-08T23:23:26.143Z" }, - { url = "https://files.pythonhosted.org/packages/c6/0f/cafacebd4b040e3119dcb32fed8bdef8dfe94da653155f9d0b9dc660166e/cffi-2.0.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:38100abb9d1b1435bc4cc340bb4489635dc2f0da7456590877030c9b3d40b0c1", size = 220926, upload-time = "2025-09-08T23:23:27.873Z" }, - { url = "https://files.pythonhosted.org/packages/3e/aa/df335faa45b395396fcbc03de2dfcab242cd61a9900e914fe682a59170b1/cffi-2.0.0-cp314-cp314-win32.whl", hash = "sha256:087067fa8953339c723661eda6b54bc98c5625757ea62e95eb4898ad5e776e9f", size = 175328, upload-time = "2025-09-08T23:23:44.61Z" }, - { url = "https://files.pythonhosted.org/packages/bb/92/882c2d30831744296ce713f0feb4c1cd30f346ef747b530b5318715cc367/cffi-2.0.0-cp314-cp314-win_amd64.whl", hash = "sha256:203a48d1fb583fc7d78a4c6655692963b860a417c0528492a6bc21f1aaefab25", size = 185650, upload-time = "2025-09-08T23:23:45.848Z" }, - { url = "https://files.pythonhosted.org/packages/9f/2c/98ece204b9d35a7366b5b2c6539c350313ca13932143e79dc133ba757104/cffi-2.0.0-cp314-cp314-win_arm64.whl", hash = "sha256:dbd5c7a25a7cb98f5ca55d258b103a2054f859a46ae11aaf23134f9cc0d356ad", size = 180687, upload-time = "2025-09-08T23:23:47.105Z" }, - { url = "https://files.pythonhosted.org/packages/3e/61/c768e4d548bfa607abcda77423448df8c471f25dbe64fb2ef6d555eae006/cffi-2.0.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:9a67fc9e8eb39039280526379fb3a70023d77caec1852002b4da7e8b270c4dd9", size = 188773, upload-time = "2025-09-08T23:23:29.347Z" }, - { url = "https://files.pythonhosted.org/packages/2c/ea/5f76bce7cf6fcd0ab1a1058b5af899bfbef198bea4d5686da88471ea0336/cffi-2.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:7a66c7204d8869299919db4d5069a82f1561581af12b11b3c9f48c584eb8743d", size = 185013, upload-time = "2025-09-08T23:23:30.63Z" }, - { url = "https://files.pythonhosted.org/packages/be/b4/c56878d0d1755cf9caa54ba71e5d049479c52f9e4afc230f06822162ab2f/cffi-2.0.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:7cc09976e8b56f8cebd752f7113ad07752461f48a58cbba644139015ac24954c", size = 221593, upload-time = "2025-09-08T23:23:31.91Z" }, - { url = "https://files.pythonhosted.org/packages/e0/0d/eb704606dfe8033e7128df5e90fee946bbcb64a04fcdaa97321309004000/cffi-2.0.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:92b68146a71df78564e4ef48af17551a5ddd142e5190cdf2c5624d0c3ff5b2e8", size = 209354, upload-time = "2025-09-08T23:23:33.214Z" }, - { url = "https://files.pythonhosted.org/packages/d8/19/3c435d727b368ca475fb8742ab97c9cb13a0de600ce86f62eab7fa3eea60/cffi-2.0.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:b1e74d11748e7e98e2f426ab176d4ed720a64412b6a15054378afdb71e0f37dc", size = 208480, upload-time = "2025-09-08T23:23:34.495Z" }, - { url = "https://files.pythonhosted.org/packages/d0/44/681604464ed9541673e486521497406fadcc15b5217c3e326b061696899a/cffi-2.0.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:28a3a209b96630bca57cce802da70c266eb08c6e97e5afd61a75611ee6c64592", size = 221584, upload-time = "2025-09-08T23:23:36.096Z" }, - { url = "https://files.pythonhosted.org/packages/25/8e/342a504ff018a2825d395d44d63a767dd8ebc927ebda557fecdaca3ac33a/cffi-2.0.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:7553fb2090d71822f02c629afe6042c299edf91ba1bf94951165613553984512", size = 224443, upload-time = "2025-09-08T23:23:37.328Z" }, - { url = "https://files.pythonhosted.org/packages/e1/5e/b666bacbbc60fbf415ba9988324a132c9a7a0448a9a8f125074671c0f2c3/cffi-2.0.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6c6c373cfc5c83a975506110d17457138c8c63016b563cc9ed6e056a82f13ce4", size = 223437, upload-time = "2025-09-08T23:23:38.945Z" }, - { url = "https://files.pythonhosted.org/packages/a0/1d/ec1a60bd1a10daa292d3cd6bb0b359a81607154fb8165f3ec95fe003b85c/cffi-2.0.0-cp314-cp314t-win32.whl", hash = "sha256:1fc9ea04857caf665289b7a75923f2c6ed559b8298a1b8c49e59f7dd95c8481e", size = 180487, upload-time = "2025-09-08T23:23:40.423Z" }, - { url = "https://files.pythonhosted.org/packages/bf/41/4c1168c74fac325c0c8156f04b6749c8b6a8f405bbf91413ba088359f60d/cffi-2.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:d68b6cef7827e8641e8ef16f4494edda8b36104d79773a334beaa1e3521430f6", size = 191726, upload-time = "2025-09-08T23:23:41.742Z" }, - { url = "https://files.pythonhosted.org/packages/ae/3a/dbeec9d1ee0844c679f6bb5d6ad4e9f198b1224f4e7a32825f47f6192b0c/cffi-2.0.0-cp314-cp314t-win_arm64.whl", hash = "sha256:0a1527a803f0a659de1af2e1fd700213caba79377e27e4693648c2923da066f9", size = 184195, upload-time = "2025-09-08T23:23:43.004Z" }, { url = "https://files.pythonhosted.org/packages/c0/cc/08ed5a43f2996a16b462f64a7055c6e962803534924b9b2f1371d8c00b7b/cffi-2.0.0-cp39-cp39-macosx_10_13_x86_64.whl", hash = "sha256:fe562eb1a64e67dd297ccc4f5addea2501664954f2692b69a76449ec7913ecbf", size = 184288, upload-time = "2025-09-08T23:23:48.404Z" }, { url = "https://files.pythonhosted.org/packages/3d/de/38d9726324e127f727b4ecc376bc85e505bfe61ef130eaf3f290c6847dd4/cffi-2.0.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:de8dad4425a6ca6e4e5e297b27b5c824ecc7581910bf9aee86cb6835e6812aa7", size = 180509, upload-time = "2025-09-08T23:23:49.73Z" }, { url = "https://files.pythonhosted.org/packages/9b/13/c92e36358fbcc39cf0962e83223c9522154ee8630e1df7c0b3a39a8124e2/cffi-2.0.0-cp39-cp39-manylinux1_i686.manylinux2014_i686.manylinux_2_17_i686.manylinux_2_5_i686.whl", hash = "sha256:4647afc2f90d1ddd33441e5b0e85b16b12ddec4fca55f0d9671fef036ecca27c", size = 208813, upload-time = "2025-09-08T23:23:51.263Z" }, @@ -899,22 +919,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/89/66/c7a9e1b7429be72123441bfdbaf2bc13faab3f90b933f664db506dea5915/charset_normalizer-3.4.4-cp313-cp313-win32.whl", hash = "sha256:9b35f4c90079ff2e2edc5b26c0c77925e5d2d255c42c74fdb70fb49b172726ac", size = 99404, upload-time = "2025-10-14T04:41:29.95Z" }, { url = "https://files.pythonhosted.org/packages/c4/26/b9924fa27db384bdcd97ab83b4f0a8058d96ad9626ead570674d5e737d90/charset_normalizer-3.4.4-cp313-cp313-win_amd64.whl", hash = "sha256:b435cba5f4f750aa6c0a0d92c541fb79f69a387c91e61f1795227e4ed9cece14", size = 107092, upload-time = "2025-10-14T04:41:31.188Z" }, { url = "https://files.pythonhosted.org/packages/af/8f/3ed4bfa0c0c72a7ca17f0380cd9e4dd842b09f664e780c13cff1dcf2ef1b/charset_normalizer-3.4.4-cp313-cp313-win_arm64.whl", hash = "sha256:542d2cee80be6f80247095cc36c418f7bddd14f4a6de45af91dfad36d817bba2", size = 100408, upload-time = "2025-10-14T04:41:32.624Z" }, - { url = "https://files.pythonhosted.org/packages/2a/35/7051599bd493e62411d6ede36fd5af83a38f37c4767b92884df7301db25d/charset_normalizer-3.4.4-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:da3326d9e65ef63a817ecbcc0df6e94463713b754fe293eaa03da99befb9a5bd", size = 207746, upload-time = "2025-10-14T04:41:33.773Z" }, - { url = "https://files.pythonhosted.org/packages/10/9a/97c8d48ef10d6cd4fcead2415523221624bf58bcf68a802721a6bc807c8f/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8af65f14dc14a79b924524b1e7fffe304517b2bff5a58bf64f30b98bbc5079eb", size = 147889, upload-time = "2025-10-14T04:41:34.897Z" }, - { url = "https://files.pythonhosted.org/packages/10/bf/979224a919a1b606c82bd2c5fa49b5c6d5727aa47b4312bb27b1734f53cd/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:74664978bb272435107de04e36db5a9735e78232b85b77d45cfb38f758efd33e", size = 143641, upload-time = "2025-10-14T04:41:36.116Z" }, - { url = "https://files.pythonhosted.org/packages/ba/33/0ad65587441fc730dc7bd90e9716b30b4702dc7b617e6ba4997dc8651495/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:752944c7ffbfdd10c074dc58ec2d5a8a4cd9493b314d367c14d24c17684ddd14", size = 160779, upload-time = "2025-10-14T04:41:37.229Z" }, - { url = "https://files.pythonhosted.org/packages/67/ed/331d6b249259ee71ddea93f6f2f0a56cfebd46938bde6fcc6f7b9a3d0e09/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d1f13550535ad8cff21b8d757a3257963e951d96e20ec82ab44bc64aeb62a191", size = 159035, upload-time = "2025-10-14T04:41:38.368Z" }, - { url = "https://files.pythonhosted.org/packages/67/ff/f6b948ca32e4f2a4576aa129d8bed61f2e0543bf9f5f2b7fc3758ed005c9/charset_normalizer-3.4.4-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ecaae4149d99b1c9e7b88bb03e3221956f68fd6d50be2ef061b2381b61d20838", size = 152542, upload-time = "2025-10-14T04:41:39.862Z" }, - { url = "https://files.pythonhosted.org/packages/16/85/276033dcbcc369eb176594de22728541a925b2632f9716428c851b149e83/charset_normalizer-3.4.4-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:cb6254dc36b47a990e59e1068afacdcd02958bdcce30bb50cc1700a8b9d624a6", size = 149524, upload-time = "2025-10-14T04:41:41.319Z" }, - { url = "https://files.pythonhosted.org/packages/9e/f2/6a2a1f722b6aba37050e626530a46a68f74e63683947a8acff92569f979a/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c8ae8a0f02f57a6e61203a31428fa1d677cbe50c93622b4149d5c0f319c1d19e", size = 150395, upload-time = "2025-10-14T04:41:42.539Z" }, - { url = "https://files.pythonhosted.org/packages/60/bb/2186cb2f2bbaea6338cad15ce23a67f9b0672929744381e28b0592676824/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:47cc91b2f4dd2833fddaedd2893006b0106129d4b94fdb6af1f4ce5a9965577c", size = 143680, upload-time = "2025-10-14T04:41:43.661Z" }, - { url = "https://files.pythonhosted.org/packages/7d/a5/bf6f13b772fbb2a90360eb620d52ed8f796f3c5caee8398c3b2eb7b1c60d/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:82004af6c302b5d3ab2cfc4cc5f29db16123b1a8417f2e25f9066f91d4411090", size = 162045, upload-time = "2025-10-14T04:41:44.821Z" }, - { url = "https://files.pythonhosted.org/packages/df/c5/d1be898bf0dc3ef9030c3825e5d3b83f2c528d207d246cbabe245966808d/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2b7d8f6c26245217bd2ad053761201e9f9680f8ce52f0fcd8d0755aeae5b2152", size = 149687, upload-time = "2025-10-14T04:41:46.442Z" }, - { url = "https://files.pythonhosted.org/packages/a5/42/90c1f7b9341eef50c8a1cb3f098ac43b0508413f33affd762855f67a410e/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:799a7a5e4fb2d5898c60b640fd4981d6a25f1c11790935a44ce38c54e985f828", size = 160014, upload-time = "2025-10-14T04:41:47.631Z" }, - { url = "https://files.pythonhosted.org/packages/76/be/4d3ee471e8145d12795ab655ece37baed0929462a86e72372fd25859047c/charset_normalizer-3.4.4-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:99ae2cffebb06e6c22bdc25801d7b30f503cc87dbd283479e7b606f70aff57ec", size = 154044, upload-time = "2025-10-14T04:41:48.81Z" }, - { url = "https://files.pythonhosted.org/packages/b0/6f/8f7af07237c34a1defe7defc565a9bc1807762f672c0fde711a4b22bf9c0/charset_normalizer-3.4.4-cp314-cp314-win32.whl", hash = "sha256:f9d332f8c2a2fcbffe1378594431458ddbef721c1769d78e2cbc06280d8155f9", size = 99940, upload-time = "2025-10-14T04:41:49.946Z" }, - { url = "https://files.pythonhosted.org/packages/4b/51/8ade005e5ca5b0d80fb4aff72a3775b325bdc3d27408c8113811a7cbe640/charset_normalizer-3.4.4-cp314-cp314-win_amd64.whl", hash = "sha256:8a6562c3700cce886c5be75ade4a5db4214fda19fede41d9792d100288d8f94c", size = 107104, upload-time = "2025-10-14T04:41:51.051Z" }, - { url = "https://files.pythonhosted.org/packages/da/5f/6b8f83a55bb8278772c5ae54a577f3099025f9ade59d0136ac24a0df4bde/charset_normalizer-3.4.4-cp314-cp314-win_arm64.whl", hash = "sha256:de00632ca48df9daf77a2c65a484531649261ec9f25489917f09e455cb09ddb2", size = 100743, upload-time = "2025-10-14T04:41:52.122Z" }, { url = "https://files.pythonhosted.org/packages/46/7c/0c4760bccf082737ca7ab84a4c2034fcc06b1f21cf3032ea98bd6feb1725/charset_normalizer-3.4.4-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a9768c477b9d7bd54bc0c86dbaebdec6f03306675526c9927c0e8a04e8f94af9", size = 209609, upload-time = "2025-10-14T04:42:10.922Z" }, { url = "https://files.pythonhosted.org/packages/bb/a4/69719daef2f3d7f1819de60c9a6be981b8eeead7542d5ec4440f3c80e111/charset_normalizer-3.4.4-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1bee1e43c28aa63cb16e5c14e582580546b08e535299b8b6158a7c9c768a1f3d", size = 149029, upload-time = "2025-10-14T04:42:12.38Z" }, { url = "https://files.pythonhosted.org/packages/e6/21/8d4e1d6c1e6070d3672908b8e4533a71b5b53e71d16828cc24d0efec564c/charset_normalizer-3.4.4-cp39-cp39-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:fd44c878ea55ba351104cb93cc85e74916eb8fa440ca7903e57575e97394f608", size = 144580, upload-time = "2025-10-14T04:42:13.549Z" }, @@ -939,15 +943,27 @@ name = "click" version = "8.1.8" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "colorama", marker = "(python_full_version < '3.10' and sys_platform == 'win32') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "colorama", marker = "(python_full_version < '3.10' and sys_platform == 'win32') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a", size = 226593, upload-time = "2024-12-21T18:38:44.339Z" } wheels = [ @@ -959,49 +975,81 @@ name = "click" version = "8.3.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "colorama", marker = "(python_full_version >= '3.10' and sys_platform == 'win32') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "colorama", marker = "(python_full_version >= '3.10' and sys_platform == 'win32') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/3d/fa/656b739db8587d7b5dfa22e22ed02566950fbfbcdc20311993483657a5c0/click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a", size = 295065, upload-time = "2025-11-15T20:45:42.706Z" } wheels = [ @@ -1031,7 +1079,7 @@ name = "coloredlogs" version = "15.0.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "humanfriendly", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "humanfriendly", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/cc/c7/eed8f27100517e8c0e6b923d5f0845d0cb99763da6fdee00478f91db7325/coloredlogs-15.0.1.tar.gz", hash = "sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0", size = 278520, upload-time = "2021-06-11T10:22:45.202Z" } wheels = [ @@ -1043,7 +1091,7 @@ name = "colorlog" version = "6.10.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/a2/61/f083b5ac52e505dfc1c624eafbf8c7589a0d7f32daa398d2e7590efa5fda/colorlog-6.10.1.tar.gz", hash = "sha256:eb4ae5cb65fe7fec7773c2306061a8e63e02efc2c72eba9d27b0fa23c94f1321", size = 17162, upload-time = "2025-10-16T16:14:11.978Z" } wheels = [ @@ -1055,15 +1103,27 @@ name = "contourpy" version = "1.3.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/f5/f6/31a8f28b4a2a4fa0e01085e542f3081ab0588eff8e589d39d775172c9792/contourpy-1.3.0.tar.gz", hash = "sha256:7ffa0db17717a8ffb127efd0c95a4362d996b892c2904db72428d5b52e1938a4", size = 13464370, upload-time = "2024-08-27T21:00:03.328Z" } wheels = [ @@ -1138,17 +1198,27 @@ name = "contourpy" version = "1.3.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "numpy", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numpy", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/66/54/eb9bfc647b19f2009dd5c7f5ec51c4e6ca831725f1aea7a993034f483147/contourpy-1.3.2.tar.gz", hash = "sha256:b6945942715a034c671b7fc54f9588126b0b8bf23db2696e3ca8328f3ff0ab54", size = 13466130, upload-time = "2025-04-15T17:47:53.79Z" } wheels = [ @@ -1215,41 +1285,63 @@ name = "contourpy" version = "1.3.3" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "numpy", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numpy", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/58/01/1253e6698a07380cd31a736d248a3f2a50a7c88779a1813da27503cadc2a/contourpy-1.3.3.tar.gz", hash = "sha256:083e12155b210502d0bca491432bb04d56dc3432f95a979b429f2848c3dbe880", size = 13466174, upload-time = "2025-07-26T12:03:12.549Z" } wheels = [ @@ -1297,28 +1389,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b9/70/f308384a3ae9cd2209e0849f33c913f658d3326900d0ff5d378d6a1422d2/contourpy-1.3.3-cp313-cp313t-win32.whl", hash = "sha256:283edd842a01e3dcd435b1c5116798d661378d83d36d337b8dde1d16a5fc9ba3", size = 196157, upload-time = "2025-07-26T12:02:11.488Z" }, { url = "https://files.pythonhosted.org/packages/b2/dd/880f890a6663b84d9e34a6f88cded89d78f0091e0045a284427cb6b18521/contourpy-1.3.3-cp313-cp313t-win_amd64.whl", hash = "sha256:87acf5963fc2b34825e5b6b048f40e3635dd547f590b04d2ab317c2619ef7ae8", size = 240570, upload-time = "2025-07-26T12:02:12.754Z" }, { url = "https://files.pythonhosted.org/packages/80/99/2adc7d8ffead633234817ef8e9a87115c8a11927a94478f6bb3d3f4d4f7d/contourpy-1.3.3-cp313-cp313t-win_arm64.whl", hash = "sha256:3c30273eb2a55024ff31ba7d052dde990d7d8e5450f4bbb6e913558b3d6c2301", size = 199713, upload-time = "2025-07-26T12:02:14.4Z" }, - { url = "https://files.pythonhosted.org/packages/72/8b/4546f3ab60f78c514ffb7d01a0bd743f90de36f0019d1be84d0a708a580a/contourpy-1.3.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:fde6c716d51c04b1c25d0b90364d0be954624a0ee9d60e23e850e8d48353d07a", size = 292189, upload-time = "2025-07-26T12:02:16.095Z" }, - { url = "https://files.pythonhosted.org/packages/fd/e1/3542a9cb596cadd76fcef413f19c79216e002623158befe6daa03dbfa88c/contourpy-1.3.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:cbedb772ed74ff5be440fa8eee9bd49f64f6e3fc09436d9c7d8f1c287b121d77", size = 273251, upload-time = "2025-07-26T12:02:17.524Z" }, - { url = "https://files.pythonhosted.org/packages/b1/71/f93e1e9471d189f79d0ce2497007731c1e6bf9ef6d1d61b911430c3db4e5/contourpy-1.3.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:22e9b1bd7a9b1d652cd77388465dc358dafcd2e217d35552424aa4f996f524f5", size = 335810, upload-time = "2025-07-26T12:02:18.9Z" }, - { url = "https://files.pythonhosted.org/packages/91/f9/e35f4c1c93f9275d4e38681a80506b5510e9327350c51f8d4a5a724d178c/contourpy-1.3.3-cp314-cp314-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a22738912262aa3e254e4f3cb079a95a67132fc5a063890e224393596902f5a4", size = 382871, upload-time = "2025-07-26T12:02:20.418Z" }, - { url = "https://files.pythonhosted.org/packages/b5/71/47b512f936f66a0a900d81c396a7e60d73419868fba959c61efed7a8ab46/contourpy-1.3.3-cp314-cp314-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:afe5a512f31ee6bd7d0dda52ec9864c984ca3d66664444f2d72e0dc4eb832e36", size = 386264, upload-time = "2025-07-26T12:02:21.916Z" }, - { url = "https://files.pythonhosted.org/packages/04/5f/9ff93450ba96b09c7c2b3f81c94de31c89f92292f1380261bd7195bea4ea/contourpy-1.3.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f64836de09927cba6f79dcd00fdd7d5329f3fccc633468507079c829ca4db4e3", size = 363819, upload-time = "2025-07-26T12:02:23.759Z" }, - { url = "https://files.pythonhosted.org/packages/3e/a6/0b185d4cc480ee494945cde102cb0149ae830b5fa17bf855b95f2e70ad13/contourpy-1.3.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:1fd43c3be4c8e5fd6e4f2baeae35ae18176cf2e5cced681cca908addf1cdd53b", size = 1333650, upload-time = "2025-07-26T12:02:26.181Z" }, - { url = "https://files.pythonhosted.org/packages/43/d7/afdc95580ca56f30fbcd3060250f66cedbde69b4547028863abd8aa3b47e/contourpy-1.3.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:6afc576f7b33cf00996e5c1102dc2a8f7cc89e39c0b55df93a0b78c1bd992b36", size = 1404833, upload-time = "2025-07-26T12:02:28.782Z" }, - { url = "https://files.pythonhosted.org/packages/e2/e2/366af18a6d386f41132a48f033cbd2102e9b0cf6345d35ff0826cd984566/contourpy-1.3.3-cp314-cp314-win32.whl", hash = "sha256:66c8a43a4f7b8df8b71ee1840e4211a3c8d93b214b213f590e18a1beca458f7d", size = 189692, upload-time = "2025-07-26T12:02:30.128Z" }, - { url = "https://files.pythonhosted.org/packages/7d/c2/57f54b03d0f22d4044b8afb9ca0e184f8b1afd57b4f735c2fa70883dc601/contourpy-1.3.3-cp314-cp314-win_amd64.whl", hash = "sha256:cf9022ef053f2694e31d630feaacb21ea24224be1c3ad0520b13d844274614fd", size = 232424, upload-time = "2025-07-26T12:02:31.395Z" }, - { url = "https://files.pythonhosted.org/packages/18/79/a9416650df9b525737ab521aa181ccc42d56016d2123ddcb7b58e926a42c/contourpy-1.3.3-cp314-cp314-win_arm64.whl", hash = "sha256:95b181891b4c71de4bb404c6621e7e2390745f887f2a026b2d99e92c17892339", size = 198300, upload-time = "2025-07-26T12:02:32.956Z" }, - { url = "https://files.pythonhosted.org/packages/1f/42/38c159a7d0f2b7b9c04c64ab317042bb6952b713ba875c1681529a2932fe/contourpy-1.3.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:33c82d0138c0a062380332c861387650c82e4cf1747aaa6938b9b6516762e772", size = 306769, upload-time = "2025-07-26T12:02:34.2Z" }, - { url = "https://files.pythonhosted.org/packages/c3/6c/26a8205f24bca10974e77460de68d3d7c63e282e23782f1239f226fcae6f/contourpy-1.3.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:ea37e7b45949df430fe649e5de8351c423430046a2af20b1c1961cae3afcda77", size = 287892, upload-time = "2025-07-26T12:02:35.807Z" }, - { url = "https://files.pythonhosted.org/packages/66/06/8a475c8ab718ebfd7925661747dbb3c3ee9c82ac834ccb3570be49d129f4/contourpy-1.3.3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d304906ecc71672e9c89e87c4675dc5c2645e1f4269a5063b99b0bb29f232d13", size = 326748, upload-time = "2025-07-26T12:02:37.193Z" }, - { url = "https://files.pythonhosted.org/packages/b4/a3/c5ca9f010a44c223f098fccd8b158bb1cb287378a31ac141f04730dc49be/contourpy-1.3.3-cp314-cp314t-manylinux_2_26_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ca658cd1a680a5c9ea96dc61cdbae1e85c8f25849843aa799dfd3cb370ad4fbe", size = 375554, upload-time = "2025-07-26T12:02:38.894Z" }, - { url = "https://files.pythonhosted.org/packages/80/5b/68bd33ae63fac658a4145088c1e894405e07584a316738710b636c6d0333/contourpy-1.3.3-cp314-cp314t-manylinux_2_26_s390x.manylinux_2_28_s390x.whl", hash = "sha256:ab2fd90904c503739a75b7c8c5c01160130ba67944a7b77bbf36ef8054576e7f", size = 388118, upload-time = "2025-07-26T12:02:40.642Z" }, - { url = "https://files.pythonhosted.org/packages/40/52/4c285a6435940ae25d7410a6c36bda5145839bc3f0beb20c707cda18b9d2/contourpy-1.3.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b7301b89040075c30e5768810bc96a8e8d78085b47d8be6e4c3f5a0b4ed478a0", size = 352555, upload-time = "2025-07-26T12:02:42.25Z" }, - { url = "https://files.pythonhosted.org/packages/24/ee/3e81e1dd174f5c7fefe50e85d0892de05ca4e26ef1c9a59c2a57e43b865a/contourpy-1.3.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:2a2a8b627d5cc6b7c41a4beff6c5ad5eb848c88255fda4a8745f7e901b32d8e4", size = 1322295, upload-time = "2025-07-26T12:02:44.668Z" }, - { url = "https://files.pythonhosted.org/packages/3c/b2/6d913d4d04e14379de429057cd169e5e00f6c2af3bb13e1710bcbdb5da12/contourpy-1.3.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:fd6ec6be509c787f1caf6b247f0b1ca598bef13f4ddeaa126b7658215529ba0f", size = 1391027, upload-time = "2025-07-26T12:02:47.09Z" }, - { url = "https://files.pythonhosted.org/packages/93/8a/68a4ec5c55a2971213d29a9374913f7e9f18581945a7a31d1a39b5d2dfe5/contourpy-1.3.3-cp314-cp314t-win32.whl", hash = "sha256:e74a9a0f5e3fff48fb5a7f2fd2b9b70a3fe014a67522f79b7cca4c0c7e43c9ae", size = 202428, upload-time = "2025-07-26T12:02:48.691Z" }, - { url = "https://files.pythonhosted.org/packages/fa/96/fd9f641ffedc4fa3ace923af73b9d07e869496c9cc7a459103e6e978992f/contourpy-1.3.3-cp314-cp314t-win_amd64.whl", hash = "sha256:13b68d6a62db8eafaebb8039218921399baf6e47bf85006fd8529f2a08ef33fc", size = 250331, upload-time = "2025-07-26T12:02:50.137Z" }, - { url = "https://files.pythonhosted.org/packages/ae/8c/469afb6465b853afff216f9528ffda78a915ff880ed58813ba4faf4ba0b6/contourpy-1.3.3-cp314-cp314t-win_arm64.whl", hash = "sha256:b7448cb5a725bb1e35ce88771b86fba35ef418952474492cf7c764059933ff8b", size = 203831, upload-time = "2025-07-26T12:02:51.449Z" }, { url = "https://files.pythonhosted.org/packages/a5/29/8dcfe16f0107943fa92388c23f6e05cff0ba58058c4c95b00280d4c75a14/contourpy-1.3.3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:cd5dfcaeb10f7b7f9dc8941717c6c2ade08f587be2226222c12b25f0483ed497", size = 278809, upload-time = "2025-07-26T12:02:52.74Z" }, { url = "https://files.pythonhosted.org/packages/85/a9/8b37ef4f7dafeb335daee3c8254645ef5725be4d9c6aa70b50ec46ef2f7e/contourpy-1.3.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:0c1fc238306b35f246d61a1d416a627348b5cf0648648a031e14bb8705fcdfe8", size = 261593, upload-time = "2025-07-26T12:02:54.037Z" }, { url = "https://files.pythonhosted.org/packages/0a/59/ebfb8c677c75605cc27f7122c90313fd2f375ff3c8d19a1694bda74aaa63/contourpy-1.3.3-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:70f9aad7de812d6541d29d2bbf8feb22ff7e1c299523db288004e3157ff4674e", size = 302202, upload-time = "2025-07-26T12:02:55.947Z" }, @@ -1356,16 +1426,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ea/03/c0db0a5276599fb44ceafa2f2cb1afd5628808ec406fe036060a39693680/ctranslate2-4.7.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:393a9e7e989034660526a2c0e8bb65d1924f43d9a5c77d336494a353d16ba2a4", size = 16860452, upload-time = "2026-02-04T06:11:52.276Z" }, { url = "https://files.pythonhosted.org/packages/0b/03/4e3728ce29d192ee75ed9a2d8589bf4f19edafe5bed3845187de51b179a3/ctranslate2-4.7.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5a3d0682f2b9082e31c73d75b45f16cde77355ab76d7e8356a24c3cb2480a6d3", size = 38995174, upload-time = "2026-02-04T06:11:55.477Z" }, { url = "https://files.pythonhosted.org/packages/9b/15/6e8e87c6a201d69803a79ac2e29623ce7c2cc9cd1df9db99810cca714373/ctranslate2-4.7.1-cp313-cp313-win_amd64.whl", hash = "sha256:baa6d2b10f57933d8c11791e8522659217918722d07bbef2389a443801125fe7", size = 18844953, upload-time = "2026-02-04T06:11:58.519Z" }, - { url = "https://files.pythonhosted.org/packages/fd/73/8a6b7ba18cad0c8667ee221ddab8c361cb70926440e5b8dd0e81924c28ac/ctranslate2-4.7.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:d5dfb076566551f4959dfd0706f94c923c1931def9b7bb249a2caa6ab23353a0", size = 1257560, upload-time = "2026-02-04T06:12:00.926Z" }, - { url = "https://files.pythonhosted.org/packages/70/c2/8817ca5d6c1b175b23a12f7c8b91484652f8718a76353317e5919b038733/ctranslate2-4.7.1-cp314-cp314-macosx_11_0_x86_64.whl", hash = "sha256:eecdb4ed934b384f16e8c01b185b082d6b5ffc7dcbb0b6a6eb48cd465282d957", size = 11918995, upload-time = "2026-02-04T06:12:02.875Z" }, - { url = "https://files.pythonhosted.org/packages/ac/33/b8eb3acc67bbca4d9872fc9ff94db78e6167a7ba5cd932f585d1560effc7/ctranslate2-4.7.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1aa6796edcc3c8d163c9e39c429d50076d266d68980fed9d1b2443f617c67e9e", size = 16844162, upload-time = "2026-02-04T06:12:05.099Z" }, - { url = "https://files.pythonhosted.org/packages/80/11/6474893b07121057035069a0a483fe1cd8c47878213f282afb4c0c6fc275/ctranslate2-4.7.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:24c0482c51726430fb83724451921c0e539d769c8618dcfd46b1645e7f75960d", size = 38966728, upload-time = "2026-02-04T06:12:07.923Z" }, - { url = "https://files.pythonhosted.org/packages/94/88/8fc7ff435c5e783e5fad9586d839d463e023988dbbbad949d442092d01f1/ctranslate2-4.7.1-cp314-cp314-win_amd64.whl", hash = "sha256:76db234c0446a23d20dd8eeaa7a789cc87d1d05283f48bf3152bae9fa0a69844", size = 19100788, upload-time = "2026-02-04T06:12:10.592Z" }, - { url = "https://files.pythonhosted.org/packages/d9/b3/f100013a76a98d64e67c721bd4559ea4eeb54be3e4ac45f4d801769899af/ctranslate2-4.7.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:058c9db2277dc8b19ecc86c7937628f69022f341844b9081d2ab642965d88fc6", size = 1280179, upload-time = "2026-02-04T06:12:12.596Z" }, - { url = "https://files.pythonhosted.org/packages/39/22/b77f748015667a5e2ca54a5ee080d7016fce34314f0e8cf904784549305a/ctranslate2-4.7.1-cp314-cp314t-macosx_11_0_x86_64.whl", hash = "sha256:5abcf885062c7f28a3f9a46be8d185795e8706ac6230ad086cae0bc82917df31", size = 11940166, upload-time = "2026-02-04T06:12:14.054Z" }, - { url = "https://files.pythonhosted.org/packages/7d/78/6d7fd52f646c6ba3343f71277a9bbef33734632949d1651231948b0f0359/ctranslate2-4.7.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9950acb04a002d5c60ae90a1ddceead1a803af1f00cadd9b1a1dc76e1f017481", size = 16849483, upload-time = "2026-02-04T06:12:17.082Z" }, - { url = "https://files.pythonhosted.org/packages/40/27/58769ff15ac31b44205bd7a8aeca80cf7357c657ea5df1b94ce0f5c83771/ctranslate2-4.7.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1dcc734e92e3f1ceeaa0c42bbfd009352857be179ecd4a7ed6cccc086a202f58", size = 38949393, upload-time = "2026-02-04T06:12:21.302Z" }, - { url = "https://files.pythonhosted.org/packages/0e/5c/9fa0ad6462b62efd0fb5ac1100eee47bc96ecc198ff4e237c731e5473616/ctranslate2-4.7.1-cp314-cp314t-win_amd64.whl", hash = "sha256:dfb7657bdb7b8211c8f9ecb6f3b70bc0db0e0384d01a8b1808cb66fe7199df59", size = 19123451, upload-time = "2026-02-04T06:12:24.115Z" }, { url = "https://files.pythonhosted.org/packages/9b/0d/ba3c235f62f15aa044de43076984e4e2df1d6465cdfe65fb1b5d636cd413/ctranslate2-4.7.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:3f1b06df72f2031355716399e0650615b32b21a8d4b46a1182897442d1ec66d7", size = 1256209, upload-time = "2026-02-04T06:12:26.183Z" }, { url = "https://files.pythonhosted.org/packages/a6/b9/0b7fa673454cd3ae62324e61fa99ed9bf56cd33ca72d20b7499e1b9c9ee9/ctranslate2-4.7.1-cp39-cp39-macosx_11_0_x86_64.whl", hash = "sha256:d3346676b015a8abb3363aa7b1ed2bb6571df0c669575331953cdf039a624f26", size = 11915146, upload-time = "2026-02-04T06:12:27.8Z" }, { url = "https://files.pythonhosted.org/packages/74/0b/13048bca9a689cbfbe95276c36ffb677ef7a5fdf961e8eee6091f1fa2609/ctranslate2-4.7.1-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7e40d1d4161357952dadadcf5459e68e358dcb03aeb31443551ddcdb6afee3c9", size = 16450243, upload-time = "2026-02-04T06:12:30.488Z" }, @@ -1378,7 +1438,7 @@ name = "cuda-bindings" version = "12.9.4" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "cuda-pathfinder", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "cuda-pathfinder", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform == 'darwin' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform == 'darwin' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/37/31/bfcc870f69c6a017c4ad5c42316207fc7551940db6f3639aa4466ec5faf3/cuda_bindings-12.9.4-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a022c96b8bd847e8dc0675523431149a4c3e872f440e3002213dbb9e08f0331a", size = 11800959, upload-time = "2025-10-21T14:51:26.458Z" }, @@ -1396,12 +1456,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ec/07/6aff13bc1e977e35aaa6b22f52b172e2890c608c6db22438cf7ed2bf43a6/cuda_bindings-12.9.4-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3adf4958dcf68ae7801a59b73fb00a8b37f8d0595060d66ceae111b1002de38d", size = 11566797, upload-time = "2025-10-21T14:51:54.581Z" }, { url = "https://files.pythonhosted.org/packages/a3/84/1e6be415e37478070aeeee5884c2022713c1ecc735e6d82d744de0252eee/cuda_bindings-12.9.4-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:56e0043c457a99ac473ddc926fe0dc4046694d99caef633e92601ab52cbe17eb", size = 11925991, upload-time = "2025-10-21T14:51:56.535Z" }, { url = "https://files.pythonhosted.org/packages/4d/3c/972edfddb4ae8a9fccd3c3766ed47453b6f805b6026b32f10209dd4b8ad4/cuda_bindings-12.9.4-cp313-cp313t-win_amd64.whl", hash = "sha256:b32d8b685f0e66f5658bcf4601ef034e89fc2843582886f0a58784a4302da06c", size = 11894363, upload-time = "2025-10-21T14:51:58.633Z" }, - { url = "https://files.pythonhosted.org/packages/1e/b5/96a6696e20c4ffd2b327f54c7d0fde2259bdb998d045c25d5dedbbe30290/cuda_bindings-12.9.4-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1f53a7f453d4b2643d8663d036bafe29b5ba89eb904c133180f295df6dc151e5", size = 11624530, upload-time = "2025-10-21T14:52:01.539Z" }, - { url = "https://files.pythonhosted.org/packages/d1/af/6dfd8f2ed90b1d4719bc053ff8940e494640fe4212dc3dd72f383e4992da/cuda_bindings-12.9.4-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8b72ee72a9cc1b531db31eebaaee5c69a8ec3500e32c6933f2d3b15297b53686", size = 11922703, upload-time = "2025-10-21T14:52:03.585Z" }, - { url = "https://files.pythonhosted.org/packages/e6/87/652796522cc1a7af559460e1ce59b642e05c1468b9c08522a9a096b4cf04/cuda_bindings-12.9.4-cp314-cp314-win_amd64.whl", hash = "sha256:53a10c71fdbdb743e0268d07964e5a996dd00b4e43831cbfce9804515d97d575", size = 11517716, upload-time = "2025-10-21T14:52:06.013Z" }, - { url = "https://files.pythonhosted.org/packages/39/73/d2fc40c043bac699c3880bf88d3cebe9d88410cd043795382826c93a89f0/cuda_bindings-12.9.4-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:20f2699d61d724de3eb3f3369d57e2b245f93085cab44fd37c3bea036cea1a6f", size = 11565056, upload-time = "2025-10-21T14:52:08.338Z" }, - { url = "https://files.pythonhosted.org/packages/6c/19/90ac264acc00f6df8a49378eedec9fd2db3061bf9263bf9f39fd3d8377c3/cuda_bindings-12.9.4-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d80bffc357df9988dca279734bc9674c3934a654cab10cadeed27ce17d8635ee", size = 11924658, upload-time = "2025-10-21T14:52:10.411Z" }, - { url = "https://files.pythonhosted.org/packages/ab/52/a30f46e822bfa6b4a659d1e8de8c4a4adf908ea075dac568b55362541bd8/cuda_bindings-12.9.4-cp314-cp314t-win_amd64.whl", hash = "sha256:53e11991a92ff6f26a0c8a98554cd5d6721c308a6b7bfb08bebac9201e039e43", size = 12055608, upload-time = "2025-10-21T14:52:12.335Z" }, { url = "https://files.pythonhosted.org/packages/c3/78/892671d08634f125c61c6ebc33fffced4aa5c330320f61da9605f8e9cbba/cuda_bindings-12.9.4-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:893ca68114b5b769c1d4c02583b91ed22691887c3ed513b59467d23540104db4", size = 11802431, upload-time = "2025-10-21T14:52:14.358Z" }, { url = "https://files.pythonhosted.org/packages/53/1d/f7f2bcffe788aebd4325a34d8a976b219a0751c06707aa89c9e70355ceae/cuda_bindings-12.9.4-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9866ceec83e39337d1a1d64837864c964ad902992478caa288a0bc1be95f21aa", size = 12152579, upload-time = "2025-10-21T14:52:16.731Z" }, { url = "https://files.pythonhosted.org/packages/42/88/3864fa73d3be9e58348a743b616a3df27744fc263c583129b01306e98703/cuda_bindings-12.9.4-cp39-cp39-win_amd64.whl", hash = "sha256:37744e721a18a514423e81863f52a4f7f46f5a6f9cccd569f2735f8067f4d8c2", size = 11472523, upload-time = "2025-10-21T14:52:18.724Z" }, @@ -1536,49 +1590,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/62/d5/bf5434fde726c4f80cb99912b2d8e0afa1587557e2a2d7e0315eb942f2de/cytoolz-1.1.0-cp313-cp313t-win32.whl", hash = "sha256:10ae4718a056948d73ca3e1bb9ab1f95f897ec1e362f829b9d37cc29ab566c60", size = 951595, upload-time = "2025-10-19T00:42:42.877Z" }, { url = "https://files.pythonhosted.org/packages/64/29/39c161e9204a9715321ddea698cbd0abc317e78522c7c642363c20589e71/cytoolz-1.1.0-cp313-cp313t-win_amd64.whl", hash = "sha256:1bb77bc6197e5cb19784b6a42bb0f8427e81737a630d9d7dda62ed31733f9e6c", size = 1004445, upload-time = "2025-10-19T00:42:44.855Z" }, { url = "https://files.pythonhosted.org/packages/e2/5a/7cbff5e9a689f558cb0bdf277f9562b2ac51acf7cd15e055b8c3efb0e1ef/cytoolz-1.1.0-cp313-cp313t-win_arm64.whl", hash = "sha256:563dda652c6ff52d215704fbe6b491879b78d7bbbb3a9524ec8e763483cb459f", size = 926207, upload-time = "2025-10-19T00:42:46.456Z" }, - { url = "https://files.pythonhosted.org/packages/b7/e8/297a85ba700f437c01eba962428e6ab4572f6c3e68e8ff442ce5c9d3a496/cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphoneos.whl", hash = "sha256:d542cee7c7882d2a914a33dec4d3600416fb336734df979473249d4c53d207a1", size = 980613, upload-time = "2025-10-19T00:42:47.988Z" }, - { url = "https://files.pythonhosted.org/packages/e8/d7/2b02c9d18e9cc263a0e22690f78080809f1eafe72f26b29ccc115d3bf5c8/cytoolz-1.1.0-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:31922849b701b0f24bb62e56eb2488dcd3aa6ae3057694bd6b3b7c4c2bc27c2f", size = 990476, upload-time = "2025-10-19T00:42:49.653Z" }, - { url = "https://files.pythonhosted.org/packages/89/26/b6b159d2929310fca0eff8a4989cd4b1ecbdf7c46fdff46c7a20fcae55c8/cytoolz-1.1.0-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:e68308d32afd31943314735c1335e4ab5696110e96b405f6bdb8f2a8dc771a16", size = 992712, upload-time = "2025-10-19T00:42:51.306Z" }, - { url = "https://files.pythonhosted.org/packages/42/a0/f7c572aa151ed466b0fce4a327c3cc916d3ef3c82e341be59ea4b9bee9e4/cytoolz-1.1.0-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:fc4bb48b3b866e1867f7c6411a4229e5b44be3989060663713e10efc24c9bd5f", size = 1322596, upload-time = "2025-10-19T00:42:52.978Z" }, - { url = "https://files.pythonhosted.org/packages/72/7c/a55d035e20b77b6725e85c8f1a418b3a4c23967288b8b0c2d1a40f158cbe/cytoolz-1.1.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:456f77207d1445025d7ef262b8370a05492dcb1490cb428b0f3bf1bd744a89b0", size = 992825, upload-time = "2025-10-19T00:42:55.026Z" }, - { url = "https://files.pythonhosted.org/packages/03/af/39d2d3db322136e12e9336a1f13bab51eab88b386bfb11f91d3faff8ba34/cytoolz-1.1.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:174ebc71ebb20a9baeffce6ee07ee2cd913754325c93f99d767380d8317930f7", size = 990525, upload-time = "2025-10-19T00:42:56.666Z" }, - { url = "https://files.pythonhosted.org/packages/a6/bd/65d7a869d307f9b10ad45c2c1cbb40b81a8d0ed1138fa17fd904f5c83298/cytoolz-1.1.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:8b3604fef602bcd53415055a4f68468339192fd17be39e687ae24f476d23d56e", size = 2672409, upload-time = "2025-10-19T00:42:58.81Z" }, - { url = "https://files.pythonhosted.org/packages/2d/fb/74dfd844bfd67e810bd36e8e3903a143035447245828e7fcd7c81351d775/cytoolz-1.1.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3604b959a01f64c366e7d10ec7634d5f5cfe10301e27a8f090f6eb3b2a628a18", size = 2808477, upload-time = "2025-10-19T00:43:00.577Z" }, - { url = "https://files.pythonhosted.org/packages/d6/1f/587686c43e31c19241ec317da66438d093523921ea7749bbc65558a30df9/cytoolz-1.1.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:6db2127a3c1bc2f59f08010d2ae53a760771a9de2f67423ad8d400e9ba4276e8", size = 2636881, upload-time = "2025-10-19T00:43:02.24Z" }, - { url = "https://files.pythonhosted.org/packages/bc/6d/90468cd34f77cb38a11af52c4dc6199efcc97a486395a21bef72e9b7602e/cytoolz-1.1.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:56584745ac647993a016a21bc76399113b7595e312f8d0a1b140c9fcf9b58a27", size = 2937315, upload-time = "2025-10-19T00:43:03.954Z" }, - { url = "https://files.pythonhosted.org/packages/d9/50/7b92cd78c613b92e3509e6291d3fb7e0d72ebda999a8df806a96c40ca9ab/cytoolz-1.1.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:db2c4c3a7f7bd7e03bb1a236a125c8feb86c75802f4ecda6ecfaf946610b2930", size = 2959988, upload-time = "2025-10-19T00:43:05.758Z" }, - { url = "https://files.pythonhosted.org/packages/44/d5/34b5a28a8d9bb329f984b4c2259407ca3f501d1abeb01bacea07937d85d1/cytoolz-1.1.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:48cb8a692111a285d2b9acd16d185428176bfbffa8a7c274308525fccd01dd42", size = 2795116, upload-time = "2025-10-19T00:43:07.411Z" }, - { url = "https://files.pythonhosted.org/packages/f5/d9/5dd829e33273ec03bdc3c812e6c3281987ae2c5c91645582f6c331544a64/cytoolz-1.1.0-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:d2f344ba5eb17dcf38ee37fdde726f69053f54927db8f8a1bed6ac61e5b1890d", size = 2535390, upload-time = "2025-10-19T00:43:09.104Z" }, - { url = "https://files.pythonhosted.org/packages/87/1f/7f9c58068a8eec2183110df051bc6b69dd621143f84473eeb6dc1b32905a/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:abf76b1c1abd031f098f293b6d90ee08bdaa45f8b5678430e331d991b82684b1", size = 2704834, upload-time = "2025-10-19T00:43:10.942Z" }, - { url = "https://files.pythonhosted.org/packages/d2/90/667def5665333575d01a65fe3ec0ca31b897895f6e3bc1a42d6ea3659369/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:ddf9a38a5b686091265ff45b53d142e44a538cd6c2e70610d3bc6be094219032", size = 2658441, upload-time = "2025-10-19T00:43:12.655Z" }, - { url = "https://files.pythonhosted.org/packages/23/79/6615f9a14960bd29ac98b823777b6589357833f65cf1a11b5abc1587c120/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:946786755274f07bb2be0400f28adb31d7d85a7c7001873c0a8e24a503428fb3", size = 2654766, upload-time = "2025-10-19T00:43:14.325Z" }, - { url = "https://files.pythonhosted.org/packages/b0/99/be59c6e0ae02153ef10ae1ff0f380fb19d973c651b50cf829a731f6c9e79/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:d5b8f78b9fed79cf185ad4ddec099abeef45951bdcb416c5835ba05f0a1242c7", size = 2827649, upload-time = "2025-10-19T00:43:16.132Z" }, - { url = "https://files.pythonhosted.org/packages/19/b7/854ddcf9f9618844108677c20d48f4611b5c636956adea0f0e85e027608f/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:fccde6efefdbc02e676ccb352a2ccc8a8e929f59a1c6d3d60bb78e923a49ca44", size = 2533456, upload-time = "2025-10-19T00:43:17.764Z" }, - { url = "https://files.pythonhosted.org/packages/45/66/bfe6fbb2bdcf03c8377c8c2f542576e15f3340c905a09d78a6cb3badd39a/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:717b7775313da5f51b0fbf50d865aa9c39cb241bd4cb605df3cf2246d6567397", size = 2826455, upload-time = "2025-10-19T00:43:19.561Z" }, - { url = "https://files.pythonhosted.org/packages/c3/0c/cce4047bd927e95f59e73319c02c9bc86bd3d76392e0eb9e41a1147a479c/cytoolz-1.1.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5158744a09d0e0e4a4f82225e3a3c4ebf38f9ae74467aaa905467270e52f2794", size = 2714897, upload-time = "2025-10-19T00:43:21.291Z" }, - { url = "https://files.pythonhosted.org/packages/ac/9a/061323bb289b565802bad14fb7ab59fcd8713105df142bcf4dd9ff64f8ac/cytoolz-1.1.0-cp314-cp314-win32.whl", hash = "sha256:1ed534bdbbf063b2bb28fca7d0f6723a3e5a72b086e7c7fe6d74ae8c3e4d00e2", size = 901490, upload-time = "2025-10-19T00:43:22.895Z" }, - { url = "https://files.pythonhosted.org/packages/a3/20/1f3a733d710d2a25d6f10b463bef55ada52fe6392a5d233c8d770191f48a/cytoolz-1.1.0-cp314-cp314-win_amd64.whl", hash = "sha256:472c1c9a085f5ad973ec0ad7f0b9ba0969faea6f96c9e397f6293d386f3a25ec", size = 946730, upload-time = "2025-10-19T00:43:24.838Z" }, - { url = "https://files.pythonhosted.org/packages/f2/22/2d657db4a5d1c10a152061800f812caba9ef20d7bd2406f51a5fd800c180/cytoolz-1.1.0-cp314-cp314-win_arm64.whl", hash = "sha256:a7ad7ca3386fa86bd301be3fa36e7f0acb024f412f665937955acfc8eb42deff", size = 905722, upload-time = "2025-10-19T00:43:26.439Z" }, - { url = "https://files.pythonhosted.org/packages/19/97/b4a8c76796a9a8b9bc90c7992840fa1589a1af8e0426562dea4ce9b384a7/cytoolz-1.1.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:64b63ed4b71b1ba813300ad0f06b8aff19a12cf51116e0e4f1ed837cea4debcf", size = 1372606, upload-time = "2025-10-19T00:43:28.491Z" }, - { url = "https://files.pythonhosted.org/packages/08/d4/a1bb1a32b454a2d650db8374ff3bf875ba0fc1c36e6446ec02a83b9140a1/cytoolz-1.1.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:a60ba6f2ed9eb0003a737e1ee1e9fa2258e749da6477946008d4324efa25149f", size = 1012189, upload-time = "2025-10-19T00:43:30.177Z" }, - { url = "https://files.pythonhosted.org/packages/21/4b/2f5cbbd81588918ee7dd70cffb66731608f578a9b72166aafa991071af7d/cytoolz-1.1.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1aa58e2434d732241f7f051e6f17657e969a89971025e24578b5cbc6f1346485", size = 1020624, upload-time = "2025-10-19T00:43:31.712Z" }, - { url = "https://files.pythonhosted.org/packages/f5/99/c4954dd86cd593cd776a038b36795a259b8b5c12cbab6363edf5f6d9c909/cytoolz-1.1.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:6965af3fc7214645970e312deb9bd35a213a1eaabcfef4f39115e60bf2f76867", size = 2917016, upload-time = "2025-10-19T00:43:33.531Z" }, - { url = "https://files.pythonhosted.org/packages/b2/7c/f1f70a17e272b433232bc8a27df97e46b202d6cc07e3b0d63f7f41ba0f2d/cytoolz-1.1.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ddd2863f321d67527d3b67a93000a378ad6f967056f68c06467fe011278a6d0e", size = 3107634, upload-time = "2025-10-19T00:43:35.57Z" }, - { url = "https://files.pythonhosted.org/packages/8f/bd/c3226a57474b4aef1f90040510cba30d0decd3515fed48dc229b37c2f898/cytoolz-1.1.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:4e6b428e9eb5126053c2ae0efa62512ff4b38ed3951f4d0888ca7005d63e56f5", size = 2806221, upload-time = "2025-10-19T00:43:37.707Z" }, - { url = "https://files.pythonhosted.org/packages/c3/47/2f7bfe4aaa1e07dc9828bea228ed744faf73b26aee0c1bdf3b5520bf1909/cytoolz-1.1.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:d758e5ef311d2671e0ae8c214c52e44617cf1e58bef8f022b547b9802a5a7f30", size = 3107671, upload-time = "2025-10-19T00:43:39.401Z" }, - { url = "https://files.pythonhosted.org/packages/4d/12/6ff3b04fbd1369d0fcd5f8b5910ba6e427e33bf113754c4c35ec3f747924/cytoolz-1.1.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a95416eca473e6c1179b48d86adcf528b59c63ce78f4cb9934f2e413afa9b56b", size = 3176350, upload-time = "2025-10-19T00:43:41.148Z" }, - { url = "https://files.pythonhosted.org/packages/e6/8c/6691d986b728e77b5d2872743ebcd962d37a2d0f7e9ad95a81b284fbf905/cytoolz-1.1.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:36c8ede93525cf11e2cc787b7156e5cecd7340193ef800b816a16f1404a8dc6d", size = 3001173, upload-time = "2025-10-19T00:43:42.923Z" }, - { url = "https://files.pythonhosted.org/packages/7a/cb/f59d83a5058e1198db5a1f04e4a124c94d60390e4fa89b6d2e38ee8288a0/cytoolz-1.1.0-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:c0c949755b6d8a649c5fbc888bc30915926f1b09fe42fea9f289e297c2f6ddd3", size = 2701374, upload-time = "2025-10-19T00:43:44.716Z" }, - { url = "https://files.pythonhosted.org/packages/b7/f0/1ae6d28df503b0bdae094879da2072b8ba13db5919cd3798918761578411/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e1b6d37545816905a76d9ed59fa4e332f929e879f062a39ea0f6f620405cdc27", size = 2953081, upload-time = "2025-10-19T00:43:47.103Z" }, - { url = "https://files.pythonhosted.org/packages/f4/06/d86fe811c6222dc32d3e08f5d88d2be598a6055b4d0590e7c1428d55c386/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:05332112d4087904842b36954cd1d3fc0e463a2f4a7ef9477bd241427c593c3b", size = 2862228, upload-time = "2025-10-19T00:43:49.353Z" }, - { url = "https://files.pythonhosted.org/packages/ae/32/978ef6f42623be44a0a03ae9de875ab54aa26c7e38c5c4cd505460b0927d/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:31538ca2fad2d688cbd962ccc3f1da847329e2258a52940f10a2ac0719e526be", size = 2861971, upload-time = "2025-10-19T00:43:51.028Z" }, - { url = "https://files.pythonhosted.org/packages/ee/f7/74c69497e756b752b359925d1feef68b91df024a4124a823740f675dacd3/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:747562aa70abf219ea16f07d50ac0157db856d447f7f498f592e097cbc77df0b", size = 2975304, upload-time = "2025-10-19T00:43:52.99Z" }, - { url = "https://files.pythonhosted.org/packages/5b/2b/3ce0e6889a6491f3418ad4d84ae407b8456b02169a5a1f87990dbba7433b/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:3dc15c48b20c0f467e15e341e102896c8422dccf8efc6322def5c1b02f074629", size = 2697371, upload-time = "2025-10-19T00:43:55.312Z" }, - { url = "https://files.pythonhosted.org/packages/15/87/c616577f0891d97860643c845f7221e95240aa589586de727e28a5eb6e52/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:3c03137ee6103ba92d5d6ad6a510e86fded69cd67050bd8a1843f15283be17ac", size = 2992436, upload-time = "2025-10-19T00:43:57.253Z" }, - { url = "https://files.pythonhosted.org/packages/e7/9f/490c81bffb3428ab1fa114051fbb5ba18aaa2e2fe4da5bf4170ca524e6b3/cytoolz-1.1.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:be8e298d88f88bd172b59912240558be3b7a04959375646e7fd4996401452941", size = 2917612, upload-time = "2025-10-19T00:43:59.423Z" }, - { url = "https://files.pythonhosted.org/packages/66/35/0fec2769660ca6472bbf3317ab634675827bb706d193e3240aaf20eab961/cytoolz-1.1.0-cp314-cp314t-win32.whl", hash = "sha256:3d407140f5604a89578285d4aac7b18b8eafa055cf776e781aabb89c48738fad", size = 960842, upload-time = "2025-10-19T00:44:01.143Z" }, - { url = "https://files.pythonhosted.org/packages/46/b4/b7ce3d3cd20337becfec978ecfa6d0ef64884d0cf32d44edfed8700914b9/cytoolz-1.1.0-cp314-cp314t-win_amd64.whl", hash = "sha256:56e5afb69eb6e1b3ffc34716ee5f92ffbdb5cb003b3a5ca4d4b0fe700e217162", size = 1020835, upload-time = "2025-10-19T00:44:03.246Z" }, - { url = "https://files.pythonhosted.org/packages/2c/1f/0498009aa563a9c5d04f520aadc6e1c0942434d089d0b2f51ea986470f55/cytoolz-1.1.0-cp314-cp314t-win_arm64.whl", hash = "sha256:27b19b4a286b3ff52040efa42dbe403730aebe5fdfd2def704eb285e2125c63e", size = 927963, upload-time = "2025-10-19T00:44:04.85Z" }, { url = "https://files.pythonhosted.org/packages/29/2a/ab01bc8bf611f8b7e7f42c666da585f87e4cdf88334100c86282e610ce78/cytoolz-1.1.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:08a63935c66488511b7b29b06233be0be5f4123622fc8fd488f28dc1b7e4c164", size = 1311508, upload-time = "2025-10-19T00:44:06.865Z" }, { url = "https://files.pythonhosted.org/packages/b0/e2/1c327e551bcacb6f9e698ab4cca3174ab179c9722f4bfb6b23d063bc302e/cytoolz-1.1.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:93bd0afcc4cc05794507084afaefb161c3639f283ee629bd0e8654b5c0327ba8", size = 987745, upload-time = "2025-10-19T00:44:08.896Z" }, { url = "https://files.pythonhosted.org/packages/7f/aa/8db92c07623df2497fcd4e8a440f6805f38f2aa0bbd3804ad02c1b838815/cytoolz-1.1.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:8f3d4da470cfd5cf44f6d682c6eb01363066e0af53ebe111225e44a618f9453d", size = 985001, upload-time = "2025-10-19T00:44:10.845Z" }, @@ -1614,9 +1625,9 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "dill", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fsspec", extra = ["http"], marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "fsspec", extra = ["http"], marker = "(python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "httpx", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "multiprocess", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -1647,8 +1658,8 @@ version = "0.9.2" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "einops" }, - { name = "matplotlib", version = "3.9.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "matplotlib", version = "3.10.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "matplotlib", version = "3.9.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "matplotlib", version = "3.10.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "numpy" }, { name = "optuna" }, { name = "pandas" }, @@ -1659,25 +1670,25 @@ dependencies = [ { name = "requests" }, { name = "rich" }, { name = "rx" }, - { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "sounddevice" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchvision", version = "0.23.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchvision", version = "0.25.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchvision", version = "0.23.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchvision", version = "0.25.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "tqdm" }, { name = "websocket-client" }, { name = "websocket-server" }, @@ -1696,12 +1707,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/50/3d/9373ad9c56321fdab5b41197068e1d8c25883b3fea29dd361f9b55116869/dill-0.4.0-py3-none-any.whl", hash = "sha256:44f54bf6412c2c8464c14e8243eb163690a9800dbe2c367330883b19c7561049", size = 119668, upload-time = "2025-04-16T00:41:47.671Z" }, ] -[[package]] -name = "distance" -version = "0.1.3" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/5c/1a/883e47df323437aefa0d0a92ccfb38895d9416bd0b56262c2e46a47767b8/Distance-0.1.3.tar.gz", hash = "sha256:60807584f5b6003f5c521aa73f39f51f631de3be5cccc5a1d67166fcbf0d4551", size = 180271, upload-time = "2013-11-21T00:14:34.152Z" } - [[package]] name = "docopt" version = "0.6.2" @@ -1784,7 +1789,7 @@ name = "exceptiongroup" version = "1.3.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.12' or (python_full_version == '3.12.*' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "typing-extensions", marker = "python_full_version < '3.12' or (python_full_version == '3.12.*' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version == '3.12.*' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" } wheels = [ @@ -1805,19 +1810,31 @@ name = "fastapi" version = "0.128.8" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "annotated-doc", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pydantic", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "starlette", version = "0.49.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-inspection", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "annotated-doc", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pydantic", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "starlette", version = "0.49.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-inspection", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/01/72/0df5c58c954742f31a7054e2dd1143bae0b408b7f36b59b85f928f9b456c/fastapi-0.128.8.tar.gz", hash = "sha256:3171f9f328c4a218f0a8d2ba8310ac3a55d1ee12c28c949650288aee25966007", size = 375523, upload-time = "2026-02-11T15:19:36.69Z" } wheels = [ @@ -1829,53 +1846,85 @@ name = "fastapi" version = "0.131.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "annotated-doc", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pydantic", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "starlette", version = "0.52.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-inspection", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "annotated-doc", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pydantic", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "starlette", version = "0.52.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-inspection", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/91/32/158cbf685b7d5a26f87131069da286bf10fc9fbf7fc968d169d48a45d689/fastapi-0.131.0.tar.gz", hash = "sha256:6531155e52bee2899a932c746c9a8250f210e3c3303a5f7b9f8a808bfe0548ff", size = 369612, upload-time = "2026-02-22T16:38:11.252Z" } wheels = [ @@ -1887,14 +1936,15 @@ name = "faster-whisper" version = "1.2.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "av", version = "15.1.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "av", version = "16.1.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "av", version = "15.1.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "av", version = "16.1.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "ctranslate2" }, - { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "onnxruntime", version = "1.20.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "onnxruntime", version = "1.24.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tokenizers" }, + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "onnxruntime", version = "1.20.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "onnxruntime", version = "1.24.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tokenizers", version = "0.21.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "tokenizers", version = "0.22.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "tqdm" }, ] wheels = [ @@ -1921,12 +1971,24 @@ name = "filelock" version = "3.19.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/40/bb/0ab3e58d22305b6f5440629d20683af28959bf793d98d11950e305c1c326/filelock-3.19.1.tar.gz", hash = "sha256:66eda1888b0171c998b35be2bcc0f6d75c388a7ce20c3f3f37aa8e96c2dddf58", size = 17687, upload-time = "2025-08-14T16:56:03.016Z" } wheels = [ @@ -1938,46 +2000,78 @@ name = "filelock" version = "3.24.3" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/73/92/a8e2479937ff39185d20dd6a851c1a63e55849e447a55e798cc2e1f49c65/filelock-3.24.3.tar.gz", hash = "sha256:011a5644dc937c22699943ebbfc46e969cdde3e171470a6e40b9533e5a72affa", size = 37935, upload-time = "2026-02-19T00:48:20.543Z" } wheels = [ @@ -1997,12 +2091,24 @@ name = "fonttools" version = "4.60.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/3e/c4/db6a7b5eb0656534c3aa2596c2c5e18830d74f1b9aa5aa8a7dff63a0b11d/fonttools-4.60.2.tar.gz", hash = "sha256:d29552e6b155ebfc685b0aecf8d429cb76c14ab734c22ef5d3dea6fdf800c92c", size = 3562254, upload-time = "2025-12-09T13:38:11.835Z" } wheels = [ @@ -2038,22 +2144,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/75/c0/7efad650f5ed8e317c2633133ef3c64917e7adf2e4e2940c798f5d57ec6e/fonttools-4.60.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:58c8c393d5e16b15662cfc2d988491940458aa87894c662154f50c7b49440bef", size = 5063465, upload-time = "2025-12-09T13:37:04.836Z" }, { url = "https://files.pythonhosted.org/packages/18/a8/750518c4f8cdd79393b386bc81226047ade80239e58c6c9f5dbe1fdd8ea1/fonttools-4.60.2-cp313-cp313-win32.whl", hash = "sha256:19c6e0afd8b02008caa0aa08ab896dfce5d0bcb510c49b2c499541d5cb95a963", size = 2263443, upload-time = "2025-12-09T13:37:06.762Z" }, { url = "https://files.pythonhosted.org/packages/b8/22/026c60376f165981f80a0e90bd98a79ae3334e9d89a3d046c4d2e265c724/fonttools-4.60.2-cp313-cp313-win_amd64.whl", hash = "sha256:6a500dc59e11b2338c2dba1f8cf11a4ae8be35ec24af8b2628b8759a61457b76", size = 2313800, upload-time = "2025-12-09T13:37:08.713Z" }, - { url = "https://files.pythonhosted.org/packages/7e/ab/7cf1f5204e1366ddf9dc5cdc2789b571feb9eebcee0e3463c3f457df5f52/fonttools-4.60.2-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:9387c532acbe323bbf2a920f132bce3c408a609d5f9dcfc6532fbc7e37f8ccbb", size = 2841690, upload-time = "2025-12-09T13:37:10.696Z" }, - { url = "https://files.pythonhosted.org/packages/00/3c/0bf83c6f863cc8b934952567fa2bf737cfcec8fc4ffb59b3f93820095f89/fonttools-4.60.2-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:e6f1c824185b5b8fb681297f315f26ae55abb0d560c2579242feea8236b1cfef", size = 2392191, upload-time = "2025-12-09T13:37:12.954Z" }, - { url = "https://files.pythonhosted.org/packages/00/f0/40090d148b8907fbea12e9bdf1ff149f30cdf1769e3b2c3e0dbf5106b88d/fonttools-4.60.2-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:55a3129d1e4030b1a30260f1b32fe76781b585fb2111d04a988e141c09eb6403", size = 4873503, upload-time = "2025-12-09T13:37:15.142Z" }, - { url = "https://files.pythonhosted.org/packages/dc/e0/d8b13f99e58b8c293781288ba62fe634f1f0697c9c4c0ae104d3215f3a10/fonttools-4.60.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b196e63753abc33b3b97a6fd6de4b7c4fef5552c0a5ba5e562be214d1e9668e0", size = 4968493, upload-time = "2025-12-09T13:37:18.272Z" }, - { url = "https://files.pythonhosted.org/packages/46/c5/960764d12c92bc225f02401d3067048cb7b282293d9e48e39fe2b0ec38a9/fonttools-4.60.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:de76c8d740fb55745f3b154f0470c56db92ae3be27af8ad6c2e88f1458260c9a", size = 4920015, upload-time = "2025-12-09T13:37:20.334Z" }, - { url = "https://files.pythonhosted.org/packages/4b/ab/839d8caf253d1eef3653ef4d34427d0326d17a53efaec9eb04056b670fff/fonttools-4.60.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:6ba6303225c95998c9fda2d410aa792c3d2c1390a09df58d194b03e17583fa25", size = 5031165, upload-time = "2025-12-09T13:37:23.57Z" }, - { url = "https://files.pythonhosted.org/packages/de/bf/3bc862796a6841cbe0725bb5512d272239b809dba631a4b0301df885e62d/fonttools-4.60.2-cp314-cp314-win32.whl", hash = "sha256:0a89728ce10d7c816fedaa5380c06d2793e7a8a634d7ce16810e536c22047384", size = 2267526, upload-time = "2025-12-09T13:37:25.821Z" }, - { url = "https://files.pythonhosted.org/packages/fc/a1/c1909cacf00c76dc37b4743451561fbaaf7db4172c22a6d9394081d114c3/fonttools-4.60.2-cp314-cp314-win_amd64.whl", hash = "sha256:fa8446e6ab8bd778b82cb1077058a2addba86f30de27ab9cc18ed32b34bc8667", size = 2319096, upload-time = "2025-12-09T13:37:28.058Z" }, - { url = "https://files.pythonhosted.org/packages/29/b3/f66e71433f08e3a931b2b31a665aeed17fcc5e6911fc73529c70a232e421/fonttools-4.60.2-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:4063bc81ac5a4137642865cb63dd270e37b3cd1f55a07c0d6e41d072699ccca2", size = 2925167, upload-time = "2025-12-09T13:37:30.348Z" }, - { url = "https://files.pythonhosted.org/packages/2e/13/eeb491ff743594bbd0bee6e49422c03a59fe9c49002d3cc60eeb77414285/fonttools-4.60.2-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:ebfdb66fa69732ed604ab8e2a0431e6deff35e933a11d73418cbc7823d03b8e1", size = 2430923, upload-time = "2025-12-09T13:37:32.817Z" }, - { url = "https://files.pythonhosted.org/packages/b2/e5/db609f785e460796e53c4dbc3874a5f4948477f27beceb5e2d24b2537666/fonttools-4.60.2-cp314-cp314t-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:50b10b3b1a72d1d54c61b0e59239e1a94c0958f4a06a1febf97ce75388dd91a4", size = 4877729, upload-time = "2025-12-09T13:37:35.858Z" }, - { url = "https://files.pythonhosted.org/packages/5f/d6/85e4484dd4bfb03fee7bd370d65888cccbd3dee2681ee48c869dd5ccb23f/fonttools-4.60.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:beae16891a13b4a2ddec9b39b4de76092a3025e4d1c82362e3042b62295d5e4d", size = 5096003, upload-time = "2025-12-09T13:37:37.862Z" }, - { url = "https://files.pythonhosted.org/packages/30/49/1a98e44b71030b83d2046f981373b80571868259d98e6dae7bc20099dac6/fonttools-4.60.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:522f017fdb3766fd5d2d321774ef351cc6ce88ad4e6ac9efe643e4a2b9d528db", size = 4974410, upload-time = "2025-12-09T13:37:40.166Z" }, - { url = "https://files.pythonhosted.org/packages/42/07/d6f775d950ee8a841012472c7303f8819423d8cc3b4530915de7265ebfa2/fonttools-4.60.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:82cceceaf9c09a965a75b84a4b240dd3768e596ffb65ef53852681606fe7c9ba", size = 5002036, upload-time = "2025-12-09T13:37:42.639Z" }, - { url = "https://files.pythonhosted.org/packages/73/f6/ba6458f83ce1a9f8c3b17bd8f7b8a2205a126aac1055796b7e7cfebbd38f/fonttools-4.60.2-cp314-cp314t-win32.whl", hash = "sha256:bbfbc918a75437fe7e6d64d1b1e1f713237df1cf00f3a36dedae910b2ba01cee", size = 2330985, upload-time = "2025-12-09T13:37:45.157Z" }, - { url = "https://files.pythonhosted.org/packages/91/24/fea0ba4d3a32d4ed1103a1098bfd99dc78b5fe3bb97202920744a37b73dc/fonttools-4.60.2-cp314-cp314t-win_amd64.whl", hash = "sha256:0e5cd9b0830f6550d58c84f3ab151a9892b50c4f9d538c5603c0ce6fff2eb3f1", size = 2396226, upload-time = "2025-12-09T13:37:47.355Z" }, { url = "https://files.pythonhosted.org/packages/55/ae/a6d9446cb258d3fe87e311c2d7bacf8e8da3e5809fbdc3a8306db4f6b14e/fonttools-4.60.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:a3c75b8b42f7f93906bdba9eb1197bb76aecbe9a0a7cf6feec75f7605b5e8008", size = 2857184, upload-time = "2025-12-09T13:37:49.96Z" }, { url = "https://files.pythonhosted.org/packages/3a/f3/1b41d0b6a8b908aa07f652111155dd653ebbf0b3385e66562556c5206685/fonttools-4.60.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:0f86c8c37bc0ec0b9c141d5e90c717ff614e93c187f06d80f18c7057097f71bc", size = 2401877, upload-time = "2025-12-09T13:37:52.307Z" }, { url = "https://files.pythonhosted.org/packages/71/57/048fd781680c38b05c5463657d0d95d5f2391a51972176e175c01de29d42/fonttools-4.60.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fe905403fe59683b0e9a45f234af2866834376b8821f34633b1c76fb731b6311", size = 4878073, upload-time = "2025-12-09T13:37:56.477Z" }, @@ -2070,46 +2160,78 @@ name = "fonttools" version = "4.61.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/ec/ca/cf17b88a8df95691275a3d77dc0a5ad9907f328ae53acbe6795da1b2f5ed/fonttools-4.61.1.tar.gz", hash = "sha256:6675329885c44657f826ef01d9e4fb33b9158e9d93c537d84ad8399539bc6f69", size = 3565756, upload-time = "2025-12-12T17:31:24.246Z" } wheels = [ @@ -2145,22 +2267,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/a7/01/e6ae64a0981076e8a66906fab01539799546181e32a37a0257b77e4aa88b/fonttools-4.61.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:b501c862d4901792adaec7c25b1ecc749e2662543f68bb194c42ba18d6eec98d", size = 5067859, upload-time = "2025-12-12T17:30:36.593Z" }, { url = "https://files.pythonhosted.org/packages/73/aa/28e40b8d6809a9b5075350a86779163f074d2b617c15d22343fce81918db/fonttools-4.61.1-cp313-cp313-win32.whl", hash = "sha256:4d7092bb38c53bbc78e9255a59158b150bcdc115a1e3b3ce0b5f267dc35dd63c", size = 2267821, upload-time = "2025-12-12T17:30:38.478Z" }, { url = "https://files.pythonhosted.org/packages/1a/59/453c06d1d83dc0951b69ef692d6b9f1846680342927df54e9a1ca91c6f90/fonttools-4.61.1-cp313-cp313-win_amd64.whl", hash = "sha256:21e7c8d76f62ab13c9472ccf74515ca5b9a761d1bde3265152a6dc58700d895b", size = 2318169, upload-time = "2025-12-12T17:30:40.951Z" }, - { url = "https://files.pythonhosted.org/packages/32/8f/4e7bf82c0cbb738d3c2206c920ca34ca74ef9dabde779030145d28665104/fonttools-4.61.1-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:fff4f534200a04b4a36e7ae3cb74493afe807b517a09e99cb4faa89a34ed6ecd", size = 2846094, upload-time = "2025-12-12T17:30:43.511Z" }, - { url = "https://files.pythonhosted.org/packages/71/09/d44e45d0a4f3a651f23a1e9d42de43bc643cce2971b19e784cc67d823676/fonttools-4.61.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:d9203500f7c63545b4ce3799319fe4d9feb1a1b89b28d3cb5abd11b9dd64147e", size = 2396589, upload-time = "2025-12-12T17:30:45.681Z" }, - { url = "https://files.pythonhosted.org/packages/89/18/58c64cafcf8eb677a99ef593121f719e6dcbdb7d1c594ae5a10d4997ca8a/fonttools-4.61.1-cp314-cp314-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:fa646ecec9528bef693415c79a86e733c70a4965dd938e9a226b0fc64c9d2e6c", size = 4877892, upload-time = "2025-12-12T17:30:47.709Z" }, - { url = "https://files.pythonhosted.org/packages/8a/ec/9e6b38c7ba1e09eb51db849d5450f4c05b7e78481f662c3b79dbde6f3d04/fonttools-4.61.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:11f35ad7805edba3aac1a3710d104592df59f4b957e30108ae0ba6c10b11dd75", size = 4972884, upload-time = "2025-12-12T17:30:49.656Z" }, - { url = "https://files.pythonhosted.org/packages/5e/87/b5339da8e0256734ba0dbbf5b6cdebb1dd79b01dc8c270989b7bcd465541/fonttools-4.61.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:b931ae8f62db78861b0ff1ac017851764602288575d65b8e8ff1963fed419063", size = 4924405, upload-time = "2025-12-12T17:30:51.735Z" }, - { url = "https://files.pythonhosted.org/packages/0b/47/e3409f1e1e69c073a3a6fd8cb886eb18c0bae0ee13db2c8d5e7f8495e8b7/fonttools-4.61.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:b148b56f5de675ee16d45e769e69f87623a4944f7443850bf9a9376e628a89d2", size = 5035553, upload-time = "2025-12-12T17:30:54.823Z" }, - { url = "https://files.pythonhosted.org/packages/bf/b6/1f6600161b1073a984294c6c031e1a56ebf95b6164249eecf30012bb2e38/fonttools-4.61.1-cp314-cp314-win32.whl", hash = "sha256:9b666a475a65f4e839d3d10473fad6d47e0a9db14a2f4a224029c5bfde58ad2c", size = 2271915, upload-time = "2025-12-12T17:30:57.913Z" }, - { url = "https://files.pythonhosted.org/packages/52/7b/91e7b01e37cc8eb0e1f770d08305b3655e4f002fc160fb82b3390eabacf5/fonttools-4.61.1-cp314-cp314-win_amd64.whl", hash = "sha256:4f5686e1fe5fce75d82d93c47a438a25bf0d1319d2843a926f741140b2b16e0c", size = 2323487, upload-time = "2025-12-12T17:30:59.804Z" }, - { url = "https://files.pythonhosted.org/packages/39/5c/908ad78e46c61c3e3ed70c3b58ff82ab48437faf84ec84f109592cabbd9f/fonttools-4.61.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:e76ce097e3c57c4bcb67c5aa24a0ecdbd9f74ea9219997a707a4061fbe2707aa", size = 2929571, upload-time = "2025-12-12T17:31:02.574Z" }, - { url = "https://files.pythonhosted.org/packages/bd/41/975804132c6dea64cdbfbaa59f3518a21c137a10cccf962805b301ac6ab2/fonttools-4.61.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:9cfef3ab326780c04d6646f68d4b4742aae222e8b8ea1d627c74e38afcbc9d91", size = 2435317, upload-time = "2025-12-12T17:31:04.974Z" }, - { url = "https://files.pythonhosted.org/packages/b0/5a/aef2a0a8daf1ebaae4cfd83f84186d4a72ee08fd6a8451289fcd03ffa8a4/fonttools-4.61.1-cp314-cp314t-manylinux1_x86_64.manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:a75c301f96db737e1c5ed5fd7d77d9c34466de16095a266509e13da09751bd19", size = 4882124, upload-time = "2025-12-12T17:31:07.456Z" }, - { url = "https://files.pythonhosted.org/packages/80/33/d6db3485b645b81cea538c9d1c9219d5805f0877fda18777add4671c5240/fonttools-4.61.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:91669ccac46bbc1d09e9273546181919064e8df73488ea087dcac3e2968df9ba", size = 5100391, upload-time = "2025-12-12T17:31:09.732Z" }, - { url = "https://files.pythonhosted.org/packages/6c/d6/675ba631454043c75fcf76f0ca5463eac8eb0666ea1d7badae5fea001155/fonttools-4.61.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:c33ab3ca9d3ccd581d58e989d67554e42d8d4ded94ab3ade3508455fe70e65f7", size = 4978800, upload-time = "2025-12-12T17:31:11.681Z" }, - { url = "https://files.pythonhosted.org/packages/7f/33/d3ec753d547a8d2bdaedd390d4a814e8d5b45a093d558f025c6b990b554c/fonttools-4.61.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:664c5a68ec406f6b1547946683008576ef8b38275608e1cee6c061828171c118", size = 5006426, upload-time = "2025-12-12T17:31:13.764Z" }, - { url = "https://files.pythonhosted.org/packages/b4/40/cc11f378b561a67bea850ab50063366a0d1dd3f6d0a30ce0f874b0ad5664/fonttools-4.61.1-cp314-cp314t-win32.whl", hash = "sha256:aed04cabe26f30c1647ef0e8fbb207516fd40fe9472e9439695f5c6998e60ac5", size = 2335377, upload-time = "2025-12-12T17:31:16.49Z" }, - { url = "https://files.pythonhosted.org/packages/e4/ff/c9a2b66b39f8628531ea58b320d66d951267c98c6a38684daa8f50fb02f8/fonttools-4.61.1-cp314-cp314t-win_amd64.whl", hash = "sha256:2180f14c141d2f0f3da43f3a81bc8aa4684860f6b0e6f9e165a4831f24e6a23b", size = 2400613, upload-time = "2025-12-12T17:31:18.769Z" }, { url = "https://files.pythonhosted.org/packages/c7/4e/ce75a57ff3aebf6fc1f4e9d508b8e5810618a33d900ad6c19eb30b290b97/fonttools-4.61.1-py3-none-any.whl", hash = "sha256:17d2bf5d541add43822bcf0c43d7d847b160c9bb01d15d5007d84e2217aaa371", size = 1148996, upload-time = "2025-12-12T17:31:21.03Z" }, ] @@ -2250,38 +2356,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/fd/00/04ca1c3a7a124b6de4f8a9a17cc2fcad138b4608e7a3fc5877804b8715d7/frozenlist-1.8.0-cp313-cp313t-win32.whl", hash = "sha256:0f96534f8bfebc1a394209427d0f8a63d343c9779cda6fc25e8e121b5fd8555b", size = 43492, upload-time = "2025-10-06T05:37:04.915Z" }, { url = "https://files.pythonhosted.org/packages/59/5e/c69f733a86a94ab10f68e496dc6b7e8bc078ebb415281d5698313e3af3a1/frozenlist-1.8.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5d63a068f978fc69421fb0e6eb91a9603187527c86b7cd3f534a5b77a592b888", size = 48034, upload-time = "2025-10-06T05:37:06.343Z" }, { url = "https://files.pythonhosted.org/packages/16/6c/be9d79775d8abe79b05fa6d23da99ad6e7763a1d080fbae7290b286093fd/frozenlist-1.8.0-cp313-cp313t-win_arm64.whl", hash = "sha256:bf0a7e10b077bf5fb9380ad3ae8ce20ef919a6ad93b4552896419ac7e1d8e042", size = 41749, upload-time = "2025-10-06T05:37:07.431Z" }, - { url = "https://files.pythonhosted.org/packages/f1/c8/85da824b7e7b9b6e7f7705b2ecaf9591ba6f79c1177f324c2735e41d36a2/frozenlist-1.8.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:cee686f1f4cadeb2136007ddedd0aaf928ab95216e7691c63e50a8ec066336d0", size = 86127, upload-time = "2025-10-06T05:37:08.438Z" }, - { url = "https://files.pythonhosted.org/packages/8e/e8/a1185e236ec66c20afd72399522f142c3724c785789255202d27ae992818/frozenlist-1.8.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:119fb2a1bd47307e899c2fac7f28e85b9a543864df47aa7ec9d3c1b4545f096f", size = 49698, upload-time = "2025-10-06T05:37:09.48Z" }, - { url = "https://files.pythonhosted.org/packages/a1/93/72b1736d68f03fda5fdf0f2180fb6caaae3894f1b854d006ac61ecc727ee/frozenlist-1.8.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:4970ece02dbc8c3a92fcc5228e36a3e933a01a999f7094ff7c23fbd2beeaa67c", size = 49749, upload-time = "2025-10-06T05:37:10.569Z" }, - { url = "https://files.pythonhosted.org/packages/a7/b2/fabede9fafd976b991e9f1b9c8c873ed86f202889b864756f240ce6dd855/frozenlist-1.8.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:cba69cb73723c3f329622e34bdbf5ce1f80c21c290ff04256cff1cd3c2036ed2", size = 231298, upload-time = "2025-10-06T05:37:11.993Z" }, - { url = "https://files.pythonhosted.org/packages/3a/3b/d9b1e0b0eed36e70477ffb8360c49c85c8ca8ef9700a4e6711f39a6e8b45/frozenlist-1.8.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:778a11b15673f6f1df23d9586f83c4846c471a8af693a22e066508b77d201ec8", size = 232015, upload-time = "2025-10-06T05:37:13.194Z" }, - { url = "https://files.pythonhosted.org/packages/dc/94/be719d2766c1138148564a3960fc2c06eb688da592bdc25adcf856101be7/frozenlist-1.8.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:0325024fe97f94c41c08872db482cf8ac4800d80e79222c6b0b7b162d5b13686", size = 225038, upload-time = "2025-10-06T05:37:14.577Z" }, - { url = "https://files.pythonhosted.org/packages/e4/09/6712b6c5465f083f52f50cf74167b92d4ea2f50e46a9eea0523d658454ae/frozenlist-1.8.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:97260ff46b207a82a7567b581ab4190bd4dfa09f4db8a8b49d1a958f6aa4940e", size = 240130, upload-time = "2025-10-06T05:37:15.781Z" }, - { url = "https://files.pythonhosted.org/packages/f8/d4/cd065cdcf21550b54f3ce6a22e143ac9e4836ca42a0de1022da8498eac89/frozenlist-1.8.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:54b2077180eb7f83dd52c40b2750d0a9f175e06a42e3213ce047219de902717a", size = 242845, upload-time = "2025-10-06T05:37:17.037Z" }, - { url = "https://files.pythonhosted.org/packages/62/c3/f57a5c8c70cd1ead3d5d5f776f89d33110b1addae0ab010ad774d9a44fb9/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:2f05983daecab868a31e1da44462873306d3cbfd76d1f0b5b69c473d21dbb128", size = 229131, upload-time = "2025-10-06T05:37:18.221Z" }, - { url = "https://files.pythonhosted.org/packages/6c/52/232476fe9cb64f0742f3fde2b7d26c1dac18b6d62071c74d4ded55e0ef94/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:33f48f51a446114bc5d251fb2954ab0164d5be02ad3382abcbfe07e2531d650f", size = 240542, upload-time = "2025-10-06T05:37:19.771Z" }, - { url = "https://files.pythonhosted.org/packages/5f/85/07bf3f5d0fb5414aee5f47d33c6f5c77bfe49aac680bfece33d4fdf6a246/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:154e55ec0655291b5dd1b8731c637ecdb50975a2ae70c606d100750a540082f7", size = 237308, upload-time = "2025-10-06T05:37:20.969Z" }, - { url = "https://files.pythonhosted.org/packages/11/99/ae3a33d5befd41ac0ca2cc7fd3aa707c9c324de2e89db0e0f45db9a64c26/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:4314debad13beb564b708b4a496020e5306c7333fa9a3ab90374169a20ffab30", size = 238210, upload-time = "2025-10-06T05:37:22.252Z" }, - { url = "https://files.pythonhosted.org/packages/b2/60/b1d2da22f4970e7a155f0adde9b1435712ece01b3cd45ba63702aea33938/frozenlist-1.8.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:073f8bf8becba60aa931eb3bc420b217bb7d5b8f4750e6f8b3be7f3da85d38b7", size = 231972, upload-time = "2025-10-06T05:37:23.5Z" }, - { url = "https://files.pythonhosted.org/packages/3f/ab/945b2f32de889993b9c9133216c068b7fcf257d8595a0ac420ac8677cab0/frozenlist-1.8.0-cp314-cp314-win32.whl", hash = "sha256:bac9c42ba2ac65ddc115d930c78d24ab8d4f465fd3fc473cdedfccadb9429806", size = 40536, upload-time = "2025-10-06T05:37:25.581Z" }, - { url = "https://files.pythonhosted.org/packages/59/ad/9caa9b9c836d9ad6f067157a531ac48b7d36499f5036d4141ce78c230b1b/frozenlist-1.8.0-cp314-cp314-win_amd64.whl", hash = "sha256:3e0761f4d1a44f1d1a47996511752cf3dcec5bbdd9cc2b4fe595caf97754b7a0", size = 44330, upload-time = "2025-10-06T05:37:26.928Z" }, - { url = "https://files.pythonhosted.org/packages/82/13/e6950121764f2676f43534c555249f57030150260aee9dcf7d64efda11dd/frozenlist-1.8.0-cp314-cp314-win_arm64.whl", hash = "sha256:d1eaff1d00c7751b7c6662e9c5ba6eb2c17a2306ba5e2a37f24ddf3cc953402b", size = 40627, upload-time = "2025-10-06T05:37:28.075Z" }, - { url = "https://files.pythonhosted.org/packages/c0/c7/43200656ecc4e02d3f8bc248df68256cd9572b3f0017f0a0c4e93440ae23/frozenlist-1.8.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:d3bb933317c52d7ea5004a1c442eef86f426886fba134ef8cf4226ea6ee1821d", size = 89238, upload-time = "2025-10-06T05:37:29.373Z" }, - { url = "https://files.pythonhosted.org/packages/d1/29/55c5f0689b9c0fb765055629f472c0de484dcaf0acee2f7707266ae3583c/frozenlist-1.8.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:8009897cdef112072f93a0efdce29cd819e717fd2f649ee3016efd3cd885a7ed", size = 50738, upload-time = "2025-10-06T05:37:30.792Z" }, - { url = "https://files.pythonhosted.org/packages/ba/7d/b7282a445956506fa11da8c2db7d276adcbf2b17d8bb8407a47685263f90/frozenlist-1.8.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2c5dcbbc55383e5883246d11fd179782a9d07a986c40f49abe89ddf865913930", size = 51739, upload-time = "2025-10-06T05:37:32.127Z" }, - { url = "https://files.pythonhosted.org/packages/62/1c/3d8622e60d0b767a5510d1d3cf21065b9db874696a51ea6d7a43180a259c/frozenlist-1.8.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:39ecbc32f1390387d2aa4f5a995e465e9e2f79ba3adcac92d68e3e0afae6657c", size = 284186, upload-time = "2025-10-06T05:37:33.21Z" }, - { url = "https://files.pythonhosted.org/packages/2d/14/aa36d5f85a89679a85a1d44cd7a6657e0b1c75f61e7cad987b203d2daca8/frozenlist-1.8.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:92db2bf818d5cc8d9c1f1fc56b897662e24ea5adb36ad1f1d82875bd64e03c24", size = 292196, upload-time = "2025-10-06T05:37:36.107Z" }, - { url = "https://files.pythonhosted.org/packages/05/23/6bde59eb55abd407d34f77d39a5126fb7b4f109a3f611d3929f14b700c66/frozenlist-1.8.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:2dc43a022e555de94c3b68a4ef0b11c4f747d12c024a520c7101709a2144fb37", size = 273830, upload-time = "2025-10-06T05:37:37.663Z" }, - { url = "https://files.pythonhosted.org/packages/d2/3f/22cff331bfad7a8afa616289000ba793347fcd7bc275f3b28ecea2a27909/frozenlist-1.8.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:cb89a7f2de3602cfed448095bab3f178399646ab7c61454315089787df07733a", size = 294289, upload-time = "2025-10-06T05:37:39.261Z" }, - { url = "https://files.pythonhosted.org/packages/a4/89/5b057c799de4838b6c69aa82b79705f2027615e01be996d2486a69ca99c4/frozenlist-1.8.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:33139dc858c580ea50e7e60a1b0ea003efa1fd42e6ec7fdbad78fff65fad2fd2", size = 300318, upload-time = "2025-10-06T05:37:43.213Z" }, - { url = "https://files.pythonhosted.org/packages/30/de/2c22ab3eb2a8af6d69dc799e48455813bab3690c760de58e1bf43b36da3e/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:168c0969a329b416119507ba30b9ea13688fafffac1b7822802537569a1cb0ef", size = 282814, upload-time = "2025-10-06T05:37:45.337Z" }, - { url = "https://files.pythonhosted.org/packages/59/f7/970141a6a8dbd7f556d94977858cfb36fa9b66e0892c6dd780d2219d8cd8/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:28bd570e8e189d7f7b001966435f9dac6718324b5be2990ac496cf1ea9ddb7fe", size = 291762, upload-time = "2025-10-06T05:37:46.657Z" }, - { url = "https://files.pythonhosted.org/packages/c1/15/ca1adae83a719f82df9116d66f5bb28bb95557b3951903d39135620ef157/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:b2a095d45c5d46e5e79ba1e5b9cb787f541a8dee0433836cea4b96a2c439dcd8", size = 289470, upload-time = "2025-10-06T05:37:47.946Z" }, - { url = "https://files.pythonhosted.org/packages/ac/83/dca6dc53bf657d371fbc88ddeb21b79891e747189c5de990b9dfff2ccba1/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:eab8145831a0d56ec9c4139b6c3e594c7a83c2c8be25d5bcf2d86136a532287a", size = 289042, upload-time = "2025-10-06T05:37:49.499Z" }, - { url = "https://files.pythonhosted.org/packages/96/52/abddd34ca99be142f354398700536c5bd315880ed0a213812bc491cff5e4/frozenlist-1.8.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:974b28cf63cc99dfb2188d8d222bc6843656188164848c4f679e63dae4b0708e", size = 283148, upload-time = "2025-10-06T05:37:50.745Z" }, - { url = "https://files.pythonhosted.org/packages/af/d3/76bd4ed4317e7119c2b7f57c3f6934aba26d277acc6309f873341640e21f/frozenlist-1.8.0-cp314-cp314t-win32.whl", hash = "sha256:342c97bf697ac5480c0a7ec73cd700ecfa5a8a40ac923bd035484616efecc2df", size = 44676, upload-time = "2025-10-06T05:37:52.222Z" }, - { url = "https://files.pythonhosted.org/packages/89/76/c615883b7b521ead2944bb3480398cbb07e12b7b4e4d073d3752eb721558/frozenlist-1.8.0-cp314-cp314t-win_amd64.whl", hash = "sha256:06be8f67f39c8b1dc671f5d83aaefd3358ae5cdcf8314552c57e7ed3e6475bdd", size = 49451, upload-time = "2025-10-06T05:37:53.425Z" }, - { url = "https://files.pythonhosted.org/packages/e0/a3/5982da14e113d07b325230f95060e2169f5311b1017ea8af2a29b374c289/frozenlist-1.8.0-cp314-cp314t-win_arm64.whl", hash = "sha256:102e6314ca4da683dca92e3b1355490fed5f313b768500084fbe6371fddfdb79", size = 42507, upload-time = "2025-10-06T05:37:54.513Z" }, { url = "https://files.pythonhosted.org/packages/c2/59/ae5cdac87a00962122ea37bb346d41b66aec05f9ce328fa2b9e216f8967b/frozenlist-1.8.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:d8b7138e5cd0647e4523d6685b0eac5d4be9a184ae9634492f25c6eb38c12a47", size = 86967, upload-time = "2025-10-06T05:37:55.607Z" }, { url = "https://files.pythonhosted.org/packages/8a/10/17059b2db5a032fd9323c41c39e9d1f5f9d0c8f04d1e4e3e788573086e61/frozenlist-1.8.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:a6483e309ca809f1efd154b4d37dc6d9f61037d6c6a81c2dc7a15cb22c8c5dca", size = 49984, upload-time = "2025-10-06T05:37:57.049Z" }, { url = "https://files.pythonhosted.org/packages/4b/de/ad9d82ca8e5fa8f0c636e64606553c79e2b859ad253030b62a21fe9986f5/frozenlist-1.8.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1b9290cf81e95e93fdf90548ce9d3c1211cf574b8e3f4b3b7cb0537cf2227068", size = 50240, upload-time = "2025-10-06T05:37:58.145Z" }, @@ -2315,21 +2389,6 @@ http = [ { name = "aiohttp" }, ] -[[package]] -name = "g2p-en" -version = "2.1.0" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "distance", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "inflect", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nltk", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/5f/22/2c7acbe6164ed6cfd4301e9ad2dbde69c68d22268a0f9b5b0ee6052ed3ab/g2p_en-2.1.0.tar.gz", hash = "sha256:32ecb119827a3b10ea8c1197276f4ea4f44070ae56cbbd01f0f261875f556a58", size = 3116166, upload-time = "2019-12-31T01:16:12.753Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/d7/d9/b77dc634a7a0c0c97716ba97dd0a28cbfa6267c96f359c4f27ed71cbd284/g2p_en-2.1.0-py3-none-any.whl", hash = "sha256:2a7aabf1fc7f270fcc3349881407988c9245173c2413debbe5432f4a4f31319f", size = 3117464, upload-time = "2019-12-31T01:16:03.286Z" }, -] - [[package]] name = "gitdb" version = "4.0.12" @@ -2368,12 +2427,24 @@ name = "greenlet" version = "3.2.5" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/b0/f5/3e9eafb4030588337b2a2ae4df46212956854e9069c07b53aa3caabafd47/greenlet-3.2.5.tar.gz", hash = "sha256:c816554eb33e7ecf9ba4defcb1fd8c994e59be6b4110da15480b3e7447ea4286", size = 191501, upload-time = "2026-02-20T20:08:51.539Z" } wheels = [ @@ -2409,12 +2480,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/41/cc/33bd4c2f816be8c8e16f71740c4130adf3a66a3dd2ba29de72b9d8dd1096/greenlet-3.2.5-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:499b809e7738c8af0ff9ac9d5dd821cb93f4293065a9237543217f0b252f950a", size = 614132, upload-time = "2026-02-20T20:08:00.351Z" }, { url = "https://files.pythonhosted.org/packages/48/79/f3891dcfc59097474a53cc3c624f2f2465e431ab493bda043b8c873fb20a/greenlet-3.2.5-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:2c7429f6e9cea7cbf2637d86d3db12806ba970f7f972fcab39d6b54b4457cbaf", size = 1125286, upload-time = "2026-02-20T20:32:54.032Z" }, { url = "https://files.pythonhosted.org/packages/ca/47/212b47e6d2d7a04c4083db1af2fdd291bc8fe99b7e3571bfa560b65fc361/greenlet-3.2.5-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:a5e4b25e855800fba17713020c5c33e0a4b7a1829027719344f0c7c8870092a2", size = 1152825, upload-time = "2026-02-20T20:06:29Z" }, - { url = "https://files.pythonhosted.org/packages/f6/9d/4e9b941be05f8da7ba804c6413761d2c11cca05994cbf0a015bd729419f0/greenlet-3.2.5-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:7123b29e6bad2f3f89681be4ef316480fca798ebe8d22fbaced9cc3775007a4f", size = 277627, upload-time = "2026-02-20T20:06:04.798Z" }, - { url = "https://files.pythonhosted.org/packages/23/cb/a73625c9a35138330014ecf3740c0d62e0c2b5e7279bb7f2586b1b199fac/greenlet-3.2.5-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:6e8fe0c72603201a86b2e038daf9b6c8570715f8779566419cff543b6ace88de", size = 690001, upload-time = "2026-02-20T20:30:47.754Z" }, - { url = "https://files.pythonhosted.org/packages/83/49/6d1531109507bce7dfb23acf57a87013627ed3ac058851176e443a6a9134/greenlet-3.2.5-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:050703a60603db0e817364d69e048c70af299040c13a7e67792b9e62d4571196", size = 702953, upload-time = "2026-02-20T20:37:29.125Z" }, - { url = "https://files.pythonhosted.org/packages/90/ac/6d8fff3b273fc60ad4b46f8411fe91c1e4cca064dfff68d096bc982fa6d0/greenlet-3.2.5-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.whl", hash = "sha256:04633da773ae432649a3f092a8e4add390732cc9e1ab52c8ff2c91b8dc86f202", size = 698353, upload-time = "2026-02-20T20:44:03.547Z" }, - { url = "https://files.pythonhosted.org/packages/f7/38/f958ee90fab93529b30cc1e4a59b27c1112b640570043a84af84da3b3b98/greenlet-3.2.5-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:6712bfd520530eb67331813f7112d3ee18e206f48b3d026d8a96cd2d2ad20251", size = 698995, upload-time = "2026-02-20T20:07:22.663Z" }, - { url = "https://files.pythonhosted.org/packages/51/c1/a603906e79716d61f08afedaf8aed62017661457aef233d62d6e57ecd511/greenlet-3.2.5-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0bc06a78fa3ffbe2a75f1ebc7e040eacf6fa1050a9432953ab111fbbbf0d03c1", size = 661175, upload-time = "2026-02-20T20:08:01.477Z" }, { url = "https://files.pythonhosted.org/packages/3f/8f/f880ff4587d236b4d06893fb34da6b299aa0d00f6c8259673f80e1b6d63c/greenlet-3.2.5-cp39-cp39-macosx_11_0_universal2.whl", hash = "sha256:dbe0e81e24982bb45907ca20152b31c2e3300ca352fdc4acbd4956e4a2cbc195", size = 274946, upload-time = "2026-02-20T20:05:21.979Z" }, { url = "https://files.pythonhosted.org/packages/3c/50/f6c78b8420187fdfe97fcf2e6d1dd243a7742d272c32fd4d4b1095474b37/greenlet-3.2.5-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:15871afc0d78ec87d15d8412b337f287fc69f8f669346e391585824970931c48", size = 631781, upload-time = "2026-02-20T20:30:48.845Z" }, { url = "https://files.pythonhosted.org/packages/26/d6/3277f92e1961e6e9f41d9f173ea74b5c1f7065072637669f761626f26cc0/greenlet-3.2.5-cp39-cp39-manylinux2014_ppc64le.manylinux_2_17_ppc64le.whl", hash = "sha256:5bf0d7d62e356ef2e87e55e46a4e930ac165f9372760fb983b5631bb479e9d3a", size = 643740, upload-time = "2026-02-20T20:37:30.639Z" }, @@ -2430,46 +2495,78 @@ name = "greenlet" version = "3.3.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/a3/51/1664f6b78fc6ebbd98019a1fd730e83fa78f2db7058f72b1463d3612b8db/greenlet-3.3.2.tar.gz", hash = "sha256:2eaf067fc6d886931c7962e8c6bede15d2f01965560f3359b27c80bde2d151f2", size = 188267, upload-time = "2026-02-20T20:54:15.531Z" } wheels = [ @@ -2508,23 +2605,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/d9/c4/2570fc07f34a39f2caf0bf9f24b0a1a0a47bc2e8e465b2c2424821389dfc/greenlet-3.3.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:1a9172f5bf6bd88e6ba5a84e0a68afeac9dc7b6b412b245dd64f52d83c81e55b", size = 1640455, upload-time = "2026-02-20T20:21:10.261Z" }, { url = "https://files.pythonhosted.org/packages/91/39/5ef5aa23bc545aa0d31e1b9b55822b32c8da93ba657295840b6b34124009/greenlet-3.3.2-cp313-cp313-win_amd64.whl", hash = "sha256:a7945dd0eab63ded0a48e4dcade82939783c172290a7903ebde9e184333ca124", size = 230961, upload-time = "2026-02-20T20:16:58.461Z" }, { url = "https://files.pythonhosted.org/packages/62/6b/a89f8456dcb06becff288f563618e9f20deed8dd29beea14f9a168aef64b/greenlet-3.3.2-cp313-cp313-win_arm64.whl", hash = "sha256:394ead29063ee3515b4e775216cb756b2e3b4a7e55ae8fd884f17fa579e6b327", size = 230221, upload-time = "2026-02-20T20:17:37.152Z" }, - { url = "https://files.pythonhosted.org/packages/3f/ae/8bffcbd373b57a5992cd077cbe8858fff39110480a9d50697091faea6f39/greenlet-3.3.2-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:8d1658d7291f9859beed69a776c10822a0a799bc4bfe1bd4272bb60e62507dab", size = 279650, upload-time = "2026-02-20T20:18:00.783Z" }, - { url = "https://files.pythonhosted.org/packages/d1/c0/45f93f348fa49abf32ac8439938726c480bd96b2a3c6f4d949ec0124b69f/greenlet-3.3.2-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:18cb1b7337bca281915b3c5d5ae19f4e76d35e1df80f4ad3c1a7be91fadf1082", size = 650295, upload-time = "2026-02-20T20:47:34.036Z" }, - { url = "https://files.pythonhosted.org/packages/b3/de/dd7589b3f2b8372069ab3e4763ea5329940fc7ad9dcd3e272a37516d7c9b/greenlet-3.3.2-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c2e47408e8ce1c6f1ceea0dffcdf6ebb85cc09e55c7af407c99f1112016e45e9", size = 662163, upload-time = "2026-02-20T20:56:01.295Z" }, - { url = "https://files.pythonhosted.org/packages/cd/ac/85804f74f1ccea31ba518dcc8ee6f14c79f73fe36fa1beba38930806df09/greenlet-3.3.2-cp314-cp314-manylinux_2_24_s390x.manylinux_2_28_s390x.whl", hash = "sha256:e3cb43ce200f59483eb82949bf1835a99cf43d7571e900d7c8d5c62cdf25d2f9", size = 675371, upload-time = "2026-02-20T21:02:49.664Z" }, - { url = "https://files.pythonhosted.org/packages/d2/d8/09bfa816572a4d83bccd6750df1926f79158b1c36c5f73786e26dbe4ee38/greenlet-3.3.2-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:63d10328839d1973e5ba35e98cccbca71b232b14051fd957b6f8b6e8e80d0506", size = 664160, upload-time = "2026-02-20T20:21:04.015Z" }, - { url = "https://files.pythonhosted.org/packages/48/cf/56832f0c8255d27f6c35d41b5ec91168d74ec721d85f01a12131eec6b93c/greenlet-3.3.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:8e4ab3cfb02993c8cc248ea73d7dae6cec0253e9afa311c9b37e603ca9fad2ce", size = 1619181, upload-time = "2026-02-20T20:49:36.052Z" }, - { url = "https://files.pythonhosted.org/packages/0a/23/b90b60a4aabb4cec0796e55f25ffbfb579a907c3898cd2905c8918acaa16/greenlet-3.3.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:94ad81f0fd3c0c0681a018a976e5c2bd2ca2d9d94895f23e7bb1af4e8af4e2d5", size = 1687713, upload-time = "2026-02-20T20:21:11.684Z" }, - { url = "https://files.pythonhosted.org/packages/f3/ca/2101ca3d9223a1dc125140dbc063644dca76df6ff356531eb27bc267b446/greenlet-3.3.2-cp314-cp314-win_amd64.whl", hash = "sha256:8c4dd0f3997cf2512f7601563cc90dfb8957c0cff1e3a1b23991d4ea1776c492", size = 232034, upload-time = "2026-02-20T20:20:08.186Z" }, - { url = "https://files.pythonhosted.org/packages/f6/4a/ecf894e962a59dea60f04877eea0fd5724618da89f1867b28ee8b91e811f/greenlet-3.3.2-cp314-cp314-win_arm64.whl", hash = "sha256:cd6f9e2bbd46321ba3bbb4c8a15794d32960e3b0ae2cc4d49a1a53d314805d71", size = 231437, upload-time = "2026-02-20T20:18:59.722Z" }, - { url = "https://files.pythonhosted.org/packages/98/6d/8f2ef704e614bcf58ed43cfb8d87afa1c285e98194ab2cfad351bf04f81e/greenlet-3.3.2-cp314-cp314t-macosx_11_0_universal2.whl", hash = "sha256:e26e72bec7ab387ac80caa7496e0f908ff954f31065b0ffc1f8ecb1338b11b54", size = 286617, upload-time = "2026-02-20T20:19:29.856Z" }, - { url = "https://files.pythonhosted.org/packages/5e/0d/93894161d307c6ea237a43988f27eba0947b360b99ac5239ad3fe09f0b47/greenlet-3.3.2-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8b466dff7a4ffda6ca975979bab80bdadde979e29fc947ac3be4451428d8b0e4", size = 655189, upload-time = "2026-02-20T20:47:35.742Z" }, - { url = "https://files.pythonhosted.org/packages/f5/2c/d2d506ebd8abcb57386ec4f7ba20f4030cbe56eae541bc6fd6ef399c0b41/greenlet-3.3.2-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:b8bddc5b73c9720bea487b3bffdb1840fe4e3656fba3bd40aa1489e9f37877ff", size = 658225, upload-time = "2026-02-20T20:56:02.527Z" }, - { url = "https://files.pythonhosted.org/packages/d1/67/8197b7e7e602150938049d8e7f30de1660cfb87e4c8ee349b42b67bdb2e1/greenlet-3.3.2-cp314-cp314t-manylinux_2_24_s390x.manylinux_2_28_s390x.whl", hash = "sha256:59b3e2c40f6706b05a9cd299c836c6aa2378cabe25d021acd80f13abf81181cf", size = 666581, upload-time = "2026-02-20T21:02:51.526Z" }, - { url = "https://files.pythonhosted.org/packages/8e/30/3a09155fbf728673a1dea713572d2d31159f824a37c22da82127056c44e4/greenlet-3.3.2-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b26b0f4428b871a751968285a1ac9648944cea09807177ac639b030bddebcea4", size = 657907, upload-time = "2026-02-20T20:21:05.259Z" }, - { url = "https://files.pythonhosted.org/packages/f3/fd/d05a4b7acd0154ed758797f0a43b4c0962a843bedfe980115e842c5b2d08/greenlet-3.3.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:1fb39a11ee2e4d94be9a76671482be9398560955c9e568550de0224e41104727", size = 1618857, upload-time = "2026-02-20T20:49:37.309Z" }, - { url = "https://files.pythonhosted.org/packages/6f/e1/50ee92a5db521de8f35075b5eff060dd43d39ebd46c2181a2042f7070385/greenlet-3.3.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:20154044d9085151bc309e7689d6f7ba10027f8f5a8c0676ad398b951913d89e", size = 1680010, upload-time = "2026-02-20T20:21:13.427Z" }, - { url = "https://files.pythonhosted.org/packages/29/4b/45d90626aef8e65336bed690106d1382f7a43665e2249017e9527df8823b/greenlet-3.3.2-cp314-cp314t-win_amd64.whl", hash = "sha256:c04c5e06ec3e022cbfe2cd4a846e1d4e50087444f875ff6d2c2ad8445495cf1a", size = 237086, upload-time = "2026-02-20T20:20:45.786Z" }, ] [[package]] @@ -2576,16 +2656,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e2/37/b980e0265479ec65e26b6e300a39ceac33ecb3f762c2861d4bac990317cf/grpcio-1.78.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ffbb760df1cd49e0989f9826b2fd48930700db6846ac171eaff404f3cfbe5c28", size = 7695243, upload-time = "2026-02-20T01:14:51.376Z" }, { url = "https://files.pythonhosted.org/packages/98/46/5fc42c100ab702fa1ea41a75c890c563c3f96432b4a287d5a6369654f323/grpcio-1.78.1-cp313-cp313-win32.whl", hash = "sha256:1a56bf3ee99af5cf32d469de91bf5de79bdac2e18082b495fc1063ea33f4f2d0", size = 4065329, upload-time = "2026-02-20T01:14:53.952Z" }, { url = "https://files.pythonhosted.org/packages/b0/da/806d60bb6611dfc16cf463d982bd92bd8b6bd5f87dfac66b0a44dfe20995/grpcio-1.78.1-cp313-cp313-win_amd64.whl", hash = "sha256:8991c2add0d8505178ff6c3ae54bd9386279e712be82fa3733c54067aae9eda1", size = 4797637, upload-time = "2026-02-20T01:14:57.276Z" }, - { url = "https://files.pythonhosted.org/packages/96/3a/2d2ec4d2ce2eb9d6a2b862630a0d9d4ff4239ecf1474ecff21442a78612a/grpcio-1.78.1-cp314-cp314-linux_armv7l.whl", hash = "sha256:d101fe49b1e0fb4a7aa36ed0c3821a0f67a5956ef572745452d2cd790d723a3f", size = 5920256, upload-time = "2026-02-20T01:15:00.23Z" }, - { url = "https://files.pythonhosted.org/packages/9c/92/dccb7d087a1220ed358753945230c1ddeeed13684b954cb09db6758f1271/grpcio-1.78.1-cp314-cp314-macosx_11_0_universal2.whl", hash = "sha256:5ce1855e8cfc217cdf6bcfe0cf046d7cf81ddcc3e6894d6cfd075f87a2d8f460", size = 11813749, upload-time = "2026-02-20T01:15:03.312Z" }, - { url = "https://files.pythonhosted.org/packages/ef/47/c20e87f87986da9998f30f14776ce27e61f02482a3a030ffe265089342c6/grpcio-1.78.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:cd26048d066b51f39fe9206e2bcc2cea869a5e5b2d13c8d523f4179193047ebd", size = 6488739, upload-time = "2026-02-20T01:15:14.349Z" }, - { url = "https://files.pythonhosted.org/packages/a6/c2/088bd96e255133d7d87c3eed0d598350d16cde1041bdbe2bb065967aaf91/grpcio-1.78.1-cp314-cp314-manylinux2014_i686.manylinux_2_17_i686.whl", hash = "sha256:4b8d7fda614cf2af0f73bbb042f3b7fee2ecd4aea69ec98dbd903590a1083529", size = 7173096, upload-time = "2026-02-20T01:15:17.687Z" }, - { url = "https://files.pythonhosted.org/packages/60/ce/168db121073a03355ce3552b3b1f790b5ded62deffd7d98c5f642b9d3d81/grpcio-1.78.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:656a5bd142caeb8b1efe1fe0b4434ecc7781f44c97cfc7927f6608627cf178c0", size = 6693861, upload-time = "2026-02-20T01:15:20.911Z" }, - { url = "https://files.pythonhosted.org/packages/ae/d0/90b30ec2d9425215dd56922d85a90babbe6ee7e8256ba77d866b9c0d3aba/grpcio-1.78.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:99550e344482e3c21950c034f74668fccf8a546d50c1ecb4f717543bbdc071ba", size = 7278083, upload-time = "2026-02-20T01:15:23.698Z" }, - { url = "https://files.pythonhosted.org/packages/c1/fb/73f9ba0b082bcd385d46205095fd9c917754685885b28fce3741e9f54529/grpcio-1.78.1-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:8f27683ca68359bd3f0eb4925824d71e538f84338b3ae337ead2ae43977d7541", size = 8252546, upload-time = "2026-02-20T01:15:26.517Z" }, - { url = "https://files.pythonhosted.org/packages/85/c5/6a89ea3cb5db6c3d9ed029b0396c49f64328c0cf5d2630ffeed25711920a/grpcio-1.78.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:a40515b69ac50792f9b8ead260f194ba2bb3285375b6c40c7ff938f14c3df17d", size = 7696289, upload-time = "2026-02-20T01:15:29.718Z" }, - { url = "https://files.pythonhosted.org/packages/3d/05/63a7495048499ef437b4933d32e59b7f737bd5368ad6fb2479e2bd83bf2c/grpcio-1.78.1-cp314-cp314-win32.whl", hash = "sha256:2c473b54ef1618f4fb85e82ff4994de18143b74efc088b91b5a935a3a45042ba", size = 4142186, upload-time = "2026-02-20T01:15:32.786Z" }, - { url = "https://files.pythonhosted.org/packages/1c/ce/adfe7e5f701d503be7778291757452e3fab6b19acf51917c79f5d1cf7f8a/grpcio-1.78.1-cp314-cp314-win_amd64.whl", hash = "sha256:e2a6b33d1050dce2c6f563c5caf7f7cbeebf7fba8cde37ffe3803d50526900d1", size = 4932000, upload-time = "2026-02-20T01:15:36.127Z" }, { url = "https://files.pythonhosted.org/packages/66/3a/0195cdf3f4fcde27fe82e2ec93913bf6575e7c7449b006bb5eff1fa75faf/grpcio-1.78.1-cp39-cp39-linux_armv7l.whl", hash = "sha256:559f58b6823e1abc38f82e157800aff649146f8906f7998c356cd48ae274d512", size = 5949570, upload-time = "2026-02-20T01:15:39.478Z" }, { url = "https://files.pythonhosted.org/packages/b4/4a/59741882c26c4d21a9af0b3552262711e3e9b0c4eb67696568366790cfc2/grpcio-1.78.1-cp39-cp39-macosx_11_0_universal2.whl", hash = "sha256:36aeff5ba8aaf70ceb2cbf6cbba9ad6beef715ad744841f3e0cd977ec02e5966", size = 11825370, upload-time = "2026-02-20T01:15:42.432Z" }, { url = "https://files.pythonhosted.org/packages/31/a9/a62a0b0fe9bc5fe2cce031c0df5746115296ffd35e5eb075f04c2460c378/grpcio-1.78.1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:0fa9943d4c7f4a14a9a876153a4e8ee2bb20a410b65c09f31510b2a42271f41b", size = 6521350, upload-time = "2026-02-20T01:15:46.334Z" }, @@ -2620,13 +2690,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/4a/1d/04513e3cab8f29ab8c109d309ddd21a2705afab9d52f2ba1151e0c14f086/hf_xet-1.2.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:6de1fc44f58f6dd937956c8d304d8c2dea264c80680bcfa61ca4a15e7b76780f", size = 3408448, upload-time = "2025-10-24T19:04:20.951Z" }, { url = "https://files.pythonhosted.org/packages/f0/7c/60a2756d7feec7387db3a1176c632357632fbe7849fce576c5559d4520c7/hf_xet-1.2.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:f182f264ed2acd566c514e45da9f2119110e48a87a327ca271027904c70c5832", size = 3503401, upload-time = "2025-10-24T19:04:22.549Z" }, { url = "https://files.pythonhosted.org/packages/4e/64/48fffbd67fb418ab07451e4ce641a70de1c40c10a13e25325e24858ebe5a/hf_xet-1.2.0-cp313-cp313t-win_amd64.whl", hash = "sha256:293a7a3787e5c95d7be1857358a9130694a9c6021de3f27fa233f37267174382", size = 2900866, upload-time = "2025-10-24T19:04:33.461Z" }, - { url = "https://files.pythonhosted.org/packages/e2/51/f7e2caae42f80af886db414d4e9885fac959330509089f97cccb339c6b87/hf_xet-1.2.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:10bfab528b968c70e062607f663e21e34e2bba349e8038db546646875495179e", size = 2861861, upload-time = "2025-10-24T19:04:19.01Z" }, - { url = "https://files.pythonhosted.org/packages/6e/1d/a641a88b69994f9371bd347f1dd35e5d1e2e2460a2e350c8d5165fc62005/hf_xet-1.2.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:2a212e842647b02eb6a911187dc878e79c4aa0aa397e88dd3b26761676e8c1f8", size = 2717699, upload-time = "2025-10-24T19:04:17.306Z" }, - { url = "https://files.pythonhosted.org/packages/df/e0/e5e9bba7d15f0318955f7ec3f4af13f92e773fbb368c0b8008a5acbcb12f/hf_xet-1.2.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:30e06daccb3a7d4c065f34fc26c14c74f4653069bb2b194e7f18f17cbe9939c0", size = 3314885, upload-time = "2025-10-24T19:04:07.642Z" }, - { url = "https://files.pythonhosted.org/packages/21/90/b7fe5ff6f2b7b8cbdf1bd56145f863c90a5807d9758a549bf3d916aa4dec/hf_xet-1.2.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:29c8fc913a529ec0a91867ce3d119ac1aac966e098cf49501800c870328cc090", size = 3221550, upload-time = "2025-10-24T19:04:05.55Z" }, - { url = "https://files.pythonhosted.org/packages/6f/cb/73f276f0a7ce46cc6a6ec7d6c7d61cbfe5f2e107123d9bbd0193c355f106/hf_xet-1.2.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e159cbfcfbb29f920db2c09ed8b660eb894640d284f102ada929b6e3dc410a", size = 3408010, upload-time = "2025-10-24T19:04:28.598Z" }, - { url = "https://files.pythonhosted.org/packages/b8/1e/d642a12caa78171f4be64f7cd9c40e3ca5279d055d0873188a58c0f5fbb9/hf_xet-1.2.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:9c91d5ae931510107f148874e9e2de8a16052b6f1b3ca3c1b12f15ccb491390f", size = 3503264, upload-time = "2025-10-24T19:04:30.397Z" }, - { url = "https://files.pythonhosted.org/packages/17/b5/33764714923fa1ff922770f7ed18c2daae034d21ae6e10dbf4347c854154/hf_xet-1.2.0-cp314-cp314t-win_amd64.whl", hash = "sha256:210d577732b519ac6ede149d2f2f34049d44e8622bf14eb3d63bbcd2d4b332dc", size = 2901071, upload-time = "2025-10-24T19:04:37.463Z" }, { url = "https://files.pythonhosted.org/packages/96/2d/22338486473df5923a9ab7107d375dbef9173c338ebef5098ef593d2b560/hf_xet-1.2.0-cp37-abi3-macosx_10_12_x86_64.whl", hash = "sha256:46740d4ac024a7ca9b22bebf77460ff43332868b661186a8e46c227fdae01848", size = 2866099, upload-time = "2025-10-24T19:04:15.366Z" }, { url = "https://files.pythonhosted.org/packages/7f/8c/c5becfa53234299bc2210ba314eaaae36c2875e0045809b82e40a9544f0c/hf_xet-1.2.0-cp37-abi3-macosx_11_0_arm64.whl", hash = "sha256:27df617a076420d8845bea087f59303da8be17ed7ec0cd7ee3b9b9f579dff0e4", size = 2722178, upload-time = "2025-10-24T19:04:13.695Z" }, { url = "https://files.pythonhosted.org/packages/9a/92/cf3ab0b652b082e66876d08da57fcc6fa2f0e6c70dfbbafbd470bb73eb47/hf_xet-1.2.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3651fd5bfe0281951b988c0facbe726aa5e347b103a675f49a3fa8144c7968fd", size = 3320214, upload-time = "2025-10-24T19:04:03.596Z" }, @@ -2641,8 +2704,8 @@ name = "httpcore" version = "1.0.9" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "certifi", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "h11", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "certifi", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "h11", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/06/94/82699a10bca87a5556c9c59b5963f2d039dbd239f25bc2a63907a05a14cb/httpcore-1.0.9.tar.gz", hash = "sha256:6e34463af53fd2ab5d807f399a9b45ea31c3dfa2276f15a2c3f00afff6e176e8", size = 85484, upload-time = "2025-04-24T22:06:22.219Z" } wheels = [ @@ -2654,10 +2717,10 @@ name = "httpx" version = "0.28.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "anyio", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "certifi", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "httpcore", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "idna", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "anyio", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "certifi", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "httpcore", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "idna", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b1/df/48c586a5fe32a0f01324ee087459e112ebb7224f646c0b5023f5e79e9956/httpx-0.28.1.tar.gz", hash = "sha256:75e98c5f16b0f35b567856f597f06ff2270a374470a5c2392242528e3e3e42fc", size = 141406, upload-time = "2024-12-06T15:37:23.222Z" } wheels = [ @@ -2669,22 +2732,67 @@ name = "huggingface-hub" version = "0.36.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fsspec", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "hf-xet", marker = "(python_full_version < '3.10' and platform_machine == 'aarch64') or (python_full_version < '3.10' and platform_machine == 'amd64') or (python_full_version < '3.10' and platform_machine == 'arm64') or (python_full_version < '3.10' and platform_machine == 'x86_64') or (platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'arm64' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'arm64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pyyaml", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "requests", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tqdm", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "fsspec", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "hf-xet", marker = "(python_full_version < '3.10' and platform_machine == 'aarch64') or (python_full_version < '3.10' and platform_machine == 'amd64') or (python_full_version < '3.10' and platform_machine == 'arm64') or (python_full_version < '3.10' and platform_machine == 'x86_64') or (platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'arm64' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'arm64' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'arm64' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (platform_machine == 'arm64' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'arm64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "packaging", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pyyaml", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "requests", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "tqdm", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "typing-extensions", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/7c/b7/8cb61d2eece5fb05a83271da168186721c450eb74e3c31f7ef3169fa475b/huggingface_hub-0.36.2.tar.gz", hash = "sha256:1934304d2fb224f8afa3b87007d58501acfda9215b334eed53072dd5e815ff7a", size = 649782, upload-time = "2026-02-06T09:24:13.098Z" } wheels = [ @@ -2696,58 +2804,58 @@ name = "huggingface-hub" version = "1.4.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fsspec", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "hf-xet", marker = "(python_full_version >= '3.10' and platform_machine == 'AMD64') or (python_full_version >= '3.10' and platform_machine == 'aarch64') or (python_full_version >= '3.10' and platform_machine == 'amd64') or (python_full_version >= '3.10' and platform_machine == 'arm64') or (python_full_version >= '3.10' and platform_machine == 'x86_64') or (platform_machine != 'AMD64' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'arm64' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'AMD64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'arm64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "httpx", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pyyaml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "shellingham", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tqdm", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typer-slim", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fsspec", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "hf-xet", marker = "(python_full_version >= '3.10' and platform_machine == 'AMD64' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and platform_machine == 'aarch64' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and platform_machine == 'amd64' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and platform_machine == 'arm64' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and platform_machine == 'x86_64' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (platform_machine != 'AMD64' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'arm64' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'AMD64' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'arm64' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'AMD64' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'arm64' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'AMD64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'AMD64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'arm64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'arm64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "httpx", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pyyaml", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "shellingham", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tqdm", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typer-slim", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/c4/fc/eb9bc06130e8bbda6a616e1b80a7aa127681c448d6b49806f61db2670b61/huggingface_hub-1.4.1.tar.gz", hash = "sha256:b41131ec35e631e7383ab26d6146b8d8972abc8b6309b963b306fbcca87f5ed5", size = 642156, upload-time = "2026-02-06T09:20:03.013Z" } wheels = [ @@ -2759,7 +2867,7 @@ name = "humanfriendly" version = "10.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "pyreadline3", marker = "(python_full_version < '3.10' and sys_platform == 'win32') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pyreadline3", marker = "(python_full_version < '3.10' and sys_platform == 'win32') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/cc/3f/2c29224acb2e2df4d2046e4c73ee2662023c58ff5b113c4c1adac0886c43/humanfriendly-10.0.tar.gz", hash = "sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc", size = 360702, upload-time = "2021-09-17T21:40:43.31Z" } wheels = [ @@ -2807,7 +2915,7 @@ name = "importlib-metadata" version = "8.7.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp", marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "zipp", marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/f3/49/3b30cad09e7771a4982d9975a8cbf64f00d4a1ececb53297f1d9a7be1b10/importlib_metadata-8.7.1.tar.gz", hash = "sha256:49fef1ae6440c182052f407c8d34a68f72efc36db9ca90dc0113398f2fdde8bb", size = 57107, upload-time = "2025-12-21T10:00:19.278Z" } wheels = [ @@ -2819,13 +2927,22 @@ name = "importlib-resources" version = "6.5.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "zipp", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "zipp", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/cf/8c/f834fbf984f691b4f7ff60f50b514cc3de5cc08abfc3295564dd89c5e2e7/importlib_resources-6.5.2.tar.gz", hash = "sha256:185f87adef5bcc288449d98fb4fba07cea78bc036455dd44c5fc4a2fe78fed2c", size = 44693, upload-time = "2025-01-03T18:51:56.698Z" } wheels = [ { url = "https://files.pythonhosted.org/packages/a4/ed/1f1afb2e9e7f38a545d628f864d562a5ae64fe6f7a10e28ffb9b185b4e89/importlib_resources-6.5.2-py3-none-any.whl", hash = "sha256:789cfdc3ed28c78b67a06acb8126751ced69a3d5f79c095a98298cd8a760ccec", size = 37461, upload-time = "2025-01-03T18:51:54.306Z" }, ] +[[package]] +name = "indic-numtowords" +version = "1.1.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/aa/46/683e92580d9c1752917d2f9ec2a44d2adc21cdfe4deeaa0fe87fc23dbea8/indic_numtowords-1.1.0.tar.gz", hash = "sha256:d1addc21444c332e05bfd8726af427960c096c2a16776d98bee4fbc36ade5d25", size = 44220, upload-time = "2025-08-18T12:24:13.075Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/1e/16/b2b6491d95a15bda712163b4e27428f2cb1ac3a1b4fb59b140dbc76f6ce5/indic_numtowords-1.1.0-py3-none-any.whl", hash = "sha256:bf4b7b9e539323d9b00bc868caa2d9369170b8f3ac4d19619bf9c6cdc6f89572", size = 71635, upload-time = "2025-08-18T12:24:11.065Z" }, +] + [[package]] name = "inflect" version = "7.5.0" @@ -2844,12 +2961,24 @@ name = "iniconfig" version = "2.1.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/f2/97/ebf4da567aa6827c909642694d71c9fcf53e5b504f2d96afea02718862f3/iniconfig-2.1.0.tar.gz", hash = "sha256:3abbd2e30b36733fee78f9c7f7308f2d0050e88f0087fd25c2645f63c773e1c7", size = 4793, upload-time = "2025-03-19T20:09:59.721Z" } wheels = [ @@ -2861,46 +2990,78 @@ name = "iniconfig" version = "2.3.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/72/34/14ca021ce8e5dfedc35312d08ba8bf51fdd999c576889fc2c24cb97f4f10/iniconfig-2.3.0.tar.gz", hash = "sha256:c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d8c4730", size = 20503, upload-time = "2025-10-18T21:55:43.219Z" } wheels = [ @@ -2924,14 +3085,14 @@ name = "ipython" version = "8.38.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ { name = "colorama", marker = "(python_full_version == '3.10.*' and sys_platform == 'win32') or (python_full_version != '3.10.*' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -2956,38 +3117,30 @@ name = "ipython" version = "9.10.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ { name = "colorama", marker = "(python_full_version >= '3.11' and sys_platform == 'win32') or (python_full_version < '3.11' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -3045,15 +3198,15 @@ wheels = [ [[package]] name = "jiwer" -version = "4.0.0" +version = "3.1.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "click", version = "8.3.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "rapidfuzz", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/12/1e/963dfc249d5bbe88079b57a22556e981ddd9208e4b6116e48bdbfc01f26b/jiwer-4.0.0.tar.gz", hash = "sha256:ae9c051469102a61ef0927100baeeb4546f78d180c9b0948281d08eaf44c191e", size = 28074, upload-time = "2025-06-19T16:05:23.004Z" } +sdist = { url = "https://files.pythonhosted.org/packages/85/3e/71b95cf0e2179fb5de8744a79fd36c8bd4e02e1803129a16d423884b6654/jiwer-3.1.0.tar.gz", hash = "sha256:dc492d09e570f1baba98c76aba09baf8e09c06e6808a4ba412dd4bde67fb79ac", size = 103187, upload-time = "2025-01-31T12:14:10.86Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/69/c9/172c525330c739a068c01050759a6f855ce16212db10a0359e690a03ac48/jiwer-4.0.0-py3-none-any.whl", hash = "sha256:7efaf0bd336b095d99ddef9dd67e1ee829d75d58aa2a81d9639870b01d6d95ea", size = 23034, upload-time = "2025-06-19T16:05:21.821Z" }, + { url = "https://files.pythonhosted.org/packages/ba/f4/35634d9eeff3b0bab51f5b9474ee569b1186bf29cf0d9d67b84acc80c53d/jiwer-3.1.0-py3-none-any.whl", hash = "sha256:5a14b5bba4692e1946ca3c6946435f7d90b1b526076ccb6c12be763e2146237d", size = 22303, upload-time = "2025-01-31T12:14:08.893Z" }, ] [[package]] @@ -3070,12 +3223,12 @@ name = "jsonschema" version = "4.25.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ { name = "attrs", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -3093,46 +3246,26 @@ name = "jsonschema" version = "4.26.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ { name = "attrs", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -3150,8 +3283,8 @@ name = "jsonschema-specifications" version = "2025.9.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "referencing", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "referencing", version = "0.37.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "referencing", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "referencing", version = "0.37.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/19/74/a633ee74eb36c44aa6d1095e7cc5569bebf04342ee146178e2d36600708b/jsonschema_specifications-2025.9.1.tar.gz", hash = "sha256:b540987f239e745613c7a9176f3edb72b832a4ac465cf02712288397832b5e8d", size = 32855, upload-time = "2025-09-08T01:34:59.186Z" } wheels = [ @@ -3163,12 +3296,12 @@ name = "julius" version = "0.2.7" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/a1/19/c9e1596b5572c786b93428d0904280e964c930fae7e6c9368ed9e1b63922/julius-0.2.7.tar.gz", hash = "sha256:3c0f5f5306d7d6016fcc95196b274cae6f07e2c9596eed314e4e7641554fbb08", size = 59640, upload-time = "2022-09-19T16:13:34.2Z" } @@ -3182,15 +3315,32 @@ dependencies = [ sdist = { url = "https://files.pythonhosted.org/packages/80/45/e3e542ffa8970ebd782fcece35e2295de9c60e8c396c2c1a403410d1b24e/kaldi-python-io-1.2.2.tar.gz", hash = "sha256:4ebb4029c6c58296cc0abf96edff02832ba341d290ed37624a8d00105f0f7c00", size = 8814, upload-time = "2021-03-18T12:02:05.832Z" } [[package]] -name = "kaldiio" -version = "2.18.1" +name = "kaldialign" +version = "0.9.1" source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/8d/85/92435e8e62eb3d43eded9f24643fc2a6dbce031cebceed11528147c7873f/kaldiio-2.18.1.tar.gz", hash = "sha256:0283d197fac6ac683f7a9e6af8d18aad9dbd2c4a997f22e45294f2ac1ee3c432", size = 35570, upload-time = "2025-03-06T15:57:52.375Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/ae/e3/6c3b42233225f398f7a72988b524f654ae818cca0d441db847a2761203e9/kaldiio-2.18.1-py3-none-any.whl", hash = "sha256:397a4cd18977acaae7acabfba6807ee0a6978c620064381a266eac15b3c1a0a0", size = 29330, upload-time = "2025-03-06T15:57:50.82Z" }, + { url = "https://files.pythonhosted.org/packages/d2/a0/f94eee8b64d7d20bac0725baf8221223e033a76387f9677845893dbcea4d/kaldialign-0.9.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:026f713cf18e272ef35602acb55294a92a7245ff94a3c45dcce0c3090f20d115", size = 113321, upload-time = "2024-03-17T23:17:25.378Z" }, + { url = "https://files.pythonhosted.org/packages/99/d0/6791cf1e0aac7e2dcb4430397b48046654a1109dbe8ab40f92c0c3cd07c7/kaldialign-0.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8d75a3a1716b299225e8b6f6ec2f6300dccae0ee35cf5bd2b40e493a89f13bb8", size = 87360, upload-time = "2024-03-17T23:22:28.638Z" }, + { url = "https://files.pythonhosted.org/packages/c7/b0/2d074f332743993f0938021d730fa1f6735f4312ada4245d4ad97295c8a1/kaldialign-0.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0a3f7af4ee8180d05cba148de79a6c81ea7f17822bb31707c1b00b9d9d5b5d50", size = 91767, upload-time = "2024-03-17T23:16:23.476Z" }, + { url = "https://files.pythonhosted.org/packages/61/ec/d62225522e188bc70950f8c0a07a5c945018f39cb3660ce690c7b2e5ddd1/kaldialign-0.9.1-cp310-cp310-win32.whl", hash = "sha256:154725a816022632f166ea842c7becd7236f6d7dffc82f6549f36a5c940c8a1e", size = 61726, upload-time = "2024-03-17T23:19:34.868Z" }, + { url = "https://files.pythonhosted.org/packages/85/57/d3e270229acd86207d06e1ed5ef0f5aba572877cdd671004f4cd6656b60d/kaldialign-0.9.1-cp310-cp310-win_amd64.whl", hash = "sha256:80c17a8723589291f68daece92f25c98bad21d49ecaf8d64b158ba343e79f5bd", size = 70277, upload-time = "2024-03-17T23:21:26.124Z" }, + { url = "https://files.pythonhosted.org/packages/1d/6f/5d4ecd96842e5a6ba1288095daa35264e79d3e72fac326a7a2a80d1220f9/kaldialign-0.9.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:14991bef6400fe6f93f6ebbc5923b9baa5bb5f979baa66cb5e116496b030192d", size = 113339, upload-time = "2024-03-17T23:16:29.101Z" }, + { url = "https://files.pythonhosted.org/packages/a5/d9/1effbcd3e7b8a5975d9661ea232f28d1694748676184e5ce21a61398a940/kaldialign-0.9.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:886386e06bee54929b5a56ac7693bcd22dd6568e257a0e15a58946eb5cb64bd9", size = 87375, upload-time = "2024-03-17T23:25:30.547Z" }, + { url = "https://files.pythonhosted.org/packages/86/2c/6adf305326f48bac470985069036e2eb1ed198fcbd8a5ca04d8055c4373f/kaldialign-0.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49a7eb2790acfa9e50409c4253fd785e0ecb0a23cc123bc97f1b06caf6382f8f", size = 91755, upload-time = "2024-03-17T23:16:44.306Z" }, + { url = "https://files.pythonhosted.org/packages/5a/60/ddd1d78f85bd093d92eee78a4ae38dc778be8b73918a44153767c5d5c85d/kaldialign-0.9.1-cp311-cp311-win32.whl", hash = "sha256:5b03ee410c8829db325cc4b64a3cebb0614b9a500e41335a0e70604a227c5a29", size = 61841, upload-time = "2024-03-17T23:18:36.946Z" }, + { url = "https://files.pythonhosted.org/packages/76/41/7b0d974b0104d232e69bd30350ce92d7de60ae65f33bbe92ad5d834d81aa/kaldialign-0.9.1-cp311-cp311-win_amd64.whl", hash = "sha256:c31e613c81fcbdd18496ed79066d44b1a44273eab223327c51e03964f5f561f2", size = 70082, upload-time = "2024-03-17T23:21:37.391Z" }, + { url = "https://files.pythonhosted.org/packages/42/99/207f45fd2b02f431c40e620cc41b3c6af8078a192482668840df52dad592/kaldialign-0.9.1-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:7112ff9f52c960825293cd3e8586094d700344c625cd4e75138408ace780402e", size = 115212, upload-time = "2024-03-17T23:16:52.041Z" }, + { url = "https://files.pythonhosted.org/packages/f0/e4/b2c2b4dfb88677b1868ed9366ed415d93360c47615a53e189d375b986de4/kaldialign-0.9.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cdaf85389756a1caf6ad95754480768195aea30e57f4ce741b6d385a84c6efd9", size = 87336, upload-time = "2024-03-17T23:23:14.787Z" }, + { url = "https://files.pythonhosted.org/packages/a1/25/acca269c3b9e219d4611c7f9b966e884521b61c899750343b3548bc6393b/kaldialign-0.9.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e9dc8455832caf4316a7674676098e4e9cc2c0f50428c7105e24c1c767bebd6e", size = 91977, upload-time = "2024-03-17T23:17:26.3Z" }, + { url = "https://files.pythonhosted.org/packages/87/56/4a9cd8468c6a3afd32ee29059e36e9b28dab41c37e49be979def88697166/kaldialign-0.9.1-cp312-cp312-win32.whl", hash = "sha256:c28620c352ecfb016b35579c3b52a4d049aba54c1e9a448d4bef88de1a8566c8", size = 62314, upload-time = "2024-03-17T23:20:01.936Z" }, + { url = "https://files.pythonhosted.org/packages/83/b2/aac02ff83128f8068898ad37eb0077cecad0548d1207ec0ff5f61107f8e2/kaldialign-0.9.1-cp312-cp312-win_amd64.whl", hash = "sha256:c6090ef4ebdaf95fa78b46d7eda05b7367d8d889228a67696217487d4ceb783c", size = 70822, upload-time = "2024-03-17T23:22:40.849Z" }, + { url = "https://files.pythonhosted.org/packages/da/32/a565d6828502782fc31d07d7676dc39adb16df5b64eec11f2225ac8a2d21/kaldialign-0.9.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9b6e8122ca31f1bab2690d225f74cf0493387c4e6794ff02d2425d2800117fd4", size = 92152, upload-time = "2025-05-14T19:40:03.882Z" }, + { url = "https://files.pythonhosted.org/packages/c4/e1/940a24ce5f164fa53fcb07ff9889dbb2ad131784e3fab4085ad6f3e13b5c/kaldialign-0.9.1-cp313-cp313-win_amd64.whl", hash = "sha256:2bd9647cc76d294fa0e35cc27f2fb96f88077c5a03f07475fd80a7216f6b334b", size = 74749, upload-time = "2025-05-14T19:41:20.461Z" }, + { url = "https://files.pythonhosted.org/packages/38/69/7742e25757759dc690026edd7e54b505fff343040bb5e40aa5e1470816f1/kaldialign-0.9.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:ceab2a7da2d56358570eccf6e05e401e0164a4eff608755353954df57143f11c", size = 113565, upload-time = "2024-03-17T23:17:24.944Z" }, + { url = "https://files.pythonhosted.org/packages/d1/8d/462123424fca571297dcdd0bf1c9ee16c6b013d06716822e50f6bc040eea/kaldialign-0.9.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8abb5daffe21987ab34c8ed6e6b5cfd15055d4dc8e5234bf5611279396f49e55", size = 87459, upload-time = "2024-03-17T23:26:51.435Z" }, + { url = "https://files.pythonhosted.org/packages/f8/7c/e013269eb08b62d17f95ac3071fce96d39f521974a77665590c38dfdccb5/kaldialign-0.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f0b6efd8d014f101098642ec2d99ee9a3d0c780c818e6e6ce5c18b6f4240f799", size = 91987, upload-time = "2024-03-17T23:19:16.394Z" }, + { url = "https://files.pythonhosted.org/packages/ce/e8/eab1e587d9acca69baa880f0ebbfe5a4f942b494fbcbdfc29dadc8dacbb1/kaldialign-0.9.1-cp39-cp39-win32.whl", hash = "sha256:b5d15974a86f3899aea2557f961b516f0a15157919663b50a89b6e5a17e54801", size = 61956, upload-time = "2024-03-17T23:19:37.971Z" }, + { url = "https://files.pythonhosted.org/packages/d3/16/9b215d9cebe397f937c39c890a6ed8eafea941b51d35728565ad386afaef/kaldialign-0.9.1-cp39-cp39-win_amd64.whl", hash = "sha256:6a92738abc4100f2e2e5ae9fc50311491550af4fbfe3dddec1438263a4132bc4", size = 70359, upload-time = "2024-03-17T23:24:35.086Z" }, ] [[package]] @@ -3198,12 +3348,24 @@ name = "kiwisolver" version = "1.4.7" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/85/4d/2255e1c76304cbd60b48cee302b66d1dde4468dc5b1160e4b7cb43778f2a/kiwisolver-1.4.7.tar.gz", hash = "sha256:9893ff81bd7107f7b685d3017cc6583daadb4fc26e4a888350df530e41980a60", size = 97286, upload-time = "2024-09-04T09:39:44.302Z" } wheels = [ @@ -3306,46 +3468,78 @@ name = "kiwisolver" version = "1.4.9" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/5c/3c/85844f1b0feb11ee581ac23fe5fce65cd049a200c1446708cc1b7f922875/kiwisolver-1.4.9.tar.gz", hash = "sha256:c3b22c26c6fd6811b0ae8363b95ca8ce4ea3c202d3d0975b2914310ceb1bcc4d", size = 97564, upload-time = "2025-08-10T21:27:49.279Z" } wheels = [ @@ -3413,32 +3607,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/99/43/7320c50e4133575c66e9f7dadead35ab22d7c012a3b09bb35647792b2a6d/kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:0ab74e19f6a2b027ea4f845a78827969af45ce790e6cb3e1ebab71bdf9f215ff", size = 2594639, upload-time = "2025-08-10T21:26:57.882Z" }, { url = "https://files.pythonhosted.org/packages/65/d6/17ae4a270d4a987ef8a385b906d2bdfc9fce502d6dc0d3aea865b47f548c/kiwisolver-1.4.9-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:dba5ee5d3981160c28d5490f0d1b7ed730c22470ff7f6cc26cfcfaacb9896a07", size = 2391741, upload-time = "2025-08-10T21:26:59.237Z" }, { url = "https://files.pythonhosted.org/packages/2a/8f/8f6f491d595a9e5912971f3f863d81baddccc8a4d0c3749d6a0dd9ffc9df/kiwisolver-1.4.9-cp313-cp313t-win_arm64.whl", hash = "sha256:0749fd8f4218ad2e851e11cc4dc05c7cbc0cbc4267bdfdb31782e65aace4ee9c", size = 68646, upload-time = "2025-08-10T21:27:00.52Z" }, - { url = "https://files.pythonhosted.org/packages/6b/32/6cc0fbc9c54d06c2969faa9c1d29f5751a2e51809dd55c69055e62d9b426/kiwisolver-1.4.9-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:9928fe1eb816d11ae170885a74d074f57af3a0d65777ca47e9aeb854a1fba386", size = 123806, upload-time = "2025-08-10T21:27:01.537Z" }, - { url = "https://files.pythonhosted.org/packages/b2/dd/2bfb1d4a4823d92e8cbb420fe024b8d2167f72079b3bb941207c42570bdf/kiwisolver-1.4.9-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:d0005b053977e7b43388ddec89fa567f43d4f6d5c2c0affe57de5ebf290dc552", size = 66605, upload-time = "2025-08-10T21:27:03.335Z" }, - { url = "https://files.pythonhosted.org/packages/f7/69/00aafdb4e4509c2ca6064646cba9cd4b37933898f426756adb2cb92ebbed/kiwisolver-1.4.9-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:2635d352d67458b66fd0667c14cb1d4145e9560d503219034a18a87e971ce4f3", size = 64925, upload-time = "2025-08-10T21:27:04.339Z" }, - { url = "https://files.pythonhosted.org/packages/43/dc/51acc6791aa14e5cb6d8a2e28cefb0dc2886d8862795449d021334c0df20/kiwisolver-1.4.9-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:767c23ad1c58c9e827b649a9ab7809fd5fd9db266a9cf02b0e926ddc2c680d58", size = 1472414, upload-time = "2025-08-10T21:27:05.437Z" }, - { url = "https://files.pythonhosted.org/packages/3d/bb/93fa64a81db304ac8a246f834d5094fae4b13baf53c839d6bb6e81177129/kiwisolver-1.4.9-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:72d0eb9fba308b8311685c2268cf7d0a0639a6cd027d8128659f72bdd8a024b4", size = 1281272, upload-time = "2025-08-10T21:27:07.063Z" }, - { url = "https://files.pythonhosted.org/packages/70/e6/6df102916960fb8d05069d4bd92d6d9a8202d5a3e2444494e7cd50f65b7a/kiwisolver-1.4.9-cp314-cp314-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:f68e4f3eeca8fb22cc3d731f9715a13b652795ef657a13df1ad0c7dc0e9731df", size = 1298578, upload-time = "2025-08-10T21:27:08.452Z" }, - { url = "https://files.pythonhosted.org/packages/7c/47/e142aaa612f5343736b087864dbaebc53ea8831453fb47e7521fa8658f30/kiwisolver-1.4.9-cp314-cp314-manylinux_2_24_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d84cd4061ae292d8ac367b2c3fa3aad11cb8625a95d135fe93f286f914f3f5a6", size = 1345607, upload-time = "2025-08-10T21:27:10.125Z" }, - { url = "https://files.pythonhosted.org/packages/54/89/d641a746194a0f4d1a3670fb900d0dbaa786fb98341056814bc3f058fa52/kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:a60ea74330b91bd22a29638940d115df9dc00af5035a9a2a6ad9399ffb4ceca5", size = 2230150, upload-time = "2025-08-10T21:27:11.484Z" }, - { url = "https://files.pythonhosted.org/packages/aa/6b/5ee1207198febdf16ac11f78c5ae40861b809cbe0e6d2a8d5b0b3044b199/kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:ce6a3a4e106cf35c2d9c4fa17c05ce0b180db622736845d4315519397a77beaf", size = 2325979, upload-time = "2025-08-10T21:27:12.917Z" }, - { url = "https://files.pythonhosted.org/packages/fc/ff/b269eefd90f4ae14dcc74973d5a0f6d28d3b9bb1afd8c0340513afe6b39a/kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:77937e5e2a38a7b48eef0585114fe7930346993a88060d0bf886086d2aa49ef5", size = 2491456, upload-time = "2025-08-10T21:27:14.353Z" }, - { url = "https://files.pythonhosted.org/packages/fc/d4/10303190bd4d30de547534601e259a4fbf014eed94aae3e5521129215086/kiwisolver-1.4.9-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:24c175051354f4a28c5d6a31c93906dc653e2bf234e8a4bbfb964892078898ce", size = 2294621, upload-time = "2025-08-10T21:27:15.808Z" }, - { url = "https://files.pythonhosted.org/packages/28/e0/a9a90416fce5c0be25742729c2ea52105d62eda6c4be4d803c2a7be1fa50/kiwisolver-1.4.9-cp314-cp314-win_amd64.whl", hash = "sha256:0763515d4df10edf6d06a3c19734e2566368980d21ebec439f33f9eb936c07b7", size = 75417, upload-time = "2025-08-10T21:27:17.436Z" }, - { url = "https://files.pythonhosted.org/packages/1f/10/6949958215b7a9a264299a7db195564e87900f709db9245e4ebdd3c70779/kiwisolver-1.4.9-cp314-cp314-win_arm64.whl", hash = "sha256:0e4e2bf29574a6a7b7f6cb5fa69293b9f96c928949ac4a53ba3f525dffb87f9c", size = 66582, upload-time = "2025-08-10T21:27:18.436Z" }, - { url = "https://files.pythonhosted.org/packages/ec/79/60e53067903d3bc5469b369fe0dfc6b3482e2133e85dae9daa9527535991/kiwisolver-1.4.9-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:d976bbb382b202f71c67f77b0ac11244021cfa3f7dfd9e562eefcea2df711548", size = 126514, upload-time = "2025-08-10T21:27:19.465Z" }, - { url = "https://files.pythonhosted.org/packages/25/d1/4843d3e8d46b072c12a38c97c57fab4608d36e13fe47d47ee96b4d61ba6f/kiwisolver-1.4.9-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2489e4e5d7ef9a1c300a5e0196e43d9c739f066ef23270607d45aba368b91f2d", size = 67905, upload-time = "2025-08-10T21:27:20.51Z" }, - { url = "https://files.pythonhosted.org/packages/8c/ae/29ffcbd239aea8b93108de1278271ae764dfc0d803a5693914975f200596/kiwisolver-1.4.9-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:e2ea9f7ab7fbf18fffb1b5434ce7c69a07582f7acc7717720f1d69f3e806f90c", size = 66399, upload-time = "2025-08-10T21:27:21.496Z" }, - { url = "https://files.pythonhosted.org/packages/a1/ae/d7ba902aa604152c2ceba5d352d7b62106bedbccc8e95c3934d94472bfa3/kiwisolver-1.4.9-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:b34e51affded8faee0dfdb705416153819d8ea9250bbbf7ea1b249bdeb5f1122", size = 1582197, upload-time = "2025-08-10T21:27:22.604Z" }, - { url = "https://files.pythonhosted.org/packages/f2/41/27c70d427eddb8bc7e4f16420a20fefc6f480312122a59a959fdfe0445ad/kiwisolver-1.4.9-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d8aacd3d4b33b772542b2e01beb50187536967b514b00003bdda7589722d2a64", size = 1390125, upload-time = "2025-08-10T21:27:24.036Z" }, - { url = "https://files.pythonhosted.org/packages/41/42/b3799a12bafc76d962ad69083f8b43b12bf4fe78b097b12e105d75c9b8f1/kiwisolver-1.4.9-cp314-cp314t-manylinux_2_24_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:7cf974dd4e35fa315563ac99d6287a1024e4dc2077b8a7d7cd3d2fb65d283134", size = 1402612, upload-time = "2025-08-10T21:27:25.773Z" }, - { url = "https://files.pythonhosted.org/packages/d2/b5/a210ea073ea1cfaca1bb5c55a62307d8252f531beb364e18aa1e0888b5a0/kiwisolver-1.4.9-cp314-cp314t-manylinux_2_24_s390x.manylinux_2_28_s390x.whl", hash = "sha256:85bd218b5ecfbee8c8a82e121802dcb519a86044c9c3b2e4aef02fa05c6da370", size = 1453990, upload-time = "2025-08-10T21:27:27.089Z" }, - { url = "https://files.pythonhosted.org/packages/5f/ce/a829eb8c033e977d7ea03ed32fb3c1781b4fa0433fbadfff29e39c676f32/kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:0856e241c2d3df4efef7c04a1e46b1936b6120c9bcf36dd216e3acd84bc4fb21", size = 2331601, upload-time = "2025-08-10T21:27:29.343Z" }, - { url = "https://files.pythonhosted.org/packages/e0/4b/b5e97eb142eb9cd0072dacfcdcd31b1c66dc7352b0f7c7255d339c0edf00/kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:9af39d6551f97d31a4deebeac6f45b156f9755ddc59c07b402c148f5dbb6482a", size = 2422041, upload-time = "2025-08-10T21:27:30.754Z" }, - { url = "https://files.pythonhosted.org/packages/40/be/8eb4cd53e1b85ba4edc3a9321666f12b83113a178845593307a3e7891f44/kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:bb4ae2b57fc1d8cbd1cf7b1d9913803681ffa903e7488012be5b76dedf49297f", size = 2594897, upload-time = "2025-08-10T21:27:32.803Z" }, - { url = "https://files.pythonhosted.org/packages/99/dd/841e9a66c4715477ea0abc78da039832fbb09dac5c35c58dc4c41a407b8a/kiwisolver-1.4.9-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:aedff62918805fb62d43a4aa2ecd4482c380dc76cd31bd7c8878588a61bd0369", size = 2391835, upload-time = "2025-08-10T21:27:34.23Z" }, - { url = "https://files.pythonhosted.org/packages/0c/28/4b2e5c47a0da96896fdfdb006340ade064afa1e63675d01ea5ac222b6d52/kiwisolver-1.4.9-cp314-cp314t-win_amd64.whl", hash = "sha256:1fa333e8b2ce4d9660f2cda9c0e1b6bafcfb2457a9d259faa82289e73ec24891", size = 79988, upload-time = "2025-08-10T21:27:35.587Z" }, - { url = "https://files.pythonhosted.org/packages/80/be/3578e8afd18c88cdf9cb4cffde75a96d2be38c5a903f1ed0ceec061bd09e/kiwisolver-1.4.9-cp314-cp314t-win_arm64.whl", hash = "sha256:4a48a2ce79d65d363597ef7b567ce3d14d68783d2b2263d98db3d9477805ba32", size = 70260, upload-time = "2025-08-10T21:27:36.606Z" }, { url = "https://files.pythonhosted.org/packages/a2/63/fde392691690f55b38d5dd7b3710f5353bf7a8e52de93a22968801ab8978/kiwisolver-1.4.9-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:4d1d9e582ad4d63062d34077a9a1e9f3c34088a2ec5135b1f7190c07cf366527", size = 60183, upload-time = "2025-08-10T21:27:37.669Z" }, { url = "https://files.pythonhosted.org/packages/27/b1/6aad34edfdb7cced27f371866f211332bba215bfd918ad3322a58f480d8b/kiwisolver-1.4.9-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:deed0c7258ceb4c44ad5ec7d9918f9f14fd05b2be86378d86cf50e63d1e7b771", size = 58675, upload-time = "2025-08-10T21:27:39.031Z" }, { url = "https://files.pythonhosted.org/packages/9d/1a/23d855a702bb35a76faed5ae2ba3de57d323f48b1f6b17ee2176c4849463/kiwisolver-1.4.9-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:0a590506f303f512dff6b7f75fd2fd18e16943efee932008fe7140e5fa91d80e", size = 80277, upload-time = "2025-08-10T21:27:40.129Z" }, @@ -3463,102 +3631,9 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/83/60/d497a310bde3f01cb805196ac61b7ad6dc5dcf8dce66634dc34364b20b4f/lazy_loader-0.4-py3-none-any.whl", hash = "sha256:342aa8e14d543a154047afb4ba8ef17f5563baad3fc610d7b15b213b0f119efc", size = 12097, upload-time = "2024-04-05T13:03:10.514Z" }, ] -[[package]] -name = "levenshtein" -version = "0.27.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "rapidfuzz", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/82/56/dcf68853b062e3b94bdc3d011cc4198779abc5b9dc134146a062920ce2e2/levenshtein-0.27.3.tar.gz", hash = "sha256:1ac326b2c84215795163d8a5af471188918b8797b4953ec87aaba22c9c1f9fc0", size = 393269, upload-time = "2025-11-01T12:14:31.04Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/ab/07/e8d04ec84fae72f0a75a2c46f897fe2abb82a657707a902a414faa5f8a72/levenshtein-0.27.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d61eff70799fd5e710625da8a13e5adabd62bfd9f70abb9c531af6cad458cd27", size = 171954, upload-time = "2025-11-01T12:12:40.151Z" }, - { url = "https://files.pythonhosted.org/packages/8d/13/606682ad2a7f0c01178cbc1f8de1b53d86e5dd8a03983c8feb8a6f403e76/levenshtein-0.27.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:477efed87edf72ad0d3870038479ed2f63020a42e69c6a38a32a550e51f8e70e", size = 158414, upload-time = "2025-11-01T12:12:42.169Z" }, - { url = "https://files.pythonhosted.org/packages/ce/c5/9627e1fc5cbfaff7fbf2e95aaf29340929ff2e92ae2d185b967a36942262/levenshtein-0.27.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:8ef99b9827d7d1100fc4398ac5522bd56766b894561c0cbdea0a01b93f24e642", size = 133822, upload-time = "2025-11-01T12:12:43.243Z" }, - { url = "https://files.pythonhosted.org/packages/32/88/9e24a51b99b3dd6b3706a94bd258b2254edab5392e92c2e6d9b0773eba8f/levenshtein-0.27.3-cp310-cp310-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9091e8ca9fff6088836abf372f8871fb480e44603defa526e1c3ae2f1d70acc5", size = 114383, upload-time = "2025-11-01T12:12:44.4Z" }, - { url = "https://files.pythonhosted.org/packages/4c/95/9a11eb769bad0583712e2772e90ef92929d4ff4931fbb34efe79a0bff493/levenshtein-0.27.3-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6ffdb2329712c5595eda3532a4f701f87f6c73a0f7aaac240681bf0b54310d63", size = 153061, upload-time = "2025-11-01T12:12:46.215Z" }, - { url = "https://files.pythonhosted.org/packages/b3/86/47387ed38df23ed3a6640032cdca97367eacb2a2d2075d97d6e88f43b40e/levenshtein-0.27.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:35856330eac1b968b45a5abbc4a3d14279bd9d1224be727cb1aac9ac4928a419", size = 1115566, upload-time = "2025-11-01T12:12:47.965Z" }, - { url = "https://files.pythonhosted.org/packages/dc/17/ed94dadabdf7e86940f6179238312a6750688f44565a4eb19ae5a87ce8a8/levenshtein-0.27.3-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:5377e237f6a13f5b0618621cca7992848993470c011716c3ad09cdf19c3b13ab", size = 1007140, upload-time = "2025-11-01T12:12:49.283Z" }, - { url = "https://files.pythonhosted.org/packages/52/25/c971c043aec0994c5600789d2bf4c183e2f389ee21559bb46a06c6f46ec2/levenshtein-0.27.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:e30614186eb5c43833b62ae7d893a116b88373eec8cf3f3d62ba51aa5962d8ea", size = 1185316, upload-time = "2025-11-01T12:12:50.849Z" }, - { url = "https://files.pythonhosted.org/packages/3c/54/2a1a1af73470cd6ca0d709efb1786fe4651eee9a3cb5b767903defb4fe9c/levenshtein-0.27.3-cp310-cp310-win32.whl", hash = "sha256:5499342fd6b003bd5abc28790c7b333884838f7fd8c50570a6520bbaf5e2a35b", size = 84312, upload-time = "2025-11-01T12:12:52.366Z" }, - { url = "https://files.pythonhosted.org/packages/10/15/50f508790a7b7e0d6258ec85add62c257ab27ca70e5e8a1bae8350305932/levenshtein-0.27.3-cp310-cp310-win_amd64.whl", hash = "sha256:9e2792730388bec6a85d4d3e3a9b53b8a4b509722bea1a78a39a1a0a7d8f0e13", size = 94376, upload-time = "2025-11-01T12:12:53.361Z" }, - { url = "https://files.pythonhosted.org/packages/9a/3f/ca3e54e5144695cc8a34601d275fabfc97c2ab9b824cbe0b49a0173a0575/levenshtein-0.27.3-cp310-cp310-win_arm64.whl", hash = "sha256:8a2a274b55562a49c6e9dadb16d05f6c27ffa98906b55d5c122893457ca6e464", size = 87216, upload-time = "2025-11-01T12:12:54.674Z" }, - { url = "https://files.pythonhosted.org/packages/0e/fd/42e28a86e2f04a2e064faa1eab7d81a35fb111212b508ce7e450f839943d/levenshtein-0.27.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:245b6ffb6e1b0828cafbce35c500cb3265d0962c121d090669f177968c5a2980", size = 172216, upload-time = "2025-11-01T12:12:55.727Z" }, - { url = "https://files.pythonhosted.org/packages/1d/f4/fe665c8e5d8ebe4266807e43af72db9d4f84d4f513ea86eacca3aaf5f77b/levenshtein-0.27.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8f44c98fa23f489eb7b2ad87d5dd24b6a784434bb5edb73f6b0513309c949690", size = 158616, upload-time = "2025-11-01T12:12:56.99Z" }, - { url = "https://files.pythonhosted.org/packages/22/46/9998bc56729444e350c083635b94c3eae97218b8a618cdc89f6825eec08c/levenshtein-0.27.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1f5f85a1fc96dfc147bba82b4c67d6346ea26c27ef77a6a9de689118e26dddbe", size = 134222, upload-time = "2025-11-01T12:12:58.437Z" }, - { url = "https://files.pythonhosted.org/packages/19/09/914b3fc22c083728904f8dc7876a2a90a602b4769f27f5320176cbd6f781/levenshtein-0.27.3-cp311-cp311-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:18ceddd38d0e990d2c1c9b72f3e191dace87e2f8f0446207ce9e9cd2bfdfc8a1", size = 114902, upload-time = "2025-11-01T12:12:59.645Z" }, - { url = "https://files.pythonhosted.org/packages/d2/ee/f361bfa5afe24698fb07ae7811e00c2984131023c7688299dea4fd3f2f4c/levenshtein-0.27.3-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:222b81adca29ee4128183328c6e1b25a48c817d14a008ab49e74be9df963b293", size = 153562, upload-time = "2025-11-01T12:13:00.745Z" }, - { url = "https://files.pythonhosted.org/packages/a3/4f/614d0ab9777ebb91895ce1c9390ec2f244f53f7ddf7e29f36b0ca33f3841/levenshtein-0.27.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:ee3769ab6e89c24f901e6b7004100630e86721464d7d0384860a322d7953d3a5", size = 1115732, upload-time = "2025-11-01T12:13:02.219Z" }, - { url = "https://files.pythonhosted.org/packages/24/d9/f33c4e35399349ec2eb7be53ed49459bf6e59c31668868c89cf6f7964029/levenshtein-0.27.3-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:03eba8fda9f3f2b4b0760263fa20b20a90ab00cbeeab4d0d9d899b4f77912b0a", size = 1009023, upload-time = "2025-11-01T12:13:03.954Z" }, - { url = "https://files.pythonhosted.org/packages/2e/63/e8803a6d71488334c100afc79a98efc8cf0086ad29ee7f1d083f7f2c584d/levenshtein-0.27.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:c870b19e2d5c7bc7f16213cc10312b82d873a4d46e1c6d51857a12ef39a76552", size = 1185850, upload-time = "2025-11-01T12:13:05.341Z" }, - { url = "https://files.pythonhosted.org/packages/09/55/a6a815ef76a6d5f7a2ee4e1edc8e8f1f935b9fa278634cc687af19b86de9/levenshtein-0.27.3-cp311-cp311-win32.whl", hash = "sha256:1987622e9b8ba2ae47dc27469291da1f58462660fa34f4358e9d9c1830fb1355", size = 84375, upload-time = "2025-11-01T12:13:06.647Z" }, - { url = "https://files.pythonhosted.org/packages/e5/36/cf4c36ffe91994e772b682ff4c3cb721bd50ac05d4a887baa35f4d3b2268/levenshtein-0.27.3-cp311-cp311-win_amd64.whl", hash = "sha256:a2b2aa81851e01bb09667b07e80c3fbf0f5a7c6ee9cd80caf43cce705e65832a", size = 94598, upload-time = "2025-11-01T12:13:07.68Z" }, - { url = "https://files.pythonhosted.org/packages/92/4b/43e820c3a13033908925eae8614ad7c0be1e5868836770565174012158c0/levenshtein-0.27.3-cp311-cp311-win_arm64.whl", hash = "sha256:a084b335c54def1aef9a594b7163faa44dd00056323808bab783f43d8e4c1395", size = 87133, upload-time = "2025-11-01T12:13:08.701Z" }, - { url = "https://files.pythonhosted.org/packages/7c/8e/3be9d8e0245704e3af5258fb6cb157c3d59902e1351e95edf6ed8a8c0434/levenshtein-0.27.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:2de7f095b0ca8e44de9de986ccba661cd0dec3511c751b499e76b60da46805e9", size = 169622, upload-time = "2025-11-01T12:13:10.026Z" }, - { url = "https://files.pythonhosted.org/packages/a6/42/a2b2fda5e8caf6ecd5aac142f946a77574a3961e65da62c12fd7e48e5cb1/levenshtein-0.27.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d9b8b29e5d5145a3c958664c85151b1bb4b26e4ca764380b947e6a96a321217c", size = 159183, upload-time = "2025-11-01T12:13:11.197Z" }, - { url = "https://files.pythonhosted.org/packages/eb/c4/f083fabbd61c449752df1746533538f4a8629e8811931b52f66e6c4290ad/levenshtein-0.27.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:fc975465a51b1c5889eadee1a583b81fba46372b4b22df28973e49e8ddb8f54a", size = 133120, upload-time = "2025-11-01T12:13:12.363Z" }, - { url = "https://files.pythonhosted.org/packages/4e/e5/b6421e04cb0629615b8efd6d4d167dd2b1afb5097b87bb83cd992004dcca/levenshtein-0.27.3-cp312-cp312-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:57573ed885118554770979fdee584071b66103f6d50beddeabb54607a1213d81", size = 114988, upload-time = "2025-11-01T12:13:13.486Z" }, - { url = "https://files.pythonhosted.org/packages/e5/77/39ee0e8d3028e90178e1031530ccc98563f8f2f0d905ec784669dcf0fa90/levenshtein-0.27.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:23aff800a6dd5d91bb3754a6092085aa7ad46b28e497682c155c74f681cfaa2d", size = 153346, upload-time = "2025-11-01T12:13:14.744Z" }, - { url = "https://files.pythonhosted.org/packages/3c/0d/c0f367bbd260dbd7a4e134fd21f459e0f5eac43deac507952b46a1d8a93a/levenshtein-0.27.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:c08a952432b8ad9dccb145f812176db94c52cda732311ddc08d29fd3bf185b0a", size = 1114538, upload-time = "2025-11-01T12:13:15.851Z" }, - { url = "https://files.pythonhosted.org/packages/d8/ef/ae71433f7b4db0bd2af7974785e36cdec899919203fb82e647c5a6109c07/levenshtein-0.27.3-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:3bfcb2d78ab9cc06a1e75da8fcfb7a430fe513d66cfe54c07e50f32805e5e6db", size = 1009734, upload-time = "2025-11-01T12:13:17.212Z" }, - { url = "https://files.pythonhosted.org/packages/27/dc/62c28b812dcb0953fc32ab7adf3d0e814e43c8560bb28d9269a44d874adf/levenshtein-0.27.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:ba7235f6dcb31a217247468295e2dd4c6c1d3ac81629dc5d355d93e1a5f4c185", size = 1185581, upload-time = "2025-11-01T12:13:18.661Z" }, - { url = "https://files.pythonhosted.org/packages/56/e8/2e7ab9c565793220edb8e5432f9a846386a157075bdd032a90e9585bce38/levenshtein-0.27.3-cp312-cp312-win32.whl", hash = "sha256:ea80d70f1d18c161a209be556b9094968627cbaae620e102459ef9c320a98cbb", size = 84660, upload-time = "2025-11-01T12:13:19.87Z" }, - { url = "https://files.pythonhosted.org/packages/2c/a6/907a1fc8587dc91c40156973e09d106ab064c06eb28dc4700ba0fe54d654/levenshtein-0.27.3-cp312-cp312-win_amd64.whl", hash = "sha256:fbaa1219d9b2d955339a37e684256a861e9274a3fe3a6ee1b8ea8724c3231ed9", size = 94909, upload-time = "2025-11-01T12:13:21.323Z" }, - { url = "https://files.pythonhosted.org/packages/d5/d6/e04f0ddf6a71df3cdd1817b71703490ac874601ed460b2af172d3752c321/levenshtein-0.27.3-cp312-cp312-win_arm64.whl", hash = "sha256:2edbaa84f887ea1d9d8e4440af3fdda44769a7855d581c6248d7ee51518402a8", size = 87358, upload-time = "2025-11-01T12:13:22.393Z" }, - { url = "https://files.pythonhosted.org/packages/3e/f2/162e9ea7490b36bbf05776c8e3a8114c75aa78546ddda8e8f36731db3da6/levenshtein-0.27.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e55aa9f9453fd89d4a9ff1f3c4a650b307d5f61a7eed0568a52fbd2ff2eba107", size = 169230, upload-time = "2025-11-01T12:13:23.735Z" }, - { url = "https://files.pythonhosted.org/packages/01/2d/7316ba7f94e3d60e89bd120526bc71e4812866bb7162767a2a10f73f72c5/levenshtein-0.27.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ae4d484453c48939ecd01c5c213530c68dd5cd6e5090f0091ef69799ec7a8a9f", size = 158643, upload-time = "2025-11-01T12:13:25.549Z" }, - { url = "https://files.pythonhosted.org/packages/5e/87/85433cb1e51c45016f061d96fea3106b6969f700e2cbb56c15de82d0deeb/levenshtein-0.27.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d18659832567ee387b266be390da0de356a3aa6cf0e8bc009b6042d8188e131f", size = 132881, upload-time = "2025-11-01T12:13:26.822Z" }, - { url = "https://files.pythonhosted.org/packages/40/1c/3ce66c9a7da169a43dd89146d69df9dec935e6f86c70c6404f48d1291d2c/levenshtein-0.27.3-cp313-cp313-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:027b3d142cc8ea2ab4e60444d7175f65a94dde22a54382b2f7b47cc24936eb53", size = 114650, upload-time = "2025-11-01T12:13:28.382Z" }, - { url = "https://files.pythonhosted.org/packages/73/60/7138e98884ca105c76ef192f5b43165d6eac6f32b432853ebe9f09ee50c9/levenshtein-0.27.3-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ffdca6989368cc64f347f0423c528520f12775b812e170a0eb0c10e4c9b0f3ff", size = 153127, upload-time = "2025-11-01T12:13:29.781Z" }, - { url = "https://files.pythonhosted.org/packages/df/8f/664ac8b83026d7d1382866b68babae17e92b7b6ff8dc3c6205c0066b8ce1/levenshtein-0.27.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:fa00ab389386032b02a1c9050ec3c6aa824d2bbcc692548fdc44a46b71c058c6", size = 1114602, upload-time = "2025-11-01T12:13:31.651Z" }, - { url = "https://files.pythonhosted.org/packages/2c/c8/8905d96cf2d7ed6af7eb39a8be0925ef335729473c1e9d1f56230ecaffc5/levenshtein-0.27.3-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:691c9003c6c481b899a5c2f72e8ce05a6d956a9668dc75f2a3ce9f4381a76dc6", size = 1008036, upload-time = "2025-11-01T12:13:33.006Z" }, - { url = "https://files.pythonhosted.org/packages/c7/57/01c37608121380a6357a297625562adad1c1fc8058d4f62279b735108927/levenshtein-0.27.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:12f7fc8bf0c24492fe97905348e020b55b9fc6dbaab7cd452566d1a466cb5e15", size = 1185338, upload-time = "2025-11-01T12:13:34.452Z" }, - { url = "https://files.pythonhosted.org/packages/dd/57/bceab41d40b58dee7927a8d1d18ed3bff7c95c5e530fb60093ce741a8c26/levenshtein-0.27.3-cp313-cp313-win32.whl", hash = "sha256:9f4872e4e19ee48eed39f214eea4eca42e5ef303f8a4a488d8312370674dbf3a", size = 84562, upload-time = "2025-11-01T12:13:35.858Z" }, - { url = "https://files.pythonhosted.org/packages/42/1d/74f1ff589bb687d0cad2bbdceef208dc070f56d1e38a3831da8c00bf13bb/levenshtein-0.27.3-cp313-cp313-win_amd64.whl", hash = "sha256:83aa2422e9a9af2c9d3e56a53e3e8de6bae58d1793628cae48c4282577c5c2c6", size = 94658, upload-time = "2025-11-01T12:13:36.963Z" }, - { url = "https://files.pythonhosted.org/packages/21/3c/22c86d3c8f254141096fd6089d2e9fdf98b1472c7a5d79d36d3557ec2d83/levenshtein-0.27.3-cp313-cp313-win_arm64.whl", hash = "sha256:d4adaf1edbcf38c3f2e290b52f4dcb5c6deff20308c26ef1127a106bc2d23e9f", size = 86929, upload-time = "2025-11-01T12:13:37.997Z" }, - { url = "https://files.pythonhosted.org/packages/0e/bc/9b7cf1b5fa098b86844d42de22549304699deff309c5c9e28b9a3fc4076a/levenshtein-0.27.3-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:272e24764b8210337b65a1cfd69ce40df5d2de1a3baf1234e7f06d2826ba2e7a", size = 170360, upload-time = "2025-11-01T12:13:39.019Z" }, - { url = "https://files.pythonhosted.org/packages/dc/95/997f2c83bd4712426bf0de8143b5e4403c7ebbafb5d1271983e774de3ae7/levenshtein-0.27.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:329a8e748a4e14d56daaa11f07bce3fde53385d05bad6b3f6dd9ee7802cdc915", size = 159098, upload-time = "2025-11-01T12:13:40.17Z" }, - { url = "https://files.pythonhosted.org/packages/fc/96/123c3316ae2f72c73be4fba9756924af015da4c0e5b12804f5753c0ee511/levenshtein-0.27.3-cp313-cp313t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a5fea1a9c6b9cc8729e467e2174b4359ff6bac27356bb5f31898e596b4ce133a", size = 136655, upload-time = "2025-11-01T12:13:41.262Z" }, - { url = "https://files.pythonhosted.org/packages/45/72/a3180d437736b1b9eacc3100be655a756deafb91de47c762d40eb45a9d91/levenshtein-0.27.3-cp313-cp313t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:3a61aa825819b6356555091d8a575d1235bd9c3753a68316a261af4856c3b487", size = 117511, upload-time = "2025-11-01T12:13:42.647Z" }, - { url = "https://files.pythonhosted.org/packages/61/f9/ba7c546a4b99347938e6661104064ab6a3651c601d59f241ffdc37510ecc/levenshtein-0.27.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a51de7a514e8183f0a82f2947d01b014d2391426543b1c076bf5a26328cec4e4", size = 155656, upload-time = "2025-11-01T12:13:44.208Z" }, - { url = "https://files.pythonhosted.org/packages/42/cd/5edd6e1e02c3e47c8121761756dd0f85f816b636f25509118b687e6b0f96/levenshtein-0.27.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:53cbf726d6e92040c9be7e594d959d496bd62597ea48eba9d96105898acbeafe", size = 1116689, upload-time = "2025-11-01T12:13:45.485Z" }, - { url = "https://files.pythonhosted.org/packages/95/67/25ca0119e0c6ec17226c72638f48ef8887124597ac48ad5da111c0b3a825/levenshtein-0.27.3-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:191b358afead8561c4fcfed22f83c13bb6c8da5f5789e277f0c5aa1c45ca612f", size = 1003166, upload-time = "2025-11-01T12:13:47.126Z" }, - { url = "https://files.pythonhosted.org/packages/45/64/ab216f3fb3cef1ee7e222665537f9340d828ef84c99409ba31f2ef2a3947/levenshtein-0.27.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:ba1318d0635b834b8f0397014a7c43f007e65fce396a47614780c881bdff828b", size = 1189362, upload-time = "2025-11-01T12:13:48.627Z" }, - { url = "https://files.pythonhosted.org/packages/31/58/b150034858de0899a5a222974b6710618ebc0779a0695df070f7ab559a0b/levenshtein-0.27.3-cp313-cp313t-win32.whl", hash = "sha256:8dd9e1db6c3b35567043e155a686e4827c4aa28a594bd81e3eea84d3a1bd5875", size = 86149, upload-time = "2025-11-01T12:13:50.588Z" }, - { url = "https://files.pythonhosted.org/packages/0a/c4/bbe46a11073641450200e6a604b3b62d311166e8061c492612a40e560e85/levenshtein-0.27.3-cp313-cp313t-win_amd64.whl", hash = "sha256:7813ecdac7a6223264ebfea0c8d69959c43d21a99694ef28018d22c4265c2af6", size = 96685, upload-time = "2025-11-01T12:13:51.641Z" }, - { url = "https://files.pythonhosted.org/packages/23/65/30b362ad9bfc1085741776a08b6ddee3f434e9daac2920daaee2e26271bf/levenshtein-0.27.3-cp313-cp313t-win_arm64.whl", hash = "sha256:8f05a0d23d13a6f802c7af595d0e43f5b9b98b6ed390cec7a35cb5d6693b882b", size = 88538, upload-time = "2025-11-01T12:13:52.757Z" }, - { url = "https://files.pythonhosted.org/packages/f3/e1/2f705da403f865a5fa3449b155738dc9c53021698fd6926253a9af03180b/levenshtein-0.27.3-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:a6728bfae9a86002f0223576675fc7e2a6e7735da47185a1d13d1eaaa73dd4be", size = 169457, upload-time = "2025-11-01T12:13:53.778Z" }, - { url = "https://files.pythonhosted.org/packages/76/2c/bb6ef359e007fe7b6b3195b68a94f4dd3ecd1885ee337ee8fbd4df55996f/levenshtein-0.27.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:8e5037c4a6f97a238e24aad6f98a1e984348b7931b1b04b6bd02bd4f8238150d", size = 158680, upload-time = "2025-11-01T12:13:55.005Z" }, - { url = "https://files.pythonhosted.org/packages/51/7b/de1999f4cf1cfebc3fbbf03a6d58498952d6560d9798af4b0a566e6b6f30/levenshtein-0.27.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c6cf5ecf9026bf24cf66ad019c6583f50058fae3e1b3c20e8812455b55d597f1", size = 133167, upload-time = "2025-11-01T12:13:56.426Z" }, - { url = "https://files.pythonhosted.org/packages/c7/da/aaa7f3a0a8ae8744b284043653652db3d7d93595517f9ed8158c03287692/levenshtein-0.27.3-cp314-cp314-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:9285084bd2fc19adb47dab54ed4a71f57f78fe0d754e4a01e3c75409a25aed24", size = 114530, upload-time = "2025-11-01T12:13:57.883Z" }, - { url = "https://files.pythonhosted.org/packages/29/ce/ed422816fb30ffa3bc11597b30d5deca06b4a1388707a04215da73c65b53/levenshtein-0.27.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ce3bbbe92172a08b599d79956182c6b7ab6ec8d4adbe7237417a363b968ad87b", size = 153325, upload-time = "2025-11-01T12:13:59.318Z" }, - { url = "https://files.pythonhosted.org/packages/d9/5a/a225477a0bda154f19f1c07a5e35500d631ae25dfd620b479027d79f0d4c/levenshtein-0.27.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:9dac48fab9d166ca90e12fb6cf6c7c8eb9c41aacf7136584411e20f7f136f745", size = 1114956, upload-time = "2025-11-01T12:14:00.543Z" }, - { url = "https://files.pythonhosted.org/packages/ca/c4/a1be1040f3cce516a5e2be68453fd0c32ac63b2e9d31f476723fd8002c09/levenshtein-0.27.3-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:d37a83722dc5326c93d17078e926c4732dc4f3488dc017c6839e34cd16af92b7", size = 1007610, upload-time = "2025-11-01T12:14:02.036Z" }, - { url = "https://files.pythonhosted.org/packages/86/d7/6f50e8a307e0c2befd819b481eb3a4c2eacab3dd8101982423003fac8ea3/levenshtein-0.27.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:3466cb8294ce586e49dd467560a153ab8d296015c538223f149f9aefd3d9f955", size = 1185379, upload-time = "2025-11-01T12:14:03.385Z" }, - { url = "https://files.pythonhosted.org/packages/6b/e5/5d8fb1b3ebd5735f53221bf95c923066bcfc132234925820128f7eee5b47/levenshtein-0.27.3-cp314-cp314-win32.whl", hash = "sha256:c848bf2457b268672b7e9e73b44f18f49856420ac50b2564cf115a6e4ef82688", size = 86328, upload-time = "2025-11-01T12:14:04.74Z" }, - { url = "https://files.pythonhosted.org/packages/30/82/8a9ccbdb4e38bd4d516f2804999dccb8cb4bcb4e33f52851735da0c73ea7/levenshtein-0.27.3-cp314-cp314-win_amd64.whl", hash = "sha256:742633f024362a4ed6ef9d7e75d68f74b041ae738985fcf55a0e6d1d4cade438", size = 96640, upload-time = "2025-11-01T12:14:06.24Z" }, - { url = "https://files.pythonhosted.org/packages/14/86/f9d15919f59f5d92c6baa500315e1fa0143a39d811427b83c54f038267ca/levenshtein-0.27.3-cp314-cp314-win_arm64.whl", hash = "sha256:9eed6851224b19e8d588ddb8eb8a4ae3c2dcabf3d1213985f0b94a67e517b1df", size = 89689, upload-time = "2025-11-01T12:14:07.379Z" }, - { url = "https://files.pythonhosted.org/packages/ed/f6/10f44975ae6dc3047b2cd260e3d4c3a5258b8d10690a42904115de24fc51/levenshtein-0.27.3-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:77de69a345c76227b51a4521cd85442eb3da54c7eb6a06663a20c058fc49e683", size = 170518, upload-time = "2025-11-01T12:14:09.196Z" }, - { url = "https://files.pythonhosted.org/packages/08/07/fa294a145a0c99a814a9a807614962c1ee0f5749ca691645980462027d5d/levenshtein-0.27.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:eba2756dc1f5b962b0ff80e49abb2153d5e809cc5e7fa5e85be9410ce474795d", size = 159097, upload-time = "2025-11-01T12:14:10.404Z" }, - { url = "https://files.pythonhosted.org/packages/ae/50/24bdf37813fc30f293e53b46022b091144f4737a6a66663d2235b311bb98/levenshtein-0.27.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2c8fcb498287e971d84260f67808ff1a06b3f6212d80fea75cf5155db80606ff", size = 136650, upload-time = "2025-11-01T12:14:11.579Z" }, - { url = "https://files.pythonhosted.org/packages/d0/a9/0399c7a190b277cdea3acc801129d9d30da57c3fa79519e7b8c3f080d86c/levenshtein-0.27.3-cp314-cp314t-manylinux_2_24_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:f067092c67464faab13e00a5c1a80da93baca8955d4d49579861400762e35591", size = 117515, upload-time = "2025-11-01T12:14:12.877Z" }, - { url = "https://files.pythonhosted.org/packages/bf/a4/1c27533e97578b385a4b8079abe8d1ce2e514717c761efbe4bf7bbd0ac2e/levenshtein-0.27.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:92415f32c68491203f2855d05eef3277d376182d014cf0859c013c89f277fbbf", size = 155711, upload-time = "2025-11-01T12:14:13.985Z" }, - { url = "https://files.pythonhosted.org/packages/50/35/bbc26638394a72b1e31a685ec251c995ee66a630c7e5c86f98770928b632/levenshtein-0.27.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:ef61eeaf1e0a42d7d947978d981fe4b9426b98b3dd8c1582c535f10dee044c3f", size = 1116692, upload-time = "2025-11-01T12:14:15.359Z" }, - { url = "https://files.pythonhosted.org/packages/cd/83/32fcf28b388f8dc6c36b54552b9bae289dab07d43df104893158c834cbcc/levenshtein-0.27.3-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:103bb2e9049d1aa0d1216dd09c1c9106ecfe7541bbdc1a0490b9357d42eec8f2", size = 1003167, upload-time = "2025-11-01T12:14:17.469Z" }, - { url = "https://files.pythonhosted.org/packages/d1/79/1fbf2877ec4b819f373a32ebe3c48a61ee810693593a6015108b0be97b78/levenshtein-0.27.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6a64ddd1986b2a4c468b09544382287315c53585eb067f6e200c337741e057ee", size = 1189417, upload-time = "2025-11-01T12:14:19.081Z" }, - { url = "https://files.pythonhosted.org/packages/d3/ac/dad4e09f1f7459c64172e48e40ed2baf3aa92d38205bcbd1b4ff00853701/levenshtein-0.27.3-cp314-cp314t-win32.whl", hash = "sha256:957244f27dc284ccb030a8b77b8a00deb7eefdcd70052a4b1d96f375780ae9dc", size = 88144, upload-time = "2025-11-01T12:14:20.667Z" }, - { url = "https://files.pythonhosted.org/packages/c0/61/cd51dc8b8a382e17c559a9812734c3a9afc2dab7d36253516335ee16ae50/levenshtein-0.27.3-cp314-cp314t-win_amd64.whl", hash = "sha256:ccd7eaa6d8048c3ec07c93cfbcdefd4a3ae8c6aca3a370f2023ee69341e5f076", size = 98516, upload-time = "2025-11-01T12:14:21.786Z" }, - { url = "https://files.pythonhosted.org/packages/27/5e/3fb67e882c1fee01ebb7abc1c0a6669e5ff8acd060e93bfe7229e9ce6e4f/levenshtein-0.27.3-cp314-cp314t-win_arm64.whl", hash = "sha256:1d8520b89b7a27bb5aadbcc156715619bcbf556a8ac46ad932470945dca6e1bd", size = 91020, upload-time = "2025-11-01T12:14:22.944Z" }, - { url = "https://files.pythonhosted.org/packages/b4/bc/21983893d3f40c6990e2e51c02dd48cfca350a36214be90d7c58f5f85896/levenshtein-0.27.3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:d2d7d22b6117a143f0cf101fe18a3ca90bd949fc33716a42d6165b9768d4a78c", size = 166073, upload-time = "2025-11-01T12:14:24.436Z" }, - { url = "https://files.pythonhosted.org/packages/ef/bb/52deb821ebf0cfc61baf7c9ebc5601649cfbfdaaaf156867786d1c5332d5/levenshtein-0.27.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:a55e7a2f317abd28576636e1f840fd268261f447c496a8481a9997a5ce889c59", size = 153629, upload-time = "2025-11-01T12:14:25.623Z" }, - { url = "https://files.pythonhosted.org/packages/60/0c/b72e6e2d16efd57c143785a30370ca50c2e355a9d0d678edb1c024865447/levenshtein-0.27.3-pp311-pypy311_pp73-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:55fa5f11952c38186bd4719e936eb4595b3d519218634924928787c36840256c", size = 130242, upload-time = "2025-11-01T12:14:26.926Z" }, - { url = "https://files.pythonhosted.org/packages/b5/b0/0aafad0dab03a58fd507773d3ff94ec13efdd3772ba217f85366213ab7ae/levenshtein-0.27.3-pp311-pypy311_pp73-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:559d3588e6766134d95f84f830cf40166360e1769d253f5f83474bff10a24341", size = 150655, upload-time = "2025-11-01T12:14:28.034Z" }, - { url = "https://files.pythonhosted.org/packages/b7/77/42dbcbafe9e0b0eb14cb6b08378c8c3bdc563ee34ee58f62e708e7f8956e/levenshtein-0.27.3-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:82d40da143c1b9e27adcd34a33dfcc4a0761aa717c5f618b9c6f57dec5d7a958", size = 92370, upload-time = "2025-11-01T12:14:29.143Z" }, -] - [[package]] name = "lhotse" -version = "1.32.2" +version = "1.31.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "audioread", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -3571,14 +3646,14 @@ dependencies = [ { name = "pyyaml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "soundfile", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "tabulate", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "tqdm", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/e0/4c/5bb9a0a5a92b3aca726ec9eeb0f9695a15c448a2c775108a9a066bdaead5/lhotse-1.32.2.tar.gz", hash = "sha256:11a6b86cd12ea2c3781b79ac4d877cffd2885042ca3aae5181b3099ce7770f5b", size = 672691, upload-time = "2026-01-14T15:08:58.015Z" } +sdist = { url = "https://files.pythonhosted.org/packages/03/28/ef2fb33e424e29dec83d2a150d76fb1920418a5d93d5268e6ce401cc33ad/lhotse-1.31.1.tar.gz", hash = "sha256:2ebc3c103c3e09313dff0c4e8740584e28ec35d74e985412c6b37279144a9716", size = 654706, upload-time = "2025-09-18T21:43:51.262Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/bf/1d/1e962e1a9307a0fe2c71a885d88e8c0f50bb95f7e909ff52dee04e1050c4/lhotse-1.32.2-py3-none-any.whl", hash = "sha256:2522749a6d4251a6d7fd8d8363bfe665877af7341ee5ba7ceca59708ea95c61e", size = 889657, upload-time = "2026-01-14T15:08:56.499Z" }, + { url = "https://files.pythonhosted.org/packages/cb/dd/4a3698be19e7eca530312afefada5cef524b397d69f8eca5e7cd26a1e4d1/lhotse-1.31.1-py3-none-any.whl", hash = "sha256:d1a8a3d79f7b1ec8d2a9daecc871514999b721bee8ab354db6063864362cc857", size = 866472, upload-time = "2025-09-18T21:43:49.365Z" }, ] [[package]] @@ -3586,8 +3661,8 @@ name = "libcst" version = "1.8.6" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "pyyaml", marker = "python_full_version >= '3.14' or (python_full_version >= '3.10' and python_full_version < '3.13') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version == '3.13.*' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pyyaml-ft", marker = "python_full_version == '3.13.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pyyaml", marker = "(python_full_version >= '3.10' and python_full_version < '3.13') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pyyaml-ft", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/de/cd/337df968b38d94c5aabd3e1b10630f047a2b345f6e1d4456bd9fe7417537/libcst-1.8.6.tar.gz", hash = "sha256:f729c37c9317126da9475bdd06a7208eb52fcbd180a6341648b45a56b4ba708b", size = 891354, upload-time = "2025-11-03T22:33:30.621Z" } wheels = [ @@ -3631,22 +3706,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/ad/cd/15762659a3f5799d36aab1bc2b7e732672722e249d7800e3c5f943b41250/libcst-1.8.6-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:7f04febcd70e1e67917be7de513c8d4749d2e09206798558d7fe632134426ea4", size = 2392661, upload-time = "2025-11-03T22:32:47.232Z" }, { url = "https://files.pythonhosted.org/packages/e4/6b/b7f9246c323910fcbe021241500f82e357521495dcfe419004dbb272c7cb/libcst-1.8.6-cp313-cp313t-win_amd64.whl", hash = "sha256:1dc3b897c8b0f7323412da3f4ad12b16b909150efc42238e19cbf19b561cc330", size = 2105068, upload-time = "2025-11-03T22:32:49.145Z" }, { url = "https://files.pythonhosted.org/packages/a6/0b/4fd40607bc4807ec2b93b054594373d7fa3d31bb983789901afcb9bcebe9/libcst-1.8.6-cp313-cp313t-win_arm64.whl", hash = "sha256:44f38139fa95e488db0f8976f9c7ca39a64d6bc09f2eceef260aa1f6da6a2e42", size = 1985181, upload-time = "2025-11-03T22:32:50.597Z" }, - { url = "https://files.pythonhosted.org/packages/3a/60/4105441989e321f7ad0fd28ffccb83eb6aac0b7cfb0366dab855dcccfbe5/libcst-1.8.6-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:b188e626ce61de5ad1f95161b8557beb39253de4ec74fc9b1f25593324a0279c", size = 2204202, upload-time = "2025-11-03T22:32:52.311Z" }, - { url = "https://files.pythonhosted.org/packages/67/2f/51a6f285c3a183e50cfe5269d4a533c21625aac2c8de5cdf2d41f079320d/libcst-1.8.6-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:87e74f7d7dfcba9efa91127081e22331d7c42515f0a0ac6e81d4cf2c3ed14661", size = 2083581, upload-time = "2025-11-03T22:32:54.269Z" }, - { url = "https://files.pythonhosted.org/packages/2f/64/921b1c19b638860af76cdb28bc81d430056592910b9478eea49e31a7f47a/libcst-1.8.6-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:3a926a4b42015ee24ddfc8ae940c97bd99483d286b315b3ce82f3bafd9f53474", size = 2236495, upload-time = "2025-11-03T22:32:55.723Z" }, - { url = "https://files.pythonhosted.org/packages/12/a8/b00592f9bede618cbb3df6ffe802fc65f1d1c03d48a10d353b108057d09c/libcst-1.8.6-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:3f4fbb7f569e69fd9e89d9d9caa57ca42c577c28ed05062f96a8c207594e75b8", size = 2301466, upload-time = "2025-11-03T22:32:57.337Z" }, - { url = "https://files.pythonhosted.org/packages/af/df/790d9002f31580fefd0aec2f373a0f5da99070e04c5e8b1c995d0104f303/libcst-1.8.6-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:08bd63a8ce674be431260649e70fca1d43f1554f1591eac657f403ff8ef82c7a", size = 2300264, upload-time = "2025-11-03T22:32:58.852Z" }, - { url = "https://files.pythonhosted.org/packages/21/de/dc3f10e65bab461be5de57850d2910a02c24c3ddb0da28f0e6e4133c3487/libcst-1.8.6-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:e00e275d4ba95d4963431ea3e409aa407566a74ee2bf309a402f84fc744abe47", size = 2408572, upload-time = "2025-11-03T22:33:00.552Z" }, - { url = "https://files.pythonhosted.org/packages/20/3b/35645157a7590891038b077db170d6dd04335cd2e82a63bdaa78c3297dfe/libcst-1.8.6-cp314-cp314-win_amd64.whl", hash = "sha256:fea5c7fa26556eedf277d4f72779c5ede45ac3018650721edd77fd37ccd4a2d4", size = 2193917, upload-time = "2025-11-03T22:33:02.354Z" }, - { url = "https://files.pythonhosted.org/packages/b3/a2/1034a9ba7d3e82f2c2afaad84ba5180f601aed676d92b76325797ad60951/libcst-1.8.6-cp314-cp314-win_arm64.whl", hash = "sha256:bb9b4077bdf8857b2483879cbbf70f1073bc255b057ec5aac8a70d901bb838e9", size = 2078748, upload-time = "2025-11-03T22:33:03.707Z" }, - { url = "https://files.pythonhosted.org/packages/95/a1/30bc61e8719f721a5562f77695e6154e9092d1bdf467aa35d0806dcd6cea/libcst-1.8.6-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:55ec021a296960c92e5a33b8d93e8ad4182b0eab657021f45262510a58223de1", size = 2188980, upload-time = "2025-11-03T22:33:05.152Z" }, - { url = "https://files.pythonhosted.org/packages/2c/14/c660204532407c5628e3b615015a902ed2d0b884b77714a6bdbe73350910/libcst-1.8.6-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:ba9ab2b012fbd53b36cafd8f4440a6b60e7e487cd8b87428e57336b7f38409a4", size = 2074828, upload-time = "2025-11-03T22:33:06.864Z" }, - { url = "https://files.pythonhosted.org/packages/82/e2/c497c354943dff644749f177ee9737b09ed811b8fc842b05709a40fe0d1b/libcst-1.8.6-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:c0a0cc80aebd8aa15609dd4d330611cbc05e9b4216bcaeabba7189f99ef07c28", size = 2225568, upload-time = "2025-11-03T22:33:08.354Z" }, - { url = "https://files.pythonhosted.org/packages/86/ef/45999676d07bd6d0eefa28109b4f97124db114e92f9e108de42ba46a8028/libcst-1.8.6-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:42a4f68121e2e9c29f49c97f6154e8527cd31021809cc4a941c7270aa64f41aa", size = 2286523, upload-time = "2025-11-03T22:33:10.206Z" }, - { url = "https://files.pythonhosted.org/packages/f4/6c/517d8bf57d9f811862f4125358caaf8cd3320a01291b3af08f7b50719db4/libcst-1.8.6-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:8a434c521fadaf9680788b50d5c21f4048fa85ed19d7d70bd40549fbaeeecab1", size = 2288044, upload-time = "2025-11-03T22:33:11.628Z" }, - { url = "https://files.pythonhosted.org/packages/83/ce/24d7d49478ffb61207f229239879845da40a374965874f5ee60f96b02ddb/libcst-1.8.6-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:6a65f844d813ab4ef351443badffa0ae358f98821561d19e18b3190f59e71996", size = 2392605, upload-time = "2025-11-03T22:33:12.962Z" }, - { url = "https://files.pythonhosted.org/packages/39/c3/829092ead738b71e96a4e96896c96f276976e5a8a58b4473ed813d7c962b/libcst-1.8.6-cp314-cp314t-win_amd64.whl", hash = "sha256:bdb14bc4d4d83a57062fed2c5da93ecb426ff65b0dc02ddf3481040f5f074a82", size = 2181581, upload-time = "2025-11-03T22:33:14.514Z" }, - { url = "https://files.pythonhosted.org/packages/98/6d/5d6a790a02eb0d9d36c4aed4f41b277497e6178900b2fa29c35353aa45ed/libcst-1.8.6-cp314-cp314t-win_arm64.whl", hash = "sha256:819c8081e2948635cab60c603e1bbdceccdfe19104a242530ad38a36222cb88f", size = 2065000, upload-time = "2025-11-03T22:33:16.257Z" }, { url = "https://files.pythonhosted.org/packages/0c/09/69a0cd1eeb358f03c3ccd79ca22778afc1c1c723158270ad84ce86266eed/libcst-1.8.6-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:cb2679ef532f9fa5be5c5a283b6357cb6e9888a8dd889c4bb2b01845a29d8c0b", size = 2211812, upload-time = "2025-11-03T22:33:17.748Z" }, { url = "https://files.pythonhosted.org/packages/ff/38/b965fa7bc4409520404261ce6bdf019e56bed1674b9a68ddfc9e25bc904c/libcst-1.8.6-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:203ec2a83f259baf686b9526268cd23d048d38be5589594ef143aee50a4faf7e", size = 2093137, upload-time = "2025-11-03T22:33:19.457Z" }, { url = "https://files.pythonhosted.org/packages/a9/7c/083084b91db049343c49a27279c226f4eb27d28bef4942965386418e643e/libcst-1.8.6-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:6366ab2107425bf934b0c83311177f2a371bfc757ee8c6ad4a602d7cbcc2f363", size = 2237609, upload-time = "2025-11-03T22:33:21.083Z" }, @@ -3667,20 +3726,20 @@ dependencies = [ { name = "joblib" }, { name = "lazy-loader" }, { name = "msgpack" }, - { name = "numba", version = "0.60.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numba", version = "0.61.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numba", version = "0.60.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numba", version = "0.61.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "numpy" }, { name = "pooch" }, - { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "soundfile" }, { name = "soxr" }, - { name = "standard-aifc", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "standard-sunau", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "standard-aifc", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "standard-sunau", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/64/36/360b5aafa0238e29758729e9486c6ed92a6f37fa403b7875e06c115cdf4a/librosa-0.11.0.tar.gz", hash = "sha256:f5ed951ca189b375bbe2e33b2abd7e040ceeee302b9bbaeeffdfddb8d0ace908", size = 327001, upload-time = "2025-03-11T15:09:54.884Z" } @@ -3694,18 +3753,18 @@ version = "2.4.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "fsspec", extra = ["http"] }, - { name = "lightning-utilities", version = "0.15.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "lightning-utilities", version = "0.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "lightning-utilities", version = "0.15.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "lightning-utilities", version = "0.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "packaging" }, - { name = "pytorch-lightning", version = "2.6.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pytorch-lightning", version = "2.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pytorch-lightning", version = "2.6.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pytorch-lightning", version = "2.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "pyyaml" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "torchmetrics" }, { name = "tqdm" }, { name = "typing-extensions" }, @@ -3720,17 +3779,29 @@ name = "lightning-utilities" version = "0.15.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "setuptools", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "setuptools", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b8/39/6fc58ca81492db047149b4b8fd385aa1bfb8c28cd7cacb0c7eb0c44d842f/lightning_utilities-0.15.2.tar.gz", hash = "sha256:cdf12f530214a63dacefd713f180d1ecf5d165338101617b4742e8f22c032e24", size = 31090, upload-time = "2025-08-06T13:57:39.242Z" } wheels = [ @@ -3742,50 +3813,82 @@ name = "lightning-utilities" version = "0.15.3" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/f1/45/7fa8f56b17dc0f0a41ec70dd307ecd6787254483549843bef4c30ab5adce/lightning_utilities-0.15.3.tar.gz", hash = "sha256:792ae0204c79f6859721ac7f386c237a33b0ed06ba775009cb894e010a842033", size = 33553, upload-time = "2026-02-22T14:48:53.348Z" } wheels = [ @@ -3817,10 +3920,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b0/8e/66dc6509608f2e23ab6fa0e260eb4c37d840a091ba1502e670208042b4df/lilcom-1.8.2-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:35012978dcd94b27b878ca5566c4c0d713c89544673aa41a971ac0e09fe38245", size = 86849, upload-time = "2026-01-15T01:51:12.155Z" }, { url = "https://files.pythonhosted.org/packages/43/08/ed28f4a048229029a07b6808cdbdc26de0c0be889ca29454e07677cc303b/lilcom-1.8.2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:988538da5b7e819443f2e10f800d79299fe8055ec3a91db8b1ed661dab3223bc", size = 93485, upload-time = "2026-01-20T00:28:43.271Z" }, { url = "https://files.pythonhosted.org/packages/a3/07/4febd60c0571f838a33a5342e7235a997369c0cac5ab71ea3fea04b65585/lilcom-1.8.2-cp313-cp313-win_amd64.whl", hash = "sha256:13d387472a9860909dbead72af29ceaa4f92be27d694df388a1b4a299c42d6a0", size = 69719, upload-time = "2026-01-15T01:48:42.389Z" }, - { url = "https://files.pythonhosted.org/packages/a1/f1/6f3ff00fd3011276490ca6fbe14713a6062397fb06d397eb23a0f12bfa79/lilcom-1.8.2-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:86c68bef3e5ef443eec092384606ece2b94babde83650437079f63afe1aef1c4", size = 118880, upload-time = "2026-01-15T01:52:22.281Z" }, - { url = "https://files.pythonhosted.org/packages/23/76/781fa0a40cc74cf255b2be0be72d7562e3a4a8c9dc6e95b2b428217aa78c/lilcom-1.8.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:738e10878b86a59ddb706fd55206dd186c5ff1b1d8640e79ceac2d3e25d65537", size = 87055, upload-time = "2026-01-15T01:51:36.692Z" }, - { url = "https://files.pythonhosted.org/packages/2e/2a/6705814902bb8c236a7c1d46dcb4331288d39b877c6d819f93495cac8688/lilcom-1.8.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:150ee54632ae366f0c41f8136dede1d3f55286f7b7137b2c4de45d52db16a333", size = 93529, upload-time = "2026-01-20T00:28:42.97Z" }, - { url = "https://files.pythonhosted.org/packages/09/cc/14073ccde224da3a4f4284f38d0220b47b09a059d1181af576ac7cb69157/lilcom-1.8.2-cp314-cp314-win_amd64.whl", hash = "sha256:174a284e973b6b57b9432c55978413c9b8a3112833e7cc890f5f5209a8a665c9", size = 71614, upload-time = "2026-01-15T01:49:04.606Z" }, { url = "https://files.pythonhosted.org/packages/71/b5/06e406f00f1c1422de8d6b1c06370e372e5dab23bdda64ee21d224fdb092/lilcom-1.8.2-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:7df109f05283c35276ecade8f2c170394a417a2ccc2525e416cf4522907f8643", size = 117690, upload-time = "2026-01-15T01:51:26.232Z" }, { url = "https://files.pythonhosted.org/packages/b3/6c/eb88558b5465048adeccabeb0573b38847f184d65118b9f9d81ef1d120ba/lilcom-1.8.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d3390f2eab3520bd0a7ce5565053b72a6967d192973d6f319b0fd517e28a9ee0", size = 86835, upload-time = "2026-01-15T01:48:45.779Z" }, { url = "https://files.pythonhosted.org/packages/d8/31/1b7210d1b5a41e0d5f6580bde69c20d61052cc37a17b149e1962428f8ebd/lilcom-1.8.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:64c7f015dd3744217edbf00e94563ba0c94817b4503459d05f11ff1d01f99c7a", size = 92396, upload-time = "2026-01-20T00:25:46.333Z" }, @@ -3832,12 +3931,24 @@ name = "llvmlite" version = "0.43.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/9f/3d/f513755f285db51ab363a53e898b85562e950f79a2e6767a364530c2f645/llvmlite-0.43.0.tar.gz", hash = "sha256:ae2b5b5c3ef67354824fb75517c8db5fbe93bc02cd9671f3c62271626bc041d5", size = 157069, upload-time = "2024-06-13T18:09:32.641Z" } wheels = [ @@ -3868,46 +3979,78 @@ name = "llvmlite" version = "0.44.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/89/6a/95a3d3610d5c75293d5dbbb2a76480d5d4eeba641557b69fe90af6c5b84e/llvmlite-0.44.0.tar.gz", hash = "sha256:07667d66a5d150abed9157ab6c0b9393c9356f229784a4385c02f99e94fc94d4", size = 171880, upload-time = "2025-01-20T11:14:41.342Z" } wheels = [ @@ -3933,19 +4076,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/d0/81/e66fc86539293282fd9cb7c9417438e897f369e79ffb62e1ae5e5154d4dd/llvmlite-0.44.0-cp313-cp313-win_amd64.whl", hash = "sha256:2fb7c4f2fb86cbae6dca3db9ab203eeea0e22d73b99bc2341cdf9de93612e930", size = 30331193, upload-time = "2025-01-20T11:14:38.578Z" }, ] -[[package]] -name = "loguru" -version = "0.7.3" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "colorama", marker = "(python_full_version >= '3.10' and sys_platform == 'win32') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "win32-setctime", marker = "(python_full_version >= '3.10' and sys_platform == 'win32') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/3a/05/a1dae3dffd1116099471c643b8924f5aa6524411dc6c63fdae648c4f1aca/loguru-0.7.3.tar.gz", hash = "sha256:19480589e77d47b8d85b2c827ad95d49bf31b0dcde16593892eb51dd18706eb6", size = 63559, upload-time = "2024-12-06T11:20:56.608Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/0c/29/0348de65b8cc732daa3e33e67806420b2ae89bdce2b04af740289c5c6c8c/loguru-0.7.3-py3-none-any.whl", hash = "sha256:31a33c10c8e1e10422bfd431aeb5d351c7cf7fa671e3c4df004162264b28220c", size = 61595, upload-time = "2024-12-06T11:20:54.538Z" }, -] - [[package]] name = "mako" version = "1.3.10" @@ -3972,15 +4102,27 @@ name = "markdown-it-py" version = "3.0.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "mdurl", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "mdurl", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb", size = 74596, upload-time = "2023-06-03T06:41:14.443Z" } wheels = [ @@ -3992,49 +4134,81 @@ name = "markdown-it-py" version = "4.0.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "mdurl", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "mdurl", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/5b/f5/4ec618ed16cc4f8fb3b701563655a69816155e79e24a17b651541804721d/markdown_it_py-4.0.0.tar.gz", hash = "sha256:cb0a2b4aa34f932c007117b194e945bd74e0ec24133ceb5bac59009cda1cb9f3", size = 73070, upload-time = "2025-08-11T12:57:52.854Z" } wheels = [ @@ -4102,28 +4276,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/80/d6/2d1b89f6ca4bff1036499b1e29a1d02d282259f3681540e16563f27ebc23/markupsafe-3.0.3-cp313-cp313t-win32.whl", hash = "sha256:69c0b73548bc525c8cb9a251cddf1931d1db4d2258e9599c28c07ef3580ef354", size = 14612, upload-time = "2025-09-27T18:37:02.639Z" }, { url = "https://files.pythonhosted.org/packages/2b/98/e48a4bfba0a0ffcf9925fe2d69240bfaa19c6f7507b8cd09c70684a53c1e/markupsafe-3.0.3-cp313-cp313t-win_amd64.whl", hash = "sha256:1b4b79e8ebf6b55351f0d91fe80f893b4743f104bff22e90697db1590e47a218", size = 15200, upload-time = "2025-09-27T18:37:03.582Z" }, { url = "https://files.pythonhosted.org/packages/0e/72/e3cc540f351f316e9ed0f092757459afbc595824ca724cbc5a5d4263713f/markupsafe-3.0.3-cp313-cp313t-win_arm64.whl", hash = "sha256:ad2cf8aa28b8c020ab2fc8287b0f823d0a7d8630784c31e9ee5edea20f406287", size = 13973, upload-time = "2025-09-27T18:37:04.929Z" }, - { url = "https://files.pythonhosted.org/packages/33/8a/8e42d4838cd89b7dde187011e97fe6c3af66d8c044997d2183fbd6d31352/markupsafe-3.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:eaa9599de571d72e2daf60164784109f19978b327a3910d3e9de8c97b5b70cfe", size = 11619, upload-time = "2025-09-27T18:37:06.342Z" }, - { url = "https://files.pythonhosted.org/packages/b5/64/7660f8a4a8e53c924d0fa05dc3a55c9cee10bbd82b11c5afb27d44b096ce/markupsafe-3.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c47a551199eb8eb2121d4f0f15ae0f923d31350ab9280078d1e5f12b249e0026", size = 12029, upload-time = "2025-09-27T18:37:07.213Z" }, - { url = "https://files.pythonhosted.org/packages/da/ef/e648bfd021127bef5fa12e1720ffed0c6cbb8310c8d9bea7266337ff06de/markupsafe-3.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f34c41761022dd093b4b6896d4810782ffbabe30f2d443ff5f083e0cbbb8c737", size = 24408, upload-time = "2025-09-27T18:37:09.572Z" }, - { url = "https://files.pythonhosted.org/packages/41/3c/a36c2450754618e62008bf7435ccb0f88053e07592e6028a34776213d877/markupsafe-3.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:457a69a9577064c05a97c41f4e65148652db078a3a509039e64d3467b9e7ef97", size = 23005, upload-time = "2025-09-27T18:37:10.58Z" }, - { url = "https://files.pythonhosted.org/packages/bc/20/b7fdf89a8456b099837cd1dc21974632a02a999ec9bf7ca3e490aacd98e7/markupsafe-3.0.3-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:e8afc3f2ccfa24215f8cb28dcf43f0113ac3c37c2f0f0806d8c70e4228c5cf4d", size = 22048, upload-time = "2025-09-27T18:37:11.547Z" }, - { url = "https://files.pythonhosted.org/packages/9a/a7/591f592afdc734f47db08a75793a55d7fbcc6902a723ae4cfbab61010cc5/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:ec15a59cf5af7be74194f7ab02d0f59a62bdcf1a537677ce67a2537c9b87fcda", size = 23821, upload-time = "2025-09-27T18:37:12.48Z" }, - { url = "https://files.pythonhosted.org/packages/7d/33/45b24e4f44195b26521bc6f1a82197118f74df348556594bd2262bda1038/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:0eb9ff8191e8498cca014656ae6b8d61f39da5f95b488805da4bb029cccbfbaf", size = 21606, upload-time = "2025-09-27T18:37:13.485Z" }, - { url = "https://files.pythonhosted.org/packages/ff/0e/53dfaca23a69fbfbbf17a4b64072090e70717344c52eaaaa9c5ddff1e5f0/markupsafe-3.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:2713baf880df847f2bece4230d4d094280f4e67b1e813eec43b4c0e144a34ffe", size = 23043, upload-time = "2025-09-27T18:37:14.408Z" }, - { url = "https://files.pythonhosted.org/packages/46/11/f333a06fc16236d5238bfe74daccbca41459dcd8d1fa952e8fbd5dccfb70/markupsafe-3.0.3-cp314-cp314-win32.whl", hash = "sha256:729586769a26dbceff69f7a7dbbf59ab6572b99d94576a5592625d5b411576b9", size = 14747, upload-time = "2025-09-27T18:37:15.36Z" }, - { url = "https://files.pythonhosted.org/packages/28/52/182836104b33b444e400b14f797212f720cbc9ed6ba34c800639d154e821/markupsafe-3.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:bdc919ead48f234740ad807933cdf545180bfbe9342c2bb451556db2ed958581", size = 15341, upload-time = "2025-09-27T18:37:16.496Z" }, - { url = "https://files.pythonhosted.org/packages/6f/18/acf23e91bd94fd7b3031558b1f013adfa21a8e407a3fdb32745538730382/markupsafe-3.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:5a7d5dc5140555cf21a6fefbdbf8723f06fcd2f63ef108f2854de715e4422cb4", size = 14073, upload-time = "2025-09-27T18:37:17.476Z" }, - { url = "https://files.pythonhosted.org/packages/3c/f0/57689aa4076e1b43b15fdfa646b04653969d50cf30c32a102762be2485da/markupsafe-3.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:1353ef0c1b138e1907ae78e2f6c63ff67501122006b0f9abad68fda5f4ffc6ab", size = 11661, upload-time = "2025-09-27T18:37:18.453Z" }, - { url = "https://files.pythonhosted.org/packages/89/c3/2e67a7ca217c6912985ec766c6393b636fb0c2344443ff9d91404dc4c79f/markupsafe-3.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1085e7fbddd3be5f89cc898938f42c0b3c711fdcb37d75221de2666af647c175", size = 12069, upload-time = "2025-09-27T18:37:19.332Z" }, - { url = "https://files.pythonhosted.org/packages/f0/00/be561dce4e6ca66b15276e184ce4b8aec61fe83662cce2f7d72bd3249d28/markupsafe-3.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1b52b4fb9df4eb9ae465f8d0c228a00624de2334f216f178a995ccdcf82c4634", size = 25670, upload-time = "2025-09-27T18:37:20.245Z" }, - { url = "https://files.pythonhosted.org/packages/50/09/c419f6f5a92e5fadde27efd190eca90f05e1261b10dbd8cbcb39cd8ea1dc/markupsafe-3.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fed51ac40f757d41b7c48425901843666a6677e3e8eb0abcff09e4ba6e664f50", size = 23598, upload-time = "2025-09-27T18:37:21.177Z" }, - { url = "https://files.pythonhosted.org/packages/22/44/a0681611106e0b2921b3033fc19bc53323e0b50bc70cffdd19f7d679bb66/markupsafe-3.0.3-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:f190daf01f13c72eac4efd5c430a8de82489d9cff23c364c3ea822545032993e", size = 23261, upload-time = "2025-09-27T18:37:22.167Z" }, - { url = "https://files.pythonhosted.org/packages/5f/57/1b0b3f100259dc9fffe780cfb60d4be71375510e435efec3d116b6436d43/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e56b7d45a839a697b5eb268c82a71bd8c7f6c94d6fd50c3d577fa39a9f1409f5", size = 24835, upload-time = "2025-09-27T18:37:23.296Z" }, - { url = "https://files.pythonhosted.org/packages/26/6a/4bf6d0c97c4920f1597cc14dd720705eca0bf7c787aebc6bb4d1bead5388/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:f3e98bb3798ead92273dc0e5fd0f31ade220f59a266ffd8a4f6065e0a3ce0523", size = 22733, upload-time = "2025-09-27T18:37:24.237Z" }, - { url = "https://files.pythonhosted.org/packages/14/c7/ca723101509b518797fedc2fdf79ba57f886b4aca8a7d31857ba3ee8281f/markupsafe-3.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5678211cb9333a6468fb8d8be0305520aa073f50d17f089b5b4b477ea6e67fdc", size = 23672, upload-time = "2025-09-27T18:37:25.271Z" }, - { url = "https://files.pythonhosted.org/packages/fb/df/5bd7a48c256faecd1d36edc13133e51397e41b73bb77e1a69deab746ebac/markupsafe-3.0.3-cp314-cp314t-win32.whl", hash = "sha256:915c04ba3851909ce68ccc2b8e2cd691618c4dc4c4232fb7982bca3f41fd8c3d", size = 14819, upload-time = "2025-09-27T18:37:26.285Z" }, - { url = "https://files.pythonhosted.org/packages/1a/8a/0402ba61a2f16038b48b39bccca271134be00c5c9f0f623208399333c448/markupsafe-3.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4faffd047e07c38848ce017e8725090413cd80cbc23d86e55c587bf979e579c9", size = 15426, upload-time = "2025-09-27T18:37:27.316Z" }, - { url = "https://files.pythonhosted.org/packages/70/bc/6f1c2f612465f5fa89b95bead1f44dcb607670fd42891d8fdcd5d039f4f4/markupsafe-3.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:32001d6a8fc98c8cb5c947787c5d08b0a50663d139f1305bac5885d98d9b40fa", size = 14146, upload-time = "2025-09-27T18:37:28.327Z" }, { url = "https://files.pythonhosted.org/packages/56/23/0d8c13a44bde9154821586520840643467aee574d8ce79a17da539ee7fed/markupsafe-3.0.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:15d939a21d546304880945ca1ecb8a039db6b4dc49b2c5a400387cdae6a62e26", size = 11623, upload-time = "2025-09-27T18:37:29.296Z" }, { url = "https://files.pythonhosted.org/packages/fd/23/07a2cb9a8045d5f3f0890a8c3bc0859d7a47bfd9a560b563899bec7b72ed/markupsafe-3.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:f71a396b3bf33ecaa1626c255855702aca4d3d9fea5e051b41ac59a9c1c41edc", size = 12049, upload-time = "2025-09-27T18:37:30.234Z" }, { url = "https://files.pythonhosted.org/packages/bc/e4/6be85eb81503f8e11b61c0b6369b6e077dcf0a74adbd9ebf6b349937b4e9/markupsafe-3.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0f4b68347f8c5eab4a13419215bdfd7f8c9b19f2b25520968adfad23eb0ce60c", size = 21923, upload-time = "2025-09-27T18:37:31.177Z" }, @@ -4155,24 +4307,36 @@ name = "matplotlib" version = "3.9.4" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "contourpy", version = "1.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "cycler", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fonttools", version = "4.60.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "importlib-resources", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "kiwisolver", version = "1.4.7", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pillow", version = "11.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pyparsing", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "python-dateutil", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "contourpy", version = "1.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "cycler", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fonttools", version = "4.60.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "importlib-resources", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "kiwisolver", version = "1.4.7", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pillow", version = "11.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pyparsing", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "python-dateutil", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/df/17/1747b4154034befd0ed33b52538f5eb7752d05bb51c5e2a31470c3bc7d52/matplotlib-3.9.4.tar.gz", hash = "sha256:1e00e8be7393cbdc6fedfa8a6fba02cf3e83814b285db1c60b906a023ba41bc3", size = 36106529, upload-time = "2024-12-13T05:56:34.184Z" } wheels = [ @@ -4223,58 +4387,90 @@ name = "matplotlib" version = "3.10.8" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "contourpy", version = "1.3.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "contourpy", version = "1.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "cycler", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fonttools", version = "4.61.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "kiwisolver", version = "1.4.9", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pillow", version = "12.1.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pyparsing", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "python-dateutil", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "contourpy", version = "1.3.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "contourpy", version = "1.3.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "cycler", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fonttools", version = "4.61.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "kiwisolver", version = "1.4.9", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pillow", version = "12.1.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pyparsing", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "python-dateutil", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/8a/76/d3c6e3a13fe484ebe7718d14e269c9569c4eb0020a968a327acb3b9a8fe6/matplotlib-3.10.8.tar.gz", hash = "sha256:2299372c19d56bcd35cf05a2738308758d32b9eaed2371898d8f5bd33f084aa3", size = 34806269, upload-time = "2025-12-10T22:56:51.155Z" } wheels = [ @@ -4312,20 +4508,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/c0/3d/8b94a481456dfc9dfe6e39e93b5ab376e50998cddfd23f4ae3b431708f16/matplotlib-3.10.8-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:0a33deb84c15ede243aead39f77e990469fff93ad1521163305095b77b72ce4a", size = 9614000, upload-time = "2025-12-10T22:56:05.411Z" }, { url = "https://files.pythonhosted.org/packages/bd/cd/bc06149fe5585ba800b189a6a654a75f1f127e8aab02fd2be10df7fa500c/matplotlib-3.10.8-cp313-cp313t-win_amd64.whl", hash = "sha256:3a48a78d2786784cc2413e57397981fb45c79e968d99656706018d6e62e57958", size = 8220043, upload-time = "2025-12-10T22:56:07.551Z" }, { url = "https://files.pythonhosted.org/packages/e3/de/b22cf255abec916562cc04eef457c13e58a1990048de0c0c3604d082355e/matplotlib-3.10.8-cp313-cp313t-win_arm64.whl", hash = "sha256:15d30132718972c2c074cd14638c7f4592bd98719e2308bccea40e0538bc0cb5", size = 8062075, upload-time = "2025-12-10T22:56:09.178Z" }, - { url = "https://files.pythonhosted.org/packages/3c/43/9c0ff7a2f11615e516c3b058e1e6e8f9614ddeca53faca06da267c48345d/matplotlib-3.10.8-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:b53285e65d4fa4c86399979e956235deb900be5baa7fc1218ea67fbfaeaadd6f", size = 8262481, upload-time = "2025-12-10T22:56:10.885Z" }, - { url = "https://files.pythonhosted.org/packages/6f/ca/e8ae28649fcdf039fda5ef554b40a95f50592a3c47e6f7270c9561c12b07/matplotlib-3.10.8-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:32f8dce744be5569bebe789e46727946041199030db8aeb2954d26013a0eb26b", size = 8151473, upload-time = "2025-12-10T22:56:12.377Z" }, - { url = "https://files.pythonhosted.org/packages/f1/6f/009d129ae70b75e88cbe7e503a12a4c0670e08ed748a902c2568909e9eb5/matplotlib-3.10.8-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4cf267add95b1c88300d96ca837833d4112756045364f5c734a2276038dae27d", size = 9553896, upload-time = "2025-12-10T22:56:14.432Z" }, - { url = "https://files.pythonhosted.org/packages/f5/26/4221a741eb97967bc1fd5e4c52b9aa5a91b2f4ec05b59f6def4d820f9df9/matplotlib-3.10.8-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2cf5bd12cecf46908f286d7838b2abc6c91cda506c0445b8223a7c19a00df008", size = 9824193, upload-time = "2025-12-10T22:56:16.29Z" }, - { url = "https://files.pythonhosted.org/packages/1f/f3/3abf75f38605772cf48a9daf5821cd4f563472f38b4b828c6fba6fa6d06e/matplotlib-3.10.8-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:41703cc95688f2516b480f7f339d8851a6035f18e100ee6a32bc0b8536a12a9c", size = 9615444, upload-time = "2025-12-10T22:56:18.155Z" }, - { url = "https://files.pythonhosted.org/packages/93/a5/de89ac80f10b8dc615807ee1133cd99ac74082581196d4d9590bea10690d/matplotlib-3.10.8-cp314-cp314-win_amd64.whl", hash = "sha256:83d282364ea9f3e52363da262ce32a09dfe241e4080dcedda3c0db059d3c1f11", size = 8272719, upload-time = "2025-12-10T22:56:20.366Z" }, - { url = "https://files.pythonhosted.org/packages/69/ce/b006495c19ccc0a137b48083168a37bd056392dee02f87dba0472f2797fe/matplotlib-3.10.8-cp314-cp314-win_arm64.whl", hash = "sha256:2c1998e92cd5999e295a731bcb2911c75f597d937341f3030cc24ef2733d78a8", size = 8144205, upload-time = "2025-12-10T22:56:22.239Z" }, - { url = "https://files.pythonhosted.org/packages/68/d9/b31116a3a855bd313c6fcdb7226926d59b041f26061c6c5b1be66a08c826/matplotlib-3.10.8-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:b5a2b97dbdc7d4f353ebf343744f1d1f1cca8aa8bfddb4262fcf4306c3761d50", size = 8305785, upload-time = "2025-12-10T22:56:24.218Z" }, - { url = "https://files.pythonhosted.org/packages/1e/90/6effe8103f0272685767ba5f094f453784057072f49b393e3ea178fe70a5/matplotlib-3.10.8-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:3f5c3e4da343bba819f0234186b9004faba952cc420fbc522dc4e103c1985908", size = 8198361, upload-time = "2025-12-10T22:56:26.787Z" }, - { url = "https://files.pythonhosted.org/packages/d7/65/a73188711bea603615fc0baecca1061429ac16940e2385433cc778a9d8e7/matplotlib-3.10.8-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5f62550b9a30afde8c1c3ae450e5eb547d579dd69b25c2fc7a1c67f934c1717a", size = 9561357, upload-time = "2025-12-10T22:56:28.953Z" }, - { url = "https://files.pythonhosted.org/packages/f4/3d/b5c5d5d5be8ce63292567f0e2c43dde9953d3ed86ac2de0a72e93c8f07a1/matplotlib-3.10.8-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:495672de149445ec1b772ff2c9ede9b769e3cb4f0d0aa7fa730d7f59e2d4e1c1", size = 9823610, upload-time = "2025-12-10T22:56:31.455Z" }, - { url = "https://files.pythonhosted.org/packages/4d/4b/e7beb6bbd49f6bae727a12b270a2654d13c397576d25bd6786e47033300f/matplotlib-3.10.8-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:595ba4d8fe983b88f0eec8c26a241e16d6376fe1979086232f481f8f3f67494c", size = 9614011, upload-time = "2025-12-10T22:56:33.85Z" }, - { url = "https://files.pythonhosted.org/packages/7c/e6/76f2813d31f032e65f6f797e3f2f6e4aab95b65015924b1c51370395c28a/matplotlib-3.10.8-cp314-cp314t-win_amd64.whl", hash = "sha256:25d380fe8b1dc32cf8f0b1b448470a77afb195438bafdf1d858bfb876f3edf7b", size = 8362801, upload-time = "2025-12-10T22:56:36.107Z" }, - { url = "https://files.pythonhosted.org/packages/5d/49/d651878698a0b67f23aa28e17f45a6d6dd3d3f933fa29087fa4ce5947b5a/matplotlib-3.10.8-cp314-cp314t-win_arm64.whl", hash = "sha256:113bb52413ea508ce954a02c10ffd0d565f9c3bc7f2eddc27dfe1731e71c7b5f", size = 8192560, upload-time = "2025-12-10T22:56:38.008Z" }, { url = "https://files.pythonhosted.org/packages/f5/43/31d59500bb950b0d188e149a2e552040528c13d6e3d6e84d0cccac593dcd/matplotlib-3.10.8-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:f97aeb209c3d2511443f8797e3e5a569aebb040d4f8bc79aa3ee78a8fb9e3dd8", size = 8237252, upload-time = "2025-12-10T22:56:39.529Z" }, { url = "https://files.pythonhosted.org/packages/0c/2c/615c09984f3c5f907f51c886538ad785cf72e0e11a3225de2c0f9442aecc/matplotlib-3.10.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:fb061f596dad3a0f52b60dc6a5dec4a0c300dec41e058a7efe09256188d170b7", size = 8124693, upload-time = "2025-12-10T22:56:41.758Z" }, { url = "https://files.pythonhosted.org/packages/91/e1/2757277a1c56041e1fc104b51a0f7b9a4afc8eb737865d63cababe30bc61/matplotlib-3.10.8-pp310-pypy310_pp73-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:12d90df9183093fcd479f4172ac26b322b1248b15729cb57f42f71f24c7e37a3", size = 8702205, upload-time = "2025-12-10T22:56:43.415Z" }, @@ -4360,8 +4542,8 @@ name = "mediapy" version = "1.1.6" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "ipython", version = "8.38.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "ipython", version = "9.10.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "ipython", version = "8.38.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "ipython", version = "9.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "matplotlib", version = "3.10.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "pillow", version = "12.1.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -4376,19 +4558,19 @@ name = "mistral-common" version = "1.8.5" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ { name = "jsonschema", version = "4.25.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "pillow", version = "11.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "pydantic", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pydantic-extra-types", extra = ["pycountry"], marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pydantic-extra-types", extra = ["pycountry"], marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "requests", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "tiktoken", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -4409,53 +4591,33 @@ name = "mistral-common" version = "1.9.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ { name = "jsonschema", version = "4.26.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "pillow", version = "12.1.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "pydantic", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pydantic-extra-types", extra = ["pycountry"], marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pydantic-extra-types", extra = ["pycountry"], marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "requests", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "tiktoken", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -4542,24 +4704,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/67/32/f3cd1667028424fa7001d82e10ee35386eea1408b93d399b09fb0aa7875f/msgpack-1.1.2-cp313-cp313-win32.whl", hash = "sha256:a7787d353595c7c7e145e2331abf8b7ff1e6673a6b974ded96e6d4ec09f00c8c", size = 65037, upload-time = "2025-10-08T09:15:21.416Z" }, { url = "https://files.pythonhosted.org/packages/74/07/1ed8277f8653c40ebc65985180b007879f6a836c525b3885dcc6448ae6cb/msgpack-1.1.2-cp313-cp313-win_amd64.whl", hash = "sha256:a465f0dceb8e13a487e54c07d04ae3ba131c7c5b95e2612596eafde1dccf64a9", size = 72631, upload-time = "2025-10-08T09:15:22.431Z" }, { url = "https://files.pythonhosted.org/packages/e5/db/0314e4e2db56ebcf450f277904ffd84a7988b9e5da8d0d61ab2d057df2b6/msgpack-1.1.2-cp313-cp313-win_arm64.whl", hash = "sha256:e69b39f8c0aa5ec24b57737ebee40be647035158f14ed4b40e6f150077e21a84", size = 64118, upload-time = "2025-10-08T09:15:23.402Z" }, - { url = "https://files.pythonhosted.org/packages/22/71/201105712d0a2ff07b7873ed3c220292fb2ea5120603c00c4b634bcdafb3/msgpack-1.1.2-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:e23ce8d5f7aa6ea6d2a2b326b4ba46c985dbb204523759984430db7114f8aa00", size = 81127, upload-time = "2025-10-08T09:15:24.408Z" }, - { url = "https://files.pythonhosted.org/packages/1b/9f/38ff9e57a2eade7bf9dfee5eae17f39fc0e998658050279cbb14d97d36d9/msgpack-1.1.2-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:6c15b7d74c939ebe620dd8e559384be806204d73b4f9356320632d783d1f7939", size = 84981, upload-time = "2025-10-08T09:15:25.812Z" }, - { url = "https://files.pythonhosted.org/packages/8e/a9/3536e385167b88c2cc8f4424c49e28d49a6fc35206d4a8060f136e71f94c/msgpack-1.1.2-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:99e2cb7b9031568a2a5c73aa077180f93dd2e95b4f8d3b8e14a73ae94a9e667e", size = 411885, upload-time = "2025-10-08T09:15:27.22Z" }, - { url = "https://files.pythonhosted.org/packages/2f/40/dc34d1a8d5f1e51fc64640b62b191684da52ca469da9cd74e84936ffa4a6/msgpack-1.1.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:180759d89a057eab503cf62eeec0aa61c4ea1200dee709f3a8e9397dbb3b6931", size = 419658, upload-time = "2025-10-08T09:15:28.4Z" }, - { url = "https://files.pythonhosted.org/packages/3b/ef/2b92e286366500a09a67e03496ee8b8ba00562797a52f3c117aa2b29514b/msgpack-1.1.2-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:04fb995247a6e83830b62f0b07bf36540c213f6eac8e851166d8d86d83cbd014", size = 403290, upload-time = "2025-10-08T09:15:29.764Z" }, - { url = "https://files.pythonhosted.org/packages/78/90/e0ea7990abea5764e4655b8177aa7c63cdfa89945b6e7641055800f6c16b/msgpack-1.1.2-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:8e22ab046fa7ede9e36eeb4cfad44d46450f37bb05d5ec482b02868f451c95e2", size = 415234, upload-time = "2025-10-08T09:15:31.022Z" }, - { url = "https://files.pythonhosted.org/packages/72/4e/9390aed5db983a2310818cd7d3ec0aecad45e1f7007e0cda79c79507bb0d/msgpack-1.1.2-cp314-cp314-win32.whl", hash = "sha256:80a0ff7d4abf5fecb995fcf235d4064b9a9a8a40a3ab80999e6ac1e30b702717", size = 66391, upload-time = "2025-10-08T09:15:32.265Z" }, - { url = "https://files.pythonhosted.org/packages/6e/f1/abd09c2ae91228c5f3998dbd7f41353def9eac64253de3c8105efa2082f7/msgpack-1.1.2-cp314-cp314-win_amd64.whl", hash = "sha256:9ade919fac6a3e7260b7f64cea89df6bec59104987cbea34d34a2fa15d74310b", size = 73787, upload-time = "2025-10-08T09:15:33.219Z" }, - { url = "https://files.pythonhosted.org/packages/6a/b0/9d9f667ab48b16ad4115c1935d94023b82b3198064cb84a123e97f7466c1/msgpack-1.1.2-cp314-cp314-win_arm64.whl", hash = "sha256:59415c6076b1e30e563eb732e23b994a61c159cec44deaf584e5cc1dd662f2af", size = 66453, upload-time = "2025-10-08T09:15:34.225Z" }, - { url = "https://files.pythonhosted.org/packages/16/67/93f80545eb1792b61a217fa7f06d5e5cb9e0055bed867f43e2b8e012e137/msgpack-1.1.2-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:897c478140877e5307760b0ea66e0932738879e7aa68144d9b78ea4c8302a84a", size = 85264, upload-time = "2025-10-08T09:15:35.61Z" }, - { url = "https://files.pythonhosted.org/packages/87/1c/33c8a24959cf193966ef11a6f6a2995a65eb066bd681fd085afd519a57ce/msgpack-1.1.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a668204fa43e6d02f89dbe79a30b0d67238d9ec4c5bd8a940fc3a004a47b721b", size = 89076, upload-time = "2025-10-08T09:15:36.619Z" }, - { url = "https://files.pythonhosted.org/packages/fc/6b/62e85ff7193663fbea5c0254ef32f0c77134b4059f8da89b958beb7696f3/msgpack-1.1.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5559d03930d3aa0f3aacb4c42c776af1a2ace2611871c84a75afe436695e6245", size = 435242, upload-time = "2025-10-08T09:15:37.647Z" }, - { url = "https://files.pythonhosted.org/packages/c1/47/5c74ecb4cc277cf09f64e913947871682ffa82b3b93c8dad68083112f412/msgpack-1.1.2-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:70c5a7a9fea7f036b716191c29047374c10721c389c21e9ffafad04df8c52c90", size = 432509, upload-time = "2025-10-08T09:15:38.794Z" }, - { url = "https://files.pythonhosted.org/packages/24/a4/e98ccdb56dc4e98c929a3f150de1799831c0a800583cde9fa022fa90602d/msgpack-1.1.2-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:f2cb069d8b981abc72b41aea1c580ce92d57c673ec61af4c500153a626cb9e20", size = 415957, upload-time = "2025-10-08T09:15:40.238Z" }, - { url = "https://files.pythonhosted.org/packages/da/28/6951f7fb67bc0a4e184a6b38ab71a92d9ba58080b27a77d3e2fb0be5998f/msgpack-1.1.2-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:d62ce1f483f355f61adb5433ebfd8868c5f078d1a52d042b0a998682b4fa8c27", size = 422910, upload-time = "2025-10-08T09:15:41.505Z" }, - { url = "https://files.pythonhosted.org/packages/f0/03/42106dcded51f0a0b5284d3ce30a671e7bd3f7318d122b2ead66ad289fed/msgpack-1.1.2-cp314-cp314t-win32.whl", hash = "sha256:1d1418482b1ee984625d88aa9585db570180c286d942da463533b238b98b812b", size = 75197, upload-time = "2025-10-08T09:15:42.954Z" }, - { url = "https://files.pythonhosted.org/packages/15/86/d0071e94987f8db59d4eeb386ddc64d0bb9b10820a8d82bcd3e53eeb2da6/msgpack-1.1.2-cp314-cp314t-win_amd64.whl", hash = "sha256:5a46bf7e831d09470ad92dff02b8b1ac92175ca36b087f904a0519857c6be3ff", size = 85772, upload-time = "2025-10-08T09:15:43.954Z" }, - { url = "https://files.pythonhosted.org/packages/81/f2/08ace4142eb281c12701fc3b93a10795e4d4dc7f753911d836675050f886/msgpack-1.1.2-cp314-cp314t-win_arm64.whl", hash = "sha256:d99ef64f349d5ec3293688e91486c5fdb925ed03807f64d98d205d2713c60b46", size = 70868, upload-time = "2025-10-08T09:15:44.959Z" }, { url = "https://files.pythonhosted.org/packages/46/73/85469b4aa71d25e5949fee50d3c2cf46f69cea619fe97cfe309058080f75/msgpack-1.1.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:ea5405c46e690122a76531ab97a079e184c0daf491e588592d6a23d3e32af99e", size = 81529, upload-time = "2025-10-08T09:15:46.069Z" }, { url = "https://files.pythonhosted.org/packages/6c/3a/7d4077e8ae720b29d2b299a9591969f0d105146960681ea6f4121e6d0f8d/msgpack-1.1.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9fba231af7a933400238cb357ecccf8ab5d51535ea95d94fc35b7806218ff844", size = 84106, upload-time = "2025-10-08T09:15:47.064Z" }, { url = "https://files.pythonhosted.org/packages/df/c0/da451c74746ed9388dca1b4ec647c82945f4e2f8ce242c25fb7c0e12181f/msgpack-1.1.2-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a8f6e7d30253714751aa0b0c84ae28948e852ee7fb0524082e6716769124bc23", size = 396656, upload-time = "2025-10-08T09:15:48.118Z" }, @@ -4575,7 +4719,7 @@ name = "multidict" version = "6.7.1" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/1a/c2/c2d94cbe6ac1753f3fc980da97b3d930efe1da3af3c9f5125354436c073d/multidict-6.7.1.tar.gz", hash = "sha256:ec6652a1bee61c53a3e5776b6049172c53b6aaba34f18c9ad04f82712bac623d", size = 102010, upload-time = "2026-01-26T02:46:45.979Z" } wheels = [ @@ -4669,42 +4813,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/dc/1d/b31650eab6c5778aceed46ba735bd97f7c7d2f54b319fa916c0f96e7805b/multidict-6.7.1-cp313-cp313t-win32.whl", hash = "sha256:df9f19c28adcb40b6aae30bbaa1478c389efd50c28d541d76760199fc1037c32", size = 47770, upload-time = "2026-01-26T02:45:06.754Z" }, { url = "https://files.pythonhosted.org/packages/ac/5b/2d2d1d522e51285bd61b1e20df8f47ae1a9d80839db0b24ea783b3832832/multidict-6.7.1-cp313-cp313t-win_amd64.whl", hash = "sha256:d54ecf9f301853f2c5e802da559604b3e95bb7a3b01a9c295c6ee591b9882de8", size = 53109, upload-time = "2026-01-26T02:45:08.044Z" }, { url = "https://files.pythonhosted.org/packages/3d/a3/cc409ba012c83ca024a308516703cf339bdc4b696195644a7215a5164a24/multidict-6.7.1-cp313-cp313t-win_arm64.whl", hash = "sha256:5a37ca18e360377cfda1d62f5f382ff41f2b8c4ccb329ed974cc2e1643440118", size = 45573, upload-time = "2026-01-26T02:45:09.349Z" }, - { url = "https://files.pythonhosted.org/packages/91/cc/db74228a8be41884a567e88a62fd589a913708fcf180d029898c17a9a371/multidict-6.7.1-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:8f333ec9c5eb1b7105e3b84b53141e66ca05a19a605368c55450b6ba208cb9ee", size = 75190, upload-time = "2026-01-26T02:45:10.651Z" }, - { url = "https://files.pythonhosted.org/packages/d5/22/492f2246bb5b534abd44804292e81eeaf835388901f0c574bac4eeec73c5/multidict-6.7.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:a407f13c188f804c759fc6a9f88286a565c242a76b27626594c133b82883b5c2", size = 44486, upload-time = "2026-01-26T02:45:11.938Z" }, - { url = "https://files.pythonhosted.org/packages/f1/4f/733c48f270565d78b4544f2baddc2fb2a245e5a8640254b12c36ac7ac68e/multidict-6.7.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:0e161ddf326db5577c3a4cc2d8648f81456e8a20d40415541587a71620d7a7d1", size = 43219, upload-time = "2026-01-26T02:45:14.346Z" }, - { url = "https://files.pythonhosted.org/packages/24/bb/2c0c2287963f4259c85e8bcbba9182ced8d7fca65c780c38e99e61629d11/multidict-6.7.1-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:1e3a8bb24342a8201d178c3b4984c26ba81a577c80d4d525727427460a50c22d", size = 245132, upload-time = "2026-01-26T02:45:15.712Z" }, - { url = "https://files.pythonhosted.org/packages/a7/f9/44d4b3064c65079d2467888794dea218d1601898ac50222ab8a9a8094460/multidict-6.7.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:97231140a50f5d447d3164f994b86a0bed7cd016e2682f8650d6a9158e14fd31", size = 252420, upload-time = "2026-01-26T02:45:17.293Z" }, - { url = "https://files.pythonhosted.org/packages/8b/13/78f7275e73fa17b24c9a51b0bd9d73ba64bb32d0ed51b02a746eb876abe7/multidict-6.7.1-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:6b10359683bd8806a200fd2909e7c8ca3a7b24ec1d8132e483d58e791d881048", size = 233510, upload-time = "2026-01-26T02:45:19.356Z" }, - { url = "https://files.pythonhosted.org/packages/4b/25/8167187f62ae3cbd52da7893f58cb036b47ea3fb67138787c76800158982/multidict-6.7.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:283ddac99f7ac25a4acadbf004cb5ae34480bbeb063520f70ce397b281859362", size = 264094, upload-time = "2026-01-26T02:45:20.834Z" }, - { url = "https://files.pythonhosted.org/packages/a1/e7/69a3a83b7b030cf283fb06ce074a05a02322359783424d7edf0f15fe5022/multidict-6.7.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:538cec1e18c067d0e6103aa9a74f9e832904c957adc260e61cd9d8cf0c3b3d37", size = 260786, upload-time = "2026-01-26T02:45:22.818Z" }, - { url = "https://files.pythonhosted.org/packages/fe/3b/8ec5074bcfc450fe84273713b4b0a0dd47c0249358f5d82eb8104ffe2520/multidict-6.7.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7eee46ccb30ff48a1e35bb818cc90846c6be2b68240e42a78599166722cea709", size = 248483, upload-time = "2026-01-26T02:45:24.368Z" }, - { url = "https://files.pythonhosted.org/packages/48/5a/d5a99e3acbca0e29c5d9cba8f92ceb15dce78bab963b308ae692981e3a5d/multidict-6.7.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:fa263a02f4f2dd2d11a7b1bb4362aa7cb1049f84a9235d31adf63f30143469a0", size = 248403, upload-time = "2026-01-26T02:45:25.982Z" }, - { url = "https://files.pythonhosted.org/packages/35/48/e58cd31f6c7d5102f2a4bf89f96b9cf7e00b6c6f3d04ecc44417c00a5a3c/multidict-6.7.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:2e1425e2f99ec5bd36c15a01b690a1a2456209c5deed58f95469ffb46039ccbb", size = 240315, upload-time = "2026-01-26T02:45:27.487Z" }, - { url = "https://files.pythonhosted.org/packages/94/33/1cd210229559cb90b6786c30676bb0c58249ff42f942765f88793b41fdce/multidict-6.7.1-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:497394b3239fc6f0e13a78a3e1b61296e72bf1c5f94b4c4eb80b265c37a131cd", size = 245528, upload-time = "2026-01-26T02:45:28.991Z" }, - { url = "https://files.pythonhosted.org/packages/64/f2/6e1107d226278c876c783056b7db43d800bb64c6131cec9c8dfb6903698e/multidict-6.7.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:233b398c29d3f1b9676b4b6f75c518a06fcb2ea0b925119fb2c1bc35c05e1601", size = 258784, upload-time = "2026-01-26T02:45:30.503Z" }, - { url = "https://files.pythonhosted.org/packages/4d/c1/11f664f14d525e4a1b5327a82d4de61a1db604ab34c6603bb3c2cc63ad34/multidict-6.7.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:93b1818e4a6e0930454f0f2af7dfce69307ca03cdcfb3739bf4d91241967b6c1", size = 251980, upload-time = "2026-01-26T02:45:32.603Z" }, - { url = "https://files.pythonhosted.org/packages/e1/9f/75a9ac888121d0c5bbd4ecf4eead45668b1766f6baabfb3b7f66a410e231/multidict-6.7.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:f33dc2a3abe9249ea5d8360f969ec7f4142e7ac45ee7014d8f8d5acddf178b7b", size = 243602, upload-time = "2026-01-26T02:45:34.043Z" }, - { url = "https://files.pythonhosted.org/packages/9a/e7/50bf7b004cc8525d80dbbbedfdc7aed3e4c323810890be4413e589074032/multidict-6.7.1-cp314-cp314-win32.whl", hash = "sha256:3ab8b9d8b75aef9df299595d5388b14530839f6422333357af1339443cff777d", size = 40930, upload-time = "2026-01-26T02:45:36.278Z" }, - { url = "https://files.pythonhosted.org/packages/e0/bf/52f25716bbe93745595800f36fb17b73711f14da59ed0bb2eba141bc9f0f/multidict-6.7.1-cp314-cp314-win_amd64.whl", hash = "sha256:5e01429a929600e7dab7b166062d9bb54a5eed752384c7384c968c2afab8f50f", size = 45074, upload-time = "2026-01-26T02:45:37.546Z" }, - { url = "https://files.pythonhosted.org/packages/97/ab/22803b03285fa3a525f48217963da3a65ae40f6a1b6f6cf2768879e208f9/multidict-6.7.1-cp314-cp314-win_arm64.whl", hash = "sha256:4885cb0e817aef5d00a2e8451d4665c1808378dc27c2705f1bf4ef8505c0d2e5", size = 42471, upload-time = "2026-01-26T02:45:38.889Z" }, - { url = "https://files.pythonhosted.org/packages/e0/6d/f9293baa6146ba9507e360ea0292b6422b016907c393e2f63fc40ab7b7b5/multidict-6.7.1-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:0458c978acd8e6ea53c81eefaddbbee9c6c5e591f41b3f5e8e194780fe026581", size = 82401, upload-time = "2026-01-26T02:45:40.254Z" }, - { url = "https://files.pythonhosted.org/packages/7a/68/53b5494738d83558d87c3c71a486504d8373421c3e0dbb6d0db48ad42ee0/multidict-6.7.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:c0abd12629b0af3cf590982c0b413b1e7395cd4ec026f30986818ab95bfaa94a", size = 48143, upload-time = "2026-01-26T02:45:41.635Z" }, - { url = "https://files.pythonhosted.org/packages/37/e8/5284c53310dcdc99ce5d66563f6e5773531a9b9fe9ec7a615e9bc306b05f/multidict-6.7.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:14525a5f61d7d0c94b368a42cff4c9a4e7ba2d52e2672a7b23d84dc86fb02b0c", size = 46507, upload-time = "2026-01-26T02:45:42.99Z" }, - { url = "https://files.pythonhosted.org/packages/e4/fc/6800d0e5b3875568b4083ecf5f310dcf91d86d52573160834fb4bfcf5e4f/multidict-6.7.1-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:17307b22c217b4cf05033dabefe68255a534d637c6c9b0cc8382718f87be4262", size = 239358, upload-time = "2026-01-26T02:45:44.376Z" }, - { url = "https://files.pythonhosted.org/packages/41/75/4ad0973179361cdf3a113905e6e088173198349131be2b390f9fa4da5fc6/multidict-6.7.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:7a7e590ff876a3eaf1c02a4dfe0724b6e69a9e9de6d8f556816f29c496046e59", size = 246884, upload-time = "2026-01-26T02:45:47.167Z" }, - { url = "https://files.pythonhosted.org/packages/c3/9c/095bb28b5da139bd41fb9a5d5caff412584f377914bd8787c2aa98717130/multidict-6.7.1-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:5fa6a95dfee63893d80a34758cd0e0c118a30b8dcb46372bf75106c591b77889", size = 225878, upload-time = "2026-01-26T02:45:48.698Z" }, - { url = "https://files.pythonhosted.org/packages/07/d0/c0a72000243756e8f5a277b6b514fa005f2c73d481b7d9e47cd4568aa2e4/multidict-6.7.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:a0543217a6a017692aa6ae5cc39adb75e587af0f3a82288b1492eb73dd6cc2a4", size = 253542, upload-time = "2026-01-26T02:45:50.164Z" }, - { url = "https://files.pythonhosted.org/packages/c0/6b/f69da15289e384ecf2a68837ec8b5ad8c33e973aa18b266f50fe55f24b8c/multidict-6.7.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:f99fe611c312b3c1c0ace793f92464d8cd263cc3b26b5721950d977b006b6c4d", size = 252403, upload-time = "2026-01-26T02:45:51.779Z" }, - { url = "https://files.pythonhosted.org/packages/a2/76/b9669547afa5a1a25cd93eaca91c0da1c095b06b6d2d8ec25b713588d3a1/multidict-6.7.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9004d8386d133b7e6135679424c91b0b854d2d164af6ea3f289f8f2761064609", size = 244889, upload-time = "2026-01-26T02:45:53.27Z" }, - { url = "https://files.pythonhosted.org/packages/7e/a9/a50d2669e506dad33cfc45b5d574a205587b7b8a5f426f2fbb2e90882588/multidict-6.7.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:e628ef0e6859ffd8273c69412a2465c4be4a9517d07261b33334b5ec6f3c7489", size = 241982, upload-time = "2026-01-26T02:45:54.919Z" }, - { url = "https://files.pythonhosted.org/packages/c5/bb/1609558ad8b456b4827d3c5a5b775c93b87878fd3117ed3db3423dfbce1b/multidict-6.7.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:841189848ba629c3552035a6a7f5bf3b02eb304e9fea7492ca220a8eda6b0e5c", size = 232415, upload-time = "2026-01-26T02:45:56.981Z" }, - { url = "https://files.pythonhosted.org/packages/d8/59/6f61039d2aa9261871e03ab9dc058a550d240f25859b05b67fd70f80d4b3/multidict-6.7.1-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:ce1bbd7d780bb5a0da032e095c951f7014d6b0a205f8318308140f1a6aba159e", size = 240337, upload-time = "2026-01-26T02:45:58.698Z" }, - { url = "https://files.pythonhosted.org/packages/a1/29/fdc6a43c203890dc2ae9249971ecd0c41deaedfe00d25cb6564b2edd99eb/multidict-6.7.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:b26684587228afed0d50cf804cc71062cc9c1cdf55051c4c6345d372947b268c", size = 248788, upload-time = "2026-01-26T02:46:00.862Z" }, - { url = "https://files.pythonhosted.org/packages/a9/14/a153a06101323e4cf086ecee3faadba52ff71633d471f9685c42e3736163/multidict-6.7.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9f9af11306994335398293f9958071019e3ab95e9a707dc1383a35613f6abcb9", size = 242842, upload-time = "2026-01-26T02:46:02.824Z" }, - { url = "https://files.pythonhosted.org/packages/41/5f/604ae839e64a4a6efc80db94465348d3b328ee955e37acb24badbcd24d83/multidict-6.7.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:b4938326284c4f1224178a560987b6cf8b4d38458b113d9b8c1db1a836e640a2", size = 240237, upload-time = "2026-01-26T02:46:05.898Z" }, - { url = "https://files.pythonhosted.org/packages/5f/60/c3a5187bf66f6fb546ff4ab8fb5a077cbdd832d7b1908d4365c7f74a1917/multidict-6.7.1-cp314-cp314t-win32.whl", hash = "sha256:98655c737850c064a65e006a3df7c997cd3b220be4ec8fe26215760b9697d4d7", size = 48008, upload-time = "2026-01-26T02:46:07.468Z" }, - { url = "https://files.pythonhosted.org/packages/0c/f7/addf1087b860ac60e6f382240f64fb99f8bfb532bb06f7c542b83c29ca61/multidict-6.7.1-cp314-cp314t-win_amd64.whl", hash = "sha256:497bde6223c212ba11d462853cfa4f0ae6ef97465033e7dc9940cdb3ab5b48e5", size = 53542, upload-time = "2026-01-26T02:46:08.809Z" }, - { url = "https://files.pythonhosted.org/packages/4c/81/4629d0aa32302ef7b2ec65c75a728cc5ff4fa410c50096174c1632e70b3e/multidict-6.7.1-cp314-cp314t-win_arm64.whl", hash = "sha256:2bbd113e0d4af5db41d5ebfe9ccaff89de2120578164f86a5d17d5a576d1e5b2", size = 44719, upload-time = "2026-01-26T02:46:11.146Z" }, { url = "https://files.pythonhosted.org/packages/9e/ee/74525ebe3eb5fddcd6735fc03cbea3feeed4122b53bc798ac32d297ac9ae/multidict-6.7.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:65573858d27cdeaca41893185677dc82395159aa28875a8867af66532d413a8f", size = 77107, upload-time = "2026-01-26T02:46:12.608Z" }, { url = "https://files.pythonhosted.org/packages/f0/9a/ce8744e777a74b3050b1bf56be3eed1053b3457302ea055f1ea437200a23/multidict-6.7.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c524c6fb8fc342793708ab111c4dbc90ff9abd568de220432500e47e990c0358", size = 44943, upload-time = "2026-01-26T02:46:14.016Z" }, { url = "https://files.pythonhosted.org/packages/83/9c/1d2a283d9c6f31e260cb6c2fccadc3edcf6c4c14ee0929cd2af4d2606dd7/multidict-6.7.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:aa23b001d968faef416ff70dc0f1ab045517b9b42a90edd3e9bcdb06479e31d5", size = 44603, upload-time = "2026-01-26T02:46:15.391Z" }, @@ -4754,56 +4862,58 @@ wheels = [ [[package]] name = "nemo-toolkit" -version = "2.3.0" +version = "2.6.2" source = { registry = "https://pypi.org/simple" } dependencies = [ + { name = "cuda-bindings", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "fsspec", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numba", version = "0.61.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numba", version = "0.61.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numba-cuda", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numexpr", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "onnx", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "protobuf", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "python-dateutil", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "ruamel-yaml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "setuptools", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "tensorboard", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "text-unidecode", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "tqdm", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "wget", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "wrapt", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/94/35/b7581841439fbd6f748a4a0669bf6eb12fa4c15cb05ee590917ad5e61df2/nemo_toolkit-2.3.0.tar.gz", hash = "sha256:6a51c7dae5e899f058012b45e310b321d59ab01c5733ad3ed3c1588a34ecaa2b", size = 4364046, upload-time = "2025-05-08T23:42:41.894Z" } +sdist = { url = "https://files.pythonhosted.org/packages/81/fe/0f1af5aa909db55d3d1676f4138fd46b9e69dd4f970d8b9cd12e5fcff94e/nemo_toolkit-2.6.2.tar.gz", hash = "sha256:84c4bf68f6988a4c0556f51a18a00d59c0fd893a58315beaf549341b497b4fd3", size = 3989536, upload-time = "2026-02-06T16:39:47.895Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/00/7d/886337914c705e081ee6713999b6eb6f0023b3a8331c30869b8fef0c0089/nemo_toolkit-2.3.0-py3-none-any.whl", hash = "sha256:4a5c6da74faada787754e31028b3894f93e05483cba3855238d0ba294387ee06", size = 5954834, upload-time = "2025-05-08T23:42:38.603Z" }, + { url = "https://files.pythonhosted.org/packages/37/c7/6765c550f1df379b6501dd2f4e7c5255699e27bae5e290f554fcaba3d313/nemo_toolkit-2.6.2-py3-none-any.whl", hash = "sha256:6a8f429db5d671c84e21aa028cd9fd1613304ac9ba261db79b5f45bc5faf2957", size = 5648066, upload-time = "2026-02-06T16:39:44.696Z" }, ] [package.optional-dependencies] asr = [ - { name = "bitsandbytes", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform != 'darwin') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "braceexpand", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "cloudpickle", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "datasets", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "editdistance", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "einops", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "fiddle", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "g2p-en", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "hydra-core", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "inflect", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "jiwer", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "kaldi-python-io", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "kaldiio", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "kaldialign", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "lhotse", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "librosa", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "lightning", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "marshmallow", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "mediapy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "num2words", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nv-one-logger-core", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nv-one-logger-pytorch-lightning-integration", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nv-one-logger-training-telemetry", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "omegaconf", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "optuna", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -4816,16 +4926,16 @@ asr = [ { name = "resampy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "ruamel-yaml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "sacremoses", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "sentencepiece", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "soundfile", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "sox", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "texterrors", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "torchmetrics", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "transformers", version = "5.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "transformers", version = "4.53.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "wandb", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "webdataset", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "whisper-normalizer", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] [[package]] @@ -4833,12 +4943,24 @@ name = "networkx" version = "3.2.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/c4/80/a84676339aaae2f1cfdf9f418701dd634aef9cc76f708ef55c36ff39c3ca/networkx-3.2.1.tar.gz", hash = "sha256:9f1bb5cf3409bf324e0a722c20bdb4c20ee39bf1c30ce8ae499c8502b0b5e0c6", size = 2073928, upload-time = "2023-10-28T08:41:39.364Z" } wheels = [ @@ -4850,14 +4972,24 @@ name = "networkx" version = "3.4.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f/networkx-3.4.2.tar.gz", hash = "sha256:307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1", size = 2151368, upload-time = "2024-10-21T12:39:38.695Z" } wheels = [ @@ -4869,38 +5001,60 @@ name = "networkx" version = "3.6.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/6a/51/63fe664f3908c97be9d2e4f1158eb633317598cfa6e1fc14af5383f17512/networkx-3.6.1.tar.gz", hash = "sha256:26b7c357accc0c8cde558ad486283728b65b6a95d85ee1cd66bafab4c8168509", size = 2517025, upload-time = "2025-12-08T17:02:39.908Z" } wheels = [ @@ -4912,62 +5066,47 @@ name = "nllw" version = "0.1.5" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "transformers", version = "4.57.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "transformers", version = "5.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "transformers", version = "4.53.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "transformers", version = "5.2.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/47/84/cd9e2c8ed1ac942911f8ab9378fd875bd85a62af81025cb56b9b4435314b/nllw-0.1.5.tar.gz", hash = "sha256:67f9c13fff6b43c2e05b2e762e7001471329dbdb34634b56a2cab639807b1b9a", size = 1520002, upload-time = "2026-02-20T10:03:13.966Z" } wheels = [ { url = "https://files.pythonhosted.org/packages/7a/80/ee07aafbf180aa6f332bcfa91f4e8b7ee55386ea63d5a80142e3d4fde8a5/nllw-0.1.5-py3-none-any.whl", hash = "sha256:6761c8767b27e12cf4c2506f9e5d5eafb78d08d281fe26d287c8413c87c42119", size = 15073, upload-time = "2026-02-20T10:03:09.018Z" }, ] -[[package]] -name = "nltk" -version = "3.9.2" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "click", version = "8.3.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "joblib", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "regex", version = "2026.2.19", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tqdm", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/f9/76/3a5e4312c19a028770f86fd7c058cf9f4ec4321c6cf7526bab998a5b683c/nltk-3.9.2.tar.gz", hash = "sha256:0f409e9b069ca4177c1903c3e843eef90c7e92992fa4931ae607da6de49e1419", size = 2887629, upload-time = "2025-10-01T07:19:23.764Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/60/90/81ac364ef94209c100e12579629dc92bf7a709a84af32f8c551b02c07e94/nltk-3.9.2-py3-none-any.whl", hash = "sha256:1e209d2b3009110635ed9709a67a1a3e33a10f799490fa71cf4bec218c11c88a", size = 1513404, upload-time = "2025-10-01T07:19:21.648Z" }, -] - -[[package]] -name = "num2words" -version = "0.5.14" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "docopt", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/f6/58/ad645bd38b4b648eb2fc2ba1b909398e54eb0cbb6a7dbd2b4953e38c9621/num2words-0.5.14.tar.gz", hash = "sha256:b066ec18e56b6616a3b38086b5747daafbaa8868b226a36127e0451c0cf379c6", size = 218213, upload-time = "2024-12-17T20:17:10.191Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/d6/5b/545e9267a1cc080c8a1be2746113a063e34bcdd0f5173fd665a5c13cb234/num2words-0.5.14-py3-none-any.whl", hash = "sha256:1c8e5b00142fc2966fd8d685001e36c4a9911e070d1b120e1beb721fa1edb33d", size = 163525, upload-time = "2024-12-17T20:17:06.074Z" }, -] - [[package]] name = "numba" version = "0.60.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "llvmlite", version = "0.43.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "llvmlite", version = "0.43.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/3c/93/2849300a9184775ba274aba6f82f303343669b0592b7bb0849ea713dabb0/numba-0.60.0.tar.gz", hash = "sha256:5df6158e5584eece5fc83294b949fd30b9f1125df7708862205217e068aabf16", size = 2702171, upload-time = "2024-06-13T18:11:19.869Z" } wheels = [ @@ -4998,50 +5137,82 @@ name = "numba" version = "0.61.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "llvmlite", version = "0.44.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "llvmlite", version = "0.44.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/3c/88/c13a935f200fda51384411e49840a8e7f70c9cb1ee8d809dd0f2477cf7ef/numba-0.61.0.tar.gz", hash = "sha256:888d2e89b8160899e19591467e8fdd4970e07606e1fbc248f239c89818d5f925", size = 2816484, upload-time = "2025-01-20T11:32:37.75Z" } wheels = [ @@ -5067,6 +5238,69 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/61/08/71247ce560d2c222d9ca705c7d3547fc4069b96fc85d71aabeb890befe9f/numba-0.61.0-cp313-cp313-win_amd64.whl", hash = "sha256:074cd38c5b1f9c65a4319d1f3928165f48975ef0537ad43385b2bd908e6e2e35", size = 2828035, upload-time = "2025-01-20T11:32:35.965Z" }, ] +[[package]] +name = "numba-cuda" +version = "0.15.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "numba", version = "0.61.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/56/d7/f8dd134b7896b30d69e5b29af27264b1143458d43e088f210abc16cba91e/numba_cuda-0.15.1.tar.gz", hash = "sha256:219771179a396ba2a6911648b908609c1373d2055373d5fb8294f0a1947c4690", size = 491996, upload-time = "2025-06-14T21:34:24.931Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f8/04/307a793117d631fceb2ae9b32c2b1cd42e36ba857f1815d1b417d1faa9b7/numba_cuda-0.15.1-py3-none-any.whl", hash = "sha256:b1b804d1b970996e9aab474d689166d1af62934abb456581fe005d052b4e70c6", size = 591026, upload-time = "2025-06-14T21:34:23.409Z" }, +] + +[[package]] +name = "numexpr" +version = "2.13.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/8d/ca/c1217ae2c15c3284a9e219c269624f80fa1582622eb0400c711a26f84a43/numexpr-2.13.1.tar.gz", hash = "sha256:ecb722249c2d6ed7fefe8504bb17e056481a5f31233c23a7ee02085c3d661fa1", size = 119296, upload-time = "2025-09-30T18:36:33.551Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/35/40/ec43ef49857b10111801e85b103f178d3d4473fa42ad3719fa059f55a257/numexpr-2.13.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bdbc2b93ac59667f0ba725b24cd3b5559c300e91e179d09c74ebaf8c8961eef6", size = 162934, upload-time = "2025-09-30T18:35:08.451Z" }, + { url = "https://files.pythonhosted.org/packages/4b/c4/cc0af2756065f1f97acf2237f6809ce72c0abfd31cc59e54e6f11a4fb1cb/numexpr-2.13.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ad6b5dfc191c766e3ec89d2e3f956f7ef3181a1f8bf2bb00ec48fb3bf97b44ac", size = 151820, upload-time = "2025-09-30T18:35:10.273Z" }, + { url = "https://files.pythonhosted.org/packages/25/36/59a71bd2cbd11ab8220474bd11a98cf4b4d65e90050ef68588e1caa40bb7/numexpr-2.13.1-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a12dbd4c07a8303c6f01cdade531d75c9b4f5b8f72cbe5821d8f9197ee6fba47", size = 449129, upload-time = "2025-09-30T18:35:11.594Z" }, + { url = "https://files.pythonhosted.org/packages/38/a6/f8ffb8519a20f3e58ad87a82a7ea31fbcd970dbac7d3c9531b5af4ece65a/numexpr-2.13.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2de5c8ca2f25690d48e475d53a3524876164227cf4044743818f5704c28a8639", size = 439777, upload-time = "2025-09-30T18:35:13.085Z" }, + { url = "https://files.pythonhosted.org/packages/0a/eb/290e3a871190e07d5de0ec1342cf38d2453b4b235f93a903b7d6bb969a7f/numexpr-2.13.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:533ec2d77fc059e3868e9798ef2f13ab57161517cd2e0c521bb33d1dc99068ca", size = 1413818, upload-time = "2025-09-30T18:35:15.148Z" }, + { url = "https://files.pythonhosted.org/packages/ae/68/922980751260b62e451f5b21adaa63581ec2d7c06ef2ed9e356b8529fea8/numexpr-2.13.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:a75ddffc36f6b7a679fbc7df492685aed7e8888aec80ec2cd8e30f21fc019caa", size = 1462677, upload-time = "2025-09-30T18:35:17.367Z" }, + { url = "https://files.pythonhosted.org/packages/1a/26/d111add556589fa8e37863fa89fac5ea914904982540eaf24adcf02994ae/numexpr-2.13.1-cp310-cp310-win32.whl", hash = "sha256:790af35095626ad2d02201c56ac2d49ae45fc95a02af85f40808752ed32ee103", size = 166606, upload-time = "2025-09-30T18:35:19.305Z" }, + { url = "https://files.pythonhosted.org/packages/71/f5/f27ba83d134ce76708dec714e253665560e9e083425b6ff3d1d536b872e3/numexpr-2.13.1-cp310-cp310-win_amd64.whl", hash = "sha256:aadf3118b6ef87294277ffb77a9562970228341aaaa4b78de634a43ea8ea2c6e", size = 159891, upload-time = "2025-09-30T18:35:20.59Z" }, + { url = "https://files.pythonhosted.org/packages/60/aa/734ccb5b2d62ddb8c903adf1be8bf668df7fd31f886f8a274203a8317a43/numexpr-2.13.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:bdf62745e072c670151c0705bddfe3f33c341dacb7eb255ddb1e8d2a257bfef5", size = 162936, upload-time = "2025-09-30T18:35:22.227Z" }, + { url = "https://files.pythonhosted.org/packages/4b/bc/bc081354c99d896b5986bb6683bc7f36e221e1464d9b8a5d9c5ad7a29c13/numexpr-2.13.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:91cf0521d8fed3f804640c4a6d22b5d9813d7e64b32c38215de163c7f092f7cc", size = 151819, upload-time = "2025-09-30T18:35:23.612Z" }, + { url = "https://files.pythonhosted.org/packages/bf/6d/c3a1c3c113a5cf72b431a9f4433511eb35f2063836ed1020f21781ca77aa/numexpr-2.13.1-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:58e2f111756fff63e27e495473d950e4c98bbebca55aa1572798b59110d6c84b", size = 450816, upload-time = "2025-09-30T18:35:24.887Z" }, + { url = "https://files.pythonhosted.org/packages/77/45/634492e37e31c9db273b6f0d39a83759bfda58ea32690a892b6a5246cfc4/numexpr-2.13.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:5a5a37b74561ed8dbd5f9be182d94419fa53f452e2d7d3e8d6dbef35a20f19f7", size = 441502, upload-time = "2025-09-30T18:35:26.262Z" }, + { url = "https://files.pythonhosted.org/packages/6a/04/cfd65881165fd800e0ea17985b03793a7a16488c1a93257b2cfa658bb73a/numexpr-2.13.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:78cb76676e63f02dcf507e3c563888018a68b6a2e2cd444628e09df270dfd0b2", size = 1415631, upload-time = "2025-09-30T18:35:27.776Z" }, + { url = "https://files.pythonhosted.org/packages/c7/15/0d037d173c3cd0254fdf1cf148fa4aa79da10119a688cc2e1027de3e7cee/numexpr-2.13.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d29b3351de4c43b56d2ef7f138ab7a8988e797291bcbbd56d545e4e7902f254a", size = 1464365, upload-time = "2025-09-30T18:35:29.182Z" }, + { url = "https://files.pythonhosted.org/packages/73/4a/56d3aca7bea28f66d82f0b9577a632c2ad18834e9467e06fc3595ddc8c54/numexpr-2.13.1-cp311-cp311-win32.whl", hash = "sha256:912488ddbd500937bb6f4dfc010bdb3bf757a76e0b93db2f2c56db49ef6b9351", size = 166612, upload-time = "2025-09-30T18:35:30.328Z" }, + { url = "https://files.pythonhosted.org/packages/52/62/5bd094657e051b1cb9e71f65ef4db733b50a24645f2380057fffc52aca6a/numexpr-2.13.1-cp311-cp311-win_amd64.whl", hash = "sha256:66d0292f3b9dc5faadb4dd8a89d733321ff01c9699aee0c3cdbf513c9505e39c", size = 159890, upload-time = "2025-09-30T18:35:31.968Z" }, + { url = "https://files.pythonhosted.org/packages/b5/24/b87ad61f09132d92d92e93da8940055f1282ee30c913737ae977cebebab6/numexpr-2.13.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6aa48c2f2bfa142dfe260441486452be8f70b5551c17bc846fccf76123d4a226", size = 162534, upload-time = "2025-09-30T18:35:33.361Z" }, + { url = "https://files.pythonhosted.org/packages/91/b8/8ea90b2c64ef26b14866a38d13bb496195856b810c1a18a96cb89693b6af/numexpr-2.13.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:67a3dd8b51e94251f535a9a404f1ac939a3ebeb9398caad20ae9d0de37c6d3b3", size = 151938, upload-time = "2025-09-30T18:35:34.608Z" }, + { url = "https://files.pythonhosted.org/packages/ab/65/4679408c4c61badbd12671920479918e2893c8488de8d5c7f801b3a5f57d/numexpr-2.13.1-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ca152998d44ea30b45ad6b8a050ac4a9408b61a17508df87ad0d919335d79b44", size = 452166, upload-time = "2025-09-30T18:35:36.643Z" }, + { url = "https://files.pythonhosted.org/packages/31/1b/11a1202f8b67dce8e119a9f6481d839b152cc0084940a146b52f8f38685b/numexpr-2.13.1-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:b4280c8f7cc024846be8fdd6582572bb0b6bad98fb2a68a367ef5e6e2e130d5f", size = 443123, upload-time = "2025-09-30T18:35:38.14Z" }, + { url = "https://files.pythonhosted.org/packages/7b/5e/271bf56efac177abe6e5d5349365e460a2a4205a514c99e0b2203d827264/numexpr-2.13.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b86e1daa4e27d6bf6304008ed4630a055babf863db2ec8f282b4058bbfe466bd", size = 1417039, upload-time = "2025-09-30T18:35:39.832Z" }, + { url = "https://files.pythonhosted.org/packages/72/33/6b3164fdc553eceec901793f9df467a7b4151e21772514fc2a392f12c42f/numexpr-2.13.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:30d189fc52ee4a33b869a0592553cd2ed686c20cded21b2ddf347a4d143f1bea", size = 1465878, upload-time = "2025-09-30T18:35:41.437Z" }, + { url = "https://files.pythonhosted.org/packages/f1/3e/037e9dc96f9681e7af694bf5abf699b137f1fccb8bb829c50505e98d60ba/numexpr-2.13.1-cp312-cp312-win32.whl", hash = "sha256:e926b59d385de2396935b362143ac2c282176875cf8ee7baba0a150b58421b5c", size = 166740, upload-time = "2025-09-30T18:35:42.851Z" }, + { url = "https://files.pythonhosted.org/packages/b6/7e/92c01806608a3d1c88aabbda42e4849036200a5209af374bfa5c614aa5e5/numexpr-2.13.1-cp312-cp312-win_amd64.whl", hash = "sha256:8230a8f7cd4e6ba4022643c85e119aa4ca90412267ef20acdf1f54fb3136680d", size = 159987, upload-time = "2025-09-30T18:35:43.923Z" }, + { url = "https://files.pythonhosted.org/packages/55/c8/eee9c3e78f856483b21d836b1db821451b91a1f3f249ead1cdc290fb4172/numexpr-2.13.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:0e4314ee477a2cfb9ecf4b15f2ef24bf7859f62b35de3caef297136ff25bb0b0", size = 162535, upload-time = "2025-09-30T18:35:45.161Z" }, + { url = "https://files.pythonhosted.org/packages/a9/ed/aba137ba850fcac3f5e0c2e15b26420e00e93ab9a258757a4c1f2dca65de/numexpr-2.13.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:d82d088f67647861b61a7b0e0148fd7487000a20909d65734821dd27e0839a68", size = 151946, upload-time = "2025-09-30T18:35:46.392Z" }, + { url = "https://files.pythonhosted.org/packages/8a/c9/13f421b2322c14062f9b22af9baf4c560c25ef2a9f7dd34a33f606c9cf6a/numexpr-2.13.1-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c615b13976e6332336a052d5b03be1fed231bc1afe07699f4c7cc116c7c3092c", size = 455493, upload-time = "2025-09-30T18:35:48.377Z" }, + { url = "https://files.pythonhosted.org/packages/bc/7d/3c5baf2bfe1c1504cbd3d993592e0e2596e83a61d6647e89fc8b38764496/numexpr-2.13.1-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4874124bccc3c2462558ad2a75029bcc2d1c63ee4914b263bb06339e757efb85", size = 446051, upload-time = "2025-09-30T18:35:49.875Z" }, + { url = "https://files.pythonhosted.org/packages/6c/be/702faf87d4e7eac4b69eda20a143c6d4f149ca9c5a990db9aed58fa55ad0/numexpr-2.13.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:0fc7b5b0f8d7ba6c81e948b1d967a56097194c894e4f57852ed8639fc653def2", size = 1417017, upload-time = "2025-09-30T18:35:51.541Z" }, + { url = "https://files.pythonhosted.org/packages/8b/2c/c39be0f3e42afb2cb296d203d80d4dcf9a71d94be478ca4407e1a4cfe645/numexpr-2.13.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e22104ab53f0933b5b522829149990cb74e0a8ec4b69ff0e6545eb4641b3f013", size = 1465833, upload-time = "2025-09-30T18:35:53.053Z" }, + { url = "https://files.pythonhosted.org/packages/46/31/6fb1c5e450c09c6ba9808e27e7546e3c68ee4def4dfcbe9c9dc1cfc23d78/numexpr-2.13.1-cp313-cp313-win32.whl", hash = "sha256:824aea72663ec123e042341cea4a2a2b3c71f315e4bc58ee5035ffc7f945bd29", size = 166742, upload-time = "2025-09-30T18:36:07.48Z" }, + { url = "https://files.pythonhosted.org/packages/57/dd/7b11419523a0eb20bb99c6c3134f44b760be956557eaf79cdb851360c4fe/numexpr-2.13.1-cp313-cp313-win_amd64.whl", hash = "sha256:9c7b1c3e9f398a5b062d9740c48ca454238bf1be433f0f75fe68619527bb7f1a", size = 159991, upload-time = "2025-09-30T18:36:08.831Z" }, + { url = "https://files.pythonhosted.org/packages/5d/cd/e9d03848038d4c4b7237f46ebd8a8d3ee8fd5a87f44c87c487550a7bd637/numexpr-2.13.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:366a7887c2bad86e6f64666e178886f606cf8e81a6871df450d19f0f83421501", size = 163275, upload-time = "2025-09-30T18:35:54.136Z" }, + { url = "https://files.pythonhosted.org/packages/a7/c9/d63cbca11844247c87ad90d28428e3362de4c94d2589db9cc63b199e4a03/numexpr-2.13.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:33ff9f071d06aaa0276cb5e2369efd517fe155ea091e43790f1f8bfd85e64d29", size = 152647, upload-time = "2025-09-30T18:35:55.354Z" }, + { url = "https://files.pythonhosted.org/packages/77/e4/71c393ddfcfacfe9a9afc1624a61a15804384c5bb72b78934bb2f96a380a/numexpr-2.13.1-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c29a204b1d35941c088ec39a79c2e83e382729e4066b4b1f882aa5f70bf929a8", size = 465611, upload-time = "2025-09-30T18:35:56.885Z" }, + { url = "https://files.pythonhosted.org/packages/91/fd/d99652d4d99ff6606f8d4e39e52220351c3314d0216e8ee2ea6a2a12b652/numexpr-2.13.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:40e02db74d66c5b0a81c925838f42ec2d58cc99b49cbaf682f06ac03d9ff4102", size = 456451, upload-time = "2025-09-30T18:35:59.049Z" }, + { url = "https://files.pythonhosted.org/packages/98/2f/83dcc8b9d4edbc1814e552c090404bfa7e43dfcb7729a20df1d10281592b/numexpr-2.13.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:36bd9a2b9bda42506377c7510c61f76e08d50da77ffb86a7a15cc5d57c56bb0f", size = 1425799, upload-time = "2025-09-30T18:36:00.575Z" }, + { url = "https://files.pythonhosted.org/packages/89/7f/90d9f4d5dfb7f033a8133dff6703245420113fb66babb5c465314680f9e1/numexpr-2.13.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:b9203651668a3994cf3fe52e079ff6be1c74bf775622edbc226e94f3d8ec8ec4", size = 1473868, upload-time = "2025-09-30T18:36:02.932Z" }, + { url = "https://files.pythonhosted.org/packages/35/ed/5eacf6c584e1c5e8408f63ae0f909f85c6933b0a6aac730ce3c971a9dd60/numexpr-2.13.1-cp313-cp313t-win32.whl", hash = "sha256:b73774176b15fe88242e7ed174b5be5f2e3e830d2cd663234b1495628a30854c", size = 167412, upload-time = "2025-09-30T18:36:04.264Z" }, + { url = "https://files.pythonhosted.org/packages/a7/63/1a3890f8c9bbac0c91ef04781bc765d23fbd964ef0f66b98637eace0c431/numexpr-2.13.1-cp313-cp313t-win_amd64.whl", hash = "sha256:b9e6228db24b7faa96fbb2beee55f90fc8b0fe167cf288f8481c53ff5e95865a", size = 160894, upload-time = "2025-09-30T18:36:06.029Z" }, +] + [[package]] name = "numpy" version = "1.26.4" @@ -5110,17 +5344,72 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f4/5f/fafd8c51235f60d49f7a88e2275e13971e90555b67da52dd6416caec32fe/numpy-1.26.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:7e50d0a0cc3189f9cb0aeb3a6a6af18c16f59f004b866cd2be1c14b36134a4a0", size = 15709730, upload-time = "2024-02-06T00:04:11.719Z" }, ] +[[package]] +name = "nv-one-logger-core" +version = "2.3.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "overrides", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pydantic", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "strenum", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "toml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/3b/37/963095797035f371e0db6ea761f5aaccb624fc786af217115b423baeb0e2/nv_one_logger_core-2.3.1.tar.gz", hash = "sha256:cbb2f87604c78b96a302f32d87199902129d76153a73a20f8455a250b3246c1d", size = 52640, upload-time = "2025-10-29T21:11:55.812Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/ee/c4/ea91554c4fcbff66057f667690101d7a4b965605741350ac661b03fa6c46/nv_one_logger_core-2.3.1-py3-none-any.whl", hash = "sha256:0c8b77bcdac4daa1ea913bf8d4afd2a057bd5526e3654ac39f67caba157341a6", size = 63066, upload-time = "2025-10-29T21:11:52.753Z" }, +] + +[[package]] +name = "nv-one-logger-pytorch-lightning-integration" +version = "2.3.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "lightning", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nv-one-logger-core", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nv-one-logger-training-telemetry", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "setuptools", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "strenum", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/0c/d0/3475b7ab17d367362f650fb0419e8669f41e63c1018f4a8ac2fbecfd2e85/nv_one_logger_pytorch_lightning_integration-2.3.1.tar.gz", hash = "sha256:b32d99b6a8f02a16538bcade939b0a7edd7249e936aacefe336b5519447340c3", size = 10979, upload-time = "2025-10-29T21:22:10.464Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/f0/56/01a55efb365b6864646b4ac941a1d9de66f024e880764510ba5a7a63f62c/nv_one_logger_pytorch_lightning_integration-2.3.1-py3-none-any.whl", hash = "sha256:f92904055fb0082516480cc1e3dd0bb6cedb2b033985ebfd4814b9cbf7da2cb2", size = 9822, upload-time = "2025-10-29T21:22:09.37Z" }, +] + +[[package]] +name = "nv-one-logger-training-telemetry" +version = "2.3.1" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "nv-one-logger-core", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "strenum", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/c5/21/016fa067967734d52f1ccf5a2a37a1a65216f2d7053bc2b85872cce956ca/nv_one_logger_training_telemetry-2.3.1.tar.gz", hash = "sha256:8c67940ea71799afaf1f46df3ba2f52f93aea26321c6f1c1d54aae02efc2a4af", size = 44435, upload-time = "2025-10-29T21:21:42.035Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/e5/15/97e6e4ddfe5fc35bcee74a45b7c33fb73abb83713c7dfa26420b971a86c3/nv_one_logger_training_telemetry-2.3.1-py3-none-any.whl", hash = "sha256:5319443829b59378a498c3c62ac98973e14f31be675c229ff2b14e2fe109aa0b", size = 44140, upload-time = "2025-10-29T21:21:40.72Z" }, +] + [[package]] name = "nvidia-cublas-cu12" version = "12.8.4.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/29/99/db44d685f0e257ff0e213ade1964fc459b4a690a73293220e98feb3307cf/nvidia_cublas_cu12-12.8.4.1-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:b86f6dd8935884615a0683b663891d43781b819ac4f2ba2b0c9604676af346d0", size = 590537124, upload-time = "2025-03-07T01:43:53.556Z" }, @@ -5133,8 +5422,7 @@ name = "nvidia-cublas-cu12" version = "12.9.1.4" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", @@ -5151,12 +5439,21 @@ name = "nvidia-cuda-cupti-cu12" version = "12.8.90" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/d5/1f/b3bd73445e5cb342727fd24fe1f7b748f690b460acadc27ea22f904502c8/nvidia_cuda_cupti_cu12-12.8.90-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:4412396548808ddfed3f17a467b104ba7751e6b58678a4b840675c56d21cf7ed", size = 9533318, upload-time = "2025-03-07T01:40:10.421Z" }, @@ -5169,8 +5466,7 @@ name = "nvidia-cuda-cupti-cu12" version = "12.9.79" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", @@ -5187,12 +5483,21 @@ name = "nvidia-cuda-nvrtc-cu12" version = "12.8.93" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/05/6b/32f747947df2da6994e999492ab306a903659555dddc0fbdeb9d71f75e52/nvidia_cuda_nvrtc_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:a7756528852ef889772a84c6cd89d41dfa74667e24cca16bb31f8f061e3e9994", size = 88040029, upload-time = "2025-03-07T01:42:13.562Z" }, @@ -5205,8 +5510,7 @@ name = "nvidia-cuda-nvrtc-cu12" version = "12.9.86" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", @@ -5223,12 +5527,21 @@ name = "nvidia-cuda-runtime-cu12" version = "12.8.90" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/7c/75/f865a3b236e4647605ea34cc450900854ba123834a5f1598e160b9530c3a/nvidia_cuda_runtime_cu12-12.8.90-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:52bf7bbee900262ffefe5e9d5a2a69a30d97e2bc5bb6cc866688caa976966e3d", size = 965265, upload-time = "2025-03-07T01:39:43.533Z" }, @@ -5241,8 +5554,7 @@ name = "nvidia-cuda-runtime-cu12" version = "12.9.79" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", @@ -5259,8 +5571,8 @@ name = "nvidia-cudnn-cu12" version = "9.10.2.21" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "nvidia-cublas-cu12", version = "12.8.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cublas-cu12", version = "12.9.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-cublas-cu12", version = "12.8.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-cublas-cu12", version = "12.9.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/fa/41/e79269ce215c857c935fd86bcfe91a451a584dfc27f1e068f568b9ad1ab7/nvidia_cudnn_cu12-9.10.2.21-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:c9132cc3f8958447b4910a1720036d9eff5928cc3179b0a51fb6d167c6cc87d8", size = 705026878, upload-time = "2025-06-06T21:52:51.348Z" }, @@ -5273,15 +5585,24 @@ name = "nvidia-cufft-cu12" version = "11.3.3.83" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/60/bc/7771846d3a0272026c416fbb7e5f4c1f146d6d80704534d0b187dd6f4800/nvidia_cufft_cu12-11.3.3.83-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:848ef7224d6305cdb2a4df928759dca7b1201874787083b6e7550dd6765ce69a", size = 193109211, upload-time = "2025-03-07T01:44:56.873Z" }, @@ -5294,15 +5615,14 @@ name = "nvidia-cufft-cu12" version = "11.4.1.4" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux'", ] dependencies = [ - { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/9b/2b/76445b0af890da61b501fde30650a1a4bd910607261b209cccb5235d3daa/nvidia_cufft_cu12-11.4.1.4-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:1a28c9b12260a1aa7a8fd12f5ebd82d027963d635ba82ff39a1acfa7c4c0fbcf", size = 200822453, upload-time = "2025-06-05T20:05:27.889Z" }, @@ -5315,12 +5635,21 @@ name = "nvidia-cufile-cu12" version = "1.13.1.3" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/bb/fe/1bcba1dfbfb8d01be8d93f07bfc502c93fa23afa6fd5ab3fc7c1df71038a/nvidia_cufile_cu12-1.13.1.3-py3-none-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:1d069003be650e131b21c932ec3d8969c1715379251f8d23a1860554b1cb24fc", size = 1197834, upload-time = "2025-03-07T01:45:50.723Z" }, @@ -5332,8 +5661,7 @@ name = "nvidia-cufile-cu12" version = "1.14.1.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", @@ -5349,12 +5677,21 @@ name = "nvidia-curand-cu12" version = "10.3.9.90" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/45/5e/92aa15eca622a388b80fbf8375d4760738df6285b1e92c43d37390a33a9a/nvidia_curand_cu12-10.3.9.90-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:dfab99248034673b779bc6decafdc3404a8a6f502462201f2f31f11354204acd", size = 63625754, upload-time = "2025-03-07T01:46:10.735Z" }, @@ -5367,8 +5704,7 @@ name = "nvidia-curand-cu12" version = "10.3.10.19" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", @@ -5385,17 +5721,26 @@ name = "nvidia-cusolver-cu12" version = "11.7.3.90" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "nvidia-cublas-cu12", version = "12.8.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparse-cu12", version = "12.5.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-cublas-cu12", version = "12.8.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-cusparse-cu12", version = "12.5.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/c8/32/f7cd6ce8a7690544d084ea21c26e910a97e077c9b7f07bf5de623ee19981/nvidia_cusolver_cu12-11.7.3.90-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:db9ed69dbef9715071232caa9b69c52ac7de3a95773c2db65bdba85916e4e5c0", size = 267229841, upload-time = "2025-03-07T01:46:54.356Z" }, @@ -5408,17 +5753,16 @@ name = "nvidia-cusolver-cu12" version = "11.7.5.82" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux'", ] dependencies = [ - { name = "nvidia-cublas-cu12", version = "12.9.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparse-cu12", version = "12.5.10.65", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-cublas-cu12", version = "12.9.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusparse-cu12", version = "12.5.10.65", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/03/99/686ff9bf3a82a531c62b1a5c614476e8dfa24a9d89067aeedf3592ee4538/nvidia_cusolver_cu12-11.7.5.82-py3-none-manylinux_2_27_aarch64.whl", hash = "sha256:62efa83e4ace59a4c734d052bb72158e888aa7b770e1a5f601682f16fe5b4fd2", size = 337869834, upload-time = "2025-06-05T20:06:53.125Z" }, @@ -5431,15 +5775,24 @@ name = "nvidia-cusparse-cu12" version = "12.5.8.93" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/bc/f7/cd777c4109681367721b00a106f491e0d0d15cfa1fd59672ce580ce42a97/nvidia_cusparse_cu12-12.5.8.93-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:9b6c161cb130be1a07a27ea6923df8141f3c295852f4b260c65f18f3e0a091dc", size = 288117129, upload-time = "2025-03-07T01:47:40.407Z" }, @@ -5452,15 +5805,14 @@ name = "nvidia-cusparse-cu12" version = "12.5.10.65" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux'", ] dependencies = [ - { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/5e/6f/8710fbd17cdd1d0fc3fea7d36d5b65ce1933611c31e1861da330206b253a/nvidia_cusparse_cu12-12.5.10.65-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:221c73e7482dd93eda44e65ce567c031c07e2f93f6fa0ecd3ba876a195023e83", size = 366359408, upload-time = "2025-06-05T20:07:42.501Z" }, @@ -5483,8 +5835,12 @@ name = "nvidia-nccl-cu12" version = "2.27.3" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/4b/7b/8354b784cf73b0ba51e566b4baba3ddd44fe8288a3d39ef1e06cd5417226/nvidia_nccl_cu12-2.27.3-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:9ddf1a245abc36c550870f26d537a9b6087fb2e2e3d6e0ef03374c6fd19d984f", size = 322397768, upload-time = "2025-06-03T21:57:30.234Z" }, @@ -5496,16 +5852,30 @@ name = "nvidia-nccl-cu12" version = "2.27.5" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/bb/1c/857979db0ef194ca5e21478a0612bcdbbe59458d7694361882279947b349/nvidia_nccl_cu12-2.27.5-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:31432ad4d1fb1004eb0c56203dc9bc2178a1ba69d1d9e02d64a6938ab5e40e7a", size = 322400625, upload-time = "2025-06-26T04:11:04.496Z" }, @@ -5517,12 +5887,21 @@ name = "nvidia-nvjitlink-cu12" version = "12.8.93" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/f6/74/86a07f1d0f42998ca31312f998bd3b9a7eff7f52378f4f270c8679c77fb9/nvidia_nvjitlink_cu12-12.8.93-py3-none-manylinux2010_x86_64.manylinux_2_12_x86_64.whl", hash = "sha256:81ff63371a7ebd6e6451970684f916be2eab07321b73c9d244dc2b4da7f73b88", size = 39254836, upload-time = "2025-03-07T01:49:55.661Z" }, @@ -5535,8 +5914,7 @@ name = "nvidia-nvjitlink-cu12" version = "12.9.86" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", @@ -5562,12 +5940,21 @@ name = "nvidia-nvtx-cu12" version = "12.8.90" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version < '3.10'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/10/c0/1b303feea90d296f6176f32a2a70b5ef230f9bdeb3a72bddb0dc922dc137/nvidia_nvtx_cu12-12.8.90-py3-none-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:d7ad891da111ebafbf7e015d34879f7112832fc239ff0d7d776b6cb685274615", size = 91161, upload-time = "2025-03-07T01:42:23.922Z" }, @@ -5580,8 +5967,7 @@ name = "nvidia-nvtx-cu12" version = "12.9.79" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", @@ -5643,20 +6029,32 @@ name = "onnxruntime" version = "1.20.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "coloredlogs", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "flatbuffers", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "protobuf", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sympy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "coloredlogs", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "flatbuffers", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "protobuf", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sympy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/4e/28/99f903b0eb1cd6f3faa0e343217d9fb9f47b84bca98bd9859884631336ee/onnxruntime-1.20.1-cp310-cp310-macosx_13_0_universal2.whl", hash = "sha256:e50ba5ff7fed4f7d9253a6baf801ca2883cc08491f9d32d78a80da57256a5439", size = 30996314, upload-time = "2024-11-21T00:48:31.43Z" }, @@ -5687,53 +6085,85 @@ name = "onnxruntime" version = "1.24.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "flatbuffers", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "protobuf", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sympy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "flatbuffers", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "protobuf", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sympy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/2c/4e/050c947924ffd8ff856d219d8f83ee3d4e7dc52d5a6770ff34a15675c437/onnxruntime-1.24.2-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:69d1c75997276106d24e65da2e69ec4302af1b117fef414e2154740cde0f6214", size = 17217298, upload-time = "2026-02-19T17:15:09.891Z" }, @@ -5753,13 +6183,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/2d/6f/8fac5eecb94f861d56a43ede3c2ebcdce60132952d3b72003f3e3d91483c/onnxruntime-1.24.2-cp313-cp313-win_arm64.whl", hash = "sha256:d8cf0acbf90771fff012c33eb2749e8aca2a8b4c66c672f30ee77c140a6fba5b", size = 12168564, upload-time = "2026-02-19T17:14:52.28Z" }, { url = "https://files.pythonhosted.org/packages/35/e4/7dfed3f445f7289a0abff709d012439c6c901915390704dd918e5f47aad3/onnxruntime-1.24.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e22fb5d9ac51b61f50cca155ce2927576cc2c42501ede6c0df23a1aeb070bdd5", size = 15036844, upload-time = "2026-02-19T17:13:27.928Z" }, { url = "https://files.pythonhosted.org/packages/90/45/9d52397e30b0d8c1692afcec5184ca9372ff4d6b0f6039bba9ad479a2563/onnxruntime-1.24.2-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2956f5220e7be8b09482ae5726caabf78eb549142cdb28523191a38e57fb6119", size = 17117779, upload-time = "2026-02-19T17:14:13.862Z" }, - { url = "https://files.pythonhosted.org/packages/a9/c8/2321cd06ddbb4321326df365ccb8345cdb4e05643f539729f3943c706e97/onnxruntime-1.24.2-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:487e3fdedc24bc93f2acdf47c622de49b3999fb5754e7cfa466e5533a0215051", size = 17219405, upload-time = "2026-02-19T17:13:39.925Z" }, - { url = "https://files.pythonhosted.org/packages/ad/ff/a2cdf95d2647f2a5076eb3fc49ae662e375c4eb5c7b6b675f910f96c8e15/onnxruntime-1.24.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:9c33398bd6ab1a6b7de9410af7360cd8b6312bc0c4848ddb738456c13dfbec4b", size = 15027713, upload-time = "2026-02-19T17:13:30.693Z" }, - { url = "https://files.pythonhosted.org/packages/0d/74/a1913b3a0fc2f27fe1751e9545745a3f35fd7833e3438a4208b4e215778f/onnxruntime-1.24.2-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2658b3ce6cb33bdeddfcd74c6da509510310717611220cf2106e6c401febabe5", size = 17106108, upload-time = "2026-02-19T17:14:16.619Z" }, - { url = "https://files.pythonhosted.org/packages/0a/bd/fca80d282bca9848b2c8e101c764432dd61a0e9d2377d1c8b3bab13235d0/onnxruntime-1.24.2-cp314-cp314-win_amd64.whl", hash = "sha256:45b4f68ffec95b2cc0dc96b2b413f69ace9a80a0e5400023c5ac61f73a7a3fdf", size = 12808967, upload-time = "2026-02-19T17:15:05.1Z" }, - { url = "https://files.pythonhosted.org/packages/6d/eb/6b154dd61cac410cacf27a9f53bbf49f4dbfe5b3982f3f5b0247c7bf7b78/onnxruntime-1.24.2-cp314-cp314-win_arm64.whl", hash = "sha256:6c501aaaaa674e689aaac501e26eb96aba908ebc067fe761fbcbed868bd694a6", size = 12491892, upload-time = "2026-02-19T17:14:54.584Z" }, - { url = "https://files.pythonhosted.org/packages/6f/84/14e5e804836476d3ef6ac07afe3ed6bdf01b69f8ef3ce6ae82c6c80b6d62/onnxruntime-1.24.2-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:5360d3fd9c08ce17fff757759ce4b152852be14d597130f41174d8271f954630", size = 15036834, upload-time = "2026-02-19T17:13:33.65Z" }, - { url = "https://files.pythonhosted.org/packages/3a/27/ecdd3ae7d49d9f54820ededce2d88ddc3333b9ac9bb5f1d0d6aa3148c686/onnxruntime-1.24.2-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:05a2792b5ef9278a89415a1f39d0a22192a872168257100503a5157165a38e7b", size = 17117770, upload-time = "2026-02-19T17:14:20.048Z" }, ] [[package]] @@ -5776,8 +6199,8 @@ name = "optuna" version = "4.7.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "alembic", version = "1.16.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "alembic", version = "1.18.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "alembic", version = "1.16.5", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "alembic", version = "1.18.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "colorlog" }, { name = "numpy" }, { name = "packaging" }, @@ -5790,6 +6213,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/75/d1/6c8a4fbb38a9e3565f5c36b871262a85ecab3da48120af036b1e4937a15c/optuna-4.7.0-py3-none-any.whl", hash = "sha256:e41ec84018cecc10eabf28143573b1f0bde0ba56dba8151631a590ecbebc1186", size = 413894, upload-time = "2026-01-19T05:45:50.815Z" }, ] +[[package]] +name = "overrides" +version = "7.7.0" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/36/86/b585f53236dec60aba864e050778b25045f857e17f6e5ea0ae95fe80edd2/overrides-7.7.0.tar.gz", hash = "sha256:55158fa3d93b98cc75299b1e67078ad9003ca27945c76162c1c0766d6f91820a", size = 22812, upload-time = "2024-01-27T21:01:33.423Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/2c/ab/fc8290c6a4c722e5514d80f62b2dc4c4df1a68a41d1364e625c35990fcf3/overrides-7.7.0-py3-none-any.whl", hash = "sha256:c7ed9d062f78b8e4c1a7b70bd8796b35ead4d9f510227ef9c5dc7626c60d7e49", size = 17832, upload-time = "2024-01-27T21:01:31.393Z" }, +] + [[package]] name = "packaging" version = "24.2" @@ -5845,19 +6277,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/44/23/78d645adc35d94d1ac4f2a3c4112ab6f5b8999f4898b8cdf01252f8df4a9/pandas-2.3.3-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:900f47d8f20860de523a1ac881c4c36d65efcb2eb850e6948140fa781736e110", size = 12121912, upload-time = "2025-09-29T23:23:05.042Z" }, { url = "https://files.pythonhosted.org/packages/53/da/d10013df5e6aaef6b425aa0c32e1fc1f3e431e4bcabd420517dceadce354/pandas-2.3.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:a45c765238e2ed7d7c608fc5bc4a6f88b642f2f01e70c0c23d2224dd21829d86", size = 12712160, upload-time = "2025-09-29T23:23:28.57Z" }, { url = "https://files.pythonhosted.org/packages/bd/17/e756653095a083d8a37cbd816cb87148debcfcd920129b25f99dd8d04271/pandas-2.3.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:c4fc4c21971a1a9f4bdb4c73978c7f7256caa3e62b323f70d6cb80db583350bc", size = 13199233, upload-time = "2025-09-29T23:24:24.876Z" }, - { url = "https://files.pythonhosted.org/packages/04/fd/74903979833db8390b73b3a8a7d30d146d710bd32703724dd9083950386f/pandas-2.3.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:ee15f284898e7b246df8087fc82b87b01686f98ee67d85a17b7ab44143a3a9a0", size = 11540635, upload-time = "2025-09-29T23:25:52.486Z" }, - { url = "https://files.pythonhosted.org/packages/21/00/266d6b357ad5e6d3ad55093a7e8efc7dd245f5a842b584db9f30b0f0a287/pandas-2.3.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1611aedd912e1ff81ff41c745822980c49ce4a7907537be8692c8dbc31924593", size = 10759079, upload-time = "2025-09-29T23:26:33.204Z" }, - { url = "https://files.pythonhosted.org/packages/ca/05/d01ef80a7a3a12b2f8bbf16daba1e17c98a2f039cbc8e2f77a2c5a63d382/pandas-2.3.3-cp314-cp314-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6d2cefc361461662ac48810cb14365a365ce864afe85ef1f447ff5a1e99ea81c", size = 11814049, upload-time = "2025-09-29T23:27:15.384Z" }, - { url = "https://files.pythonhosted.org/packages/15/b2/0e62f78c0c5ba7e3d2c5945a82456f4fac76c480940f805e0b97fcbc2f65/pandas-2.3.3-cp314-cp314-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ee67acbbf05014ea6c763beb097e03cd629961c8a632075eeb34247120abcb4b", size = 12332638, upload-time = "2025-09-29T23:27:51.625Z" }, - { url = "https://files.pythonhosted.org/packages/c5/33/dd70400631b62b9b29c3c93d2feee1d0964dc2bae2e5ad7a6c73a7f25325/pandas-2.3.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c46467899aaa4da076d5abc11084634e2d197e9460643dd455ac3db5856b24d6", size = 12886834, upload-time = "2025-09-29T23:28:21.289Z" }, - { url = "https://files.pythonhosted.org/packages/d3/18/b5d48f55821228d0d2692b34fd5034bb185e854bdb592e9c640f6290e012/pandas-2.3.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:6253c72c6a1d990a410bc7de641d34053364ef8bcd3126f7e7450125887dffe3", size = 13409925, upload-time = "2025-09-29T23:28:58.261Z" }, - { url = "https://files.pythonhosted.org/packages/a6/3d/124ac75fcd0ecc09b8fdccb0246ef65e35b012030defb0e0eba2cbbbe948/pandas-2.3.3-cp314-cp314-win_amd64.whl", hash = "sha256:1b07204a219b3b7350abaae088f451860223a52cfb8a6c53358e7948735158e5", size = 11109071, upload-time = "2025-09-29T23:32:27.484Z" }, - { url = "https://files.pythonhosted.org/packages/89/9c/0e21c895c38a157e0faa1fb64587a9226d6dd46452cac4532d80c3c4a244/pandas-2.3.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2462b1a365b6109d275250baaae7b760fd25c726aaca0054649286bcfbb3e8ec", size = 12048504, upload-time = "2025-09-29T23:29:31.47Z" }, - { url = "https://files.pythonhosted.org/packages/d7/82/b69a1c95df796858777b68fbe6a81d37443a33319761d7c652ce77797475/pandas-2.3.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:0242fe9a49aa8b4d78a4fa03acb397a58833ef6199e9aa40a95f027bb3a1b6e7", size = 11410702, upload-time = "2025-09-29T23:29:54.591Z" }, - { url = "https://files.pythonhosted.org/packages/f9/88/702bde3ba0a94b8c73a0181e05144b10f13f29ebfc2150c3a79062a8195d/pandas-2.3.3-cp314-cp314t-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:a21d830e78df0a515db2b3d2f5570610f5e6bd2e27749770e8bb7b524b89b450", size = 11634535, upload-time = "2025-09-29T23:30:21.003Z" }, - { url = "https://files.pythonhosted.org/packages/a4/1e/1bac1a839d12e6a82ec6cb40cda2edde64a2013a66963293696bbf31fbbb/pandas-2.3.3-cp314-cp314t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:2e3ebdb170b5ef78f19bfb71b0dc5dc58775032361fa188e814959b74d726dd5", size = 12121582, upload-time = "2025-09-29T23:30:43.391Z" }, - { url = "https://files.pythonhosted.org/packages/44/91/483de934193e12a3b1d6ae7c8645d083ff88dec75f46e827562f1e4b4da6/pandas-2.3.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:d051c0e065b94b7a3cea50eb1ec32e912cd96dba41647eb24104b6c6c14c5788", size = 12699963, upload-time = "2025-09-29T23:31:10.009Z" }, - { url = "https://files.pythonhosted.org/packages/70/44/5191d2e4026f86a2a109053e194d3ba7a31a2d10a9c2348368c63ed4e85a/pandas-2.3.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:3869faf4bd07b3b66a9f462417d0ca3a9df29a9f6abd5d0d0dbab15dac7abe87", size = 13202175, upload-time = "2025-09-29T23:31:59.173Z" }, { url = "https://files.pythonhosted.org/packages/56/b4/52eeb530a99e2a4c55ffcd352772b599ed4473a0f892d127f4147cf0f88e/pandas-2.3.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c503ba5216814e295f40711470446bc3fd00f0faea8a086cbc688808e26f92a2", size = 11567720, upload-time = "2025-09-29T23:33:06.209Z" }, { url = "https://files.pythonhosted.org/packages/48/4a/2d8b67632a021bced649ba940455ed441ca854e57d6e7658a6024587b083/pandas-2.3.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:a637c5cdfa04b6d6e2ecedcb81fc52ffb0fd78ce2ebccc9ea964df9f658de8c8", size = 10810302, upload-time = "2025-09-29T23:33:35.846Z" }, { url = "https://files.pythonhosted.org/packages/13/e6/d2465010ee0569a245c975dc6967b801887068bc893e908239b1f4b6c1ac/pandas-2.3.3-cp39-cp39-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:854d00d556406bffe66a4c0802f334c9ad5a96b4f1f868adf036a21b11ef13ff", size = 12154874, upload-time = "2025-09-29T23:33:49.939Z" }, @@ -5882,17 +6301,17 @@ version = "0.18.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "accelerate", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "psutil", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "pyyaml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "safetensors", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "tqdm", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "transformers", version = "5.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "transformers", version = "4.53.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/d8/48/147b3ea999560b40a34fd78724c7777aa9d18409c2250bdcaf9c4f2db7fc/peft-0.18.1.tar.gz", hash = "sha256:2dd0d6bfce936d1850e48aaddbd250941c5c02fc8ef3237cd8fd5aac35e0bae2", size = 635030, upload-time = "2026-01-09T13:08:01.136Z" } wheels = [ @@ -5916,12 +6335,24 @@ name = "pillow" version = "11.3.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/f3/0d/d0d6dea55cd152ce3d6767bb38a8fc10e33796ba4ba210cbab9354b6d238/pillow-11.3.0.tar.gz", hash = "sha256:3828ee7586cd0b2091b6209e5ad53e20d0649bbe87164a459d0676e035e8f523", size = 47113069, upload-time = "2025-07-01T09:16:30.666Z" } wheels = [ @@ -5983,28 +6414,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/49/6b/00187a044f98255225f172de653941e61da37104a9ea60e4f6887717e2b5/pillow-11.3.0-cp313-cp313t-win32.whl", hash = "sha256:2a3117c06b8fb646639dce83694f2f9eac405472713fcb1ae887469c0d4f6788", size = 6277546, upload-time = "2025-07-01T09:15:11.311Z" }, { url = "https://files.pythonhosted.org/packages/e8/5c/6caaba7e261c0d75bab23be79f1d06b5ad2a2ae49f028ccec801b0e853d6/pillow-11.3.0-cp313-cp313t-win_amd64.whl", hash = "sha256:857844335c95bea93fb39e0fa2726b4d9d758850b34075a7e3ff4f4fa3aa3b31", size = 6985102, upload-time = "2025-07-01T09:15:13.164Z" }, { url = "https://files.pythonhosted.org/packages/f3/7e/b623008460c09a0cb38263c93b828c666493caee2eb34ff67f778b87e58c/pillow-11.3.0-cp313-cp313t-win_arm64.whl", hash = "sha256:8797edc41f3e8536ae4b10897ee2f637235c94f27404cac7297f7b607dd0716e", size = 2424803, upload-time = "2025-07-01T09:15:15.695Z" }, - { url = "https://files.pythonhosted.org/packages/73/f4/04905af42837292ed86cb1b1dabe03dce1edc008ef14c473c5c7e1443c5d/pillow-11.3.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:d9da3df5f9ea2a89b81bb6087177fb1f4d1c7146d583a3fe5c672c0d94e55e12", size = 5278520, upload-time = "2025-07-01T09:15:17.429Z" }, - { url = "https://files.pythonhosted.org/packages/41/b0/33d79e377a336247df6348a54e6d2a2b85d644ca202555e3faa0cf811ecc/pillow-11.3.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:0b275ff9b04df7b640c59ec5a3cb113eefd3795a8df80bac69646ef699c6981a", size = 4686116, upload-time = "2025-07-01T09:15:19.423Z" }, - { url = "https://files.pythonhosted.org/packages/49/2d/ed8bc0ab219ae8768f529597d9509d184fe8a6c4741a6864fea334d25f3f/pillow-11.3.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:0743841cabd3dba6a83f38a92672cccbd69af56e3e91777b0ee7f4dba4385632", size = 5864597, upload-time = "2025-07-03T13:10:38.404Z" }, - { url = "https://files.pythonhosted.org/packages/b5/3d/b932bb4225c80b58dfadaca9d42d08d0b7064d2d1791b6a237f87f661834/pillow-11.3.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:2465a69cf967b8b49ee1b96d76718cd98c4e925414ead59fdf75cf0fd07df673", size = 7638246, upload-time = "2025-07-03T13:10:44.987Z" }, - { url = "https://files.pythonhosted.org/packages/09/b5/0487044b7c096f1b48f0d7ad416472c02e0e4bf6919541b111efd3cae690/pillow-11.3.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:41742638139424703b4d01665b807c6468e23e699e8e90cffefe291c5832b027", size = 5973336, upload-time = "2025-07-01T09:15:21.237Z" }, - { url = "https://files.pythonhosted.org/packages/a8/2d/524f9318f6cbfcc79fbc004801ea6b607ec3f843977652fdee4857a7568b/pillow-11.3.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:93efb0b4de7e340d99057415c749175e24c8864302369e05914682ba642e5d77", size = 6642699, upload-time = "2025-07-01T09:15:23.186Z" }, - { url = "https://files.pythonhosted.org/packages/6f/d2/a9a4f280c6aefedce1e8f615baaa5474e0701d86dd6f1dede66726462bbd/pillow-11.3.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7966e38dcd0fa11ca390aed7c6f20454443581d758242023cf36fcb319b1a874", size = 6083789, upload-time = "2025-07-01T09:15:25.1Z" }, - { url = "https://files.pythonhosted.org/packages/fe/54/86b0cd9dbb683a9d5e960b66c7379e821a19be4ac5810e2e5a715c09a0c0/pillow-11.3.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:98a9afa7b9007c67ed84c57c9e0ad86a6000da96eaa638e4f8abe5b65ff83f0a", size = 6720386, upload-time = "2025-07-01T09:15:27.378Z" }, - { url = "https://files.pythonhosted.org/packages/e7/95/88efcaf384c3588e24259c4203b909cbe3e3c2d887af9e938c2022c9dd48/pillow-11.3.0-cp314-cp314-win32.whl", hash = "sha256:02a723e6bf909e7cea0dac1b0e0310be9d7650cd66222a5f1c571455c0a45214", size = 6370911, upload-time = "2025-07-01T09:15:29.294Z" }, - { url = "https://files.pythonhosted.org/packages/2e/cc/934e5820850ec5eb107e7b1a72dd278140731c669f396110ebc326f2a503/pillow-11.3.0-cp314-cp314-win_amd64.whl", hash = "sha256:a418486160228f64dd9e9efcd132679b7a02a5f22c982c78b6fc7dab3fefb635", size = 7117383, upload-time = "2025-07-01T09:15:31.128Z" }, - { url = "https://files.pythonhosted.org/packages/d6/e9/9c0a616a71da2a5d163aa37405e8aced9a906d574b4a214bede134e731bc/pillow-11.3.0-cp314-cp314-win_arm64.whl", hash = "sha256:155658efb5e044669c08896c0c44231c5e9abcaadbc5cd3648df2f7c0b96b9a6", size = 2511385, upload-time = "2025-07-01T09:15:33.328Z" }, - { url = "https://files.pythonhosted.org/packages/1a/33/c88376898aff369658b225262cd4f2659b13e8178e7534df9e6e1fa289f6/pillow-11.3.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:59a03cdf019efbfeeed910bf79c7c93255c3d54bc45898ac2a4140071b02b4ae", size = 5281129, upload-time = "2025-07-01T09:15:35.194Z" }, - { url = "https://files.pythonhosted.org/packages/1f/70/d376247fb36f1844b42910911c83a02d5544ebd2a8bad9efcc0f707ea774/pillow-11.3.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:f8a5827f84d973d8636e9dc5764af4f0cf2318d26744b3d902931701b0d46653", size = 4689580, upload-time = "2025-07-01T09:15:37.114Z" }, - { url = "https://files.pythonhosted.org/packages/eb/1c/537e930496149fbac69efd2fc4329035bbe2e5475b4165439e3be9cb183b/pillow-11.3.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:ee92f2fd10f4adc4b43d07ec5e779932b4eb3dbfbc34790ada5a6669bc095aa6", size = 5902860, upload-time = "2025-07-03T13:10:50.248Z" }, - { url = "https://files.pythonhosted.org/packages/bd/57/80f53264954dcefeebcf9dae6e3eb1daea1b488f0be8b8fef12f79a3eb10/pillow-11.3.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:c96d333dcf42d01f47b37e0979b6bd73ec91eae18614864622d9b87bbd5bbf36", size = 7670694, upload-time = "2025-07-03T13:10:56.432Z" }, - { url = "https://files.pythonhosted.org/packages/70/ff/4727d3b71a8578b4587d9c276e90efad2d6fe0335fd76742a6da08132e8c/pillow-11.3.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4c96f993ab8c98460cd0c001447bff6194403e8b1d7e149ade5f00594918128b", size = 6005888, upload-time = "2025-07-01T09:15:39.436Z" }, - { url = "https://files.pythonhosted.org/packages/05/ae/716592277934f85d3be51d7256f3636672d7b1abfafdc42cf3f8cbd4b4c8/pillow-11.3.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:41342b64afeba938edb034d122b2dda5db2139b9a4af999729ba8818e0056477", size = 6670330, upload-time = "2025-07-01T09:15:41.269Z" }, - { url = "https://files.pythonhosted.org/packages/e7/bb/7fe6cddcc8827b01b1a9766f5fdeb7418680744f9082035bdbabecf1d57f/pillow-11.3.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:068d9c39a2d1b358eb9f245ce7ab1b5c3246c7c8c7d9ba58cfa5b43146c06e50", size = 6114089, upload-time = "2025-07-01T09:15:43.13Z" }, - { url = "https://files.pythonhosted.org/packages/8b/f5/06bfaa444c8e80f1a8e4bff98da9c83b37b5be3b1deaa43d27a0db37ef84/pillow-11.3.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:a1bc6ba083b145187f648b667e05a2534ecc4b9f2784c2cbe3089e44868f2b9b", size = 6748206, upload-time = "2025-07-01T09:15:44.937Z" }, - { url = "https://files.pythonhosted.org/packages/f0/77/bc6f92a3e8e6e46c0ca78abfffec0037845800ea38c73483760362804c41/pillow-11.3.0-cp314-cp314t-win32.whl", hash = "sha256:118ca10c0d60b06d006be10a501fd6bbdfef559251ed31b794668ed569c87e12", size = 6377370, upload-time = "2025-07-01T09:15:46.673Z" }, - { url = "https://files.pythonhosted.org/packages/4a/82/3a721f7d69dca802befb8af08b7c79ebcab461007ce1c18bd91a5d5896f9/pillow-11.3.0-cp314-cp314t-win_amd64.whl", hash = "sha256:8924748b688aa210d79883357d102cd64690e56b923a186f35a82cbc10f997db", size = 7121500, upload-time = "2025-07-01T09:15:48.512Z" }, - { url = "https://files.pythonhosted.org/packages/89/c7/5572fa4a3f45740eaab6ae86fcdf7195b55beac1371ac8c619d880cfe948/pillow-11.3.0-cp314-cp314t-win_arm64.whl", hash = "sha256:79ea0d14d3ebad43ec77ad5272e6ff9bba5b679ef73375ea760261207fa8e0aa", size = 2512835, upload-time = "2025-07-01T09:15:50.399Z" }, { url = "https://files.pythonhosted.org/packages/9e/8e/9c089f01677d1264ab8648352dcb7773f37da6ad002542760c80107da816/pillow-11.3.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:48d254f8a4c776de343051023eb61ffe818299eeac478da55227d96e241de53f", size = 5316478, upload-time = "2025-07-01T09:15:52.209Z" }, { url = "https://files.pythonhosted.org/packages/b5/a9/5749930caf674695867eb56a581e78eb5f524b7583ff10b01b6e5048acb3/pillow-11.3.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:7aee118e30a4cf54fdd873bd3a29de51e29105ab11f9aad8c32123f58c8f8081", size = 4686522, upload-time = "2025-07-01T09:15:54.162Z" }, { url = "https://files.pythonhosted.org/packages/43/46/0b85b763eb292b691030795f9f6bb6fcaf8948c39413c81696a01c3577f7/pillow-11.3.0-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:23cff760a9049c502721bdb743a7cb3e03365fafcdfc2ef9784610714166e5a4", size = 5853376, upload-time = "2025-07-03T13:11:01.066Z" }, @@ -6037,46 +6446,78 @@ name = "pillow" version = "12.1.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/1f/42/5c74462b4fd957fcd7b13b04fb3205ff8349236ea74c7c375766d6c82288/pillow-12.1.1.tar.gz", hash = "sha256:9ad8fa5937ab05218e2b6a4cff30295ad35afd2f83ac592e68c0d871bb0fdbc4", size = 46980264, upload-time = "2026-02-11T04:23:07.146Z" } wheels = [ @@ -6138,31 +6579,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/83/43/6f732ff85743cf746b1361b91665d9f5155e1483817f693f8d57ea93147f/pillow-12.1.1-cp313-cp313t-win32.whl", hash = "sha256:44ce27545b6efcf0fdbdceb31c9a5bdea9333e664cda58a7e674bb74608b3986", size = 6336441, upload-time = "2026-02-11T04:21:48.22Z" }, { url = "https://files.pythonhosted.org/packages/3b/44/e865ef3986611bb75bfabdf94a590016ea327833f434558801122979cd0e/pillow-12.1.1-cp313-cp313t-win_amd64.whl", hash = "sha256:a285e3eb7a5a45a2ff504e31f4a8d1b12ef62e84e5411c6804a42197c1cf586c", size = 7045383, upload-time = "2026-02-11T04:21:50.015Z" }, { url = "https://files.pythonhosted.org/packages/a8/c6/f4fb24268d0c6908b9f04143697ea18b0379490cb74ba9e8d41b898bd005/pillow-12.1.1-cp313-cp313t-win_arm64.whl", hash = "sha256:cc7d296b5ea4d29e6570dabeaed58d31c3fea35a633a69679fb03d7664f43fb3", size = 2456104, upload-time = "2026-02-11T04:21:51.633Z" }, - { url = "https://files.pythonhosted.org/packages/03/d0/bebb3ffbf31c5a8e97241476c4cf8b9828954693ce6744b4a2326af3e16b/pillow-12.1.1-cp314-cp314-ios_13_0_arm64_iphoneos.whl", hash = "sha256:417423db963cb4be8bac3fc1204fe61610f6abeed1580a7a2cbb2fbda20f12af", size = 4062652, upload-time = "2026-02-11T04:21:53.19Z" }, - { url = "https://files.pythonhosted.org/packages/2d/c0/0e16fb0addda4851445c28f8350d8c512f09de27bbb0d6d0bbf8b6709605/pillow-12.1.1-cp314-cp314-ios_13_0_arm64_iphonesimulator.whl", hash = "sha256:b957b71c6b2387610f556a7eb0828afbe40b4a98036fc0d2acfa5a44a0c2036f", size = 4138823, upload-time = "2026-02-11T04:22:03.088Z" }, - { url = "https://files.pythonhosted.org/packages/6b/fb/6170ec655d6f6bb6630a013dd7cf7bc218423d7b5fa9071bf63dc32175ae/pillow-12.1.1-cp314-cp314-ios_13_0_x86_64_iphonesimulator.whl", hash = "sha256:097690ba1f2efdeb165a20469d59d8bb03c55fb6621eb2041a060ae8ea3e9642", size = 3601143, upload-time = "2026-02-11T04:22:04.909Z" }, - { url = "https://files.pythonhosted.org/packages/59/04/dc5c3f297510ba9a6837cbb318b87dd2b8f73eb41a43cc63767f65cb599c/pillow-12.1.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:2815a87ab27848db0321fb78c7f0b2c8649dee134b7f2b80c6a45c6831d75ccd", size = 5266254, upload-time = "2026-02-11T04:22:07.656Z" }, - { url = "https://files.pythonhosted.org/packages/05/30/5db1236b0d6313f03ebf97f5e17cda9ca060f524b2fcc875149a8360b21c/pillow-12.1.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:f7ed2c6543bad5a7d5530eb9e78c53132f93dfa44a28492db88b41cdab885202", size = 4657499, upload-time = "2026-02-11T04:22:09.613Z" }, - { url = "https://files.pythonhosted.org/packages/6f/18/008d2ca0eb612e81968e8be0bbae5051efba24d52debf930126d7eaacbba/pillow-12.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:652a2c9ccfb556235b2b501a3a7cf3742148cd22e04b5625c5fe057ea3e3191f", size = 6232137, upload-time = "2026-02-11T04:22:11.434Z" }, - { url = "https://files.pythonhosted.org/packages/70/f1/f14d5b8eeb4b2cd62b9f9f847eb6605f103df89ef619ac68f92f748614ea/pillow-12.1.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:d6e4571eedf43af33d0fc233a382a76e849badbccdf1ac438841308652a08e1f", size = 8042721, upload-time = "2026-02-11T04:22:13.321Z" }, - { url = "https://files.pythonhosted.org/packages/5a/d6/17824509146e4babbdabf04d8171491fa9d776f7061ff6e727522df9bd03/pillow-12.1.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:b574c51cf7d5d62e9be37ba446224b59a2da26dc4c1bb2ecbe936a4fb1a7cb7f", size = 6347798, upload-time = "2026-02-11T04:22:15.449Z" }, - { url = "https://files.pythonhosted.org/packages/d1/ee/c85a38a9ab92037a75615aba572c85ea51e605265036e00c5b67dfafbfe2/pillow-12.1.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a37691702ed687799de29a518d63d4682d9016932db66d4e90c345831b02fb4e", size = 7039315, upload-time = "2026-02-11T04:22:17.24Z" }, - { url = "https://files.pythonhosted.org/packages/ec/f3/bc8ccc6e08a148290d7523bde4d9a0d6c981db34631390dc6e6ec34cacf6/pillow-12.1.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:f95c00d5d6700b2b890479664a06e754974848afaae5e21beb4d83c106923fd0", size = 6462360, upload-time = "2026-02-11T04:22:19.111Z" }, - { url = "https://files.pythonhosted.org/packages/f6/ab/69a42656adb1d0665ab051eec58a41f169ad295cf81ad45406963105408f/pillow-12.1.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:559b38da23606e68681337ad74622c4dbba02254fc9cb4488a305dd5975c7eeb", size = 7165438, upload-time = "2026-02-11T04:22:21.041Z" }, - { url = "https://files.pythonhosted.org/packages/02/46/81f7aa8941873f0f01d4b55cc543b0a3d03ec2ee30d617a0448bf6bd6dec/pillow-12.1.1-cp314-cp314-win32.whl", hash = "sha256:03edcc34d688572014ff223c125a3f77fb08091e4607e7745002fc214070b35f", size = 6431503, upload-time = "2026-02-11T04:22:22.833Z" }, - { url = "https://files.pythonhosted.org/packages/40/72/4c245f7d1044b67affc7f134a09ea619d4895333d35322b775b928180044/pillow-12.1.1-cp314-cp314-win_amd64.whl", hash = "sha256:50480dcd74fa63b8e78235957d302d98d98d82ccbfac4c7e12108ba9ecbdba15", size = 7176748, upload-time = "2026-02-11T04:22:24.64Z" }, - { url = "https://files.pythonhosted.org/packages/e4/ad/8a87bdbe038c5c698736e3348af5c2194ffb872ea52f11894c95f9305435/pillow-12.1.1-cp314-cp314-win_arm64.whl", hash = "sha256:5cb1785d97b0c3d1d1a16bc1d710c4a0049daefc4935f3a8f31f827f4d3d2e7f", size = 2544314, upload-time = "2026-02-11T04:22:26.685Z" }, - { url = "https://files.pythonhosted.org/packages/6c/9d/efd18493f9de13b87ede7c47e69184b9e859e4427225ea962e32e56a49bc/pillow-12.1.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:1f90cff8aa76835cba5769f0b3121a22bd4eb9e6884cfe338216e557a9a548b8", size = 5268612, upload-time = "2026-02-11T04:22:29.884Z" }, - { url = "https://files.pythonhosted.org/packages/f8/f1/4f42eb2b388eb2ffc660dcb7f7b556c1015c53ebd5f7f754965ef997585b/pillow-12.1.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1f1be78ce9466a7ee64bfda57bdba0f7cc499d9794d518b854816c41bf0aa4e9", size = 4660567, upload-time = "2026-02-11T04:22:31.799Z" }, - { url = "https://files.pythonhosted.org/packages/01/54/df6ef130fa43e4b82e32624a7b821a2be1c5653a5fdad8469687a7db4e00/pillow-12.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:42fc1f4677106188ad9a55562bbade416f8b55456f522430fadab3cef7cd4e60", size = 6269951, upload-time = "2026-02-11T04:22:33.921Z" }, - { url = "https://files.pythonhosted.org/packages/a9/48/618752d06cc44bb4aae8ce0cd4e6426871929ed7b46215638088270d9b34/pillow-12.1.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:98edb152429ab62a1818039744d8fbb3ccab98a7c29fc3d5fcef158f3f1f68b7", size = 8074769, upload-time = "2026-02-11T04:22:35.877Z" }, - { url = "https://files.pythonhosted.org/packages/c3/bd/f1d71eb39a72fa088d938655afba3e00b38018d052752f435838961127d8/pillow-12.1.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:d470ab1178551dd17fdba0fef463359c41aaa613cdcd7ff8373f54be629f9f8f", size = 6381358, upload-time = "2026-02-11T04:22:37.698Z" }, - { url = "https://files.pythonhosted.org/packages/64/ef/c784e20b96674ed36a5af839305f55616f8b4f8aa8eeccf8531a6e312243/pillow-12.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6408a7b064595afcab0a49393a413732a35788f2a5092fdc6266952ed67de586", size = 7068558, upload-time = "2026-02-11T04:22:39.597Z" }, - { url = "https://files.pythonhosted.org/packages/73/cb/8059688b74422ae61278202c4e1ad992e8a2e7375227be0a21c6b87ca8d5/pillow-12.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:5d8c41325b382c07799a3682c1c258469ea2ff97103c53717b7893862d0c98ce", size = 6493028, upload-time = "2026-02-11T04:22:42.73Z" }, - { url = "https://files.pythonhosted.org/packages/c6/da/e3c008ed7d2dd1f905b15949325934510b9d1931e5df999bb15972756818/pillow-12.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c7697918b5be27424e9ce568193efd13d925c4481dd364e43f5dff72d33e10f8", size = 7191940, upload-time = "2026-02-11T04:22:44.543Z" }, - { url = "https://files.pythonhosted.org/packages/01/4a/9202e8d11714c1fc5951f2e1ef362f2d7fbc595e1f6717971d5dd750e969/pillow-12.1.1-cp314-cp314t-win32.whl", hash = "sha256:d2912fd8114fc5545aa3a4b5576512f64c55a03f3ebcca4c10194d593d43ea36", size = 6438736, upload-time = "2026-02-11T04:22:46.347Z" }, - { url = "https://files.pythonhosted.org/packages/f3/ca/cbce2327eb9885476b3957b2e82eb12c866a8b16ad77392864ad601022ce/pillow-12.1.1-cp314-cp314t-win_amd64.whl", hash = "sha256:4ceb838d4bd9dab43e06c363cab2eebf63846d6a4aeaea283bbdfd8f1a8ed58b", size = 7182894, upload-time = "2026-02-11T04:22:48.114Z" }, - { url = "https://files.pythonhosted.org/packages/ec/d2/de599c95ba0a973b94410477f8bf0b6f0b5e67360eb89bcb1ad365258beb/pillow-12.1.1-cp314-cp314t-win_arm64.whl", hash = "sha256:7b03048319bfc6170e93bd60728a1af51d3dd7704935feb228c4d4faab35d334", size = 2546446, upload-time = "2026-02-11T04:22:50.342Z" }, { url = "https://files.pythonhosted.org/packages/56/11/5d43209aa4cb58e0cc80127956ff1796a68b928e6324bbf06ef4db34367b/pillow-12.1.1-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:600fd103672b925fe62ed08e0d874ea34d692474df6f4bf7ebe148b30f89f39f", size = 5228606, upload-time = "2026-02-11T04:22:52.106Z" }, { url = "https://files.pythonhosted.org/packages/5f/d5/3b005b4e4fda6698b371fa6c21b097d4707585d7db99e98d9b0b87ac612a/pillow-12.1.1-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:665e1b916b043cef294bc54d47bf02d87e13f769bc4bc5fa225a24b3a6c5aca9", size = 4622321, upload-time = "2026-02-11T04:22:53.827Z" }, { url = "https://files.pythonhosted.org/packages/df/36/ed3ea2d594356fd8037e5a01f6156c74bc8d92dbb0fa60746cc96cabb6e8/pillow-12.1.1-pp311-pypy311_pp73-manylinux2014_aarch64.manylinux_2_17_aarch64.whl", hash = "sha256:495c302af3aad1ca67420ddd5c7bd480c8867ad173528767d906428057a11f0e", size = 5247579, upload-time = "2026-02-11T04:22:56.094Z" }, @@ -6172,26 +6588,29 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f2/26/c56ce33ca856e358d27fda9676c055395abddb82c35ac0f593877ed4562e/pillow-12.1.1-pp311-pypy311_pp73-win_amd64.whl", hash = "sha256:cb9bb857b2d057c6dfc72ac5f3b44836924ba15721882ef103cecb40d002d80e", size = 7029880, upload-time = "2026-02-11T04:23:04.783Z" }, ] -[[package]] -name = "plac" -version = "1.4.5" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/23/09/26ef2d614cabdcc52a7f383d0dc7967bf46be3c9700898c594e37b710c3d/plac-1.4.5.tar.gz", hash = "sha256:5f05bf85235c017fcd76c73c8101d4ff8e96beb3dc58b9a37de49cac7de82d14", size = 38988, upload-time = "2025-04-04T14:03:25.651Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/15/36/38676114a0dbee137ec366daa86603d667a07e9a52667d5ebf5c580100ba/plac-1.4.5-py2.py3-none-any.whl", hash = "sha256:87187786b4e446688b1cf5112e18fed8a23ab3b316c25fe91266a10bd1736b16", size = 22468, upload-time = "2025-04-04T14:03:24.761Z" }, -] - [[package]] name = "platformdirs" version = "4.4.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/23/e8/21db9c9987b0e728855bd57bff6984f67952bea55d6f75e055c46b5383e8/platformdirs-4.4.0.tar.gz", hash = "sha256:ca753cf4d81dc309bc67b0ea38fd15dc97bc30ce419a7f58d13eb3bf14c4febf", size = 21634, upload-time = "2025-08-26T14:32:04.268Z" } wheels = [ @@ -6203,46 +6622,78 @@ name = "platformdirs" version = "4.9.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/1b/04/fea538adf7dbbd6d186f551d595961e564a3b6715bdf276b477460858672/platformdirs-4.9.2.tar.gz", hash = "sha256:9a33809944b9db043ad67ca0db94b14bf452cc6aeaac46a88ea55b26e2e9d291", size = 28394, upload-time = "2026-02-16T03:56:10.574Z" } wheels = [ @@ -6264,8 +6715,8 @@ version = "1.9.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, - { name = "platformdirs", version = "4.4.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "platformdirs", version = "4.9.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "platformdirs", version = "4.4.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "platformdirs", version = "4.9.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "requests" }, ] sdist = { url = "https://files.pythonhosted.org/packages/83/43/85ef45e8b36c6a48546af7b266592dc32d7f67837a6514d111bced6d7d75/pooch-1.9.0.tar.gz", hash = "sha256:de46729579b9857ffd3e741987a2f6d5e0e03219892c167c6578c0091fb511ed", size = 61788, upload-time = "2026-01-30T19:15:09.649Z" } @@ -6278,15 +6729,27 @@ name = "prettytable" version = "3.16.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "wcwidth", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "wcwidth", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/99/b1/85e18ac92afd08c533603e3393977b6bc1443043115a47bb094f3b98f94f/prettytable-3.16.0.tar.gz", hash = "sha256:3c64b31719d961bf69c9a7e03d0c1e477320906a98da63952bc6698d6164ff57", size = 66276, upload-time = "2025-03-24T19:39:04.008Z" } wheels = [ @@ -6298,49 +6761,81 @@ name = "prettytable" version = "3.17.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "wcwidth", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "wcwidth", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/79/45/b0847d88d6cfeb4413566738c8bbf1e1995fad3d42515327ff32cc1eb578/prettytable-3.17.0.tar.gz", hash = "sha256:59f2590776527f3c9e8cf9fe7b66dd215837cca96a9c39567414cbc632e8ddb0", size = 67892, upload-time = "2025-11-14T17:33:20.212Z" } wheels = [ @@ -6449,36 +6944,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/92/f7/1d4ec5841505f423469efbfc381d64b7b467438cd5a4bbcbb063f3b73d27/propcache-0.4.1-cp313-cp313t-win32.whl", hash = "sha256:2ad890caa1d928c7c2965b48f3a3815c853180831d0e5503d35cf00c472f4717", size = 41396, upload-time = "2025-10-08T19:47:47.202Z" }, { url = "https://files.pythonhosted.org/packages/48/f0/615c30622316496d2cbbc29f5985f7777d3ada70f23370608c1d3e081c1f/propcache-0.4.1-cp313-cp313t-win_amd64.whl", hash = "sha256:f7ee0e597f495cf415bcbd3da3caa3bd7e816b74d0d52b8145954c5e6fd3ff37", size = 44897, upload-time = "2025-10-08T19:47:48.336Z" }, { url = "https://files.pythonhosted.org/packages/fd/ca/6002e46eccbe0e33dcd4069ef32f7f1c9e243736e07adca37ae8c4830ec3/propcache-0.4.1-cp313-cp313t-win_arm64.whl", hash = "sha256:929d7cbe1f01bb7baffb33dc14eb5691c95831450a26354cd210a8155170c93a", size = 39789, upload-time = "2025-10-08T19:47:49.876Z" }, - { url = "https://files.pythonhosted.org/packages/8e/5c/bca52d654a896f831b8256683457ceddd490ec18d9ec50e97dfd8fc726a8/propcache-0.4.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:3f7124c9d820ba5548d431afb4632301acf965db49e666aa21c305cbe8c6de12", size = 78152, upload-time = "2025-10-08T19:47:51.051Z" }, - { url = "https://files.pythonhosted.org/packages/65/9b/03b04e7d82a5f54fb16113d839f5ea1ede58a61e90edf515f6577c66fa8f/propcache-0.4.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:c0d4b719b7da33599dfe3b22d3db1ef789210a0597bc650b7cee9c77c2be8c5c", size = 44869, upload-time = "2025-10-08T19:47:52.594Z" }, - { url = "https://files.pythonhosted.org/packages/b2/fa/89a8ef0468d5833a23fff277b143d0573897cf75bd56670a6d28126c7d68/propcache-0.4.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:9f302f4783709a78240ebc311b793f123328716a60911d667e0c036bc5dcbded", size = 46596, upload-time = "2025-10-08T19:47:54.073Z" }, - { url = "https://files.pythonhosted.org/packages/86/bd/47816020d337f4a746edc42fe8d53669965138f39ee117414c7d7a340cfe/propcache-0.4.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c80ee5802e3fb9ea37938e7eecc307fb984837091d5fd262bb37238b1ae97641", size = 206981, upload-time = "2025-10-08T19:47:55.715Z" }, - { url = "https://files.pythonhosted.org/packages/df/f6/c5fa1357cc9748510ee55f37173eb31bfde6d94e98ccd9e6f033f2fc06e1/propcache-0.4.1-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:ed5a841e8bb29a55fb8159ed526b26adc5bdd7e8bd7bf793ce647cb08656cdf4", size = 211490, upload-time = "2025-10-08T19:47:57.499Z" }, - { url = "https://files.pythonhosted.org/packages/80/1e/e5889652a7c4a3846683401a48f0f2e5083ce0ec1a8a5221d8058fbd1adf/propcache-0.4.1-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:55c72fd6ea2da4c318e74ffdf93c4fe4e926051133657459131a95c846d16d44", size = 215371, upload-time = "2025-10-08T19:47:59.317Z" }, - { url = "https://files.pythonhosted.org/packages/b2/f2/889ad4b2408f72fe1a4f6a19491177b30ea7bf1a0fd5f17050ca08cfc882/propcache-0.4.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:8326e144341460402713f91df60ade3c999d601e7eb5ff8f6f7862d54de0610d", size = 201424, upload-time = "2025-10-08T19:48:00.67Z" }, - { url = "https://files.pythonhosted.org/packages/27/73/033d63069b57b0812c8bd19f311faebeceb6ba31b8f32b73432d12a0b826/propcache-0.4.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:060b16ae65bc098da7f6d25bf359f1f31f688384858204fe5d652979e0015e5b", size = 197566, upload-time = "2025-10-08T19:48:02.604Z" }, - { url = "https://files.pythonhosted.org/packages/dc/89/ce24f3dc182630b4e07aa6d15f0ff4b14ed4b9955fae95a0b54c58d66c05/propcache-0.4.1-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:89eb3fa9524f7bec9de6e83cf3faed9d79bffa560672c118a96a171a6f55831e", size = 193130, upload-time = "2025-10-08T19:48:04.499Z" }, - { url = "https://files.pythonhosted.org/packages/a9/24/ef0d5fd1a811fb5c609278d0209c9f10c35f20581fcc16f818da959fc5b4/propcache-0.4.1-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:dee69d7015dc235f526fe80a9c90d65eb0039103fe565776250881731f06349f", size = 202625, upload-time = "2025-10-08T19:48:06.213Z" }, - { url = "https://files.pythonhosted.org/packages/f5/02/98ec20ff5546f68d673df2f7a69e8c0d076b5abd05ca882dc7ee3a83653d/propcache-0.4.1-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:5558992a00dfd54ccbc64a32726a3357ec93825a418a401f5cc67df0ac5d9e49", size = 204209, upload-time = "2025-10-08T19:48:08.432Z" }, - { url = "https://files.pythonhosted.org/packages/a0/87/492694f76759b15f0467a2a93ab68d32859672b646aa8a04ce4864e7932d/propcache-0.4.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:c9b822a577f560fbd9554812526831712c1436d2c046cedee4c3796d3543b144", size = 197797, upload-time = "2025-10-08T19:48:09.968Z" }, - { url = "https://files.pythonhosted.org/packages/ee/36/66367de3575db1d2d3f3d177432bd14ee577a39d3f5d1b3d5df8afe3b6e2/propcache-0.4.1-cp314-cp314-win32.whl", hash = "sha256:ab4c29b49d560fe48b696cdcb127dd36e0bc2472548f3bf56cc5cb3da2b2984f", size = 38140, upload-time = "2025-10-08T19:48:11.232Z" }, - { url = "https://files.pythonhosted.org/packages/0c/2a/a758b47de253636e1b8aef181c0b4f4f204bf0dd964914fb2af90a95b49b/propcache-0.4.1-cp314-cp314-win_amd64.whl", hash = "sha256:5a103c3eb905fcea0ab98be99c3a9a5ab2de60228aa5aceedc614c0281cf6153", size = 41257, upload-time = "2025-10-08T19:48:12.707Z" }, - { url = "https://files.pythonhosted.org/packages/34/5e/63bd5896c3fec12edcbd6f12508d4890d23c265df28c74b175e1ef9f4f3b/propcache-0.4.1-cp314-cp314-win_arm64.whl", hash = "sha256:74c1fb26515153e482e00177a1ad654721bf9207da8a494a0c05e797ad27b992", size = 38097, upload-time = "2025-10-08T19:48:13.923Z" }, - { url = "https://files.pythonhosted.org/packages/99/85/9ff785d787ccf9bbb3f3106f79884a130951436f58392000231b4c737c80/propcache-0.4.1-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:824e908bce90fb2743bd6b59db36eb4f45cd350a39637c9f73b1c1ea66f5b75f", size = 81455, upload-time = "2025-10-08T19:48:15.16Z" }, - { url = "https://files.pythonhosted.org/packages/90/85/2431c10c8e7ddb1445c1f7c4b54d886e8ad20e3c6307e7218f05922cad67/propcache-0.4.1-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:c2b5e7db5328427c57c8e8831abda175421b709672f6cfc3d630c3b7e2146393", size = 46372, upload-time = "2025-10-08T19:48:16.424Z" }, - { url = "https://files.pythonhosted.org/packages/01/20/b0972d902472da9bcb683fa595099911f4d2e86e5683bcc45de60dd05dc3/propcache-0.4.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:6f6ff873ed40292cd4969ef5310179afd5db59fdf055897e282485043fc80ad0", size = 48411, upload-time = "2025-10-08T19:48:17.577Z" }, - { url = "https://files.pythonhosted.org/packages/e2/e3/7dc89f4f21e8f99bad3d5ddb3a3389afcf9da4ac69e3deb2dcdc96e74169/propcache-0.4.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:49a2dc67c154db2c1463013594c458881a069fcf98940e61a0569016a583020a", size = 275712, upload-time = "2025-10-08T19:48:18.901Z" }, - { url = "https://files.pythonhosted.org/packages/20/67/89800c8352489b21a8047c773067644e3897f02ecbbd610f4d46b7f08612/propcache-0.4.1-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:005f08e6a0529984491e37d8dbc3dd86f84bd78a8ceb5fa9a021f4c48d4984be", size = 273557, upload-time = "2025-10-08T19:48:20.762Z" }, - { url = "https://files.pythonhosted.org/packages/e2/a1/b52b055c766a54ce6d9c16d9aca0cad8059acd9637cdf8aa0222f4a026ef/propcache-0.4.1-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:5c3310452e0d31390da9035c348633b43d7e7feb2e37be252be6da45abd1abcc", size = 280015, upload-time = "2025-10-08T19:48:22.592Z" }, - { url = "https://files.pythonhosted.org/packages/48/c8/33cee30bd890672c63743049f3c9e4be087e6780906bfc3ec58528be59c1/propcache-0.4.1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:4c3c70630930447f9ef1caac7728c8ad1c56bc5015338b20fed0d08ea2480b3a", size = 262880, upload-time = "2025-10-08T19:48:23.947Z" }, - { url = "https://files.pythonhosted.org/packages/0c/b1/8f08a143b204b418285c88b83d00edbd61afbc2c6415ffafc8905da7038b/propcache-0.4.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:8e57061305815dfc910a3634dcf584f08168a8836e6999983569f51a8544cd89", size = 260938, upload-time = "2025-10-08T19:48:25.656Z" }, - { url = "https://files.pythonhosted.org/packages/cf/12/96e4664c82ca2f31e1c8dff86afb867348979eb78d3cb8546a680287a1e9/propcache-0.4.1-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:521a463429ef54143092c11a77e04056dd00636f72e8c45b70aaa3140d639726", size = 247641, upload-time = "2025-10-08T19:48:27.207Z" }, - { url = "https://files.pythonhosted.org/packages/18/ed/e7a9cfca28133386ba52278136d42209d3125db08d0a6395f0cba0c0285c/propcache-0.4.1-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:120c964da3fdc75e3731aa392527136d4ad35868cc556fd09bb6d09172d9a367", size = 262510, upload-time = "2025-10-08T19:48:28.65Z" }, - { url = "https://files.pythonhosted.org/packages/f5/76/16d8bf65e8845dd62b4e2b57444ab81f07f40caa5652b8969b87ddcf2ef6/propcache-0.4.1-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:d8f353eb14ee3441ee844ade4277d560cdd68288838673273b978e3d6d2c8f36", size = 263161, upload-time = "2025-10-08T19:48:30.133Z" }, - { url = "https://files.pythonhosted.org/packages/e7/70/c99e9edb5d91d5ad8a49fa3c1e8285ba64f1476782fed10ab251ff413ba1/propcache-0.4.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ab2943be7c652f09638800905ee1bab2c544e537edb57d527997a24c13dc1455", size = 257393, upload-time = "2025-10-08T19:48:31.567Z" }, - { url = "https://files.pythonhosted.org/packages/08/02/87b25304249a35c0915d236575bc3574a323f60b47939a2262b77632a3ee/propcache-0.4.1-cp314-cp314t-win32.whl", hash = "sha256:05674a162469f31358c30bcaa8883cb7829fa3110bf9c0991fe27d7896c42d85", size = 42546, upload-time = "2025-10-08T19:48:32.872Z" }, - { url = "https://files.pythonhosted.org/packages/cb/ef/3c6ecf8b317aa982f309835e8f96987466123c6e596646d4e6a1dfcd080f/propcache-0.4.1-cp314-cp314t-win_amd64.whl", hash = "sha256:990f6b3e2a27d683cb7602ed6c86f15ee6b43b1194736f9baaeb93d0016633b1", size = 46259, upload-time = "2025-10-08T19:48:34.226Z" }, - { url = "https://files.pythonhosted.org/packages/c4/2d/346e946d4951f37eca1e4f55be0f0174c52cd70720f84029b02f296f4a38/propcache-0.4.1-cp314-cp314t-win_arm64.whl", hash = "sha256:ecef2343af4cc68e05131e45024ba34f6095821988a9d0a02aa7c73fcc448aa9", size = 40428, upload-time = "2025-10-08T19:48:35.441Z" }, { url = "https://files.pythonhosted.org/packages/9b/01/0ebaec9003f5d619a7475165961f8e3083cf8644d704b60395df3601632d/propcache-0.4.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3d233076ccf9e450c8b3bc6720af226b898ef5d051a2d145f7d765e6e9f9bcff", size = 80277, upload-time = "2025-10-08T19:48:36.647Z" }, { url = "https://files.pythonhosted.org/packages/34/58/04af97ac586b4ef6b9026c3fd36ee7798b737a832f5d3440a4280dcebd3a/propcache-0.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:357f5bb5c377a82e105e44bd3d52ba22b616f7b9773714bff93573988ef0a5fb", size = 45865, upload-time = "2025-10-08T19:48:37.859Z" }, { url = "https://files.pythonhosted.org/packages/7c/19/b65d98ae21384518b291d9939e24a8aeac4fdb5101b732576f8f7540e834/propcache-0.4.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:cbc3b6dfc728105b2a57c06791eb07a94229202ea75c59db644d7d496b698cac", size = 47636, upload-time = "2025-10-08T19:48:39.038Z" }, @@ -6499,18 +6964,18 @@ wheels = [ [[package]] name = "protobuf" -version = "4.24.4" +version = "5.29.6" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/52/5c/f2c0778278259089952f94b0884ca27a001a17ffbd992ebe30c841085f4c/protobuf-4.24.4.tar.gz", hash = "sha256:5a70731910cd9104762161719c3d883c960151eea077134458503723b60e3667", size = 383850, upload-time = "2023-10-04T17:08:17.627Z" } +sdist = { url = "https://files.pythonhosted.org/packages/7e/57/394a763c103e0edf87f0938dafcd918d53b4c011dfc5c8ae80f3b0452dbb/protobuf-5.29.6.tar.gz", hash = "sha256:da9ee6a5424b6b30fd5e45c5ea663aef540ca95f9ad99d1e887e819cdf9b8723", size = 425623, upload-time = "2026-02-04T22:54:40.584Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/00/0f/3dc2f86e9c3d6e73c56d915a3563ecc96ebee8144fb39614f0d6c1fb023d/protobuf-4.24.4-cp310-abi3-win32.whl", hash = "sha256:ec9912d5cb6714a5710e28e592ee1093d68c5ebfeda61983b3f40331da0b1ebb", size = 409968, upload-time = "2023-10-04T17:07:54.375Z" }, - { url = "https://files.pythonhosted.org/packages/c2/59/f89c04923d68595d359f4cd7adbbdf5e5d791257945f8873d88b2fd1f979/protobuf-4.24.4-cp310-abi3-win_amd64.whl", hash = "sha256:1badab72aa8a3a2b812eacfede5020472e16c6b2212d737cefd685884c191085", size = 430493, upload-time = "2023-10-04T17:07:56.476Z" }, - { url = "https://files.pythonhosted.org/packages/88/12/efb5896c901382548ecb58d0449885a8f9aa62bb559d65e5a8a47f122629/protobuf-4.24.4-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:8e61a27f362369c2f33248a0ff6896c20dcd47b5d48239cb9720134bef6082e4", size = 409417, upload-time = "2023-10-04T17:07:58.479Z" }, - { url = "https://files.pythonhosted.org/packages/db/61/9c7b481771fe4702fb3be1152812fecec9b06f9c36d523ad52b98cb46800/protobuf-4.24.4-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:bffa46ad9612e6779d0e51ae586fde768339b791a50610d85eb162daeb23661e", size = 310587, upload-time = "2023-10-04T17:08:00.391Z" }, - { url = "https://files.pythonhosted.org/packages/c8/2c/03046cac73f46bfe98fc846ef629cf4f84c2f59258216aa2cc0d22bfca8f/protobuf-4.24.4-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:b493cb590960ff863743b9ff1452c413c2ee12b782f48beca77c8da3e2ffe9d9", size = 311559, upload-time = "2023-10-04T17:08:02.672Z" }, - { url = "https://files.pythonhosted.org/packages/74/61/b515dc5d6c111aea4278b32c6ced2efc6a8240d37092c76415be59546bdd/protobuf-4.24.4-cp39-cp39-win32.whl", hash = "sha256:b77272f3e28bb416e2071186cb39efd4abbf696d682cbb5dc731308ad37fa6dd", size = 410002, upload-time = "2023-10-04T17:08:11.975Z" }, - { url = "https://files.pythonhosted.org/packages/ba/ae/e286be9bee0dee7c5c923cc87f26bf52f172c322cbcea2e2ca9a42abd1f1/protobuf-4.24.4-cp39-cp39-win_amd64.whl", hash = "sha256:9fee5e8aa20ef1b84123bb9232b3f4a5114d9897ed89b4b8142d81924e05d79b", size = 430470, upload-time = "2023-10-04T17:08:14.264Z" }, - { url = "https://files.pythonhosted.org/packages/e5/a7/bb962b8b981dd890a44a34d0e922b76c32e5db443ff9f9b9ce6149069070/protobuf-4.24.4-py3-none-any.whl", hash = "sha256:80797ce7424f8c8d2f2547e2d42bfbb6c08230ce5832d6c099a37335c9c90a92", size = 175677, upload-time = "2023-10-04T17:08:15.684Z" }, + { url = "https://files.pythonhosted.org/packages/d4/88/9ee58ff7863c479d6f8346686d4636dd4c415b0cbeed7a6a7d0617639c2a/protobuf-5.29.6-cp310-abi3-win32.whl", hash = "sha256:62e8a3114992c7c647bce37dcc93647575fc52d50e48de30c6fcb28a6a291eb1", size = 423357, upload-time = "2026-02-04T22:54:25.805Z" }, + { url = "https://files.pythonhosted.org/packages/1c/66/2dc736a4d576847134fb6d80bd995c569b13cdc7b815d669050bf0ce2d2c/protobuf-5.29.6-cp310-abi3-win_amd64.whl", hash = "sha256:7e6ad413275be172f67fdee0f43484b6de5a904cc1c3ea9804cb6fe2ff366eda", size = 435175, upload-time = "2026-02-04T22:54:28.592Z" }, + { url = "https://files.pythonhosted.org/packages/06/db/49b05966fd208ae3f44dcd33837b6243b4915c57561d730a43f881f24dea/protobuf-5.29.6-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:b5a169e664b4057183a34bdc424540e86eea47560f3c123a0d64de4e137f9269", size = 418619, upload-time = "2026-02-04T22:54:30.266Z" }, + { url = "https://files.pythonhosted.org/packages/b7/d7/48cbf6b0c3c39761e47a99cb483405f0fde2be22cf00d71ef316ce52b458/protobuf-5.29.6-cp38-abi3-manylinux2014_aarch64.whl", hash = "sha256:a8866b2cff111f0f863c1b3b9e7572dc7eaea23a7fae27f6fc613304046483e6", size = 320284, upload-time = "2026-02-04T22:54:31.782Z" }, + { url = "https://files.pythonhosted.org/packages/e3/dd/cadd6ec43069247d91f6345fa7a0d2858bef6af366dbd7ba8f05d2c77d3b/protobuf-5.29.6-cp38-abi3-manylinux2014_x86_64.whl", hash = "sha256:e3387f44798ac1106af0233c04fb8abf543772ff241169946f698b3a9a3d3ab9", size = 320478, upload-time = "2026-02-04T22:54:32.909Z" }, + { url = "https://files.pythonhosted.org/packages/30/a4/ff263f5687815e1a10a9243a3a6463af42ca251224bf4b8fc4c93b9f5b80/protobuf-5.29.6-cp39-cp39-win32.whl", hash = "sha256:cb4c86de9cd8a7f3a256b9744220d87b847371c6b2f10bde87768918ef33ba49", size = 423352, upload-time = "2026-02-04T22:54:37.375Z" }, + { url = "https://files.pythonhosted.org/packages/5c/64/e943206d3b5069050d570a2c53a90631240d99adcc9a91c6ff7b41876f4d/protobuf-5.29.6-cp39-cp39-win_amd64.whl", hash = "sha256:76e07e6567f8baf827137e8d5b8204b6c7b6488bbbff1bf0a72b383f77999c18", size = 435222, upload-time = "2026-02-04T22:54:38.418Z" }, + { url = "https://files.pythonhosted.org/packages/5a/cb/e3065b447186cb70aa65acc70c86baf482d82bf75625bf5a2c4f6919c6a3/protobuf-5.29.6-py3-none-any.whl", hash = "sha256:6b9edb641441b2da9fa8f428760fc136a49cf97a52076010cf22a2ff73438a86", size = 173126, upload-time = "2026-02-04T22:54:39.462Z" }, ] [[package]] @@ -6525,12 +6990,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b8/b5/9182c9af3836cca61696dabe4fd1304e17bc56cb62f17439e1154f225dd3/psutil-7.2.2-cp313-cp313t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:917e891983ca3c1887b4ef36447b1e0873e70c933afc831c6b6da078ba474312", size = 184062, upload-time = "2026-01-28T18:15:04.436Z" }, { url = "https://files.pythonhosted.org/packages/16/ba/0756dca669f5a9300d0cbcbfae9a4c30e446dfc7440ffe43ded5724bfd93/psutil-7.2.2-cp313-cp313t-win_amd64.whl", hash = "sha256:ab486563df44c17f5173621c7b198955bd6b613fb87c71c161f827d3fb149a9b", size = 139893, upload-time = "2026-01-28T18:15:06.378Z" }, { url = "https://files.pythonhosted.org/packages/1c/61/8fa0e26f33623b49949346de05ec1ddaad02ed8ba64af45f40a147dbfa97/psutil-7.2.2-cp313-cp313t-win_arm64.whl", hash = "sha256:ae0aefdd8796a7737eccea863f80f81e468a1e4cf14d926bd9b6f5f2d5f90ca9", size = 135589, upload-time = "2026-01-28T18:15:08.03Z" }, - { url = "https://files.pythonhosted.org/packages/81/69/ef179ab5ca24f32acc1dac0c247fd6a13b501fd5534dbae0e05a1c48b66d/psutil-7.2.2-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:eed63d3b4d62449571547b60578c5b2c4bcccc5387148db46e0c2313dad0ee00", size = 130664, upload-time = "2026-01-28T18:15:09.469Z" }, - { url = "https://files.pythonhosted.org/packages/7b/64/665248b557a236d3fa9efc378d60d95ef56dd0a490c2cd37dafc7660d4a9/psutil-7.2.2-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:7b6d09433a10592ce39b13d7be5a54fbac1d1228ed29abc880fb23df7cb694c9", size = 131087, upload-time = "2026-01-28T18:15:11.724Z" }, - { url = "https://files.pythonhosted.org/packages/d5/2e/e6782744700d6759ebce3043dcfa661fb61e2fb752b91cdeae9af12c2178/psutil-7.2.2-cp314-cp314t-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1fa4ecf83bcdf6e6c8f4449aff98eefb5d0604bf88cb883d7da3d8d2d909546a", size = 182383, upload-time = "2026-01-28T18:15:13.445Z" }, - { url = "https://files.pythonhosted.org/packages/57/49/0a41cefd10cb7505cdc04dab3eacf24c0c2cb158a998b8c7b1d27ee2c1f5/psutil-7.2.2-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e452c464a02e7dc7822a05d25db4cde564444a67e58539a00f929c51eddda0cf", size = 185210, upload-time = "2026-01-28T18:15:16.002Z" }, - { url = "https://files.pythonhosted.org/packages/dd/2c/ff9bfb544f283ba5f83ba725a3c5fec6d6b10b8f27ac1dc641c473dc390d/psutil-7.2.2-cp314-cp314t-win_amd64.whl", hash = "sha256:c7663d4e37f13e884d13994247449e9f8f574bc4655d509c3b95e9ec9e2b9dc1", size = 141228, upload-time = "2026-01-28T18:15:18.385Z" }, - { url = "https://files.pythonhosted.org/packages/f2/fc/f8d9c31db14fcec13748d373e668bc3bed94d9077dbc17fb0eebc073233c/psutil-7.2.2-cp314-cp314t-win_arm64.whl", hash = "sha256:11fe5a4f613759764e79c65cf11ebdf26e33d6dd34336f8a337aa2996d71c841", size = 136284, upload-time = "2026-01-28T18:15:19.912Z" }, { url = "https://files.pythonhosted.org/packages/e7/36/5ee6e05c9bd427237b11b3937ad82bb8ad2752d72c6969314590dd0c2f6e/psutil-7.2.2-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ed0cace939114f62738d808fdcecd4c869222507e266e574799e9c0faa17d486", size = 129090, upload-time = "2026-01-28T18:15:22.168Z" }, { url = "https://files.pythonhosted.org/packages/80/c4/f5af4c1ca8c1eeb2e92ccca14ce8effdeec651d5ab6053c589b074eda6e1/psutil-7.2.2-cp36-abi3-macosx_11_0_arm64.whl", hash = "sha256:1a7b04c10f32cc88ab39cbf606e117fd74721c831c98a27dc04578deb0c16979", size = 129859, upload-time = "2026-01-28T18:15:23.795Z" }, { url = "https://files.pythonhosted.org/packages/b5/70/5d8df3b09e25bce090399cf48e452d25c935ab72dad19406c77f4e828045/psutil-7.2.2-cp36-abi3-manylinux2010_x86_64.manylinux_2_12_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:076a2d2f923fd4821644f5ba89f059523da90dc9014e85f8e45a5774ca5bc6f9", size = 155560, upload-time = "2026-01-28T18:15:25.976Z" }, @@ -6566,8 +7025,8 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "asteroid-filterbanks" }, { name = "einops" }, - { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "lightning" }, { name = "omegaconf" }, { name = "pyannote-core" }, @@ -6580,20 +7039,20 @@ dependencies = [ { name = "soundfile" }, { name = "speechbrain" }, { name = "tensorboardx" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "torch-audiomentations" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "torchmetrics" }, ] sdist = { url = "https://files.pythonhosted.org/packages/ec/1e/efe9619c38f1281ddf21640654d8ea9e3f67c459b76f78657b26d8557bbe/pyannote_audio-3.4.0.tar.gz", hash = "sha256:d523d883cb8d37cb6daf99f3ba83f9138bb193646ad71e6eae7deb89d8ddd642", size = 804850, upload-time = "2025-09-09T07:04:51.17Z" } @@ -6607,9 +7066,9 @@ version = "5.0.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "numpy" }, - { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "sortedcontainers" }, { name = "typing-extensions" }, ] @@ -6626,8 +7085,8 @@ dependencies = [ { name = "pandas" }, { name = "pyannote-core" }, { name = "pyyaml" }, - { name = "typer", version = "0.23.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typer", version = "0.24.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "typer", version = "0.23.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typer", version = "0.24.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/a9/ae/de36413d69a46be87cb612ebbcdc4eacbeebce3bc809124603e44a88fe26/pyannote.database-5.1.3.tar.gz", hash = "sha256:0eaf64c1cc506718de60d2d702f1359b1ae7ff252ee3e4799f1c5e378cd52c31", size = 49957, upload-time = "2025-01-15T20:28:26.437Z" } wheels = [ @@ -6640,18 +7099,18 @@ version = "3.2.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "docopt" }, - { name = "matplotlib", version = "3.9.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "matplotlib", version = "3.10.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "matplotlib", version = "3.9.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "matplotlib", version = "3.10.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "numpy" }, { name = "pandas" }, { name = "pyannote-core" }, { name = "pyannote-database" }, - { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "sympy" }, { name = "tabulate" }, ] @@ -6666,15 +7125,15 @@ version = "3.0.1" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "docopt" }, - { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "optuna" }, { name = "pyannote-core" }, { name = "pyannote-database" }, { name = "pyyaml" }, - { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "tqdm" }, ] sdist = { url = "https://files.pythonhosted.org/packages/35/04/4bcfe0dd588577a188328b806f3a7213d8cead0ce5fe5784d01fd57df93f/pyannote.pipeline-3.0.1.tar.gz", hash = "sha256:021794e26a2cf5d8fb5bb1835951e71f5fac33eb14e23dfb7468e16b1b805151", size = 34486, upload-time = "2023-09-22T20:16:49.951Z" } @@ -6723,29 +7182,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/84/a7/90007d476b9f0dc308e3bc57b832d004f848fd6c0da601375d20d92d1519/pyarrow-23.0.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:c2139549494445609f35a5cda4eb94e2c9e4d704ce60a095b342f82460c73a83", size = 48236269, upload-time = "2026-02-16T10:12:04.47Z" }, { url = "https://files.pythonhosted.org/packages/b0/3f/b16fab3e77709856eb6ac328ce35f57a6d4a18462c7ca5186ef31b45e0e0/pyarrow-23.0.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:7044b442f184d84e2351e5084600f0d7343d6117aabcbc1ac78eb1ae11eb4125", size = 50604794, upload-time = "2026-02-16T10:12:11.797Z" }, { url = "https://files.pythonhosted.org/packages/e9/a1/22df0620a9fac31d68397a75465c344e83c3dfe521f7612aea33e27ab6c0/pyarrow-23.0.1-cp313-cp313t-win_amd64.whl", hash = "sha256:a35581e856a2fafa12f3f54fce4331862b1cfb0bef5758347a858a4aa9d6bae8", size = 27660642, upload-time = "2026-02-16T10:12:17.746Z" }, - { url = "https://files.pythonhosted.org/packages/8d/1b/6da9a89583ce7b23ac611f183ae4843cd3a6cf54f079549b0e8c14031e73/pyarrow-23.0.1-cp314-cp314-macosx_12_0_arm64.whl", hash = "sha256:5df1161da23636a70838099d4aaa65142777185cc0cdba4037a18cee7d8db9ca", size = 34238755, upload-time = "2026-02-16T10:12:32.819Z" }, - { url = "https://files.pythonhosted.org/packages/ae/b5/d58a241fbe324dbaeb8df07be6af8752c846192d78d2272e551098f74e88/pyarrow-23.0.1-cp314-cp314-macosx_12_0_x86_64.whl", hash = "sha256:fa8e51cb04b9f8c9c5ace6bab63af9a1f88d35c0d6cbf53e8c17c098552285e1", size = 35847826, upload-time = "2026-02-16T10:12:38.949Z" }, - { url = "https://files.pythonhosted.org/packages/54/a5/8cbc83f04aba433ca7b331b38f39e000efd9f0c7ce47128670e737542996/pyarrow-23.0.1-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:0b95a3994f015be13c63148fef8832e8a23938128c185ee951c98908a696e0eb", size = 44536859, upload-time = "2026-02-16T10:12:45.467Z" }, - { url = "https://files.pythonhosted.org/packages/36/2e/c0f017c405fcdc252dbccafbe05e36b0d0eb1ea9a958f081e01c6972927f/pyarrow-23.0.1-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:4982d71350b1a6e5cfe1af742c53dfb759b11ce14141870d05d9e540d13bc5d1", size = 47614443, upload-time = "2026-02-16T10:12:55.525Z" }, - { url = "https://files.pythonhosted.org/packages/af/6b/2314a78057912f5627afa13ba43809d9d653e6630859618b0fd81a4e0759/pyarrow-23.0.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c250248f1fe266db627921c89b47b7c06fee0489ad95b04d50353537d74d6886", size = 48232991, upload-time = "2026-02-16T10:13:04.729Z" }, - { url = "https://files.pythonhosted.org/packages/40/f2/1bcb1d3be3460832ef3370d621142216e15a2c7c62602a4ea19ec240dd64/pyarrow-23.0.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5f4763b83c11c16e5f4c15601ba6dfa849e20723b46aa2617cb4bffe8768479f", size = 50645077, upload-time = "2026-02-16T10:13:14.147Z" }, - { url = "https://files.pythonhosted.org/packages/eb/3f/b1da7b61cd66566a4d4c8383d376c606d1c34a906c3f1cb35c479f59d1aa/pyarrow-23.0.1-cp314-cp314-win_amd64.whl", hash = "sha256:3a4c85ef66c134161987c17b147d6bffdca4566f9a4c1d81a0a01cdf08414ea5", size = 28234271, upload-time = "2026-02-16T10:14:09.397Z" }, - { url = "https://files.pythonhosted.org/packages/b5/78/07f67434e910a0f7323269be7bfbf58699bd0c1d080b18a1ab49ba943fe8/pyarrow-23.0.1-cp314-cp314t-macosx_12_0_arm64.whl", hash = "sha256:17cd28e906c18af486a499422740298c52d7c6795344ea5002a7720b4eadf16d", size = 34488692, upload-time = "2026-02-16T10:13:21.541Z" }, - { url = "https://files.pythonhosted.org/packages/50/76/34cf7ae93ece1f740a04910d9f7e80ba166b9b4ab9596a953e9e62b90fe1/pyarrow-23.0.1-cp314-cp314t-macosx_12_0_x86_64.whl", hash = "sha256:76e823d0e86b4fb5e1cf4a58d293036e678b5a4b03539be933d3b31f9406859f", size = 35964383, upload-time = "2026-02-16T10:13:28.63Z" }, - { url = "https://files.pythonhosted.org/packages/46/90/459b827238936d4244214be7c684e1b366a63f8c78c380807ae25ed92199/pyarrow-23.0.1-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:a62e1899e3078bf65943078b3ad2a6ddcacf2373bc06379aac61b1e548a75814", size = 44538119, upload-time = "2026-02-16T10:13:35.506Z" }, - { url = "https://files.pythonhosted.org/packages/28/a1/93a71ae5881e99d1f9de1d4554a87be37da11cd6b152239fb5bd924fdc64/pyarrow-23.0.1-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:df088e8f640c9fae3b1f495b3c64755c4e719091caf250f3a74d095ddf3c836d", size = 47571199, upload-time = "2026-02-16T10:13:42.504Z" }, - { url = "https://files.pythonhosted.org/packages/88/a3/d2c462d4ef313521eaf2eff04d204ac60775263f1fb08c374b543f79f610/pyarrow-23.0.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:46718a220d64677c93bc243af1d44b55998255427588e400677d7192671845c7", size = 48259435, upload-time = "2026-02-16T10:13:49.226Z" }, - { url = "https://files.pythonhosted.org/packages/cc/f1/11a544b8c3d38a759eb3fbb022039117fd633e9a7b19e4841cc3da091915/pyarrow-23.0.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:a09f3876e87f48bc2f13583ab551f0379e5dfb83210391e68ace404181a20690", size = 50629149, upload-time = "2026-02-16T10:13:57.238Z" }, - { url = "https://files.pythonhosted.org/packages/50/f2/c0e76a0b451ffdf0cf788932e182758eb7558953f4f27f1aff8e2518b653/pyarrow-23.0.1-cp314-cp314t-win_amd64.whl", hash = "sha256:527e8d899f14bd15b740cd5a54ad56b7f98044955373a17179d5956ddb93d9ce", size = 28365807, upload-time = "2026-02-16T10:14:03.892Z" }, -] - -[[package]] -name = "pybind11" -version = "3.0.2" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/a5/98/9118a0659646f1628c592ef9bb48e0056efa6bf27c951fd12a178e0136fb/pybind11-3.0.2.tar.gz", hash = "sha256:432f01aeb68e361a3a7fc7575c2c7f497595bf640f747acd909ff238dd766e06", size = 577131, upload-time = "2026-02-17T04:46:52.556Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/88/c5/e98d9c51f3d5300d5e40ad9037dd6b3b60736fd02ab68dcc98c96be7592d/pybind11-3.0.2-py3-none-any.whl", hash = "sha256:f8a6500548919cc33bcd220d5f984688326f574fa97f1107f2f4fdb4c6fb019f", size = 310158, upload-time = "2026-02-17T04:46:49.91Z" }, ] [[package]] @@ -6753,12 +7189,12 @@ name = "pycountry" version = "24.6.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/76/57/c389fa68c50590881a75b7883eeb3dc15e9e73a0fdc001cdd45c13290c92/pycountry-24.6.1.tar.gz", hash = "sha256:b61b3faccea67f87d10c1f2b0fc0be714409e8fcdcc1315613174f6466c10221", size = 6043910, upload-time = "2024-06-01T04:12:15.05Z" } wheels = [ @@ -6770,46 +7206,26 @@ name = "pycountry" version = "26.2.16" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/de/1d/061b9e7a48b85cfd69f33c33d2ef784a531c359399ad764243399673c8f5/pycountry-26.2.16.tar.gz", hash = "sha256:5b6027d453fcd6060112b951dd010f01f168b51b4bf8a1f1fc8c95c8d94a0801", size = 7711342, upload-time = "2026-02-17T03:42:52.367Z" } wheels = [ @@ -6821,12 +7237,24 @@ name = "pycparser" version = "2.23" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/fe/cf/d2d3b9f5699fb1e4615c8e32ff220203e43b248e1dfcc6736ad9057731ca/pycparser-2.23.tar.gz", hash = "sha256:78816d4f24add8f10a06d6f05b4d424ad9e96cfebf68a4ddc99c65c0720d00c2", size = 173734, upload-time = "2025-09-09T13:23:47.91Z" } wheels = [ @@ -6838,46 +7266,78 @@ name = "pycparser" version = "3.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/1b/7d/92392ff7815c21062bea51aa7b87d45576f649f16458d78b7cf94b9ab2e6/pycparser-3.0.tar.gz", hash = "sha256:600f49d217304a5902ac3c37e1281c9fe94e4d0489de643a9504c5cdfdfc6b29", size = 103492, upload-time = "2026-01-21T14:26:51.89Z" } wheels = [ @@ -6963,34 +7423,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/1a/d9/c248c103856f807ef70c18a4f986693a46a8ffe1602e5d361485da502d20/pydantic_core-2.41.5-cp313-cp313-win32.whl", hash = "sha256:650ae77860b45cfa6e2cdafc42618ceafab3a2d9a3811fcfbd3bbf8ac3c40d36", size = 1994679, upload-time = "2025-11-04T13:40:50.619Z" }, { url = "https://files.pythonhosted.org/packages/9e/8b/341991b158ddab181cff136acd2552c9f35bd30380422a639c0671e99a91/pydantic_core-2.41.5-cp313-cp313-win_amd64.whl", hash = "sha256:79ec52ec461e99e13791ec6508c722742ad745571f234ea6255bed38c6480f11", size = 2019766, upload-time = "2025-11-04T13:40:52.631Z" }, { url = "https://files.pythonhosted.org/packages/73/7d/f2f9db34af103bea3e09735bb40b021788a5e834c81eedb541991badf8f5/pydantic_core-2.41.5-cp313-cp313-win_arm64.whl", hash = "sha256:3f84d5c1b4ab906093bdc1ff10484838aca54ef08de4afa9de0f5f14d69639cd", size = 1981005, upload-time = "2025-11-04T13:40:54.734Z" }, - { url = "https://files.pythonhosted.org/packages/ea/28/46b7c5c9635ae96ea0fbb779e271a38129df2550f763937659ee6c5dbc65/pydantic_core-2.41.5-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:3f37a19d7ebcdd20b96485056ba9e8b304e27d9904d233d7b1015db320e51f0a", size = 2119622, upload-time = "2025-11-04T13:40:56.68Z" }, - { url = "https://files.pythonhosted.org/packages/74/1a/145646e5687e8d9a1e8d09acb278c8535ebe9e972e1f162ed338a622f193/pydantic_core-2.41.5-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1d1d9764366c73f996edd17abb6d9d7649a7eb690006ab6adbda117717099b14", size = 1891725, upload-time = "2025-11-04T13:40:58.807Z" }, - { url = "https://files.pythonhosted.org/packages/23/04/e89c29e267b8060b40dca97bfc64a19b2a3cf99018167ea1677d96368273/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25e1c2af0fce638d5f1988b686f3b3ea8cd7de5f244ca147c777769e798a9cd1", size = 1915040, upload-time = "2025-11-04T13:41:00.853Z" }, - { url = "https://files.pythonhosted.org/packages/84/a3/15a82ac7bd97992a82257f777b3583d3e84bdb06ba6858f745daa2ec8a85/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:506d766a8727beef16b7adaeb8ee6217c64fc813646b424d0804d67c16eddb66", size = 2063691, upload-time = "2025-11-04T13:41:03.504Z" }, - { url = "https://files.pythonhosted.org/packages/74/9b/0046701313c6ef08c0c1cf0e028c67c770a4e1275ca73131563c5f2a310a/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4819fa52133c9aa3c387b3328f25c1facc356491e6135b459f1de698ff64d869", size = 2213897, upload-time = "2025-11-04T13:41:05.804Z" }, - { url = "https://files.pythonhosted.org/packages/8a/cd/6bac76ecd1b27e75a95ca3a9a559c643b3afcd2dd62086d4b7a32a18b169/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2b761d210c9ea91feda40d25b4efe82a1707da2ef62901466a42492c028553a2", size = 2333302, upload-time = "2025-11-04T13:41:07.809Z" }, - { url = "https://files.pythonhosted.org/packages/4c/d2/ef2074dc020dd6e109611a8be4449b98cd25e1b9b8a303c2f0fca2f2bcf7/pydantic_core-2.41.5-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:22f0fb8c1c583a3b6f24df2470833b40207e907b90c928cc8d3594b76f874375", size = 2064877, upload-time = "2025-11-04T13:41:09.827Z" }, - { url = "https://files.pythonhosted.org/packages/18/66/e9db17a9a763d72f03de903883c057b2592c09509ccfe468187f2a2eef29/pydantic_core-2.41.5-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:2782c870e99878c634505236d81e5443092fba820f0373997ff75f90f68cd553", size = 2180680, upload-time = "2025-11-04T13:41:12.379Z" }, - { url = "https://files.pythonhosted.org/packages/d3/9e/3ce66cebb929f3ced22be85d4c2399b8e85b622db77dad36b73c5387f8f8/pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_aarch64.whl", hash = "sha256:0177272f88ab8312479336e1d777f6b124537d47f2123f89cb37e0accea97f90", size = 2138960, upload-time = "2025-11-04T13:41:14.627Z" }, - { url = "https://files.pythonhosted.org/packages/a6/62/205a998f4327d2079326b01abee48e502ea739d174f0a89295c481a2272e/pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_armv7l.whl", hash = "sha256:63510af5e38f8955b8ee5687740d6ebf7c2a0886d15a6d65c32814613681bc07", size = 2339102, upload-time = "2025-11-04T13:41:16.868Z" }, - { url = "https://files.pythonhosted.org/packages/3c/0d/f05e79471e889d74d3d88f5bd20d0ed189ad94c2423d81ff8d0000aab4ff/pydantic_core-2.41.5-cp314-cp314-musllinux_1_1_x86_64.whl", hash = "sha256:e56ba91f47764cc14f1daacd723e3e82d1a89d783f0f5afe9c364b8bb491ccdb", size = 2326039, upload-time = "2025-11-04T13:41:18.934Z" }, - { url = "https://files.pythonhosted.org/packages/ec/e1/e08a6208bb100da7e0c4b288eed624a703f4d129bde2da475721a80cab32/pydantic_core-2.41.5-cp314-cp314-win32.whl", hash = "sha256:aec5cf2fd867b4ff45b9959f8b20ea3993fc93e63c7363fe6851424c8a7e7c23", size = 1995126, upload-time = "2025-11-04T13:41:21.418Z" }, - { url = "https://files.pythonhosted.org/packages/48/5d/56ba7b24e9557f99c9237e29f5c09913c81eeb2f3217e40e922353668092/pydantic_core-2.41.5-cp314-cp314-win_amd64.whl", hash = "sha256:8e7c86f27c585ef37c35e56a96363ab8de4e549a95512445b85c96d3e2f7c1bf", size = 2015489, upload-time = "2025-11-04T13:41:24.076Z" }, - { url = "https://files.pythonhosted.org/packages/4e/bb/f7a190991ec9e3e0ba22e4993d8755bbc4a32925c0b5b42775c03e8148f9/pydantic_core-2.41.5-cp314-cp314-win_arm64.whl", hash = "sha256:e672ba74fbc2dc8eea59fb6d4aed6845e6905fc2a8afe93175d94a83ba2a01a0", size = 1977288, upload-time = "2025-11-04T13:41:26.33Z" }, - { url = "https://files.pythonhosted.org/packages/92/ed/77542d0c51538e32e15afe7899d79efce4b81eee631d99850edc2f5e9349/pydantic_core-2.41.5-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:8566def80554c3faa0e65ac30ab0932b9e3a5cd7f8323764303d468e5c37595a", size = 2120255, upload-time = "2025-11-04T13:41:28.569Z" }, - { url = "https://files.pythonhosted.org/packages/bb/3d/6913dde84d5be21e284439676168b28d8bbba5600d838b9dca99de0fad71/pydantic_core-2.41.5-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:b80aa5095cd3109962a298ce14110ae16b8c1aece8b72f9dafe81cf597ad80b3", size = 1863760, upload-time = "2025-11-04T13:41:31.055Z" }, - { url = "https://files.pythonhosted.org/packages/5a/f0/e5e6b99d4191da102f2b0eb9687aaa7f5bea5d9964071a84effc3e40f997/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3006c3dd9ba34b0c094c544c6006cc79e87d8612999f1a5d43b769b89181f23c", size = 1878092, upload-time = "2025-11-04T13:41:33.21Z" }, - { url = "https://files.pythonhosted.org/packages/71/48/36fb760642d568925953bcc8116455513d6e34c4beaa37544118c36aba6d/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:72f6c8b11857a856bcfa48c86f5368439f74453563f951e473514579d44aa612", size = 2053385, upload-time = "2025-11-04T13:41:35.508Z" }, - { url = "https://files.pythonhosted.org/packages/20/25/92dc684dd8eb75a234bc1c764b4210cf2646479d54b47bf46061657292a8/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5cb1b2f9742240e4bb26b652a5aeb840aa4b417c7748b6f8387927bc6e45e40d", size = 2218832, upload-time = "2025-11-04T13:41:37.732Z" }, - { url = "https://files.pythonhosted.org/packages/e2/09/f53e0b05023d3e30357d82eb35835d0f6340ca344720a4599cd663dca599/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bd3d54f38609ff308209bd43acea66061494157703364ae40c951f83ba99a1a9", size = 2327585, upload-time = "2025-11-04T13:41:40Z" }, - { url = "https://files.pythonhosted.org/packages/aa/4e/2ae1aa85d6af35a39b236b1b1641de73f5a6ac4d5a7509f77b814885760c/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ff4321e56e879ee8d2a879501c8e469414d948f4aba74a2d4593184eb326660", size = 2041078, upload-time = "2025-11-04T13:41:42.323Z" }, - { url = "https://files.pythonhosted.org/packages/cd/13/2e215f17f0ef326fc72afe94776edb77525142c693767fc347ed6288728d/pydantic_core-2.41.5-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d0d2568a8c11bf8225044aa94409e21da0cb09dcdafe9ecd10250b2baad531a9", size = 2173914, upload-time = "2025-11-04T13:41:45.221Z" }, - { url = "https://files.pythonhosted.org/packages/02/7a/f999a6dcbcd0e5660bc348a3991c8915ce6599f4f2c6ac22f01d7a10816c/pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_aarch64.whl", hash = "sha256:a39455728aabd58ceabb03c90e12f71fd30fa69615760a075b9fec596456ccc3", size = 2129560, upload-time = "2025-11-04T13:41:47.474Z" }, - { url = "https://files.pythonhosted.org/packages/3a/b1/6c990ac65e3b4c079a4fb9f5b05f5b013afa0f4ed6780a3dd236d2cbdc64/pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_armv7l.whl", hash = "sha256:239edca560d05757817c13dc17c50766136d21f7cd0fac50295499ae24f90fdf", size = 2329244, upload-time = "2025-11-04T13:41:49.992Z" }, - { url = "https://files.pythonhosted.org/packages/d9/02/3c562f3a51afd4d88fff8dffb1771b30cfdfd79befd9883ee094f5b6c0d8/pydantic_core-2.41.5-cp314-cp314t-musllinux_1_1_x86_64.whl", hash = "sha256:2a5e06546e19f24c6a96a129142a75cee553cc018ffee48a460059b1185f4470", size = 2331955, upload-time = "2025-11-04T13:41:54.079Z" }, - { url = "https://files.pythonhosted.org/packages/5c/96/5fb7d8c3c17bc8c62fdb031c47d77a1af698f1d7a406b0f79aaa1338f9ad/pydantic_core-2.41.5-cp314-cp314t-win32.whl", hash = "sha256:b4ececa40ac28afa90871c2cc2b9ffd2ff0bf749380fbdf57d165fd23da353aa", size = 1988906, upload-time = "2025-11-04T13:41:56.606Z" }, - { url = "https://files.pythonhosted.org/packages/22/ed/182129d83032702912c2e2d8bbe33c036f342cc735737064668585dac28f/pydantic_core-2.41.5-cp314-cp314t-win_amd64.whl", hash = "sha256:80aa89cad80b32a912a65332f64a4450ed00966111b6615ca6816153d3585a8c", size = 1981607, upload-time = "2025-11-04T13:41:58.889Z" }, - { url = "https://files.pythonhosted.org/packages/9f/ed/068e41660b832bb0b1aa5b58011dea2a3fe0ba7861ff38c4d4904c1c1a99/pydantic_core-2.41.5-cp314-cp314t-win_arm64.whl", hash = "sha256:35b44f37a3199f771c3eaa53051bc8a70cd7b54f333531c59e29fd4db5d15008", size = 1974769, upload-time = "2025-11-04T13:42:01.186Z" }, { url = "https://files.pythonhosted.org/packages/54/db/160dffb57ed9a3705c4cbcbff0ac03bdae45f1ca7d58ab74645550df3fbd/pydantic_core-2.41.5-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:8bfeaf8735be79f225f3fefab7f941c712aaca36f1128c9d7e2352ee1aa87bdf", size = 2107999, upload-time = "2025-11-04T13:42:03.885Z" }, { url = "https://files.pythonhosted.org/packages/a3/7d/88e7de946f60d9263cc84819f32513520b85c0f8322f9b8f6e4afc938383/pydantic_core-2.41.5-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:346285d28e4c8017da95144c7f3acd42740d637ff41946af5ce6e5e420502dd5", size = 1929745, upload-time = "2025-11-04T13:42:06.075Z" }, { url = "https://files.pythonhosted.org/packages/d5/c2/aef51e5b283780e85e99ff19db0f05842d2d4a8a8cd15e63b0280029b08f/pydantic_core-2.41.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a75dafbf87d6276ddc5b2bf6fae5254e3d0876b626eb24969a574fff9149ee5d", size = 1920220, upload-time = "2025-11-04T13:42:08.457Z" }, @@ -7045,8 +7477,8 @@ wheels = [ [package.optional-dependencies] pycountry = [ - { name = "pycountry", version = "24.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pycountry", version = "26.2.16", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pycountry", version = "24.6.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pycountry", version = "26.2.16", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] [[package]] @@ -7073,8 +7505,8 @@ version = "0.2.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/23/00/f915eaa75326f4209941179c2b93ac477f2040e4aeff5bb21d16eb8058f9/pyloudnorm-0.2.0.tar.gz", hash = "sha256:8bf597658ea4e1975c275adf490f6deb5369ea409f2901f939915efa4b681b16", size = 14037, upload-time = "2026-01-04T11:43:35.265Z" } wheels = [ @@ -7104,21 +7536,33 @@ name = "pytest" version = "8.4.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "colorama", marker = "(python_full_version < '3.10' and sys_platform == 'win32') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "exceptiongroup", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "iniconfig", version = "2.1.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pluggy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pygments", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tomli", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "colorama", marker = "(python_full_version < '3.10' and sys_platform == 'win32') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "exceptiongroup", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "iniconfig", version = "2.1.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pluggy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pygments", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tomli", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/a3/5c/00a0e072241553e1a7496d638deababa67c5058571567b92a7eaa258397c/pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01", size = 1519618, upload-time = "2025-09-04T14:34:22.711Z" } wheels = [ @@ -7130,55 +7574,87 @@ name = "pytest" version = "9.0.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "colorama", marker = "(python_full_version >= '3.10' and sys_platform == 'win32') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "exceptiongroup", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "iniconfig", version = "2.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pluggy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pygments", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tomli", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "colorama", marker = "(python_full_version >= '3.10' and sys_platform == 'win32') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'win32' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'win32' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "exceptiongroup", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "iniconfig", version = "2.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pluggy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pygments", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tomli", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/d1/db/7ef3487e0fb0049ddb5ce41d3a49c235bf9ad299b6a25d5780a89f19230f/pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11", size = 1568901, upload-time = "2025-12-06T21:30:51.014Z" } wheels = [ @@ -7190,17 +7666,29 @@ name = "pytest-asyncio" version = "1.2.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "backports-asyncio-runner", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pytest", version = "8.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "backports-asyncio-runner", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pytest", version = "8.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/42/86/9e3c5f48f7b7b638b216e4b9e645f54d199d7abbbab7a64a13b4e12ba10f/pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57", size = 50119, upload-time = "2025-09-12T07:33:53.816Z" } wheels = [ @@ -7212,51 +7700,83 @@ name = "pytest-asyncio" version = "1.3.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "backports-asyncio-runner", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pytest", version = "9.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "(python_full_version >= '3.10' and python_full_version < '3.13') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "backports-asyncio-runner", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pytest", version = "9.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "(python_full_version >= '3.10' and python_full_version < '3.13') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/90/2c/8af215c0f776415f3590cac4f9086ccefd6fd463befeae41cd4d3f193e5a/pytest_asyncio-1.3.0.tar.gz", hash = "sha256:d7f52f36d231b80ee124cd216ffb19369aa168fc10095013c6b014a34d3ee9e5", size = 50087, upload-time = "2025-11-10T16:07:47.256Z" } wheels = [ @@ -7280,24 +7800,36 @@ name = "pytorch-lightning" version = "2.6.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "fsspec", extra = ["http"], marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "lightning-utilities", version = "0.15.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pyyaml", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchmetrics", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tqdm", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "fsspec", extra = ["http"], marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "lightning-utilities", version = "0.15.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pyyaml", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchmetrics", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tqdm", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/07/d7/e3963d9669758f93b07941f4e2e82a394eb3d0980e29baa4764f3bad6689/pytorch_lightning-2.6.0.tar.gz", hash = "sha256:25b0d4f05e1f33b72be0920c34d0465777fe5f623228f9d6252b4b0f685d7037", size = 658853, upload-time = "2025-11-28T09:34:13.098Z" } wheels = [ @@ -7309,58 +7841,90 @@ name = "pytorch-lightning" version = "2.6.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "fsspec", extra = ["http"], marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "lightning-utilities", version = "0.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pyyaml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchmetrics", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tqdm", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "fsspec", extra = ["http"], marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "lightning-utilities", version = "0.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pyyaml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchmetrics", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tqdm", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/8b/ac/ebd5f6f58691cbd4f73836e43e1727f3814311b960c41f88e259606ca2b2/pytorch_lightning-2.6.1.tar.gz", hash = "sha256:ba08f8901cf226fcca473046ad9346f414e99117762dc869c76e650d5b3d7bdc", size = 665563, upload-time = "2026-01-30T14:59:11.636Z" } wheels = [ @@ -7373,15 +7937,15 @@ version = "2.9.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "numpy" }, - { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "tqdm" }, ] sdist = { url = "https://files.pythonhosted.org/packages/9b/80/6e61b1a91debf4c1b47d441f9a9d7fe2aabcdd9575ed70b2811474eb95c3/pytorch-metric-learning-2.9.0.tar.gz", hash = "sha256:27a626caf5e2876a0fd666605a78cb67ef7597e25d7a68c18053dd503830701f", size = 84530, upload-time = "2025-08-17T17:11:19.501Z" } @@ -7442,24 +8006,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/de/94/980b50a6531b3019e45ddeada0626d45fa85cbe22300844a7983285bed3b/pyyaml-6.0.3-cp313-cp313-win32.whl", hash = "sha256:d0eae10f8159e8fdad514efdc92d74fd8d682c933a6dd088030f3834bc8e6b26", size = 137427, upload-time = "2025-09-25T21:32:32.58Z" }, { url = "https://files.pythonhosted.org/packages/97/c9/39d5b874e8b28845e4ec2202b5da735d0199dbe5b8fb85f91398814a9a46/pyyaml-6.0.3-cp313-cp313-win_amd64.whl", hash = "sha256:79005a0d97d5ddabfeeea4cf676af11e647e41d81c9a7722a193022accdb6b7c", size = 154090, upload-time = "2025-09-25T21:32:33.659Z" }, { url = "https://files.pythonhosted.org/packages/73/e8/2bdf3ca2090f68bb3d75b44da7bbc71843b19c9f2b9cb9b0f4ab7a5a4329/pyyaml-6.0.3-cp313-cp313-win_arm64.whl", hash = "sha256:5498cd1645aa724a7c71c8f378eb29ebe23da2fc0d7a08071d89469bf1d2defb", size = 140246, upload-time = "2025-09-25T21:32:34.663Z" }, - { url = "https://files.pythonhosted.org/packages/9d/8c/f4bd7f6465179953d3ac9bc44ac1a8a3e6122cf8ada906b4f96c60172d43/pyyaml-6.0.3-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:8d1fab6bb153a416f9aeb4b8763bc0f22a5586065f86f7664fc23339fc1c1fac", size = 181814, upload-time = "2025-09-25T21:32:35.712Z" }, - { url = "https://files.pythonhosted.org/packages/bd/9c/4d95bb87eb2063d20db7b60faa3840c1b18025517ae857371c4dd55a6b3a/pyyaml-6.0.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:34d5fcd24b8445fadc33f9cf348c1047101756fd760b4dacb5c3e99755703310", size = 173809, upload-time = "2025-09-25T21:32:36.789Z" }, - { url = "https://files.pythonhosted.org/packages/92/b5/47e807c2623074914e29dabd16cbbdd4bf5e9b2db9f8090fa64411fc5382/pyyaml-6.0.3-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:501a031947e3a9025ed4405a168e6ef5ae3126c59f90ce0cd6f2bfc477be31b7", size = 766454, upload-time = "2025-09-25T21:32:37.966Z" }, - { url = "https://files.pythonhosted.org/packages/02/9e/e5e9b168be58564121efb3de6859c452fccde0ab093d8438905899a3a483/pyyaml-6.0.3-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:b3bc83488de33889877a0f2543ade9f70c67d66d9ebb4ac959502e12de895788", size = 836355, upload-time = "2025-09-25T21:32:39.178Z" }, - { url = "https://files.pythonhosted.org/packages/88/f9/16491d7ed2a919954993e48aa941b200f38040928474c9e85ea9e64222c3/pyyaml-6.0.3-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c458b6d084f9b935061bc36216e8a69a7e293a2f1e68bf956dcd9e6cbcd143f5", size = 794175, upload-time = "2025-09-25T21:32:40.865Z" }, - { url = "https://files.pythonhosted.org/packages/dd/3f/5989debef34dc6397317802b527dbbafb2b4760878a53d4166579111411e/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:7c6610def4f163542a622a73fb39f534f8c101d690126992300bf3207eab9764", size = 755228, upload-time = "2025-09-25T21:32:42.084Z" }, - { url = "https://files.pythonhosted.org/packages/d7/ce/af88a49043cd2e265be63d083fc75b27b6ed062f5f9fd6cdc223ad62f03e/pyyaml-6.0.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:5190d403f121660ce8d1d2c1bb2ef1bd05b5f68533fc5c2ea899bd15f4399b35", size = 789194, upload-time = "2025-09-25T21:32:43.362Z" }, - { url = "https://files.pythonhosted.org/packages/23/20/bb6982b26a40bb43951265ba29d4c246ef0ff59c9fdcdf0ed04e0687de4d/pyyaml-6.0.3-cp314-cp314-win_amd64.whl", hash = "sha256:4a2e8cebe2ff6ab7d1050ecd59c25d4c8bd7e6f400f5f82b96557ac0abafd0ac", size = 156429, upload-time = "2025-09-25T21:32:57.844Z" }, - { url = "https://files.pythonhosted.org/packages/f4/f4/a4541072bb9422c8a883ab55255f918fa378ecf083f5b85e87fc2b4eda1b/pyyaml-6.0.3-cp314-cp314-win_arm64.whl", hash = "sha256:93dda82c9c22deb0a405ea4dc5f2d0cda384168e466364dec6255b293923b2f3", size = 143912, upload-time = "2025-09-25T21:32:59.247Z" }, - { url = "https://files.pythonhosted.org/packages/7c/f9/07dd09ae774e4616edf6cda684ee78f97777bdd15847253637a6f052a62f/pyyaml-6.0.3-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:02893d100e99e03eda1c8fd5c441d8c60103fd175728e23e431db1b589cf5ab3", size = 189108, upload-time = "2025-09-25T21:32:44.377Z" }, - { url = "https://files.pythonhosted.org/packages/4e/78/8d08c9fb7ce09ad8c38ad533c1191cf27f7ae1effe5bb9400a46d9437fcf/pyyaml-6.0.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c1ff362665ae507275af2853520967820d9124984e0f7466736aea23d8611fba", size = 183641, upload-time = "2025-09-25T21:32:45.407Z" }, - { url = "https://files.pythonhosted.org/packages/7b/5b/3babb19104a46945cf816d047db2788bcaf8c94527a805610b0289a01c6b/pyyaml-6.0.3-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6adc77889b628398debc7b65c073bcb99c4a0237b248cacaf3fe8a557563ef6c", size = 831901, upload-time = "2025-09-25T21:32:48.83Z" }, - { url = "https://files.pythonhosted.org/packages/8b/cc/dff0684d8dc44da4d22a13f35f073d558c268780ce3c6ba1b87055bb0b87/pyyaml-6.0.3-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:a80cb027f6b349846a3bf6d73b5e95e782175e52f22108cfa17876aaeff93702", size = 861132, upload-time = "2025-09-25T21:32:50.149Z" }, - { url = "https://files.pythonhosted.org/packages/b1/5e/f77dc6b9036943e285ba76b49e118d9ea929885becb0a29ba8a7c75e29fe/pyyaml-6.0.3-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:00c4bdeba853cc34e7dd471f16b4114f4162dc03e6b7afcc2128711f0eca823c", size = 839261, upload-time = "2025-09-25T21:32:51.808Z" }, - { url = "https://files.pythonhosted.org/packages/ce/88/a9db1376aa2a228197c58b37302f284b5617f56a5d959fd1763fb1675ce6/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:66e1674c3ef6f541c35191caae2d429b967b99e02040f5ba928632d9a7f0f065", size = 805272, upload-time = "2025-09-25T21:32:52.941Z" }, - { url = "https://files.pythonhosted.org/packages/da/92/1446574745d74df0c92e6aa4a7b0b3130706a4142b2d1a5869f2eaa423c6/pyyaml-6.0.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:16249ee61e95f858e83976573de0f5b2893b3677ba71c9dd36b9cf8be9ac6d65", size = 829923, upload-time = "2025-09-25T21:32:54.537Z" }, - { url = "https://files.pythonhosted.org/packages/f0/7a/1c7270340330e575b92f397352af856a8c06f230aa3e76f86b39d01b416a/pyyaml-6.0.3-cp314-cp314t-win_amd64.whl", hash = "sha256:4ad1906908f2f5ae4e5a8ddfce73c320c2a1429ec52eafd27138b7f1cbe341c9", size = 174062, upload-time = "2025-09-25T21:32:55.767Z" }, - { url = "https://files.pythonhosted.org/packages/f1/12/de94a39c2ef588c7e6455cfbe7343d3b2dc9d6b6b2f40c4c6565744c873d/pyyaml-6.0.3-cp314-cp314t-win_arm64.whl", hash = "sha256:ebc55a14a21cb14062aa4162f906cd962b28e2e9ea38f9b4391244cd8de4ae0b", size = 149341, upload-time = "2025-09-25T21:32:56.828Z" }, { url = "https://files.pythonhosted.org/packages/9f/62/67fc8e68a75f738c9200422bf65693fb79a4cd0dc5b23310e5202e978090/pyyaml-6.0.3-cp39-cp39-macosx_10_13_x86_64.whl", hash = "sha256:b865addae83924361678b652338317d1bd7e79b1f4596f96b96c77a5a34b34da", size = 184450, upload-time = "2025-09-25T21:33:00.618Z" }, { url = "https://files.pythonhosted.org/packages/ae/92/861f152ce87c452b11b9d0977952259aa7df792d71c1053365cc7b09cc08/pyyaml-6.0.3-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:c3355370a2c156cffb25e876646f149d5d68f5e0a3ce86a5084dd0b64a994917", size = 174319, upload-time = "2025-09-25T21:33:02.086Z" }, { url = "https://files.pythonhosted.org/packages/d0/cd/f0cfc8c74f8a030017a2b9c771b7f47e5dd702c3e28e5b2071374bda2948/pyyaml-6.0.3-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3c5677e12444c15717b902a5798264fa7909e41153cdf9ef7ad571b704a63dd9", size = 737631, upload-time = "2025-09-25T21:33:03.25Z" }, @@ -7556,28 +8102,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/c1/ab/1d0354b7d1771a28fa7fe089bc23acec2bdd3756efa2419f463e3ed80e16/rapidfuzz-3.14.3-cp313-cp313t-win32.whl", hash = "sha256:489ce98a895c98cad284f0a47960c3e264c724cb4cfd47a1430fa091c0c25204", size = 1757773, upload-time = "2025-11-01T11:53:57.628Z" }, { url = "https://files.pythonhosted.org/packages/0b/0c/71ef356adc29e2bdf74cd284317b34a16b80258fa0e7e242dd92cc1e6d10/rapidfuzz-3.14.3-cp313-cp313t-win_amd64.whl", hash = "sha256:656e52b054d5b5c2524169240e50cfa080b04b1c613c5f90a2465e84888d6f15", size = 1576797, upload-time = "2025-11-01T11:53:59.455Z" }, { url = "https://files.pythonhosted.org/packages/fe/d2/0e64fc27bb08d4304aa3d11154eb5480bcf5d62d60140a7ee984dc07468a/rapidfuzz-3.14.3-cp313-cp313t-win_arm64.whl", hash = "sha256:c7e40c0a0af02ad6e57e89f62bef8604f55a04ecae90b0ceeda591bbf5923317", size = 829940, upload-time = "2025-11-01T11:54:01.1Z" }, - { url = "https://files.pythonhosted.org/packages/32/6f/1b88aaeade83abc5418788f9e6b01efefcd1a69d65ded37d89cd1662be41/rapidfuzz-3.14.3-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:442125473b247227d3f2de807a11da6c08ccf536572d1be943f8e262bae7e4ea", size = 1942086, upload-time = "2025-11-01T11:54:02.592Z" }, - { url = "https://files.pythonhosted.org/packages/a0/2c/b23861347436cb10f46c2bd425489ec462790faaa360a54a7ede5f78de88/rapidfuzz-3.14.3-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1ec0c8c0c3d4f97ced46b2e191e883f8c82dbbf6d5ebc1842366d7eff13cd5a6", size = 1386993, upload-time = "2025-11-01T11:54:04.12Z" }, - { url = "https://files.pythonhosted.org/packages/83/86/5d72e2c060aa1fbdc1f7362d938f6b237dff91f5b9fc5dd7cc297e112250/rapidfuzz-3.14.3-cp314-cp314-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:2dc37bc20272f388b8c3a4eba4febc6e77e50a8f450c472def4751e7678f55e4", size = 1379126, upload-time = "2025-11-01T11:54:05.777Z" }, - { url = "https://files.pythonhosted.org/packages/c9/bc/ef2cee3e4d8b3fc22705ff519f0d487eecc756abdc7c25d53686689d6cf2/rapidfuzz-3.14.3-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:dee362e7e79bae940a5e2b3f6d09c6554db6a4e301cc68343886c08be99844f1", size = 3159304, upload-time = "2025-11-01T11:54:07.351Z" }, - { url = "https://files.pythonhosted.org/packages/a0/36/dc5f2f62bbc7bc90be1f75eeaf49ed9502094bb19290dfb4747317b17f12/rapidfuzz-3.14.3-cp314-cp314-manylinux_2_31_armv7l.whl", hash = "sha256:4b39921df948388a863f0e267edf2c36302983459b021ab928d4b801cbe6a421", size = 1218207, upload-time = "2025-11-01T11:54:09.641Z" }, - { url = "https://files.pythonhosted.org/packages/df/7e/8f4be75c1bc62f47edf2bbbe2370ee482fae655ebcc4718ac3827ead3904/rapidfuzz-3.14.3-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:beda6aa9bc44d1d81242e7b291b446be352d3451f8217fcb068fc2933927d53b", size = 2401245, upload-time = "2025-11-01T11:54:11.543Z" }, - { url = "https://files.pythonhosted.org/packages/05/38/f7c92759e1bb188dd05b80d11c630ba59b8d7856657baf454ff56059c2ab/rapidfuzz-3.14.3-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:6a014ba09657abfcfeed64b7d09407acb29af436d7fc075b23a298a7e4a6b41c", size = 2518308, upload-time = "2025-11-01T11:54:13.134Z" }, - { url = "https://files.pythonhosted.org/packages/c7/ac/85820f70fed5ecb5f1d9a55f1e1e2090ef62985ef41db289b5ac5ec56e28/rapidfuzz-3.14.3-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:32eeafa3abce138bb725550c0e228fc7eaeec7059aa8093d9cbbec2b58c2371a", size = 4265011, upload-time = "2025-11-01T11:54:15.087Z" }, - { url = "https://files.pythonhosted.org/packages/46/a9/616930721ea9835c918af7cde22bff17f9db3639b0c1a7f96684be7f5630/rapidfuzz-3.14.3-cp314-cp314-win32.whl", hash = "sha256:adb44d996fc610c7da8c5048775b21db60dd63b1548f078e95858c05c86876a3", size = 1742245, upload-time = "2025-11-01T11:54:17.19Z" }, - { url = "https://files.pythonhosted.org/packages/06/8a/f2fa5e9635b1ccafda4accf0e38246003f69982d7c81f2faa150014525a4/rapidfuzz-3.14.3-cp314-cp314-win_amd64.whl", hash = "sha256:f3d15d8527e2b293e38ce6e437631af0708df29eafd7c9fc48210854c94472f9", size = 1584856, upload-time = "2025-11-01T11:54:18.764Z" }, - { url = "https://files.pythonhosted.org/packages/ef/97/09e20663917678a6d60d8e0e29796db175b1165e2079830430342d5298be/rapidfuzz-3.14.3-cp314-cp314-win_arm64.whl", hash = "sha256:576e4b9012a67e0bf54fccb69a7b6c94d4e86a9540a62f1a5144977359133583", size = 833490, upload-time = "2025-11-01T11:54:20.753Z" }, - { url = "https://files.pythonhosted.org/packages/03/1b/6b6084576ba87bf21877c77218a0c97ba98cb285b0c02eaaee3acd7c4513/rapidfuzz-3.14.3-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:cec3c0da88562727dd5a5a364bd9efeb535400ff0bfb1443156dd139a1dd7b50", size = 1968658, upload-time = "2025-11-01T11:54:22.25Z" }, - { url = "https://files.pythonhosted.org/packages/38/c0/fb02a0db80d95704b0a6469cc394e8c38501abf7e1c0b2afe3261d1510c2/rapidfuzz-3.14.3-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:d1fa009f8b1100e4880868137e7bf0501422898f7674f2adcd85d5a67f041296", size = 1410742, upload-time = "2025-11-01T11:54:23.863Z" }, - { url = "https://files.pythonhosted.org/packages/a4/72/3fbf12819fc6afc8ec75a45204013b40979d068971e535a7f3512b05e765/rapidfuzz-3.14.3-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1b86daa7419b5e8b180690efd1fdbac43ff19230803282521c5b5a9c83977655", size = 1382810, upload-time = "2025-11-01T11:54:25.571Z" }, - { url = "https://files.pythonhosted.org/packages/0f/18/0f1991d59bb7eee28922a00f79d83eafa8c7bfb4e8edebf4af2a160e7196/rapidfuzz-3.14.3-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:c7bd1816db05d6c5ffb3a4df0a2b7b56fb8c81ef584d08e37058afa217da91b1", size = 3166349, upload-time = "2025-11-01T11:54:27.195Z" }, - { url = "https://files.pythonhosted.org/packages/0d/f0/baa958b1989c8f88c78bbb329e969440cf330b5a01a982669986495bb980/rapidfuzz-3.14.3-cp314-cp314t-manylinux_2_31_armv7l.whl", hash = "sha256:33da4bbaf44e9755b0ce192597f3bde7372fe2e381ab305f41b707a95ac57aa7", size = 1214994, upload-time = "2025-11-01T11:54:28.821Z" }, - { url = "https://files.pythonhosted.org/packages/e4/a0/cd12ec71f9b2519a3954febc5740291cceabc64c87bc6433afcb36259f3b/rapidfuzz-3.14.3-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:3fecce764cf5a991ee2195a844196da840aba72029b2612f95ac68a8b74946bf", size = 2403919, upload-time = "2025-11-01T11:54:30.393Z" }, - { url = "https://files.pythonhosted.org/packages/0b/ce/019bd2176c1644098eced4f0595cb4b3ef52e4941ac9a5854f209d0a6e16/rapidfuzz-3.14.3-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:ecd7453e02cf072258c3a6b8e930230d789d5d46cc849503729f9ce475d0e785", size = 2508346, upload-time = "2025-11-01T11:54:32.048Z" }, - { url = "https://files.pythonhosted.org/packages/23/f8/be16c68e2c9e6c4f23e8f4adbb7bccc9483200087ed28ff76c5312da9b14/rapidfuzz-3.14.3-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:ea188aa00e9bcae8c8411f006a5f2f06c4607a02f24eab0d8dc58566aa911f35", size = 4274105, upload-time = "2025-11-01T11:54:33.701Z" }, - { url = "https://files.pythonhosted.org/packages/a1/d1/5ab148e03f7e6ec8cd220ccf7af74d3aaa4de26dd96df58936beb7cba820/rapidfuzz-3.14.3-cp314-cp314t-win32.whl", hash = "sha256:7ccbf68100c170e9a0581accbe9291850936711548c6688ce3bfb897b8c589ad", size = 1793465, upload-time = "2025-11-01T11:54:35.331Z" }, - { url = "https://files.pythonhosted.org/packages/cd/97/433b2d98e97abd9fff1c470a109b311669f44cdec8d0d5aa250aceaed1fb/rapidfuzz-3.14.3-cp314-cp314t-win_amd64.whl", hash = "sha256:9ec02e62ae765a318d6de38df609c57fc6dacc65c0ed1fd489036834fd8a620c", size = 1623491, upload-time = "2025-11-01T11:54:38.085Z" }, - { url = "https://files.pythonhosted.org/packages/e2/f6/e2176eb94f94892441bce3ddc514c179facb65db245e7ce3356965595b19/rapidfuzz-3.14.3-cp314-cp314t-win_arm64.whl", hash = "sha256:e805e52322ae29aa945baf7168b6c898120fbc16d2b8f940b658a5e9e3999253", size = 851487, upload-time = "2025-11-01T11:54:40.176Z" }, { url = "https://files.pythonhosted.org/packages/c9/33/b5bd6475c7c27164b5becc9b0e3eb978f1e3640fea590dd3dced6006ee83/rapidfuzz-3.14.3-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:7cf174b52cb3ef5d49e45d0a1133b7e7d0ecf770ed01f97ae9962c5c91d97d23", size = 1888499, upload-time = "2025-11-01T11:54:42.094Z" }, { url = "https://files.pythonhosted.org/packages/30/d2/89d65d4db4bb931beade9121bc71ad916b5fa9396e807d11b33731494e8e/rapidfuzz-3.14.3-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:442cba39957a008dfc5bdef21a9c3f4379e30ffb4e41b8555dbaf4887eca9300", size = 1336747, upload-time = "2025-11-01T11:54:43.957Z" }, { url = "https://files.pythonhosted.org/packages/85/33/cd87d92b23f0b06e8914a61cea6850c6d495ca027f669fab7a379041827a/rapidfuzz-3.14.3-pp311-pypy311_pp73-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1faa0f8f76ba75fd7b142c984947c280ef6558b5067af2ae9b8729b0a0f99ede", size = 1352187, upload-time = "2025-11-01T11:54:45.518Z" }, @@ -7590,12 +8114,12 @@ name = "referencing" version = "0.36.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ { name = "attrs", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -7612,46 +8136,26 @@ name = "referencing" version = "0.37.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ { name = "attrs", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, @@ -7668,12 +8172,24 @@ name = "regex" version = "2026.1.15" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/0b/86/07d5056945f9ec4590b518171c4254a5925832eb727b56d3c38a7476f316/regex-2026.1.15.tar.gz", hash = "sha256:164759aa25575cbc0651bef59a0b18353e54300d79ace8084c818ad8ac72b7d5", size = 414811, upload-time = "2026-01-14T23:18:02.775Z" } wheels = [ @@ -7758,38 +8274,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/a5/61/1bba81ff6d50c86c65d9fd84ce9699dd106438ee4cdb105bf60374ee8412/regex-2026.1.15-cp313-cp313t-win32.whl", hash = "sha256:99ad739c3686085e614bf77a508e26954ff1b8f14da0e3765ff7abbf7799f952", size = 268879, upload-time = "2026-01-14T23:16:14.049Z" }, { url = "https://files.pythonhosted.org/packages/e9/5e/cef7d4c5fb0ea3ac5c775fd37db5747f7378b29526cc83f572198924ff47/regex-2026.1.15-cp313-cp313t-win_amd64.whl", hash = "sha256:32655d17905e7ff8ba5c764c43cb124e34a9245e45b83c22e81041e1071aee10", size = 280317, upload-time = "2026-01-14T23:16:15.718Z" }, { url = "https://files.pythonhosted.org/packages/b4/52/4317f7a5988544e34ab57b4bde0f04944c4786128c933fb09825924d3e82/regex-2026.1.15-cp313-cp313t-win_arm64.whl", hash = "sha256:b2a13dd6a95e95a489ca242319d18fc02e07ceb28fa9ad146385194d95b3c829", size = 271551, upload-time = "2026-01-14T23:16:17.533Z" }, - { url = "https://files.pythonhosted.org/packages/52/0a/47fa888ec7cbbc7d62c5f2a6a888878e76169170ead271a35239edd8f0e8/regex-2026.1.15-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:d920392a6b1f353f4aa54328c867fec3320fa50657e25f64abf17af054fc97ac", size = 489170, upload-time = "2026-01-14T23:16:19.835Z" }, - { url = "https://files.pythonhosted.org/packages/ac/c4/d000e9b7296c15737c9301708e9e7fbdea009f8e93541b6b43bdb8219646/regex-2026.1.15-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:b5a28980a926fa810dbbed059547b02783952e2efd9c636412345232ddb87ff6", size = 291146, upload-time = "2026-01-14T23:16:21.541Z" }, - { url = "https://files.pythonhosted.org/packages/f9/b6/921cc61982e538682bdf3bdf5b2c6ab6b34368da1f8e98a6c1ddc503c9cf/regex-2026.1.15-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:621f73a07595d83f28952d7bd1e91e9d1ed7625fb7af0064d3516674ec93a2a2", size = 288986, upload-time = "2026-01-14T23:16:23.381Z" }, - { url = "https://files.pythonhosted.org/packages/ca/33/eb7383dde0bbc93f4fb9d03453aab97e18ad4024ac7e26cef8d1f0a2cff0/regex-2026.1.15-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:3d7d92495f47567a9b1669c51fc8d6d809821849063d168121ef801bbc213846", size = 799098, upload-time = "2026-01-14T23:16:25.088Z" }, - { url = "https://files.pythonhosted.org/packages/27/56/b664dccae898fc8d8b4c23accd853f723bde0f026c747b6f6262b688029c/regex-2026.1.15-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:8dd16fba2758db7a3780a051f245539c4451ca20910f5a5e6ea1c08d06d4a76b", size = 864980, upload-time = "2026-01-14T23:16:27.297Z" }, - { url = "https://files.pythonhosted.org/packages/16/40/0999e064a170eddd237bae9ccfcd8f28b3aa98a38bf727a086425542a4fc/regex-2026.1.15-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:1e1808471fbe44c1a63e5f577a1d5f02fe5d66031dcbdf12f093ffc1305a858e", size = 911607, upload-time = "2026-01-14T23:16:29.235Z" }, - { url = "https://files.pythonhosted.org/packages/07/78/c77f644b68ab054e5a674fb4da40ff7bffb2c88df58afa82dbf86573092d/regex-2026.1.15-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0751a26ad39d4f2ade8fe16c59b2bf5cb19eb3d2cd543e709e583d559bd9efde", size = 803358, upload-time = "2026-01-14T23:16:31.369Z" }, - { url = "https://files.pythonhosted.org/packages/27/31/d4292ea8566eaa551fafc07797961c5963cf5235c797cc2ae19b85dfd04d/regex-2026.1.15-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:0f0c7684c7f9ca241344ff95a1de964f257a5251968484270e91c25a755532c5", size = 775833, upload-time = "2026-01-14T23:16:33.141Z" }, - { url = "https://files.pythonhosted.org/packages/ce/b2/cff3bf2fea4133aa6fb0d1e370b37544d18c8350a2fa118c7e11d1db0e14/regex-2026.1.15-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:74f45d170a21df41508cb67165456538425185baaf686281fa210d7e729abc34", size = 788045, upload-time = "2026-01-14T23:16:35.005Z" }, - { url = "https://files.pythonhosted.org/packages/8d/99/2cb9b69045372ec877b6f5124bda4eb4253bc58b8fe5848c973f752bc52c/regex-2026.1.15-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:f1862739a1ffb50615c0fde6bae6569b5efbe08d98e59ce009f68a336f64da75", size = 859374, upload-time = "2026-01-14T23:16:36.919Z" }, - { url = "https://files.pythonhosted.org/packages/09/16/710b0a5abe8e077b1729a562d2f297224ad079f3a66dce46844c193416c8/regex-2026.1.15-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:453078802f1b9e2b7303fb79222c054cb18e76f7bdc220f7530fdc85d319f99e", size = 763940, upload-time = "2026-01-14T23:16:38.685Z" }, - { url = "https://files.pythonhosted.org/packages/dd/d1/7585c8e744e40eb3d32f119191969b91de04c073fca98ec14299041f6e7e/regex-2026.1.15-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:a30a68e89e5a218b8b23a52292924c1f4b245cb0c68d1cce9aec9bbda6e2c160", size = 850112, upload-time = "2026-01-14T23:16:40.646Z" }, - { url = "https://files.pythonhosted.org/packages/af/d6/43e1dd85df86c49a347aa57c1f69d12c652c7b60e37ec162e3096194a278/regex-2026.1.15-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:9479cae874c81bf610d72b85bb681a94c95722c127b55445285fb0e2c82db8e1", size = 789586, upload-time = "2026-01-14T23:16:42.799Z" }, - { url = "https://files.pythonhosted.org/packages/93/38/77142422f631e013f316aaae83234c629555729a9fbc952b8a63ac91462a/regex-2026.1.15-cp314-cp314-win32.whl", hash = "sha256:d639a750223132afbfb8f429c60d9d318aeba03281a5f1ab49f877456448dcf1", size = 271691, upload-time = "2026-01-14T23:16:44.671Z" }, - { url = "https://files.pythonhosted.org/packages/4a/a9/ab16b4649524ca9e05213c1cdbb7faa85cc2aa90a0230d2f796cbaf22736/regex-2026.1.15-cp314-cp314-win_amd64.whl", hash = "sha256:4161d87f85fa831e31469bfd82c186923070fc970b9de75339b68f0c75b51903", size = 280422, upload-time = "2026-01-14T23:16:46.607Z" }, - { url = "https://files.pythonhosted.org/packages/be/2a/20fd057bf3521cb4791f69f869635f73e0aaf2b9ad2d260f728144f9047c/regex-2026.1.15-cp314-cp314-win_arm64.whl", hash = "sha256:91c5036ebb62663a6b3999bdd2e559fd8456d17e2b485bf509784cd31a8b1705", size = 273467, upload-time = "2026-01-14T23:16:48.967Z" }, - { url = "https://files.pythonhosted.org/packages/ad/77/0b1e81857060b92b9cad239104c46507dd481b3ff1fa79f8e7f865aae38a/regex-2026.1.15-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:ee6854c9000a10938c79238de2379bea30c82e4925a371711af45387df35cab8", size = 492073, upload-time = "2026-01-14T23:16:51.154Z" }, - { url = "https://files.pythonhosted.org/packages/70/f3/f8302b0c208b22c1e4f423147e1913fd475ddd6230565b299925353de644/regex-2026.1.15-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:2c2b80399a422348ce5de4fe40c418d6299a0fa2803dd61dc0b1a2f28e280fcf", size = 292757, upload-time = "2026-01-14T23:16:53.08Z" }, - { url = "https://files.pythonhosted.org/packages/bf/f0/ef55de2460f3b4a6da9d9e7daacd0cb79d4ef75c64a2af316e68447f0df0/regex-2026.1.15-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:dca3582bca82596609959ac39e12b7dad98385b4fefccb1151b937383cec547d", size = 291122, upload-time = "2026-01-14T23:16:55.383Z" }, - { url = "https://files.pythonhosted.org/packages/cf/55/bb8ccbacabbc3a11d863ee62a9f18b160a83084ea95cdfc5d207bfc3dd75/regex-2026.1.15-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ef71d476caa6692eea743ae5ea23cde3260677f70122c4d258ca952e5c2d4e84", size = 807761, upload-time = "2026-01-14T23:16:57.251Z" }, - { url = "https://files.pythonhosted.org/packages/8f/84/f75d937f17f81e55679a0509e86176e29caa7298c38bd1db7ce9c0bf6075/regex-2026.1.15-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c243da3436354f4af6c3058a3f81a97d47ea52c9bd874b52fd30274853a1d5df", size = 873538, upload-time = "2026-01-14T23:16:59.349Z" }, - { url = "https://files.pythonhosted.org/packages/b8/d9/0da86327df70349aa8d86390da91171bd3ca4f0e7c1d1d453a9c10344da3/regex-2026.1.15-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:8355ad842a7c7e9e5e55653eade3b7d1885ba86f124dd8ab1f722f9be6627434", size = 915066, upload-time = "2026-01-14T23:17:01.607Z" }, - { url = "https://files.pythonhosted.org/packages/2a/5e/f660fb23fc77baa2a61aa1f1fe3a4eea2bbb8a286ddec148030672e18834/regex-2026.1.15-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f192a831d9575271a22d804ff1a5355355723f94f31d9eef25f0d45a152fdc1a", size = 812938, upload-time = "2026-01-14T23:17:04.366Z" }, - { url = "https://files.pythonhosted.org/packages/69/33/a47a29bfecebbbfd1e5cd3f26b28020a97e4820f1c5148e66e3b7d4b4992/regex-2026.1.15-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:166551807ec20d47ceaeec380081f843e88c8949780cd42c40f18d16168bed10", size = 781314, upload-time = "2026-01-14T23:17:06.378Z" }, - { url = "https://files.pythonhosted.org/packages/65/ec/7ec2bbfd4c3f4e494a24dec4c6943a668e2030426b1b8b949a6462d2c17b/regex-2026.1.15-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:f9ca1cbdc0fbfe5e6e6f8221ef2309988db5bcede52443aeaee9a4ad555e0dac", size = 795652, upload-time = "2026-01-14T23:17:08.521Z" }, - { url = "https://files.pythonhosted.org/packages/46/79/a5d8651ae131fe27d7c521ad300aa7f1c7be1dbeee4d446498af5411b8a9/regex-2026.1.15-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:b30bcbd1e1221783c721483953d9e4f3ab9c5d165aa709693d3f3946747b1aea", size = 868550, upload-time = "2026-01-14T23:17:10.573Z" }, - { url = "https://files.pythonhosted.org/packages/06/b7/25635d2809664b79f183070786a5552dd4e627e5aedb0065f4e3cf8ee37d/regex-2026.1.15-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:2a8d7b50c34578d0d3bf7ad58cde9652b7d683691876f83aedc002862a35dc5e", size = 769981, upload-time = "2026-01-14T23:17:12.871Z" }, - { url = "https://files.pythonhosted.org/packages/16/8b/fc3fcbb2393dcfa4a6c5ffad92dc498e842df4581ea9d14309fcd3c55fb9/regex-2026.1.15-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9d787e3310c6a6425eb346be4ff2ccf6eece63017916fd77fe8328c57be83521", size = 854780, upload-time = "2026-01-14T23:17:14.837Z" }, - { url = "https://files.pythonhosted.org/packages/d0/38/dde117c76c624713c8a2842530be9c93ca8b606c0f6102d86e8cd1ce8bea/regex-2026.1.15-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:619843841e220adca114118533a574a9cd183ed8a28b85627d2844c500a2b0db", size = 799778, upload-time = "2026-01-14T23:17:17.369Z" }, - { url = "https://files.pythonhosted.org/packages/e3/0d/3a6cfa9ae99606afb612d8fb7a66b245a9d5ff0f29bb347c8a30b6ad561b/regex-2026.1.15-cp314-cp314t-win32.whl", hash = "sha256:e90b8db97f6f2c97eb045b51a6b2c5ed69cedd8392459e0642d4199b94fabd7e", size = 274667, upload-time = "2026-01-14T23:17:19.301Z" }, - { url = "https://files.pythonhosted.org/packages/5b/b2/297293bb0742fd06b8d8e2572db41a855cdf1cae0bf009b1cb74fe07e196/regex-2026.1.15-cp314-cp314t-win_amd64.whl", hash = "sha256:5ef19071f4ac9f0834793af85bd04a920b4407715624e40cb7a0631a11137cdf", size = 284386, upload-time = "2026-01-14T23:17:21.231Z" }, - { url = "https://files.pythonhosted.org/packages/95/e4/a3b9480c78cf8ee86626cb06f8d931d74d775897d44201ccb813097ae697/regex-2026.1.15-cp314-cp314t-win_arm64.whl", hash = "sha256:ca89c5e596fc05b015f27561b3793dc2fa0917ea0d7507eebb448efd35274a70", size = 274837, upload-time = "2026-01-14T23:17:23.146Z" }, { url = "https://files.pythonhosted.org/packages/a2/e7/0e1913dc52eee9c5cf8417c9813c4c55972a3f37d27cfa2e623b79b63dbc/regex-2026.1.15-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:55b4ea996a8e4458dd7b584a2f89863b1655dd3d17b88b46cbb9becc495a0ec5", size = 488185, upload-time = "2026-01-14T23:17:25.2Z" }, { url = "https://files.pythonhosted.org/packages/78/df/c52c1ff4221529faad0953e197982fe9508c6dbb42327e31bf98ea07472a/regex-2026.1.15-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:7e1e28be779884189cdd57735e997f282b64fd7ccf6e2eef3e16e57d7a34a815", size = 290628, upload-time = "2026-01-14T23:17:27.125Z" }, { url = "https://files.pythonhosted.org/packages/4b/d2/a2fef3717deaff647d7de2bccf899a576c7eaf042b6b271fc4474515fe97/regex-2026.1.15-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0057de9eaef45783ff69fa94ae9f0fd906d629d0bd4c3217048f46d1daa32e9b", size = 288509, upload-time = "2026-01-14T23:17:29.017Z" }, @@ -7814,46 +8298,78 @@ name = "regex" version = "2026.2.19" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/ff/c0/d8079d4f6342e4cec5c3e7d7415b5cd3e633d5f4124f7a4626908dbe84c7/regex-2026.2.19.tar.gz", hash = "sha256:6fb8cb09b10e38f3ae17cc6dc04a1df77762bd0351b6ba9041438e7cc85ec310", size = 414973, upload-time = "2026-02-19T19:03:47.899Z" } wheels = [ @@ -7938,38 +8454,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/cf/54/fcfc9287f20c5c9bd8db755aafe3e8cf4d99a6a3f1c7162ee182e0ca9374/regex-2026.2.19-cp313-cp313t-win32.whl", hash = "sha256:a178df8ec03011153fbcd2c70cb961bc98cbbd9694b28f706c318bee8927c3db", size = 268968, upload-time = "2026-02-19T19:02:22.816Z" }, { url = "https://files.pythonhosted.org/packages/1e/a0/ff24c6cb1273e42472706d277147fc38e1f9074a280fb6034b0fc9b69415/regex-2026.2.19-cp313-cp313t-win_amd64.whl", hash = "sha256:2c1693ca6f444d554aa246b592355b5cec030ace5a2729eae1b04ab6e853e768", size = 280390, upload-time = "2026-02-19T19:02:25.231Z" }, { url = "https://files.pythonhosted.org/packages/1a/b6/a3f6ad89d780ffdeebb4d5e2e3e30bd2ef1f70f6a94d1760e03dd1e12c60/regex-2026.2.19-cp313-cp313t-win_arm64.whl", hash = "sha256:c0761d7ae8d65773e01515ebb0b304df1bf37a0a79546caad9cbe79a42c12af7", size = 271643, upload-time = "2026-02-19T19:02:27.175Z" }, - { url = "https://files.pythonhosted.org/packages/2d/e2/7ad4e76a6dddefc0d64dbe12a4d3ca3947a19ddc501f864a5df2a8222ddd/regex-2026.2.19-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:03d191a9bcf94d31af56d2575210cb0d0c6a054dbcad2ea9e00aa4c42903b919", size = 489306, upload-time = "2026-02-19T19:02:29.058Z" }, - { url = "https://files.pythonhosted.org/packages/14/95/ee1736135733afbcf1846c58671046f99c4d5170102a150ebb3dd8d701d9/regex-2026.2.19-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:516ee067c6c721d0d0bfb80a2004edbd060fffd07e456d4e1669e38fe82f922e", size = 291218, upload-time = "2026-02-19T19:02:31.083Z" }, - { url = "https://files.pythonhosted.org/packages/ef/08/180d1826c3d7065200a5168c6b993a44947395c7bb6e04b2c2a219c34225/regex-2026.2.19-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:997862c619994c4a356cb7c3592502cbd50c2ab98da5f61c5c871f10f22de7e5", size = 289097, upload-time = "2026-02-19T19:02:33.485Z" }, - { url = "https://files.pythonhosted.org/packages/28/93/0651924c390c5740f5f896723f8ddd946a6c63083a7d8647231c343912ff/regex-2026.2.19-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:02b9e1b8a7ebe2807cd7bbdf662510c8e43053a23262b9f46ad4fc2dfc9d204e", size = 799147, upload-time = "2026-02-19T19:02:35.669Z" }, - { url = "https://files.pythonhosted.org/packages/a7/00/2078bd8bcd37d58a756989adbfd9f1d0151b7ca4085a9c2a07e917fbac61/regex-2026.2.19-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:6c8fb3b19652e425ff24169dad3ee07f99afa7996caa9dfbb3a9106cd726f49a", size = 865239, upload-time = "2026-02-19T19:02:38.012Z" }, - { url = "https://files.pythonhosted.org/packages/2a/13/75195161ec16936b35a365fa8c1dd2ab29fd910dd2587765062b174d8cfc/regex-2026.2.19-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:50f1ee9488dd7a9fda850ec7c68cad7a32fa49fd19733f5403a3f92b451dcf73", size = 911904, upload-time = "2026-02-19T19:02:40.737Z" }, - { url = "https://files.pythonhosted.org/packages/96/72/ac42f6012179343d1c4bd0ffee8c948d841cb32ea188d37e96d80527fcc9/regex-2026.2.19-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:ab780092b1424d13200aa5a62996e95f65ee3db8509be366437439cdc0af1a9f", size = 803518, upload-time = "2026-02-19T19:02:42.923Z" }, - { url = "https://files.pythonhosted.org/packages/bc/d1/75a08e2269b007b9783f0f86aa64488e023141219cb5f14dc1e69cda56c6/regex-2026.2.19-cp314-cp314-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:17648e1a88e72d88641b12635e70e6c71c5136ba14edba29bf8fc6834005a265", size = 775866, upload-time = "2026-02-19T19:02:45.189Z" }, - { url = "https://files.pythonhosted.org/packages/92/41/70e7d05faf6994c2ca7a9fcaa536da8f8e4031d45b0ec04b57040ede201f/regex-2026.2.19-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:2f914ae8c804c8a8a562fe216100bc156bfb51338c1f8d55fe32cf407774359a", size = 788224, upload-time = "2026-02-19T19:02:47.804Z" }, - { url = "https://files.pythonhosted.org/packages/c8/83/34a2dd601f9deb13c20545c674a55f4a05c90869ab73d985b74d639bac43/regex-2026.2.19-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:c7e121a918bbee3f12ac300ce0a0d2f2c979cf208fb071ed8df5a6323281915c", size = 859682, upload-time = "2026-02-19T19:02:50.583Z" }, - { url = "https://files.pythonhosted.org/packages/8e/30/136db9a09a7f222d6e48b806f3730e7af6499a8cad9c72ac0d49d52c746e/regex-2026.2.19-cp314-cp314-musllinux_1_2_riscv64.whl", hash = "sha256:2fedd459c791da24914ecc474feecd94cf7845efb262ac3134fe27cbd7eda799", size = 764223, upload-time = "2026-02-19T19:02:52.777Z" }, - { url = "https://files.pythonhosted.org/packages/9e/ea/bb947743c78a16df481fa0635c50aa1a439bb80b0e6dc24cd4e49c716679/regex-2026.2.19-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:ea8dfc99689240e61fb21b5fc2828f68b90abf7777d057b62d3166b7c1543c4c", size = 850101, upload-time = "2026-02-19T19:02:55.87Z" }, - { url = "https://files.pythonhosted.org/packages/25/27/e3bfe6e97a99f7393665926be02fef772da7f8aa59e50bc3134e4262a032/regex-2026.2.19-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:9fff45852160960f29e184ec8a5be5ab4063cfd0b168d439d1fc4ac3744bf29e", size = 789904, upload-time = "2026-02-19T19:02:58.523Z" }, - { url = "https://files.pythonhosted.org/packages/84/7b/7e2be6f00cea59d08761b027ad237002e90cac74b1607200ebaa2ba3d586/regex-2026.2.19-cp314-cp314-win32.whl", hash = "sha256:5390b130cce14a7d1db226a3896273b7b35be10af35e69f1cca843b6e5d2bb2d", size = 271784, upload-time = "2026-02-19T19:03:00.418Z" }, - { url = "https://files.pythonhosted.org/packages/f7/f6/639911530335773e7ec60bcaa519557b719586024c1d7eaad1daf87b646b/regex-2026.2.19-cp314-cp314-win_amd64.whl", hash = "sha256:e581f75d5c0b15669139ca1c2d3e23a65bb90e3c06ba9d9ea194c377c726a904", size = 280506, upload-time = "2026-02-19T19:03:02.302Z" }, - { url = "https://files.pythonhosted.org/packages/cd/ec/2582b56b4e036d46bb9b5d74a18548439ffa16c11cf59076419174d80f48/regex-2026.2.19-cp314-cp314-win_arm64.whl", hash = "sha256:7187fdee1be0896c1499a991e9bf7c78e4b56b7863e7405d7bb687888ac10c4b", size = 273557, upload-time = "2026-02-19T19:03:04.836Z" }, - { url = "https://files.pythonhosted.org/packages/49/0b/f901cfeb4efd83e4f5c3e9f91a6de77e8e5ceb18555698aca3a27e215ed3/regex-2026.2.19-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:5ec1d7c080832fdd4e150c6f5621fe674c70c63b3ae5a4454cebd7796263b175", size = 492196, upload-time = "2026-02-19T19:03:08.188Z" }, - { url = "https://files.pythonhosted.org/packages/94/0a/349b959e3da874e15eda853755567b4cde7e5309dbb1e07bfe910cfde452/regex-2026.2.19-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:8457c1bc10ee9b29cdfd897ccda41dce6bde0e9abd514bcfef7bcd05e254d411", size = 292878, upload-time = "2026-02-19T19:03:10.272Z" }, - { url = "https://files.pythonhosted.org/packages/98/b0/9d81b3c2c5ddff428f8c506713737278979a2c476f6e3675a9c51da0c389/regex-2026.2.19-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:cce8027010d1ffa3eb89a0b19621cdc78ae548ea2b49fea1f7bfb3ea77064c2b", size = 291235, upload-time = "2026-02-19T19:03:12.5Z" }, - { url = "https://files.pythonhosted.org/packages/04/e7/be7818df8691dbe9508c381ea2cc4c1153e4fdb1c4b06388abeaa93bd712/regex-2026.2.19-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:11c138febb40546ff9e026dbbc41dc9fb8b29e61013fa5848ccfe045f5b23b83", size = 807893, upload-time = "2026-02-19T19:03:15.064Z" }, - { url = "https://files.pythonhosted.org/packages/0c/b6/b898a8b983190cfa0276031c17beb73cfd1db07c03c8c37f606d80b655e2/regex-2026.2.19-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:74ff212aa61532246bb3036b3dfea62233414b0154b8bc3676975da78383cac3", size = 873696, upload-time = "2026-02-19T19:03:17.848Z" }, - { url = "https://files.pythonhosted.org/packages/1a/98/126ba671d54f19080ec87cad228fb4f3cc387fff8c4a01cb4e93f4ff9d94/regex-2026.2.19-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:d00c95a2b6bfeb3ea1cb68d1751b1dfce2b05adc2a72c488d77a780db06ab867", size = 915493, upload-time = "2026-02-19T19:03:20.343Z" }, - { url = "https://files.pythonhosted.org/packages/b2/10/550c84a1a1a7371867fe8be2bea7df55e797cbca4709974811410e195c5d/regex-2026.2.19-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:311fcccb76af31be4c588d5a17f8f1a059ae8f4b097192896ebffc95612f223a", size = 813094, upload-time = "2026-02-19T19:03:23.287Z" }, - { url = "https://files.pythonhosted.org/packages/29/fb/ba221d2fc76a27b6b7d7a60f73a7a6a7bac21c6ba95616a08be2bcb434b0/regex-2026.2.19-cp314-cp314t-manylinux_2_31_riscv64.manylinux_2_39_riscv64.whl", hash = "sha256:77cfd6b5e7c4e8bf7a39d243ea05882acf5e3c7002b0ef4756de6606893b0ecd", size = 781583, upload-time = "2026-02-19T19:03:26.872Z" }, - { url = "https://files.pythonhosted.org/packages/26/f1/af79231301297c9e962679efc04a31361b58dc62dec1fc0cb4b8dd95956a/regex-2026.2.19-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:6380f29ff212ec922b6efb56100c089251940e0526a0d05aa7c2d9b571ddf2fe", size = 795875, upload-time = "2026-02-19T19:03:29.223Z" }, - { url = "https://files.pythonhosted.org/packages/a0/90/1e1d76cb0a2d0a4f38a039993e1c5cd971ae50435d751c5bae4f10e1c302/regex-2026.2.19-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:655f553a1fa3ab8a7fd570eca793408b8d26a80bfd89ed24d116baaf13a38969", size = 868916, upload-time = "2026-02-19T19:03:31.415Z" }, - { url = "https://files.pythonhosted.org/packages/9a/67/a1c01da76dbcfed690855a284c665cc0a370e7d02d1bd635cf9ff7dd74b8/regex-2026.2.19-cp314-cp314t-musllinux_1_2_riscv64.whl", hash = "sha256:015088b8558502f1f0bccd58754835aa154a7a5b0bd9d4c9b7b96ff4ae9ba876", size = 770386, upload-time = "2026-02-19T19:03:33.972Z" }, - { url = "https://files.pythonhosted.org/packages/49/6f/94842bf294f432ff3836bfd91032e2ecabea6d284227f12d1f935318c9c4/regex-2026.2.19-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:9e6693b8567a59459b5dda19104c4a4dbbd4a1c78833eacc758796f2cfef1854", size = 855007, upload-time = "2026-02-19T19:03:36.238Z" }, - { url = "https://files.pythonhosted.org/packages/ff/93/393cd203ca0d1d368f05ce12d2c7e91a324bc93c240db2e6d5ada05835f4/regex-2026.2.19-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:4071209fd4376ab5ceec72ad3507e9d3517c59e38a889079b98916477a871868", size = 799863, upload-time = "2026-02-19T19:03:38.497Z" }, - { url = "https://files.pythonhosted.org/packages/43/d9/35afda99bd92bf1a5831e55a4936d37ea4bed6e34c176a3c2238317faf4f/regex-2026.2.19-cp314-cp314t-win32.whl", hash = "sha256:2905ff4a97fad42f2d0834d8b1ea3c2f856ec209837e458d71a061a7d05f9f01", size = 274742, upload-time = "2026-02-19T19:03:40.804Z" }, - { url = "https://files.pythonhosted.org/packages/ae/42/7edc3344dcc87b698e9755f7f685d463852d481302539dae07135202d3ca/regex-2026.2.19-cp314-cp314t-win_amd64.whl", hash = "sha256:64128549b600987e0f335c2365879895f860a9161f283b14207c800a6ed623d3", size = 284443, upload-time = "2026-02-19T19:03:42.954Z" }, - { url = "https://files.pythonhosted.org/packages/3a/45/affdf2d851b42adf3d13fc5b3b059372e9bd299371fd84cf5723c45871fa/regex-2026.2.19-cp314-cp314t-win_arm64.whl", hash = "sha256:a09ae430e94c049dc6957f6baa35ee3418a3a77f3c12b6e02883bd80a2b679b0", size = 274932, upload-time = "2026-02-19T19:03:45.488Z" }, ] [[package]] @@ -8005,8 +8489,8 @@ name = "rich" version = "14.3.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "markdown-it-py", version = "3.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "markdown-it-py", version = "4.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "markdown-it-py", version = "3.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "markdown-it-py", version = "4.0.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "pygments" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b3/c6/f3b320c27991c46f43ee9d856302c70dc2d0fb2dba4842ff739d5f46b393/rich-14.3.3.tar.gz", hash = "sha256:b8daa0b9e4eef54dd8cf7c86c03713f53241884e814f4e2f5fb342fe520f639b", size = 230582, upload-time = "2026-02-19T17:23:12.474Z" } @@ -8019,12 +8503,12 @@ name = "rpds-py" version = "0.27.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/e9/dd/2c0cbe774744272b0ae725f44032c77bdcab6e8bcf544bffa3b6e70c8dba/rpds_py-0.27.1.tar.gz", hash = "sha256:26a1c73171d10b7acccbded82bf6a586ab8203601e565badc74bbbf8bc5a10f8", size = 27479, upload-time = "2025-08-27T12:16:36.024Z" } wheels = [ @@ -8101,35 +8585,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/86/e3/84507781cccd0145f35b1dc32c72675200c5ce8d5b30f813e49424ef68fc/rpds_py-0.27.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:dd2135527aa40f061350c3f8f89da2644de26cd73e4de458e79606384f4f68e7", size = 555300, upload-time = "2025-08-27T12:14:11.783Z" }, { url = "https://files.pythonhosted.org/packages/e5/ee/375469849e6b429b3516206b4580a79e9ef3eb12920ddbd4492b56eaacbe/rpds_py-0.27.1-cp313-cp313t-win32.whl", hash = "sha256:3020724ade63fe320a972e2ffd93b5623227e684315adce194941167fee02688", size = 216714, upload-time = "2025-08-27T12:14:13.629Z" }, { url = "https://files.pythonhosted.org/packages/21/87/3fc94e47c9bd0742660e84706c311a860dcae4374cf4a03c477e23ce605a/rpds_py-0.27.1-cp313-cp313t-win_amd64.whl", hash = "sha256:8ee50c3e41739886606388ba3ab3ee2aae9f35fb23f833091833255a31740797", size = 228943, upload-time = "2025-08-27T12:14:14.937Z" }, - { url = "https://files.pythonhosted.org/packages/70/36/b6e6066520a07cf029d385de869729a895917b411e777ab1cde878100a1d/rpds_py-0.27.1-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:acb9aafccaae278f449d9c713b64a9e68662e7799dbd5859e2c6b3c67b56d334", size = 362472, upload-time = "2025-08-27T12:14:16.333Z" }, - { url = "https://files.pythonhosted.org/packages/af/07/b4646032e0dcec0df9c73a3bd52f63bc6c5f9cda992f06bd0e73fe3fbebd/rpds_py-0.27.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:b7fb801aa7f845ddf601c49630deeeccde7ce10065561d92729bfe81bd21fb33", size = 345676, upload-time = "2025-08-27T12:14:17.764Z" }, - { url = "https://files.pythonhosted.org/packages/b0/16/2f1003ee5d0af4bcb13c0cf894957984c32a6751ed7206db2aee7379a55e/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fe0dd05afb46597b9a2e11c351e5e4283c741237e7f617ffb3252780cca9336a", size = 385313, upload-time = "2025-08-27T12:14:19.829Z" }, - { url = "https://files.pythonhosted.org/packages/05/cd/7eb6dd7b232e7f2654d03fa07f1414d7dfc980e82ba71e40a7c46fd95484/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b6dfb0e058adb12d8b1d1b25f686e94ffa65d9995a5157afe99743bf7369d62b", size = 399080, upload-time = "2025-08-27T12:14:21.531Z" }, - { url = "https://files.pythonhosted.org/packages/20/51/5829afd5000ec1cb60f304711f02572d619040aa3ec033d8226817d1e571/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ed090ccd235f6fa8bb5861684567f0a83e04f52dfc2e5c05f2e4b1309fcf85e7", size = 523868, upload-time = "2025-08-27T12:14:23.485Z" }, - { url = "https://files.pythonhosted.org/packages/05/2c/30eebca20d5db95720ab4d2faec1b5e4c1025c473f703738c371241476a2/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bf876e79763eecf3e7356f157540d6a093cef395b65514f17a356f62af6cc136", size = 408750, upload-time = "2025-08-27T12:14:24.924Z" }, - { url = "https://files.pythonhosted.org/packages/90/1a/cdb5083f043597c4d4276eae4e4c70c55ab5accec078da8611f24575a367/rpds_py-0.27.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:12ed005216a51b1d6e2b02a7bd31885fe317e45897de81d86dcce7d74618ffff", size = 387688, upload-time = "2025-08-27T12:14:27.537Z" }, - { url = "https://files.pythonhosted.org/packages/7c/92/cf786a15320e173f945d205ab31585cc43969743bb1a48b6888f7a2b0a2d/rpds_py-0.27.1-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:ee4308f409a40e50593c7e3bb8cbe0b4d4c66d1674a316324f0c2f5383b486f9", size = 407225, upload-time = "2025-08-27T12:14:28.981Z" }, - { url = "https://files.pythonhosted.org/packages/33/5c/85ee16df5b65063ef26017bef33096557a4c83fbe56218ac7cd8c235f16d/rpds_py-0.27.1-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0b08d152555acf1f455154d498ca855618c1378ec810646fcd7c76416ac6dc60", size = 423361, upload-time = "2025-08-27T12:14:30.469Z" }, - { url = "https://files.pythonhosted.org/packages/4b/8e/1c2741307fcabd1a334ecf008e92c4f47bb6f848712cf15c923becfe82bb/rpds_py-0.27.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:dce51c828941973a5684d458214d3a36fcd28da3e1875d659388f4f9f12cc33e", size = 562493, upload-time = "2025-08-27T12:14:31.987Z" }, - { url = "https://files.pythonhosted.org/packages/04/03/5159321baae9b2222442a70c1f988cbbd66b9be0675dd3936461269be360/rpds_py-0.27.1-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:c1476d6f29eb81aa4151c9a31219b03f1f798dc43d8af1250a870735516a1212", size = 592623, upload-time = "2025-08-27T12:14:33.543Z" }, - { url = "https://files.pythonhosted.org/packages/ff/39/c09fd1ad28b85bc1d4554a8710233c9f4cefd03d7717a1b8fbfd171d1167/rpds_py-0.27.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:3ce0cac322b0d69b63c9cdb895ee1b65805ec9ffad37639f291dd79467bee675", size = 558800, upload-time = "2025-08-27T12:14:35.436Z" }, - { url = "https://files.pythonhosted.org/packages/c5/d6/99228e6bbcf4baa764b18258f519a9035131d91b538d4e0e294313462a98/rpds_py-0.27.1-cp314-cp314-win32.whl", hash = "sha256:dfbfac137d2a3d0725758cd141f878bf4329ba25e34979797c89474a89a8a3a3", size = 221943, upload-time = "2025-08-27T12:14:36.898Z" }, - { url = "https://files.pythonhosted.org/packages/be/07/c802bc6b8e95be83b79bdf23d1aa61d68324cb1006e245d6c58e959e314d/rpds_py-0.27.1-cp314-cp314-win_amd64.whl", hash = "sha256:a6e57b0abfe7cc513450fcf529eb486b6e4d3f8aee83e92eb5f1ef848218d456", size = 233739, upload-time = "2025-08-27T12:14:38.386Z" }, - { url = "https://files.pythonhosted.org/packages/c8/89/3e1b1c16d4c2d547c5717377a8df99aee8099ff050f87c45cb4d5fa70891/rpds_py-0.27.1-cp314-cp314-win_arm64.whl", hash = "sha256:faf8d146f3d476abfee026c4ae3bdd9ca14236ae4e4c310cbd1cf75ba33d24a3", size = 223120, upload-time = "2025-08-27T12:14:39.82Z" }, - { url = "https://files.pythonhosted.org/packages/62/7e/dc7931dc2fa4a6e46b2a4fa744a9fe5c548efd70e0ba74f40b39fa4a8c10/rpds_py-0.27.1-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:ba81d2b56b6d4911ce735aad0a1d4495e808b8ee4dc58715998741a26874e7c2", size = 358944, upload-time = "2025-08-27T12:14:41.199Z" }, - { url = "https://files.pythonhosted.org/packages/e6/22/4af76ac4e9f336bfb1a5f240d18a33c6b2fcaadb7472ac7680576512b49a/rpds_py-0.27.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:84f7d509870098de0e864cad0102711c1e24e9b1a50ee713b65928adb22269e4", size = 342283, upload-time = "2025-08-27T12:14:42.699Z" }, - { url = "https://files.pythonhosted.org/packages/1c/15/2a7c619b3c2272ea9feb9ade67a45c40b3eeb500d503ad4c28c395dc51b4/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a9e960fc78fecd1100539f14132425e1d5fe44ecb9239f8f27f079962021523e", size = 380320, upload-time = "2025-08-27T12:14:44.157Z" }, - { url = "https://files.pythonhosted.org/packages/a2/7d/4c6d243ba4a3057e994bb5bedd01b5c963c12fe38dde707a52acdb3849e7/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:62f85b665cedab1a503747617393573995dac4600ff51869d69ad2f39eb5e817", size = 391760, upload-time = "2025-08-27T12:14:45.845Z" }, - { url = "https://files.pythonhosted.org/packages/b4/71/b19401a909b83bcd67f90221330bc1ef11bc486fe4e04c24388d28a618ae/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:fed467af29776f6556250c9ed85ea5a4dd121ab56a5f8b206e3e7a4c551e48ec", size = 522476, upload-time = "2025-08-27T12:14:47.364Z" }, - { url = "https://files.pythonhosted.org/packages/e4/44/1a3b9715c0455d2e2f0f6df5ee6d6f5afdc423d0773a8a682ed2b43c566c/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f2729615f9d430af0ae6b36cf042cb55c0936408d543fb691e1a9e36648fd35a", size = 403418, upload-time = "2025-08-27T12:14:49.991Z" }, - { url = "https://files.pythonhosted.org/packages/1c/4b/fb6c4f14984eb56673bc868a66536f53417ddb13ed44b391998100a06a96/rpds_py-0.27.1-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1b207d881a9aef7ba753d69c123a35d96ca7cb808056998f6b9e8747321f03b8", size = 384771, upload-time = "2025-08-27T12:14:52.159Z" }, - { url = "https://files.pythonhosted.org/packages/c0/56/d5265d2d28b7420d7b4d4d85cad8ef891760f5135102e60d5c970b976e41/rpds_py-0.27.1-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:639fd5efec029f99b79ae47e5d7e00ad8a773da899b6309f6786ecaf22948c48", size = 400022, upload-time = "2025-08-27T12:14:53.859Z" }, - { url = "https://files.pythonhosted.org/packages/8f/e9/9f5fc70164a569bdd6ed9046486c3568d6926e3a49bdefeeccfb18655875/rpds_py-0.27.1-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fecc80cb2a90e28af8a9b366edacf33d7a91cbfe4c2c4544ea1246e949cfebeb", size = 416787, upload-time = "2025-08-27T12:14:55.673Z" }, - { url = "https://files.pythonhosted.org/packages/d4/64/56dd03430ba491db943a81dcdef115a985aac5f44f565cd39a00c766d45c/rpds_py-0.27.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:42a89282d711711d0a62d6f57d81aa43a1368686c45bc1c46b7f079d55692734", size = 557538, upload-time = "2025-08-27T12:14:57.245Z" }, - { url = "https://files.pythonhosted.org/packages/3f/36/92cc885a3129993b1d963a2a42ecf64e6a8e129d2c7cc980dbeba84e55fb/rpds_py-0.27.1-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:cf9931f14223de59551ab9d38ed18d92f14f055a5f78c1d8ad6493f735021bbb", size = 588512, upload-time = "2025-08-27T12:14:58.728Z" }, - { url = "https://files.pythonhosted.org/packages/dd/10/6b283707780a81919f71625351182b4f98932ac89a09023cb61865136244/rpds_py-0.27.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:f39f58a27cc6e59f432b568ed8429c7e1641324fbe38131de852cd77b2d534b0", size = 555813, upload-time = "2025-08-27T12:15:00.334Z" }, - { url = "https://files.pythonhosted.org/packages/04/2e/30b5ea18c01379da6272a92825dd7e53dc9d15c88a19e97932d35d430ef7/rpds_py-0.27.1-cp314-cp314t-win32.whl", hash = "sha256:d5fa0ee122dc09e23607a28e6d7b150da16c662e66409bbe85230e4c85bb528a", size = 217385, upload-time = "2025-08-27T12:15:01.937Z" }, - { url = "https://files.pythonhosted.org/packages/32/7d/97119da51cb1dd3f2f3c0805f155a3aa4a95fa44fe7d78ae15e69edf4f34/rpds_py-0.27.1-cp314-cp314t-win_amd64.whl", hash = "sha256:6567d2bb951e21232c2f660c24cf3470bb96de56cdcb3f071a83feeaff8a2772", size = 230097, upload-time = "2025-08-27T12:15:03.961Z" }, { url = "https://files.pythonhosted.org/packages/7f/6c/252e83e1ce7583c81f26d1d884b2074d40a13977e1b6c9c50bbf9a7f1f5a/rpds_py-0.27.1-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:c918c65ec2e42c2a78d19f18c553d77319119bf43aa9e2edf7fb78d624355527", size = 372140, upload-time = "2025-08-27T12:15:05.441Z" }, { url = "https://files.pythonhosted.org/packages/9d/71/949c195d927c5aeb0d0629d329a20de43a64c423a6aa53836290609ef7ec/rpds_py-0.27.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1fea2b1a922c47c51fd07d656324531adc787e415c8b116530a1d29c0516c62d", size = 354086, upload-time = "2025-08-27T12:15:07.404Z" }, { url = "https://files.pythonhosted.org/packages/9f/02/e43e332ad8ce4f6c4342d151a471a7f2900ed1d76901da62eb3762663a71/rpds_py-0.27.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bbf94c58e8e0cd6b6f38d8de67acae41b3a515c26169366ab58bdca4a6883bb8", size = 382117, upload-time = "2025-08-27T12:15:09.275Z" }, @@ -8189,46 +8644,26 @@ name = "rpds-py" version = "0.30.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/20/af/3f2f423103f1113b36230496629986e0ef7e199d2aa8392452b484b38ced/rpds_py-0.30.0.tar.gz", hash = "sha256:dd8ff7cf90014af0c0f787eea34794ebf6415242ee1d6fa91eaba725cc441e84", size = 69469, upload-time = "2025-11-30T20:24:38.837Z" } wheels = [ @@ -8305,35 +8740,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/6d/61/21b8c41f68e60c8cc3b2e25644f0e3681926020f11d06ab0b78e3c6bbff1/rpds_py-0.30.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:4c5f36a861bc4b7da6516dbdf302c55313afa09b81931e8280361a4f6c9a2d27", size = 555806, upload-time = "2025-11-30T20:23:22.488Z" }, { url = "https://files.pythonhosted.org/packages/f9/39/7e067bb06c31de48de3eb200f9fc7c58982a4d3db44b07e73963e10d3be9/rpds_py-0.30.0-cp313-cp313t-win32.whl", hash = "sha256:3d4a69de7a3e50ffc214ae16d79d8fbb0922972da0356dcf4d0fdca2878559c6", size = 211341, upload-time = "2025-11-30T20:23:24.449Z" }, { url = "https://files.pythonhosted.org/packages/0a/4d/222ef0b46443cf4cf46764d9c630f3fe4abaa7245be9417e56e9f52b8f65/rpds_py-0.30.0-cp313-cp313t-win_amd64.whl", hash = "sha256:f14fc5df50a716f7ece6a80b6c78bb35ea2ca47c499e422aa4463455dd96d56d", size = 225768, upload-time = "2025-11-30T20:23:25.908Z" }, - { url = "https://files.pythonhosted.org/packages/86/81/dad16382ebbd3d0e0328776d8fd7ca94220e4fa0798d1dc5e7da48cb3201/rpds_py-0.30.0-cp314-cp314-macosx_10_12_x86_64.whl", hash = "sha256:68f19c879420aa08f61203801423f6cd5ac5f0ac4ac82a2368a9fcd6a9a075e0", size = 362099, upload-time = "2025-11-30T20:23:27.316Z" }, - { url = "https://files.pythonhosted.org/packages/2b/60/19f7884db5d5603edf3c6bce35408f45ad3e97e10007df0e17dd57af18f8/rpds_py-0.30.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:ec7c4490c672c1a0389d319b3a9cfcd098dcdc4783991553c332a15acf7249be", size = 353192, upload-time = "2025-11-30T20:23:29.151Z" }, - { url = "https://files.pythonhosted.org/packages/bf/c4/76eb0e1e72d1a9c4703c69607cec123c29028bff28ce41588792417098ac/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f251c812357a3fed308d684a5079ddfb9d933860fc6de89f2b7ab00da481e65f", size = 384080, upload-time = "2025-11-30T20:23:30.785Z" }, - { url = "https://files.pythonhosted.org/packages/72/87/87ea665e92f3298d1b26d78814721dc39ed8d2c74b86e83348d6b48a6f31/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac98b175585ecf4c0348fd7b29c3864bda53b805c773cbf7bfdaffc8070c976f", size = 394841, upload-time = "2025-11-30T20:23:32.209Z" }, - { url = "https://files.pythonhosted.org/packages/77/ad/7783a89ca0587c15dcbf139b4a8364a872a25f861bdb88ed99f9b0dec985/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3e62880792319dbeb7eb866547f2e35973289e7d5696c6e295476448f5b63c87", size = 516670, upload-time = "2025-11-30T20:23:33.742Z" }, - { url = "https://files.pythonhosted.org/packages/5b/3c/2882bdac942bd2172f3da574eab16f309ae10a3925644e969536553cb4ee/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4e7fc54e0900ab35d041b0601431b0a0eb495f0851a0639b6ef90f7741b39a18", size = 408005, upload-time = "2025-11-30T20:23:35.253Z" }, - { url = "https://files.pythonhosted.org/packages/ce/81/9a91c0111ce1758c92516a3e44776920b579d9a7c09b2b06b642d4de3f0f/rpds_py-0.30.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47e77dc9822d3ad616c3d5759ea5631a75e5809d5a28707744ef79d7a1bcfcad", size = 382112, upload-time = "2025-11-30T20:23:36.842Z" }, - { url = "https://files.pythonhosted.org/packages/cf/8e/1da49d4a107027e5fbc64daeab96a0706361a2918da10cb41769244b805d/rpds_py-0.30.0-cp314-cp314-manylinux_2_31_riscv64.whl", hash = "sha256:b4dc1a6ff022ff85ecafef7979a2c6eb423430e05f1165d6688234e62ba99a07", size = 399049, upload-time = "2025-11-30T20:23:38.343Z" }, - { url = "https://files.pythonhosted.org/packages/df/5a/7ee239b1aa48a127570ec03becbb29c9d5a9eb092febbd1699d567cae859/rpds_py-0.30.0-cp314-cp314-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:4559c972db3a360808309e06a74628b95eaccbf961c335c8fe0d590cf587456f", size = 415661, upload-time = "2025-11-30T20:23:40.263Z" }, - { url = "https://files.pythonhosted.org/packages/70/ea/caa143cf6b772f823bc7929a45da1fa83569ee49b11d18d0ada7f5ee6fd6/rpds_py-0.30.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:0ed177ed9bded28f8deb6ab40c183cd1192aa0de40c12f38be4d59cd33cb5c65", size = 565606, upload-time = "2025-11-30T20:23:42.186Z" }, - { url = "https://files.pythonhosted.org/packages/64/91/ac20ba2d69303f961ad8cf55bf7dbdb4763f627291ba3d0d7d67333cced9/rpds_py-0.30.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:ad1fa8db769b76ea911cb4e10f049d80bf518c104f15b3edb2371cc65375c46f", size = 591126, upload-time = "2025-11-30T20:23:44.086Z" }, - { url = "https://files.pythonhosted.org/packages/21/20/7ff5f3c8b00c8a95f75985128c26ba44503fb35b8e0259d812766ea966c7/rpds_py-0.30.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:46e83c697b1f1c72b50e5ee5adb4353eef7406fb3f2043d64c33f20ad1c2fc53", size = 553371, upload-time = "2025-11-30T20:23:46.004Z" }, - { url = "https://files.pythonhosted.org/packages/72/c7/81dadd7b27c8ee391c132a6b192111ca58d866577ce2d9b0ca157552cce0/rpds_py-0.30.0-cp314-cp314-win32.whl", hash = "sha256:ee454b2a007d57363c2dfd5b6ca4a5d7e2c518938f8ed3b706e37e5d470801ed", size = 215298, upload-time = "2025-11-30T20:23:47.696Z" }, - { url = "https://files.pythonhosted.org/packages/3e/d2/1aaac33287e8cfb07aab2e6b8ac1deca62f6f65411344f1433c55e6f3eb8/rpds_py-0.30.0-cp314-cp314-win_amd64.whl", hash = "sha256:95f0802447ac2d10bcc69f6dc28fe95fdf17940367b21d34e34c737870758950", size = 228604, upload-time = "2025-11-30T20:23:49.501Z" }, - { url = "https://files.pythonhosted.org/packages/e8/95/ab005315818cc519ad074cb7784dae60d939163108bd2b394e60dc7b5461/rpds_py-0.30.0-cp314-cp314-win_arm64.whl", hash = "sha256:613aa4771c99f03346e54c3f038e4cc574ac09a3ddfb0e8878487335e96dead6", size = 222391, upload-time = "2025-11-30T20:23:50.96Z" }, - { url = "https://files.pythonhosted.org/packages/9e/68/154fe0194d83b973cdedcdcc88947a2752411165930182ae41d983dcefa6/rpds_py-0.30.0-cp314-cp314t-macosx_10_12_x86_64.whl", hash = "sha256:7e6ecfcb62edfd632e56983964e6884851786443739dbfe3582947e87274f7cb", size = 364868, upload-time = "2025-11-30T20:23:52.494Z" }, - { url = "https://files.pythonhosted.org/packages/83/69/8bbc8b07ec854d92a8b75668c24d2abcb1719ebf890f5604c61c9369a16f/rpds_py-0.30.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:a1d0bc22a7cdc173fedebb73ef81e07faef93692b8c1ad3733b67e31e1b6e1b8", size = 353747, upload-time = "2025-11-30T20:23:54.036Z" }, - { url = "https://files.pythonhosted.org/packages/ab/00/ba2e50183dbd9abcce9497fa5149c62b4ff3e22d338a30d690f9af970561/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0d08f00679177226c4cb8c5265012eea897c8ca3b93f429e546600c971bcbae7", size = 383795, upload-time = "2025-11-30T20:23:55.556Z" }, - { url = "https://files.pythonhosted.org/packages/05/6f/86f0272b84926bcb0e4c972262f54223e8ecc556b3224d281e6598fc9268/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5965af57d5848192c13534f90f9dd16464f3c37aaf166cc1da1cae1fd5a34898", size = 393330, upload-time = "2025-11-30T20:23:57.033Z" }, - { url = "https://files.pythonhosted.org/packages/cb/e9/0e02bb2e6dc63d212641da45df2b0bf29699d01715913e0d0f017ee29438/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9a4e86e34e9ab6b667c27f3211ca48f73dba7cd3d90f8d5b11be56e5dbc3fb4e", size = 518194, upload-time = "2025-11-30T20:23:58.637Z" }, - { url = "https://files.pythonhosted.org/packages/ee/ca/be7bca14cf21513bdf9c0606aba17d1f389ea2b6987035eb4f62bd923f25/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e5d3e6b26f2c785d65cc25ef1e5267ccbe1b069c5c21b8cc724efee290554419", size = 408340, upload-time = "2025-11-30T20:24:00.2Z" }, - { url = "https://files.pythonhosted.org/packages/c2/c7/736e00ebf39ed81d75544c0da6ef7b0998f8201b369acf842f9a90dc8fce/rpds_py-0.30.0-cp314-cp314t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:626a7433c34566535b6e56a1b39a7b17ba961e97ce3b80ec62e6f1312c025551", size = 383765, upload-time = "2025-11-30T20:24:01.759Z" }, - { url = "https://files.pythonhosted.org/packages/4a/3f/da50dfde9956aaf365c4adc9533b100008ed31aea635f2b8d7b627e25b49/rpds_py-0.30.0-cp314-cp314t-manylinux_2_31_riscv64.whl", hash = "sha256:acd7eb3f4471577b9b5a41baf02a978e8bdeb08b4b355273994f8b87032000a8", size = 396834, upload-time = "2025-11-30T20:24:03.687Z" }, - { url = "https://files.pythonhosted.org/packages/4e/00/34bcc2565b6020eab2623349efbdec810676ad571995911f1abdae62a3a0/rpds_py-0.30.0-cp314-cp314t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:fe5fa731a1fa8a0a56b0977413f8cacac1768dad38d16b3a296712709476fbd5", size = 415470, upload-time = "2025-11-30T20:24:05.232Z" }, - { url = "https://files.pythonhosted.org/packages/8c/28/882e72b5b3e6f718d5453bd4d0d9cf8df36fddeb4ddbbab17869d5868616/rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:74a3243a411126362712ee1524dfc90c650a503502f135d54d1b352bd01f2404", size = 565630, upload-time = "2025-11-30T20:24:06.878Z" }, - { url = "https://files.pythonhosted.org/packages/3b/97/04a65539c17692de5b85c6e293520fd01317fd878ea1995f0367d4532fb1/rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:3e8eeb0544f2eb0d2581774be4c3410356eba189529a6b3e36bbbf9696175856", size = 591148, upload-time = "2025-11-30T20:24:08.445Z" }, - { url = "https://files.pythonhosted.org/packages/85/70/92482ccffb96f5441aab93e26c4d66489eb599efdcf96fad90c14bbfb976/rpds_py-0.30.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:dbd936cde57abfee19ab3213cf9c26be06d60750e60a8e4dd85d1ab12c8b1f40", size = 556030, upload-time = "2025-11-30T20:24:10.956Z" }, - { url = "https://files.pythonhosted.org/packages/20/53/7c7e784abfa500a2b6b583b147ee4bb5a2b3747a9166bab52fec4b5b5e7d/rpds_py-0.30.0-cp314-cp314t-win32.whl", hash = "sha256:dc824125c72246d924f7f796b4f63c1e9dc810c7d9e2355864b3c3a73d59ade0", size = 211570, upload-time = "2025-11-30T20:24:12.735Z" }, - { url = "https://files.pythonhosted.org/packages/d0/02/fa464cdfbe6b26e0600b62c528b72d8608f5cc49f96b8d6e38c95d60c676/rpds_py-0.30.0-cp314-cp314t-win_amd64.whl", hash = "sha256:27f4b0e92de5bfbc6f86e43959e6edd1425c33b5e69aab0984a72047f2bcf1e3", size = 226532, upload-time = "2025-11-30T20:24:14.634Z" }, { url = "https://files.pythonhosted.org/packages/69/71/3f34339ee70521864411f8b6992e7ab13ac30d8e4e3309e07c7361767d91/rpds_py-0.30.0-pp311-pypy311_pp73-macosx_10_12_x86_64.whl", hash = "sha256:c2262bdba0ad4fc6fb5545660673925c2d2a5d9e2e0fb603aad545427be0fc58", size = 372292, upload-time = "2025-11-30T20:24:16.537Z" }, { url = "https://files.pythonhosted.org/packages/57/09/f183df9b8f2d66720d2ef71075c59f7e1b336bec7ee4c48f0a2b06857653/rpds_py-0.30.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:ee6af14263f25eedc3bb918a3c04245106a42dfd4f5c2285ea6f997b1fc3f89a", size = 362128, upload-time = "2025-11-30T20:24:18.086Z" }, { url = "https://files.pythonhosted.org/packages/7a/68/5c2594e937253457342e078f0cc1ded3dd7b2ad59afdbf2d354869110a02/rpds_py-0.30.0-pp311-pypy311_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3adbb8179ce342d235c31ab8ec511e66c73faa27a47e076ccc92421add53e2bb", size = 391542, upload-time = "2025-11-30T20:24:20.092Z" }, @@ -8416,18 +8822,30 @@ name = "scikit-learn" version = "1.6.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "joblib", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "threadpoolctl", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "joblib", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "threadpoolctl", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/9e/a5/4ae3b3a0755f7b35a280ac90b28817d1f380318973cff14075ab41ef50d9/scikit_learn-1.6.1.tar.gz", hash = "sha256:b4fc2525eca2c69a59260f583c56a7557c6ccdf8deafdba6e060f94c1c59738e", size = 7068312, upload-time = "2025-01-10T08:07:55.348Z" } wheels = [ @@ -8467,20 +8885,30 @@ name = "scikit-learn" version = "1.7.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "joblib", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "threadpoolctl", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "joblib", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "threadpoolctl", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/98/c2/a7855e41c9d285dfe86dc50b250978105dce513d6e459ea66a6aeb0e1e0c/scikit_learn-1.7.2.tar.gz", hash = "sha256:20e9e49ecd130598f1ca38a1d85090e1a600147b9c02fa6f15d69cb53d968fda", size = 7193136, upload-time = "2025-09-09T08:21:29.075Z" } wheels = [ @@ -8509,11 +8937,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/83/87/066cafc896ee540c34becf95d30375fe5cbe93c3b75a0ee9aa852cd60021/scikit_learn-1.7.2-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:98335fb98509b73385b3ab2bd0639b1f610541d3988ee675c670371d6a87aa7c", size = 9527094, upload-time = "2025-09-09T08:21:11.486Z" }, { url = "https://files.pythonhosted.org/packages/9c/2b/4903e1ccafa1f6453b1ab78413938c8800633988c838aa0be386cbb33072/scikit_learn-1.7.2-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:191e5550980d45449126e23ed1d5e9e24b2c68329ee1f691a3987476e115e09c", size = 9367436, upload-time = "2025-09-09T08:21:13.602Z" }, { url = "https://files.pythonhosted.org/packages/b5/aa/8444be3cfb10451617ff9d177b3c190288f4563e6c50ff02728be67ad094/scikit_learn-1.7.2-cp313-cp313t-win_amd64.whl", hash = "sha256:57dc4deb1d3762c75d685507fbd0bc17160144b2f2ba4ccea5dc285ab0d0e973", size = 9275749, upload-time = "2025-09-09T08:21:15.96Z" }, - { url = "https://files.pythonhosted.org/packages/d9/82/dee5acf66837852e8e68df6d8d3a6cb22d3df997b733b032f513d95205b7/scikit_learn-1.7.2-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:fa8f63940e29c82d1e67a45d5297bdebbcb585f5a5a50c4914cc2e852ab77f33", size = 9208906, upload-time = "2025-09-09T08:21:18.557Z" }, - { url = "https://files.pythonhosted.org/packages/3c/30/9029e54e17b87cb7d50d51a5926429c683d5b4c1732f0507a6c3bed9bf65/scikit_learn-1.7.2-cp314-cp314-macosx_12_0_arm64.whl", hash = "sha256:f95dc55b7902b91331fa4e5845dd5bde0580c9cd9612b1b2791b7e80c3d32615", size = 8627836, upload-time = "2025-09-09T08:21:20.695Z" }, - { url = "https://files.pythonhosted.org/packages/60/18/4a52c635c71b536879f4b971c2cedf32c35ee78f48367885ed8025d1f7ee/scikit_learn-1.7.2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.whl", hash = "sha256:9656e4a53e54578ad10a434dc1f993330568cfee176dff07112b8785fb413106", size = 9426236, upload-time = "2025-09-09T08:21:22.645Z" }, - { url = "https://files.pythonhosted.org/packages/99/7e/290362f6ab582128c53445458a5befd471ed1ea37953d5bcf80604619250/scikit_learn-1.7.2-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:96dc05a854add0e50d3f47a1ef21a10a595016da5b007c7d9cd9d0bffd1fcc61", size = 9312593, upload-time = "2025-09-09T08:21:24.65Z" }, - { url = "https://files.pythonhosted.org/packages/8e/87/24f541b6d62b1794939ae6422f8023703bbf6900378b2b34e0b4384dfefd/scikit_learn-1.7.2-cp314-cp314-win_amd64.whl", hash = "sha256:bb24510ed3f9f61476181e4db51ce801e2ba37541def12dc9333b946fc7a9cf8", size = 8820007, upload-time = "2025-09-09T08:21:26.713Z" }, ] [[package]] @@ -8521,44 +8944,66 @@ name = "scikit-learn" version = "1.8.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "joblib", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "threadpoolctl", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "joblib", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "threadpoolctl", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/0e/d4/40988bf3b8e34feec1d0e6a051446b1f66225f8529b9309becaeef62b6c4/scikit_learn-1.8.0.tar.gz", hash = "sha256:9bccbb3b40e3de10351f8f5068e105d0f4083b1a65fa07b6634fbc401a6287fd", size = 7335585, upload-time = "2025-12-10T07:08:53.618Z" } wheels = [ @@ -8586,18 +9031,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/fe/56/a85473cd75f200c9759e3a5f0bcab2d116c92a8a02ee08ccd73b870f8bb4/scikit_learn-1.8.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:80832434a6cc114f5219211eec13dcbc16c2bac0e31ef64c6d346cde3cf054cb", size = 8925045, upload-time = "2025-12-10T07:08:22.11Z" }, { url = "https://files.pythonhosted.org/packages/cc/b7/64d8cfa896c64435ae57f4917a548d7ac7a44762ff9802f75a79b77cb633/scikit_learn-1.8.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ee787491dbfe082d9c3013f01f5991658b0f38aa8177e4cd4bf434c58f551702", size = 8507994, upload-time = "2025-12-10T07:08:23.943Z" }, { url = "https://files.pythonhosted.org/packages/5e/37/e192ea709551799379958b4c4771ec507347027bb7c942662c7fbeba31cb/scikit_learn-1.8.0-cp313-cp313t-win_arm64.whl", hash = "sha256:bf97c10a3f5a7543f9b88cbf488d33d175e9146115a451ae34568597ba33dcde", size = 7869518, upload-time = "2025-12-10T07:08:25.71Z" }, - { url = "https://files.pythonhosted.org/packages/24/05/1af2c186174cc92dcab2233f327336058c077d38f6fe2aceb08e6ab4d509/scikit_learn-1.8.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:c22a2da7a198c28dd1a6e1136f19c830beab7fdca5b3e5c8bba8394f8a5c45b3", size = 8528667, upload-time = "2025-12-10T07:08:27.541Z" }, - { url = "https://files.pythonhosted.org/packages/a8/25/01c0af38fe969473fb292bba9dc2b8f9b451f3112ff242c647fee3d0dfe7/scikit_learn-1.8.0-cp314-cp314-macosx_12_0_arm64.whl", hash = "sha256:6b595b07a03069a2b1740dc08c2299993850ea81cce4fe19b2421e0c970de6b7", size = 8066524, upload-time = "2025-12-10T07:08:29.822Z" }, - { url = "https://files.pythonhosted.org/packages/be/ce/a0623350aa0b68647333940ee46fe45086c6060ec604874e38e9ab7d8e6c/scikit_learn-1.8.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:29ffc74089f3d5e87dfca4c2c8450f88bdc61b0fc6ed5d267f3988f19a1309f6", size = 8657133, upload-time = "2025-12-10T07:08:31.865Z" }, - { url = "https://files.pythonhosted.org/packages/b8/cb/861b41341d6f1245e6ca80b1c1a8c4dfce43255b03df034429089ca2a2c5/scikit_learn-1.8.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:fb65db5d7531bccf3a4f6bec3462223bea71384e2cda41da0f10b7c292b9e7c4", size = 8923223, upload-time = "2025-12-10T07:08:34.166Z" }, - { url = "https://files.pythonhosted.org/packages/76/18/a8def8f91b18cd1ba6e05dbe02540168cb24d47e8dcf69e8d00b7da42a08/scikit_learn-1.8.0-cp314-cp314-win_amd64.whl", hash = "sha256:56079a99c20d230e873ea40753102102734c5953366972a71d5cb39a32bc40c6", size = 8096518, upload-time = "2025-12-10T07:08:36.339Z" }, - { url = "https://files.pythonhosted.org/packages/d1/77/482076a678458307f0deb44e29891d6022617b2a64c840c725495bee343f/scikit_learn-1.8.0-cp314-cp314-win_arm64.whl", hash = "sha256:3bad7565bc9cf37ce19a7c0d107742b320c1285df7aab1a6e2d28780df167242", size = 7754546, upload-time = "2025-12-10T07:08:38.128Z" }, - { url = "https://files.pythonhosted.org/packages/2d/d1/ef294ca754826daa043b2a104e59960abfab4cf653891037d19dd5b6f3cf/scikit_learn-1.8.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:4511be56637e46c25721e83d1a9cea9614e7badc7040c4d573d75fbe257d6fd7", size = 8848305, upload-time = "2025-12-10T07:08:41.013Z" }, - { url = "https://files.pythonhosted.org/packages/5b/e2/b1f8b05138ee813b8e1a4149f2f0d289547e60851fd1bb268886915adbda/scikit_learn-1.8.0-cp314-cp314t-macosx_12_0_arm64.whl", hash = "sha256:a69525355a641bf8ef136a7fa447672fb54fe8d60cab5538d9eb7c6438543fb9", size = 8432257, upload-time = "2025-12-10T07:08:42.873Z" }, - { url = "https://files.pythonhosted.org/packages/26/11/c32b2138a85dcb0c99f6afd13a70a951bfdff8a6ab42d8160522542fb647/scikit_learn-1.8.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:c2656924ec73e5939c76ac4c8b026fc203b83d8900362eb2599d8aee80e4880f", size = 8678673, upload-time = "2025-12-10T07:08:45.362Z" }, - { url = "https://files.pythonhosted.org/packages/c7/57/51f2384575bdec454f4fe4e7a919d696c9ebce914590abf3e52d47607ab8/scikit_learn-1.8.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:15fc3b5d19cc2be65404786857f2e13c70c83dd4782676dd6814e3b89dc8f5b9", size = 8922467, upload-time = "2025-12-10T07:08:47.408Z" }, - { url = "https://files.pythonhosted.org/packages/35/4d/748c9e2872637a57981a04adc038dacaa16ba8ca887b23e34953f0b3f742/scikit_learn-1.8.0-cp314-cp314t-win_amd64.whl", hash = "sha256:00d6f1d66fbcf4eba6e356e1420d33cc06c70a45bb1363cd6f6a8e4ebbbdece2", size = 8774395, upload-time = "2025-12-10T07:08:49.337Z" }, - { url = "https://files.pythonhosted.org/packages/60/22/d7b2ebe4704a5e50790ba089d5c2ae308ab6bb852719e6c3bd4f04c3a363/scikit_learn-1.8.0-cp314-cp314t-win_arm64.whl", hash = "sha256:f28dd15c6bb0b66ba09728cf09fd8736c304be29409bd8445a080c1280619e8c", size = 8002647, upload-time = "2025-12-10T07:08:51.601Z" }, ] [[package]] @@ -8605,15 +9038,27 @@ name = "scipy" version = "1.13.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/ae/00/48c2f661e2816ccf2ecd77982f6605b2950afe60f60a52b4cbbc2504aa8f/scipy-1.13.1.tar.gz", hash = "sha256:095a87a0312b08dfd6a6155cbbd310a8c51800fc931b8c0b84003014b874ed3c", size = 57210720, upload-time = "2024-05-23T03:29:26.079Z" } wheels = [ @@ -8648,17 +9093,27 @@ name = "scipy" version = "1.15.3" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "numpy", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numpy", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/0f/37/6964b830433e654ec7485e45a00fc9a27cf868d622838f6b6d9c5ec0d532/scipy-1.15.3.tar.gz", hash = "sha256:eae3cf522bc7df64b42cad3925c876e1b0b6c35c1337c93e12c0f366f55b0eaf", size = 59419214, upload-time = "2025-05-08T16:13:05.955Z" } wheels = [ @@ -8714,41 +9169,63 @@ name = "scipy" version = "1.17.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "numpy", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numpy", marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/7a/97/5a3609c4f8d58b039179648e62dd220f89864f56f7357f5d4f45c29eb2cc/scipy-1.17.1.tar.gz", hash = "sha256:95d8e012d8cb8816c226aef832200b1d45109ed4464303e997c5b13122b297c0", size = 30573822, upload-time = "2026-02-23T00:26:24.851Z" } wheels = [ @@ -8792,26 +9269,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/bd/12/d19da97efde68ca1ee5538bb261d5d2c062f0c055575128f11a2730e3ac1/scipy-1.17.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:94055a11dfebe37c656e70317e1996dc197e1a15bbcc351bcdd4610e128fe1ca", size = 37665910, upload-time = "2026-02-23T00:20:34.743Z" }, { url = "https://files.pythonhosted.org/packages/06/1c/1172a88d507a4baaf72c5a09bb6c018fe2ae0ab622e5830b703a46cc9e44/scipy-1.17.1-cp313-cp313t-win_amd64.whl", hash = "sha256:e30bdeaa5deed6bc27b4cc490823cd0347d7dae09119b8803ae576ea0ce52e4c", size = 36562980, upload-time = "2026-02-23T00:20:40.575Z" }, { url = "https://files.pythonhosted.org/packages/70/b0/eb757336e5a76dfa7911f63252e3b7d1de00935d7705cf772db5b45ec238/scipy-1.17.1-cp313-cp313t-win_arm64.whl", hash = "sha256:a720477885a9d2411f94a93d16f9d89bad0f28ca23c3f8daa521e2dcc3f44d49", size = 24856543, upload-time = "2026-02-23T00:20:45.313Z" }, - { url = "https://files.pythonhosted.org/packages/cf/83/333afb452af6f0fd70414dc04f898647ee1423979ce02efa75c3b0f2c28e/scipy-1.17.1-cp314-cp314-macosx_10_14_x86_64.whl", hash = "sha256:a48a72c77a310327f6a3a920092fa2b8fd03d7deaa60f093038f22d98e096717", size = 31584510, upload-time = "2026-02-23T00:21:01.015Z" }, - { url = "https://files.pythonhosted.org/packages/ed/a6/d05a85fd51daeb2e4ea71d102f15b34fedca8e931af02594193ae4fd25f7/scipy-1.17.1-cp314-cp314-macosx_12_0_arm64.whl", hash = "sha256:45abad819184f07240d8a696117a7aacd39787af9e0b719d00285549ed19a1e9", size = 28170131, upload-time = "2026-02-23T00:21:05.888Z" }, - { url = "https://files.pythonhosted.org/packages/db/7b/8624a203326675d7746a254083a187398090a179335b2e4a20e2ddc46e83/scipy-1.17.1-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:3fd1fcdab3ea951b610dc4cef356d416d5802991e7e32b5254828d342f7b7e0b", size = 20342032, upload-time = "2026-02-23T00:21:09.904Z" }, - { url = "https://files.pythonhosted.org/packages/c9/35/2c342897c00775d688d8ff3987aced3426858fd89d5a0e26e020b660b301/scipy-1.17.1-cp314-cp314-macosx_14_0_x86_64.whl", hash = "sha256:7bdf2da170b67fdf10bca777614b1c7d96ae3ca5794fd9587dce41eb2966e866", size = 22678766, upload-time = "2026-02-23T00:21:14.313Z" }, - { url = "https://files.pythonhosted.org/packages/ef/f2/7cdb8eb308a1a6ae1e19f945913c82c23c0c442a462a46480ce487fdc0ac/scipy-1.17.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:adb2642e060a6549c343603a3851ba76ef0b74cc8c079a9a58121c7ec9fe2350", size = 32957007, upload-time = "2026-02-23T00:21:19.663Z" }, - { url = "https://files.pythonhosted.org/packages/0b/2e/7eea398450457ecb54e18e9d10110993fa65561c4f3add5e8eccd2b9cd41/scipy-1.17.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:eee2cfda04c00a857206a4330f0c5e3e56535494e30ca445eb19ec624ae75118", size = 35221333, upload-time = "2026-02-23T00:21:25.278Z" }, - { url = "https://files.pythonhosted.org/packages/d9/77/5b8509d03b77f093a0d52e606d3c4f79e8b06d1d38c441dacb1e26cacf46/scipy-1.17.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:d2650c1fb97e184d12d8ba010493ee7b322864f7d3d00d3f9bb97d9c21de4068", size = 35042066, upload-time = "2026-02-23T00:21:31.358Z" }, - { url = "https://files.pythonhosted.org/packages/f9/df/18f80fb99df40b4070328d5ae5c596f2f00fffb50167e31439e932f29e7d/scipy-1.17.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:08b900519463543aa604a06bec02461558a6e1cef8fdbb8098f77a48a83c8118", size = 37612763, upload-time = "2026-02-23T00:21:37.247Z" }, - { url = "https://files.pythonhosted.org/packages/4b/39/f0e8ea762a764a9dc52aa7dabcfad51a354819de1f0d4652b6a1122424d6/scipy-1.17.1-cp314-cp314-win_amd64.whl", hash = "sha256:3877ac408e14da24a6196de0ddcace62092bfc12a83823e92e49e40747e52c19", size = 37290984, upload-time = "2026-02-23T00:22:35.023Z" }, - { url = "https://files.pythonhosted.org/packages/7c/56/fe201e3b0f93d1a8bcf75d3379affd228a63d7e2d80ab45467a74b494947/scipy-1.17.1-cp314-cp314-win_arm64.whl", hash = "sha256:f8885db0bc2bffa59d5c1b72fad7a6a92d3e80e7257f967dd81abb553a90d293", size = 25192877, upload-time = "2026-02-23T00:22:39.798Z" }, - { url = "https://files.pythonhosted.org/packages/96/ad/f8c414e121f82e02d76f310f16db9899c4fcde36710329502a6b2a3c0392/scipy-1.17.1-cp314-cp314t-macosx_10_14_x86_64.whl", hash = "sha256:1cc682cea2ae55524432f3cdff9e9a3be743d52a7443d0cba9017c23c87ae2f6", size = 31949750, upload-time = "2026-02-23T00:21:42.289Z" }, - { url = "https://files.pythonhosted.org/packages/7c/b0/c741e8865d61b67c81e255f4f0a832846c064e426636cd7de84e74d209be/scipy-1.17.1-cp314-cp314t-macosx_12_0_arm64.whl", hash = "sha256:2040ad4d1795a0ae89bfc7e8429677f365d45aa9fd5e4587cf1ea737f927b4a1", size = 28585858, upload-time = "2026-02-23T00:21:47.706Z" }, - { url = "https://files.pythonhosted.org/packages/ed/1b/3985219c6177866628fa7c2595bfd23f193ceebbe472c98a08824b9466ff/scipy-1.17.1-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:131f5aaea57602008f9822e2115029b55d4b5f7c070287699fe45c661d051e39", size = 20757723, upload-time = "2026-02-23T00:21:52.039Z" }, - { url = "https://files.pythonhosted.org/packages/c0/19/2a04aa25050d656d6f7b9e7b685cc83d6957fb101665bfd9369ca6534563/scipy-1.17.1-cp314-cp314t-macosx_14_0_x86_64.whl", hash = "sha256:9cdc1a2fcfd5c52cfb3045feb399f7b3ce822abdde3a193a6b9a60b3cb5854ca", size = 23043098, upload-time = "2026-02-23T00:21:56.185Z" }, - { url = "https://files.pythonhosted.org/packages/86/f1/3383beb9b5d0dbddd030335bf8a8b32d4317185efe495374f134d8be6cce/scipy-1.17.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6e3dcd57ab780c741fde8dc68619de988b966db759a3c3152e8e9142c26295ad", size = 33030397, upload-time = "2026-02-23T00:22:01.404Z" }, - { url = "https://files.pythonhosted.org/packages/41/68/8f21e8a65a5a03f25a79165ec9d2b28c00e66dc80546cf5eb803aeeff35b/scipy-1.17.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a9956e4d4f4a301ebf6cde39850333a6b6110799d470dbbb1e25326ac447f52a", size = 35281163, upload-time = "2026-02-23T00:22:07.024Z" }, - { url = "https://files.pythonhosted.org/packages/84/8d/c8a5e19479554007a5632ed7529e665c315ae7492b4f946b0deb39870e39/scipy-1.17.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:a4328d245944d09fd639771de275701ccadf5f781ba0ff092ad141e017eccda4", size = 35116291, upload-time = "2026-02-23T00:22:12.585Z" }, - { url = "https://files.pythonhosted.org/packages/52/52/e57eceff0e342a1f50e274264ed47497b59e6a4e3118808ee58ddda7b74a/scipy-1.17.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:a77cbd07b940d326d39a1d1b37817e2ee4d79cb30e7338f3d0cddffae70fcaa2", size = 37682317, upload-time = "2026-02-23T00:22:18.513Z" }, - { url = "https://files.pythonhosted.org/packages/11/2f/b29eafe4a3fbc3d6de9662b36e028d5f039e72d345e05c250e121a230dd4/scipy-1.17.1-cp314-cp314t-win_amd64.whl", hash = "sha256:eb092099205ef62cd1782b006658db09e2fed75bffcae7cc0d44052d8aa0f484", size = 37345327, upload-time = "2026-02-23T00:22:24.442Z" }, - { url = "https://files.pythonhosted.org/packages/07/39/338d9219c4e87f3e708f18857ecd24d22a0c3094752393319553096b98af/scipy-1.17.1-cp314-cp314t-win_arm64.whl", hash = "sha256:200e1050faffacc162be6a486a984a0497866ec54149a01270adc8a59b7c7d21", size = 25489165, upload-time = "2026-02-23T00:22:29.563Z" }, ] [[package]] @@ -8869,22 +9326,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/99/5e/ae66c361023a470afcbc1fbb8da722c72ea678a2fcd9a18f1a12598c7501/sentencepiece-0.2.1-cp313-cp313t-win32.whl", hash = "sha256:89a3ea015517c42c0341d0d962f3e6aaf2cf10d71b1932d475c44ba48d00aa2b", size = 1002501, upload-time = "2025-08-12T07:00:16.966Z" }, { url = "https://files.pythonhosted.org/packages/c1/03/d332828c4ff764e16c1b56c2c8f9a33488bbe796b53fb6b9c4205ddbf167/sentencepiece-0.2.1-cp313-cp313t-win_amd64.whl", hash = "sha256:33f068c9382dc2e7c228eedfd8163b52baa86bb92f50d0488bf2b7da7032e484", size = 1057555, upload-time = "2025-08-12T07:00:18.573Z" }, { url = "https://files.pythonhosted.org/packages/88/14/5aee0bf0864df9bd82bd59e7711362908e4935e3f9cdc1f57246b5d5c9b9/sentencepiece-0.2.1-cp313-cp313t-win_arm64.whl", hash = "sha256:b3616ad246f360e52c85781e47682d31abfb6554c779e42b65333d4b5f44ecc0", size = 1036042, upload-time = "2025-08-12T07:00:20.209Z" }, - { url = "https://files.pythonhosted.org/packages/24/9c/89eb8b2052f720a612478baf11c8227dcf1dc28cd4ea4c0c19506b5af2a2/sentencepiece-0.2.1-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:5d0350b686c320068702116276cfb26c066dc7e65cfef173980b11bb4d606719", size = 1943147, upload-time = "2025-08-12T07:00:21.809Z" }, - { url = "https://files.pythonhosted.org/packages/82/0b/a1432bc87f97c2ace36386ca23e8bd3b91fb40581b5e6148d24b24186419/sentencepiece-0.2.1-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:c7f54a31cde6fa5cb030370566f68152a742f433f8d2be458463d06c208aef33", size = 1325624, upload-time = "2025-08-12T07:00:23.289Z" }, - { url = "https://files.pythonhosted.org/packages/ea/99/bbe054ebb5a5039457c590e0a4156ed073fb0fe9ce4f7523404dd5b37463/sentencepiece-0.2.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:c83b85ab2d6576607f31df77ff86f28182be4a8de6d175d2c33ca609925f5da1", size = 1253670, upload-time = "2025-08-12T07:00:24.69Z" }, - { url = "https://files.pythonhosted.org/packages/19/ad/d5c7075f701bd97971d7c2ac2904f227566f51ef0838dfbdfdccb58cd212/sentencepiece-0.2.1-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1855f57db07b51fb51ed6c9c452f570624d2b169b36f0f79ef71a6e6c618cd8b", size = 1316247, upload-time = "2025-08-12T07:00:26.435Z" }, - { url = "https://files.pythonhosted.org/packages/fb/03/35fbe5f3d9a7435eebd0b473e09584bd3cc354ce118b960445b060d33781/sentencepiece-0.2.1-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:01e6912125cb45d3792f530a4d38f8e21bf884d6b4d4ade1b2de5cf7a8d2a52b", size = 1387894, upload-time = "2025-08-12T07:00:28.339Z" }, - { url = "https://files.pythonhosted.org/packages/dc/aa/956ef729aafb6c8f9c443104c9636489093bb5c61d6b90fc27aa1a865574/sentencepiece-0.2.1-cp314-cp314-win32.whl", hash = "sha256:c415c9de1447e0a74ae3fdb2e52f967cb544113a3a5ce3a194df185cbc1f962f", size = 1096698, upload-time = "2025-08-12T07:00:29.764Z" }, - { url = "https://files.pythonhosted.org/packages/b8/cb/fe400d8836952cc535c81a0ce47dc6875160e5fedb71d2d9ff0e9894c2a6/sentencepiece-0.2.1-cp314-cp314-win_amd64.whl", hash = "sha256:881b2e44b14fc19feade3cbed314be37de639fc415375cefaa5bc81a4be137fd", size = 1155115, upload-time = "2025-08-12T07:00:32.865Z" }, - { url = "https://files.pythonhosted.org/packages/32/89/047921cf70f36c7b6b6390876b2399b3633ab73b8d0cb857e5a964238941/sentencepiece-0.2.1-cp314-cp314-win_arm64.whl", hash = "sha256:2005242a16d2dc3ac5fe18aa7667549134d37854823df4c4db244752453b78a8", size = 1133890, upload-time = "2025-08-12T07:00:34.763Z" }, - { url = "https://files.pythonhosted.org/packages/a1/11/5b414b9fae6255b5fb1e22e2ed3dc3a72d3a694e5703910e640ac78346bb/sentencepiece-0.2.1-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:a19adcec27c524cb7069a1c741060add95f942d1cbf7ad0d104dffa0a7d28a2b", size = 1946081, upload-time = "2025-08-12T07:00:36.97Z" }, - { url = "https://files.pythonhosted.org/packages/77/eb/7a5682bb25824db8545f8e5662e7f3e32d72a508fdce086029d89695106b/sentencepiece-0.2.1-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:e37e4b4c4a11662b5db521def4e44d4d30ae69a1743241412a93ae40fdcab4bb", size = 1327406, upload-time = "2025-08-12T07:00:38.669Z" }, - { url = "https://files.pythonhosted.org/packages/03/b0/811dae8fb9f2784e138785d481469788f2e0d0c109c5737372454415f55f/sentencepiece-0.2.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:477c81505db072b3ab627e7eab972ea1025331bd3a92bacbf798df2b75ea86ec", size = 1254846, upload-time = "2025-08-12T07:00:40.611Z" }, - { url = "https://files.pythonhosted.org/packages/ef/23/195b2e7ec85ebb6a547969f60b723c7aca5a75800ece6cc3f41da872d14e/sentencepiece-0.2.1-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:010f025a544ef770bb395091d57cb94deb9652d8972e0d09f71d85d5a0816c8c", size = 1315721, upload-time = "2025-08-12T07:00:42.914Z" }, - { url = "https://files.pythonhosted.org/packages/7e/aa/553dbe4178b5f23eb28e59393dddd64186178b56b81d9b8d5c3ff1c28395/sentencepiece-0.2.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:733e59ff1794d26db706cd41fc2d7ca5f6c64a820709cb801dc0ea31780d64ab", size = 1387458, upload-time = "2025-08-12T07:00:44.56Z" }, - { url = "https://files.pythonhosted.org/packages/66/7c/08ff0012507297a4dd74a5420fdc0eb9e3e80f4e88cab1538d7f28db303d/sentencepiece-0.2.1-cp314-cp314t-win32.whl", hash = "sha256:d3233770f78e637dc8b1fda2cd7c3b99ec77e7505041934188a4e7fe751de3b0", size = 1099765, upload-time = "2025-08-12T07:00:46.058Z" }, - { url = "https://files.pythonhosted.org/packages/91/d5/2a69e1ce15881beb9ddfc7e3f998322f5cedcd5e4d244cb74dade9441663/sentencepiece-0.2.1-cp314-cp314t-win_amd64.whl", hash = "sha256:5e4366c97b68218fd30ea72d70c525e6e78a6c0a88650f57ac4c43c63b234a9d", size = 1157807, upload-time = "2025-08-12T07:00:47.673Z" }, - { url = "https://files.pythonhosted.org/packages/f3/16/54f611fcfc2d1c46cbe3ec4169780b2cfa7cf63708ef2b71611136db7513/sentencepiece-0.2.1-cp314-cp314t-win_arm64.whl", hash = "sha256:105e36e75cbac1292642045458e8da677b2342dcd33df503e640f0b457cb6751", size = 1136264, upload-time = "2025-08-12T07:00:49.485Z" }, { url = "https://files.pythonhosted.org/packages/98/df/76390cc0bb812687f5fa7574b555354197b8e8fdb9aaf5c9c28ae58e148b/sentencepiece-0.2.1-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:afefe50a0cdcb4f2fd9733cb52001a2c164181ee2d82c32d38f5b1b326a8528c", size = 1942582, upload-time = "2025-08-12T06:58:59.807Z" }, { url = "https://files.pythonhosted.org/packages/24/51/ff7ff849a7f139535d0309fe2a351379459bac5332127eb9a3a955ef2847/sentencepiece-0.2.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:891ade6503dd93d418c03993f7d6a8aa20260c422cefff5096b9068185e67642", size = 1325367, upload-time = "2025-08-12T06:59:01.677Z" }, { url = "https://files.pythonhosted.org/packages/1a/29/bca460c34ebc79a1f3706d0eebceecd1187b2b9b93bc211f177e3b520eb0/sentencepiece-0.2.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:814978ac05130dd5812b4b03215c766bc6abaef13e7bd72bc534e4d1e12e9a4c", size = 1253366, upload-time = "2025-08-12T06:59:03.252Z" }, @@ -8942,14 +9383,14 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "numpy" }, { name = "packaging" }, - { name = "prettytable", version = "3.16.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "prettytable", version = "3.17.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "prettytable", version = "3.16.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "prettytable", version = "3.17.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/b5/0c/5ec987633e077dd0076178ea6ade2d6e57780b34afea0b497fb507d7a1ed/skops-0.13.0.tar.gz", hash = "sha256:66949fd3c95cbb5c80270fbe40293c0fe1e46cb4a921860e42584dd9c20ebeb1", size = 581312, upload-time = "2025-08-06T09:48:14.916Z" } wheels = [ @@ -9043,11 +9484,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/b5/80/10640970998a1d2199bef6c4d92205f36968cddaf3e4d0e9fe35ddd405bd/soxr-1.0.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e8ce273cca101aff3d8c387db5a5a41001ba76ef1837883438d3c652507a9ccc", size = 204707, upload-time = "2025-09-07T13:22:05.125Z" }, { url = "https://files.pythonhosted.org/packages/b1/87/2726603c13c2126cb8ded9e57381b7377f4f0df6ba4408e1af5ddbfdc3dd/soxr-1.0.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e8f2a69686f2856d37823bbb7b78c3d44904f311fe70ba49b893af11d6b6047b", size = 238032, upload-time = "2025-09-07T13:22:06.428Z" }, { url = "https://files.pythonhosted.org/packages/ce/04/530252227f4d0721a5524a936336485dfb429bb206a66baf8e470384f4a2/soxr-1.0.0-cp312-abi3-win_amd64.whl", hash = "sha256:2a3b77b115ae7c478eecdbd060ed4f61beda542dfb70639177ac263aceda42a2", size = 172070, upload-time = "2025-09-07T13:22:07.62Z" }, - { url = "https://files.pythonhosted.org/packages/99/77/d3b3c25b4f1b1aa4a73f669355edcaee7a52179d0c50407697200a0e55b9/soxr-1.0.0-cp314-cp314t-macosx_10_14_x86_64.whl", hash = "sha256:392a5c70c04eb939c9c176bd6f654dec9a0eaa9ba33d8f1024ed63cf68cdba0a", size = 209509, upload-time = "2025-09-07T13:22:08.773Z" }, - { url = "https://files.pythonhosted.org/packages/8a/ee/3ca73e18781bb2aff92b809f1c17c356dfb9a1870652004bd432e79afbfa/soxr-1.0.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:fdc41a1027ba46777186f26a8fba7893be913383414135577522da2fcc684490", size = 167690, upload-time = "2025-09-07T13:22:10.259Z" }, - { url = "https://files.pythonhosted.org/packages/bd/f0/eea8b5f587a2531657dc5081d2543a5a845f271a3bea1c0fdee5cebde021/soxr-1.0.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:449acd1dfaf10f0ce6dfd75c7e2ef984890df94008765a6742dafb42061c1a24", size = 209541, upload-time = "2025-09-07T13:22:11.739Z" }, - { url = "https://files.pythonhosted.org/packages/64/59/2430a48c705565eb09e78346950b586f253a11bd5313426ced3ecd9b0feb/soxr-1.0.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:38b35c99e408b8f440c9376a5e1dd48014857cd977c117bdaa4304865ae0edd0", size = 243025, upload-time = "2025-09-07T13:22:12.877Z" }, - { url = "https://files.pythonhosted.org/packages/3c/1b/f84a2570a74094e921bbad5450b2a22a85d58585916e131d9b98029c3e69/soxr-1.0.0-cp314-cp314t-win_amd64.whl", hash = "sha256:a39b519acca2364aa726b24a6fd55acf29e4c8909102e0b858c23013c38328e5", size = 184850, upload-time = "2025-09-07T13:22:14.068Z" }, { url = "https://files.pythonhosted.org/packages/5f/d8/2a979590cc53d9c8fa63010b80018c2aa522fcd4e132067be4b130b9f4ce/soxr-1.0.0-cp39-cp39-macosx_10_14_x86_64.whl", hash = "sha256:c120775b7d0ef9e974a5797a4695861e88653f7ecd0a2a532f089bc4452ba130", size = 206652, upload-time = "2025-09-07T13:22:15.229Z" }, { url = "https://files.pythonhosted.org/packages/d6/65/cc7d4c172afae668a9861d0c0e221830ccb3a88640148b37d5d5343e2d35/soxr-1.0.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:4e59e5f648bd6144e79a6e0596aa486218876293f5ddce3ca84b9d8f8aa34d6d", size = 165050, upload-time = "2025-09-07T13:22:16.303Z" }, { url = "https://files.pythonhosted.org/packages/64/e4/449c59781d9d942bfa88f691099935b41b207f39704515cc7d368c017f9f/soxr-1.0.0-cp39-cp39-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:bb86c342862697dbd4a44043f275e5196f2d2c49dca374c78f19b7893988675d", size = 208806, upload-time = "2025-09-07T13:22:17.487Z" }, @@ -9060,29 +9496,29 @@ name = "speechbrain" version = "1.0.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "hyperpyyaml" }, { name = "joblib" }, { name = "numpy" }, { name = "packaging" }, - { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scipy", version = "1.13.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scipy", version = "1.17.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "sentencepiece" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "tqdm" }, ] sdist = { url = "https://files.pythonhosted.org/packages/ab/10/87e666544a4e0cec7cbdc09f26948994831ae0f8bbc58de3bf53b68285ff/speechbrain-1.0.3.tar.gz", hash = "sha256:fcab3c6e90012cecb1eed40ea235733b550137e73da6bfa2340ba191ec714052", size = 747735, upload-time = "2025-04-07T17:17:06.749Z" } @@ -9095,8 +9531,8 @@ name = "sqlalchemy" version = "2.0.46" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "greenlet", version = "3.2.5", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'AMD64') or (python_full_version < '3.10' and platform_machine == 'WIN32') or (python_full_version < '3.10' and platform_machine == 'aarch64') or (python_full_version < '3.10' and platform_machine == 'amd64') or (python_full_version < '3.10' and platform_machine == 'ppc64le') or (python_full_version < '3.10' and platform_machine == 'win32') or (python_full_version < '3.10' and platform_machine == 'x86_64') or (platform_machine != 'AMD64' and platform_machine != 'WIN32' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'ppc64le' and platform_machine != 'win32' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'AMD64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'WIN32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'ppc64le' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "greenlet", version = "3.3.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'AMD64') or (python_full_version >= '3.10' and platform_machine == 'WIN32') or (python_full_version >= '3.10' and platform_machine == 'aarch64') or (python_full_version >= '3.10' and platform_machine == 'amd64') or (python_full_version >= '3.10' and platform_machine == 'ppc64le') or (python_full_version >= '3.10' and platform_machine == 'win32') or (python_full_version >= '3.10' and platform_machine == 'x86_64') or (platform_machine != 'AMD64' and platform_machine != 'WIN32' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'ppc64le' and platform_machine != 'win32' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'AMD64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'WIN32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'ppc64le' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "greenlet", version = "3.2.5", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'AMD64') or (python_full_version < '3.10' and platform_machine == 'WIN32') or (python_full_version < '3.10' and platform_machine == 'aarch64') or (python_full_version < '3.10' and platform_machine == 'amd64') or (python_full_version < '3.10' and platform_machine == 'ppc64le') or (python_full_version < '3.10' and platform_machine == 'win32') or (python_full_version < '3.10' and platform_machine == 'x86_64') or (platform_machine != 'AMD64' and platform_machine != 'WIN32' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'ppc64le' and platform_machine != 'win32' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'AMD64' and platform_machine != 'WIN32' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'ppc64le' and platform_machine != 'win32' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'AMD64' and platform_machine != 'WIN32' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'ppc64le' and platform_machine != 'win32' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'AMD64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'AMD64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'WIN32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'WIN32' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'ppc64le' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'ppc64le' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'win32' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "greenlet", version = "3.3.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'AMD64') or (python_full_version >= '3.10' and platform_machine == 'WIN32') or (python_full_version >= '3.10' and platform_machine == 'aarch64') or (python_full_version >= '3.10' and platform_machine == 'amd64') or (python_full_version >= '3.10' and platform_machine == 'ppc64le') or (python_full_version >= '3.10' and platform_machine == 'win32') or (python_full_version >= '3.10' and platform_machine == 'x86_64') or (platform_machine != 'AMD64' and platform_machine != 'WIN32' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'ppc64le' and platform_machine != 'win32' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'AMD64' and platform_machine != 'WIN32' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'ppc64le' and platform_machine != 'win32' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'AMD64' and platform_machine != 'WIN32' and platform_machine != 'aarch64' and platform_machine != 'amd64' and platform_machine != 'ppc64le' and platform_machine != 'win32' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'AMD64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'AMD64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'WIN32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'WIN32' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'amd64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'ppc64le' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'ppc64le' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'win32' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'win32' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "typing-extensions" }, ] sdist = { url = "https://files.pythonhosted.org/packages/06/aa/9ce0f3e7a9829ead5c8ce549392f33a12c4555a6c0609bb27d882e9c7ddf/sqlalchemy-2.0.46.tar.gz", hash = "sha256:cf36851ee7219c170bb0793dbc3da3e80c582e04a5437bc601bfe8c85c9216d7", size = 9865393, upload-time = "2026-01-21T18:03:45.119Z" } @@ -9133,17 +9569,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/20/a6/b1fc6634564dbb4415b7ed6419cdfeaadefd2c39cdab1e3aa07a5f2474c2/sqlalchemy-2.0.46-cp313-cp313t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:96c7cca1a4babaaf3bfff3e4e606e38578856917e52f0384635a95b226c87764", size = 3523208, upload-time = "2026-01-21T18:45:08.436Z" }, { url = "https://files.pythonhosted.org/packages/a1/d8/41e0bdfc0f930ff236f86fccd12962d8fa03713f17ed57332d38af6a3782/sqlalchemy-2.0.46-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:b2a9f9aee38039cf4755891a1e50e1effcc42ea6ba053743f452c372c3152b1b", size = 3464292, upload-time = "2026-01-21T18:33:08.208Z" }, { url = "https://files.pythonhosted.org/packages/f0/8b/9dcbec62d95bea85f5ecad9b8d65b78cc30fb0ffceeb3597961f3712549b/sqlalchemy-2.0.46-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:db23b1bf8cfe1f7fda19018e7207b20cdb5168f83c437ff7e95d19e39289c447", size = 3473497, upload-time = "2026-01-21T18:45:10.552Z" }, - { url = "https://files.pythonhosted.org/packages/e9/f8/5ecdfc73383ec496de038ed1614de9e740a82db9ad67e6e4514ebc0708a3/sqlalchemy-2.0.46-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:56bdd261bfd0895452006d5316cbf35739c53b9bb71a170a331fa0ea560b2ada", size = 2152079, upload-time = "2026-01-21T19:05:58.477Z" }, - { url = "https://files.pythonhosted.org/packages/e5/bf/eba3036be7663ce4d9c050bc3d63794dc29fbe01691f2bf5ccb64e048d20/sqlalchemy-2.0.46-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:33e462154edb9493f6c3ad2125931e273bbd0be8ae53f3ecd1c161ea9a1dd366", size = 3272216, upload-time = "2026-01-21T18:46:52.634Z" }, - { url = "https://files.pythonhosted.org/packages/05/45/1256fb597bb83b58a01ddb600c59fe6fdf0e5afe333f0456ed75c0f8d7bd/sqlalchemy-2.0.46-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9bcdce05f056622a632f1d44bb47dbdb677f58cad393612280406ce37530eb6d", size = 3277208, upload-time = "2026-01-21T18:40:16.38Z" }, - { url = "https://files.pythonhosted.org/packages/d9/a0/2053b39e4e63b5d7ceb3372cface0859a067c1ddbd575ea7e9985716f771/sqlalchemy-2.0.46-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:8e84b09a9b0f19accedcbeff5c2caf36e0dd537341a33aad8d680336152dc34e", size = 3221994, upload-time = "2026-01-21T18:46:54.622Z" }, - { url = "https://files.pythonhosted.org/packages/1e/87/97713497d9502553c68f105a1cb62786ba1ee91dea3852ae4067ed956a50/sqlalchemy-2.0.46-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:4f52f7291a92381e9b4de9050b0a65ce5d6a763333406861e33906b8aa4906bf", size = 3243990, upload-time = "2026-01-21T18:40:18.253Z" }, - { url = "https://files.pythonhosted.org/packages/a8/87/5d1b23548f420ff823c236f8bea36b1a997250fd2f892e44a3838ca424f4/sqlalchemy-2.0.46-cp314-cp314-win32.whl", hash = "sha256:70ed2830b169a9960193f4d4322d22be5c0925357d82cbf485b3369893350908", size = 2114215, upload-time = "2026-01-21T18:42:55.232Z" }, - { url = "https://files.pythonhosted.org/packages/3a/20/555f39cbcf0c10cf452988b6a93c2a12495035f68b3dbd1a408531049d31/sqlalchemy-2.0.46-cp314-cp314-win_amd64.whl", hash = "sha256:3c32e993bc57be6d177f7d5d31edb93f30726d798ad86ff9066d75d9bf2e0b6b", size = 2139867, upload-time = "2026-01-21T18:42:56.474Z" }, - { url = "https://files.pythonhosted.org/packages/3e/f0/f96c8057c982d9d8a7a68f45d69c674bc6f78cad401099692fe16521640a/sqlalchemy-2.0.46-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4dafb537740eef640c4d6a7c254611dca2df87eaf6d14d6a5fca9d1f4c3fc0fa", size = 3561202, upload-time = "2026-01-21T18:33:10.337Z" }, - { url = "https://files.pythonhosted.org/packages/d7/53/3b37dda0a5b137f21ef608d8dfc77b08477bab0fe2ac9d3e0a66eaeab6fc/sqlalchemy-2.0.46-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:42a1643dc5427b69aca967dae540a90b0fbf57eaf248f13a90ea5930e0966863", size = 3526296, upload-time = "2026-01-21T18:45:12.657Z" }, - { url = "https://files.pythonhosted.org/packages/33/75/f28622ba6dde79cd545055ea7bd4062dc934e0621f7b3be2891f8563f8de/sqlalchemy-2.0.46-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:ff33c6e6ad006bbc0f34f5faf941cfc62c45841c64c0a058ac38c799f15b5ede", size = 3470008, upload-time = "2026-01-21T18:33:11.725Z" }, - { url = "https://files.pythonhosted.org/packages/a9/42/4afecbbc38d5e99b18acef446453c76eec6fbd03db0a457a12a056836e22/sqlalchemy-2.0.46-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:82ec52100ec1e6ec671563bbd02d7c7c8d0b9e71a0723c72f22ecf52d1755330", size = 3476137, upload-time = "2026-01-21T18:45:15.001Z" }, { url = "https://files.pythonhosted.org/packages/9a/06/a29b51a577cc5746712ed8a2870794659a6bf405264b32dd5ccc380844d1/sqlalchemy-2.0.46-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:90bde6c6b1827565a95fde597da001212ab436f1b2e0c2dcc7246e14db26e2a3", size = 2158097, upload-time = "2026-01-21T18:24:45.892Z" }, { url = "https://files.pythonhosted.org/packages/be/55/44689ed21b5a82708502243310878cfc76e0f326ed16103f4336f605055b/sqlalchemy-2.0.46-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:94b1e5f3a5f1ff4f42d5daab047428cd45a3380e51e191360a35cef71c9a7a2a", size = 3233722, upload-time = "2026-01-21T18:30:56.334Z" }, { url = "https://files.pythonhosted.org/packages/be/11/1d6024d9cdd2108d500b399bdc77a1738119789aa70c83d68e1012d32596/sqlalchemy-2.0.46-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:93bb0aae40b52c57fd74ef9c6933c08c040ba98daf23ad33c3f9893494b8d3ce", size = 3233038, upload-time = "2026-01-21T18:32:26.945Z" }, @@ -9173,8 +9598,8 @@ name = "standard-aifc" version = "3.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "audioop-lts", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "standard-chunk", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "audioop-lts", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "standard-chunk", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/c4/53/6050dc3dde1671eb3db592c13b55a8005e5040131f7509cef0215212cb84/standard_aifc-3.13.0.tar.gz", hash = "sha256:64e249c7cb4b3daf2fdba4e95721f811bde8bdfc43ad9f936589b7bb2fae2e43", size = 15240, upload-time = "2024-10-30T16:01:31.772Z" } wheels = [ @@ -9195,7 +9620,7 @@ name = "standard-sunau" version = "3.13.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "audioop-lts", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "audioop-lts", marker = "python_full_version >= '3.13' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/66/e3/ce8d38cb2d70e05ffeddc28bb09bad77cfef979eb0a299c9117f7ed4e6a9/standard_sunau-3.13.0.tar.gz", hash = "sha256:b319a1ac95a09a2378a8442f403c66f4fd4b36616d6df6ae82b8e536ee790908", size = 9368, upload-time = "2024-10-30T16:01:41.626Z" } wheels = [ @@ -9207,16 +9632,28 @@ name = "starlette" version = "0.49.3" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "anyio", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "anyio", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/de/1a/608df0b10b53b0beb96a37854ee05864d182ddd4b1156a22f1ad3860425a/starlette-0.49.3.tar.gz", hash = "sha256:1c14546f299b5901a1ea0e34410575bc33bbd741377a10484a54445588d00284", size = 2655031, upload-time = "2025-11-01T15:12:26.13Z" } wheels = [ @@ -9228,56 +9665,97 @@ name = "starlette" version = "0.52.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "anyio", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "(python_full_version >= '3.10' and python_full_version < '3.13') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "anyio", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "(python_full_version >= '3.10' and python_full_version < '3.13') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/c4/68/79977123bb7be889ad680d79a40f339082c1978b5cfcf62c2d8d196873ac/starlette-0.52.1.tar.gz", hash = "sha256:834edd1b0a23167694292e94f597773bc3f89f362be6effee198165a35d62933", size = 2653702, upload-time = "2026-01-18T13:34:11.062Z" } wheels = [ { url = "https://files.pythonhosted.org/packages/81/0d/13d1d239a25cbfb19e740db83143e95c772a1fe10202dda4b76792b114dd/starlette-0.52.1-py3-none-any.whl", hash = "sha256:0029d43eb3d273bc4f83a08720b4912ea4b071087a3b48db01b7c839f7954d74", size = 74272, upload-time = "2026-01-18T13:34:09.188Z" }, ] +[[package]] +name = "strenum" +version = "0.4.15" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/85/ad/430fb60d90e1d112a62ff57bdd1f286ec73a2a0331272febfddd21f330e1/StrEnum-0.4.15.tar.gz", hash = "sha256:878fb5ab705442070e4dd1929bb5e2249511c0bcf2b0eeacf3bcd80875c82eff", size = 23384, upload-time = "2023-06-29T22:02:58.399Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/81/69/297302c5f5f59c862faa31e6cb9a4cd74721cd1e052b38e464c5b402df8b/StrEnum-0.4.15-py3-none-any.whl", hash = "sha256:a30cda4af7cc6b5bf52c8055bc4bf4b2b6b14a93b574626da33df53cf7740659", size = 8851, upload-time = "2023-06-29T22:02:56.947Z" }, +] + [[package]] name = "sympy" version = "1.14.0" @@ -9343,15 +9821,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e0/1d/b5d63f1a6b824282b57f7b581810d20b7a28ca951f2d5b59f1eb0782c12b/tensorboardx-2.6.4-py3-none-any.whl", hash = "sha256:5970cf3a1f0a6a6e8b180ccf46f3fe832b8a25a70b86e5a237048a7c0beb18e2", size = 87201, upload-time = "2025-06-10T22:37:05.44Z" }, ] -[[package]] -name = "termcolor" -version = "3.3.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/46/79/cf31d7a93a8fdc6aa0fbb665be84426a8c5a557d9240b6239e9e11e35fc5/termcolor-3.3.0.tar.gz", hash = "sha256:348871ca648ec6a9a983a13ab626c0acce02f515b9e1983332b17af7979521c5", size = 14434, upload-time = "2025-12-29T12:55:21.882Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/33/d1/8bb87d21e9aeb323cc03034f5eaf2c8f69841e40e4853c2627edf8111ed3/termcolor-3.3.0-py3-none-any.whl", hash = "sha256:cf642efadaf0a8ebbbf4bc7a31cec2f9b5f21a9f726f4ccbb08192c9c26f43a5", size = 7734, upload-time = "2025-12-29T12:55:20.718Z" }, -] - [[package]] name = "text-unidecode" version = "1.3" @@ -9361,21 +9830,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/a6/a5/c0b6468d3824fe3fde30dbb5e1f687b291608f9473681bbf7dabbf5a87d7/text_unidecode-1.3-py2.py3-none-any.whl", hash = "sha256:1311f10e8b895935241623731c2ba64f4c455287888b18189350b67134a822e8", size = 78154, upload-time = "2019-08-30T21:37:03.543Z" }, ] -[[package]] -name = "texterrors" -version = "0.5.1" -source = { registry = "https://pypi.org/simple" } -dependencies = [ - { name = "levenshtein", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "loguru", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "plac", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pybind11", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "regex", version = "2026.2.19", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "termcolor", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, -] -sdist = { url = "https://files.pythonhosted.org/packages/9b/47/9a391643961698df3c804172f005e8b56c9693c14c4170abd9d3c961e971/texterrors-0.5.1.tar.gz", hash = "sha256:7fa24b2ca6ed5e05681b5cfdbb6c1fd0e4ae6518f8939e9782294f620d4eb3b1", size = 23813, upload-time = "2024-06-19T15:43:06.889Z" } - [[package]] name = "threadpoolctl" version = "3.6.0" @@ -9390,8 +9844,8 @@ name = "tiktoken" version = "0.12.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "regex", version = "2026.1.15", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "regex", version = "2026.2.19", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "regex", version = "2026.1.15", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "regex", version = "2026.2.19", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "requests" }, ] sdist = { url = "https://files.pythonhosted.org/packages/7d/ab/4d017d0f76ec3171d469d80fc03dfbb4e48a4bcaddaa831b31d526f05edc/tiktoken-0.12.0.tar.gz", hash = "sha256:b18ba7ee2b093863978fcb14f74b3707cdc8d4d4d3836853ce7ec60772139931", size = 37806, upload-time = "2025-10-06T20:22:45.419Z" } @@ -9431,20 +9885,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/22/1f/ae535223a8c4ef4c0c1192e3f9b82da660be9eb66b9279e95c99288e9dab/tiktoken-0.12.0-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:04f0e6a985d95913cabc96a741c5ffec525a2c72e9df086ff17ebe35985c800e", size = 1194451, upload-time = "2025-10-06T20:22:15.545Z" }, { url = "https://files.pythonhosted.org/packages/78/a7/f8ead382fce0243cb625c4f266e66c27f65ae65ee9e77f59ea1653b6d730/tiktoken-0.12.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:0ee8f9ae00c41770b5f9b0bb1235474768884ae157de3beb5439ca0fd70f3e25", size = 1253794, upload-time = "2025-10-06T20:22:16.624Z" }, { url = "https://files.pythonhosted.org/packages/93/e0/6cc82a562bc6365785a3ff0af27a2a092d57c47d7a81d9e2295d8c36f011/tiktoken-0.12.0-cp313-cp313t-win_amd64.whl", hash = "sha256:dc2dd125a62cb2b3d858484d6c614d136b5b848976794edfb63688d539b8b93f", size = 878777, upload-time = "2025-10-06T20:22:18.036Z" }, - { url = "https://files.pythonhosted.org/packages/72/05/3abc1db5d2c9aadc4d2c76fa5640134e475e58d9fbb82b5c535dc0de9b01/tiktoken-0.12.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:a90388128df3b3abeb2bfd1895b0681412a8d7dc644142519e6f0a97c2111646", size = 1050188, upload-time = "2025-10-06T20:22:19.563Z" }, - { url = "https://files.pythonhosted.org/packages/e3/7b/50c2f060412202d6c95f32b20755c7a6273543b125c0985d6fa9465105af/tiktoken-0.12.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:da900aa0ad52247d8794e307d6446bd3cdea8e192769b56276695d34d2c9aa88", size = 993978, upload-time = "2025-10-06T20:22:20.702Z" }, - { url = "https://files.pythonhosted.org/packages/14/27/bf795595a2b897e271771cd31cb847d479073497344c637966bdf2853da1/tiktoken-0.12.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:285ba9d73ea0d6171e7f9407039a290ca77efcdb026be7769dccc01d2c8d7fff", size = 1129271, upload-time = "2025-10-06T20:22:22.06Z" }, - { url = "https://files.pythonhosted.org/packages/f5/de/9341a6d7a8f1b448573bbf3425fa57669ac58258a667eb48a25dfe916d70/tiktoken-0.12.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:d186a5c60c6a0213f04a7a802264083dea1bbde92a2d4c7069e1a56630aef830", size = 1151216, upload-time = "2025-10-06T20:22:23.085Z" }, - { url = "https://files.pythonhosted.org/packages/75/0d/881866647b8d1be4d67cb24e50d0c26f9f807f994aa1510cb9ba2fe5f612/tiktoken-0.12.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:604831189bd05480f2b885ecd2d1986dc7686f609de48208ebbbddeea071fc0b", size = 1194860, upload-time = "2025-10-06T20:22:24.602Z" }, - { url = "https://files.pythonhosted.org/packages/b3/1e/b651ec3059474dab649b8d5b69f5c65cd8fcd8918568c1935bd4136c9392/tiktoken-0.12.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:8f317e8530bb3a222547b85a58583238c8f74fd7a7408305f9f63246d1a0958b", size = 1254567, upload-time = "2025-10-06T20:22:25.671Z" }, - { url = "https://files.pythonhosted.org/packages/80/57/ce64fd16ac390fafde001268c364d559447ba09b509181b2808622420eec/tiktoken-0.12.0-cp314-cp314-win_amd64.whl", hash = "sha256:399c3dd672a6406719d84442299a490420b458c44d3ae65516302a99675888f3", size = 921067, upload-time = "2025-10-06T20:22:26.753Z" }, - { url = "https://files.pythonhosted.org/packages/ac/a4/72eed53e8976a099539cdd5eb36f241987212c29629d0a52c305173e0a68/tiktoken-0.12.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:c2c714c72bc00a38ca969dae79e8266ddec999c7ceccd603cc4f0d04ccd76365", size = 1050473, upload-time = "2025-10-06T20:22:27.775Z" }, - { url = "https://files.pythonhosted.org/packages/e6/d7/0110b8f54c008466b19672c615f2168896b83706a6611ba6e47313dbc6e9/tiktoken-0.12.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:cbb9a3ba275165a2cb0f9a83f5d7025afe6b9d0ab01a22b50f0e74fee2ad253e", size = 993855, upload-time = "2025-10-06T20:22:28.799Z" }, - { url = "https://files.pythonhosted.org/packages/5f/77/4f268c41a3957c418b084dd576ea2fad2e95da0d8e1ab705372892c2ca22/tiktoken-0.12.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:dfdfaa5ffff8993a3af94d1125870b1d27aed7cb97aa7eb8c1cefdbc87dbee63", size = 1129022, upload-time = "2025-10-06T20:22:29.981Z" }, - { url = "https://files.pythonhosted.org/packages/4e/2b/fc46c90fe5028bd094cd6ee25a7db321cb91d45dc87531e2bdbb26b4867a/tiktoken-0.12.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:584c3ad3d0c74f5269906eb8a659c8bfc6144a52895d9261cdaf90a0ae5f4de0", size = 1150736, upload-time = "2025-10-06T20:22:30.996Z" }, - { url = "https://files.pythonhosted.org/packages/28/c0/3c7a39ff68022ddfd7d93f3337ad90389a342f761c4d71de99a3ccc57857/tiktoken-0.12.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:54c891b416a0e36b8e2045b12b33dd66fb34a4fe7965565f1b482da50da3e86a", size = 1194908, upload-time = "2025-10-06T20:22:32.073Z" }, - { url = "https://files.pythonhosted.org/packages/ab/0d/c1ad6f4016a3968c048545f5d9b8ffebf577774b2ede3e2e352553b685fe/tiktoken-0.12.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5edb8743b88d5be814b1a8a8854494719080c28faaa1ccbef02e87354fe71ef0", size = 1253706, upload-time = "2025-10-06T20:22:33.385Z" }, - { url = "https://files.pythonhosted.org/packages/af/df/c7891ef9d2712ad774777271d39fdef63941ffba0a9d59b7ad1fd2765e57/tiktoken-0.12.0-cp314-cp314t-win_amd64.whl", hash = "sha256:f61c0aea5565ac82e2ec50a05e02a6c44734e91b51c10510b084ea1b8e633a71", size = 920667, upload-time = "2025-10-06T20:22:34.444Z" }, { url = "https://files.pythonhosted.org/packages/c7/d1/7507bfb9c2ceef52ae3ae813013215c185648e21127538aae66dedd3af9c/tiktoken-0.12.0-cp39-cp39-macosx_10_12_x86_64.whl", hash = "sha256:d51d75a5bffbf26f86554d28e78bfb921eae998edc2675650fd04c7e1f0cdc1e", size = 1053407, upload-time = "2025-10-06T20:22:35.492Z" }, { url = "https://files.pythonhosted.org/packages/ee/4a/8ea1da602ac39dee4356b4cd6040a2325507482c36043044b6f581597b4f/tiktoken-0.12.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:09eb4eae62ae7e4c62364d9ec3a57c62eea707ac9a2b2c5d6bd05de6724ea179", size = 997150, upload-time = "2025-10-06T20:22:37.286Z" }, { url = "https://files.pythonhosted.org/packages/2c/1a/62d1d36b167eccd441aff2f0091551ca834295541b949d161021aa658167/tiktoken-0.12.0-cp39-cp39-manylinux_2_28_aarch64.whl", hash = "sha256:df37684ace87d10895acb44b7f447d4700349b12197a526da0d4a4149fde074c", size = 1131575, upload-time = "2025-10-06T20:22:39.023Z" }, @@ -9454,13 +9894,131 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/35/43/3b95de4f5e76f3cafc70dac9b1b9cfe759ff3bfd494ac91a280e93772e90/tiktoken-0.12.0-cp39-cp39-win_amd64.whl", hash = "sha256:2cff3688ba3c639ebe816f8d58ffbbb0aa7433e23e08ab1cade5d175fc973fb3", size = 881888, upload-time = "2025-10-06T20:22:44.059Z" }, ] +[[package]] +name = "tokenizers" +version = "0.21.4" +source = { registry = "https://pypi.org/simple" } +resolution-markers = [ + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", +] +dependencies = [ + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/c2/2f/402986d0823f8d7ca139d969af2917fefaa9b947d1fb32f6168c509f2492/tokenizers-0.21.4.tar.gz", hash = "sha256:fa23f85fbc9a02ec5c6978da172cdcbac23498c3ca9f3645c5c68740ac007880", size = 351253, upload-time = "2025-07-28T15:48:54.325Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/98/c6/fdb6f72bf6454f52eb4a2510be7fb0f614e541a2554d6210e370d85efff4/tokenizers-0.21.4-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:2ccc10a7c3bcefe0f242867dc914fc1226ee44321eb618cfe3019b5df3400133", size = 2863987, upload-time = "2025-07-28T15:48:44.877Z" }, + { url = "https://files.pythonhosted.org/packages/8d/a6/28975479e35ddc751dc1ddc97b9b69bf7fcf074db31548aab37f8116674c/tokenizers-0.21.4-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:5e2f601a8e0cd5be5cc7506b20a79112370b9b3e9cb5f13f68ab11acd6ca7d60", size = 2732457, upload-time = "2025-07-28T15:48:43.265Z" }, + { url = "https://files.pythonhosted.org/packages/aa/8f/24f39d7b5c726b7b0be95dca04f344df278a3fe3a4deb15a975d194cbb32/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:39b376f5a1aee67b4d29032ee85511bbd1b99007ec735f7f35c8a2eb104eade5", size = 3012624, upload-time = "2025-07-28T13:22:43.895Z" }, + { url = "https://files.pythonhosted.org/packages/58/47/26358925717687a58cb74d7a508de96649544fad5778f0cd9827398dc499/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:2107ad649e2cda4488d41dfd031469e9da3fcbfd6183e74e4958fa729ffbf9c6", size = 2939681, upload-time = "2025-07-28T13:22:47.499Z" }, + { url = "https://files.pythonhosted.org/packages/99/6f/cc300fea5db2ab5ddc2c8aea5757a27b89c84469899710c3aeddc1d39801/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3c73012da95afafdf235ba80047699df4384fdc481527448a078ffd00e45a7d9", size = 3247445, upload-time = "2025-07-28T15:48:39.711Z" }, + { url = "https://files.pythonhosted.org/packages/be/bf/98cb4b9c3c4afd8be89cfa6423704337dc20b73eb4180397a6e0d456c334/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f23186c40395fc390d27f519679a58023f368a0aad234af145e0f39ad1212732", size = 3428014, upload-time = "2025-07-28T13:22:49.569Z" }, + { url = "https://files.pythonhosted.org/packages/75/c7/96c1cc780e6ca7f01a57c13235dd05b7bc1c0f3588512ebe9d1331b5f5ae/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cc88bb34e23a54cc42713d6d98af5f1bf79c07653d24fe984d2d695ba2c922a2", size = 3193197, upload-time = "2025-07-28T13:22:51.471Z" }, + { url = "https://files.pythonhosted.org/packages/f2/90/273b6c7ec78af547694eddeea9e05de771278bd20476525ab930cecaf7d8/tokenizers-0.21.4-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51b7eabb104f46c1c50b486520555715457ae833d5aee9ff6ae853d1130506ff", size = 3115426, upload-time = "2025-07-28T15:48:41.439Z" }, + { url = "https://files.pythonhosted.org/packages/91/43/c640d5a07e95f1cf9d2c92501f20a25f179ac53a4f71e1489a3dcfcc67ee/tokenizers-0.21.4-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:714b05b2e1af1288bd1bc56ce496c4cebb64a20d158ee802887757791191e6e2", size = 9089127, upload-time = "2025-07-28T15:48:46.472Z" }, + { url = "https://files.pythonhosted.org/packages/44/a1/dd23edd6271d4dca788e5200a807b49ec3e6987815cd9d0a07ad9c96c7c2/tokenizers-0.21.4-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:1340ff877ceedfa937544b7d79f5b7becf33a4cfb58f89b3b49927004ef66f78", size = 9055243, upload-time = "2025-07-28T15:48:48.539Z" }, + { url = "https://files.pythonhosted.org/packages/21/2b/b410d6e9021c4b7ddb57248304dc817c4d4970b73b6ee343674914701197/tokenizers-0.21.4-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:3c1f4317576e465ac9ef0d165b247825a2a4078bcd01cba6b54b867bdf9fdd8b", size = 9298237, upload-time = "2025-07-28T15:48:50.443Z" }, + { url = "https://files.pythonhosted.org/packages/b7/0a/42348c995c67e2e6e5c89ffb9cfd68507cbaeb84ff39c49ee6e0a6dd0fd2/tokenizers-0.21.4-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:c212aa4e45ec0bb5274b16b6f31dd3f1c41944025c2358faaa5782c754e84c24", size = 9461980, upload-time = "2025-07-28T15:48:52.325Z" }, + { url = "https://files.pythonhosted.org/packages/3d/d3/dacccd834404cd71b5c334882f3ba40331ad2120e69ded32cf5fda9a7436/tokenizers-0.21.4-cp39-abi3-win32.whl", hash = "sha256:6c42a930bc5f4c47f4ea775c91de47d27910881902b0f20e4990ebe045a415d0", size = 2329871, upload-time = "2025-07-28T15:48:56.841Z" }, + { url = "https://files.pythonhosted.org/packages/41/f2/fd673d979185f5dcbac4be7d09461cbb99751554ffb6718d0013af8604cb/tokenizers-0.21.4-cp39-abi3-win_amd64.whl", hash = "sha256:475d807a5c3eb72c59ad9b5fcdb254f6e17f53dfcbb9903233b0dfa9c943b597", size = 2507568, upload-time = "2025-07-28T15:48:55.456Z" }, +] + [[package]] name = "tokenizers" version = "0.22.2" source = { registry = "https://pypi.org/simple" } +resolution-markers = [ + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", +] dependencies = [ - { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/73/6f/f80cfef4a312e1fb34baf7d85c72d4411afde10978d4657f8cdd811d3ccc/tokenizers-0.22.2.tar.gz", hash = "sha256:473b83b915e547aa366d1eee11806deaf419e17be16310ac0a14077f1e28f917", size = 372115, upload-time = "2026-01-05T10:45:15.988Z" } wheels = [ @@ -9489,6 +10047,15 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/fc/60/5b440d251863bd33f9b0a416c695b0309487b83abf6f2dafe9163a3aeac2/tokenizers-0.22.2-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:143b999bdc46d10febb15cbffb4207ddd1f410e2c755857b5a0797961bbdc113", size = 3377740, upload-time = "2026-01-05T10:40:54.859Z" }, ] +[[package]] +name = "toml" +version = "0.10.2" +source = { registry = "https://pypi.org/simple" } +sdist = { url = "https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f", size = 22253, upload-time = "2020-11-01T01:40:22.204Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/44/6f/7120676b6d73228c96e17f1f794d8ab046fc910d781c8d151120c3f1569e/toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b", size = 16588, upload-time = "2020-11-01T01:40:20.672Z" }, +] + [[package]] name = "tomli" version = "2.4.0" @@ -9522,24 +10089,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/aa/2f/b73a36fea58dfa08e8b3a268750e6853a6aac2a349241a905ebd86f3047a/tomli-2.4.0-cp313-cp313-win32.whl", hash = "sha256:7d49c66a7d5e56ac959cb6fc583aff0651094ec071ba9ad43df785abc2320d86", size = 97530, upload-time = "2026-01-11T11:22:13.865Z" }, { url = "https://files.pythonhosted.org/packages/3b/af/ca18c134b5d75de7e8dc551c5234eaba2e8e951f6b30139599b53de9c187/tomli-2.4.0-cp313-cp313-win_amd64.whl", hash = "sha256:3cf226acb51d8f1c394c1b310e0e0e61fecdd7adcb78d01e294ac297dd2e7f87", size = 108227, upload-time = "2026-01-11T11:22:15.224Z" }, { url = "https://files.pythonhosted.org/packages/22/c3/b386b832f209fee8073c8138ec50f27b4460db2fdae9ffe022df89a57f9b/tomli-2.4.0-cp313-cp313-win_arm64.whl", hash = "sha256:d20b797a5c1ad80c516e41bc1fb0443ddb5006e9aaa7bda2d71978346aeb9132", size = 94748, upload-time = "2026-01-11T11:22:16.009Z" }, - { url = "https://files.pythonhosted.org/packages/f3/c4/84047a97eb1004418bc10bdbcfebda209fca6338002eba2dc27cc6d13563/tomli-2.4.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:26ab906a1eb794cd4e103691daa23d95c6919cc2fa9160000ac02370cc9dd3f6", size = 154725, upload-time = "2026-01-11T11:22:17.269Z" }, - { url = "https://files.pythonhosted.org/packages/a8/5d/d39038e646060b9d76274078cddf146ced86dc2b9e8bbf737ad5983609a0/tomli-2.4.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:20cedb4ee43278bc4f2fee6cb50daec836959aadaf948db5172e776dd3d993fc", size = 148901, upload-time = "2026-01-11T11:22:18.287Z" }, - { url = "https://files.pythonhosted.org/packages/73/e5/383be1724cb30f4ce44983d249645684a48c435e1cd4f8b5cded8a816d3c/tomli-2.4.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:39b0b5d1b6dd03684b3fb276407ebed7090bbec989fa55838c98560c01113b66", size = 243375, upload-time = "2026-01-11T11:22:19.154Z" }, - { url = "https://files.pythonhosted.org/packages/31/f0/bea80c17971c8d16d3cc109dc3585b0f2ce1036b5f4a8a183789023574f2/tomli-2.4.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a26d7ff68dfdb9f87a016ecfd1e1c2bacbe3108f4e0f8bcd2228ef9a766c787d", size = 250639, upload-time = "2026-01-11T11:22:20.168Z" }, - { url = "https://files.pythonhosted.org/packages/2c/8f/2853c36abbb7608e3f945d8a74e32ed3a74ee3a1f468f1ffc7d1cb3abba6/tomli-2.4.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:20ffd184fb1df76a66e34bd1b36b4a4641bd2b82954befa32fe8163e79f1a702", size = 246897, upload-time = "2026-01-11T11:22:21.544Z" }, - { url = "https://files.pythonhosted.org/packages/49/f0/6c05e3196ed5337b9fe7ea003e95fd3819a840b7a0f2bf5a408ef1dad8ed/tomli-2.4.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:75c2f8bbddf170e8effc98f5e9084a8751f8174ea6ccf4fca5398436e0320bc8", size = 254697, upload-time = "2026-01-11T11:22:23.058Z" }, - { url = "https://files.pythonhosted.org/packages/f3/f5/2922ef29c9f2951883525def7429967fc4d8208494e5ab524234f06b688b/tomli-2.4.0-cp314-cp314-win32.whl", hash = "sha256:31d556d079d72db7c584c0627ff3a24c5d3fb4f730221d3444f3efb1b2514776", size = 98567, upload-time = "2026-01-11T11:22:24.033Z" }, - { url = "https://files.pythonhosted.org/packages/7b/31/22b52e2e06dd2a5fdbc3ee73226d763b184ff21fc24e20316a44ccc4d96b/tomli-2.4.0-cp314-cp314-win_amd64.whl", hash = "sha256:43e685b9b2341681907759cf3a04e14d7104b3580f808cfde1dfdb60ada85475", size = 108556, upload-time = "2026-01-11T11:22:25.378Z" }, - { url = "https://files.pythonhosted.org/packages/48/3d/5058dff3255a3d01b705413f64f4306a141a8fd7a251e5a495e3f192a998/tomli-2.4.0-cp314-cp314-win_arm64.whl", hash = "sha256:3d895d56bd3f82ddd6faaff993c275efc2ff38e52322ea264122d72729dca2b2", size = 96014, upload-time = "2026-01-11T11:22:26.138Z" }, - { url = "https://files.pythonhosted.org/packages/b8/4e/75dab8586e268424202d3a1997ef6014919c941b50642a1682df43204c22/tomli-2.4.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:5b5807f3999fb66776dbce568cc9a828544244a8eb84b84b9bafc080c99597b9", size = 163339, upload-time = "2026-01-11T11:22:27.143Z" }, - { url = "https://files.pythonhosted.org/packages/06/e3/b904d9ab1016829a776d97f163f183a48be6a4deb87304d1e0116a349519/tomli-2.4.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:c084ad935abe686bd9c898e62a02a19abfc9760b5a79bc29644463eaf2840cb0", size = 159490, upload-time = "2026-01-11T11:22:28.399Z" }, - { url = "https://files.pythonhosted.org/packages/e3/5a/fc3622c8b1ad823e8ea98a35e3c632ee316d48f66f80f9708ceb4f2a0322/tomli-2.4.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0f2e3955efea4d1cfbcb87bc321e00dc08d2bcb737fd1d5e398af111d86db5df", size = 269398, upload-time = "2026-01-11T11:22:29.345Z" }, - { url = "https://files.pythonhosted.org/packages/fd/33/62bd6152c8bdd4c305ad9faca48f51d3acb2df1f8791b1477d46ff86e7f8/tomli-2.4.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0e0fe8a0b8312acf3a88077a0802565cb09ee34107813bba1c7cd591fa6cfc8d", size = 276515, upload-time = "2026-01-11T11:22:30.327Z" }, - { url = "https://files.pythonhosted.org/packages/4b/ff/ae53619499f5235ee4211e62a8d7982ba9e439a0fb4f2f351a93d67c1dd2/tomli-2.4.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:413540dce94673591859c4c6f794dfeaa845e98bf35d72ed59636f869ef9f86f", size = 273806, upload-time = "2026-01-11T11:22:32.56Z" }, - { url = "https://files.pythonhosted.org/packages/47/71/cbca7787fa68d4d0a9f7072821980b39fbb1b6faeb5f5cf02f4a5559fa28/tomli-2.4.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:0dc56fef0e2c1c470aeac5b6ca8cc7b640bb93e92d9803ddaf9ea03e198f5b0b", size = 281340, upload-time = "2026-01-11T11:22:33.505Z" }, - { url = "https://files.pythonhosted.org/packages/f5/00/d595c120963ad42474cf6ee7771ad0d0e8a49d0f01e29576ee9195d9ecdf/tomli-2.4.0-cp314-cp314t-win32.whl", hash = "sha256:d878f2a6707cc9d53a1be1414bbb419e629c3d6e67f69230217bb663e76b5087", size = 108106, upload-time = "2026-01-11T11:22:34.451Z" }, - { url = "https://files.pythonhosted.org/packages/de/69/9aa0c6a505c2f80e519b43764f8b4ba93b5a0bbd2d9a9de6e2b24271b9a5/tomli-2.4.0-cp314-cp314t-win_amd64.whl", hash = "sha256:2add28aacc7425117ff6364fe9e06a183bb0251b03f986df0e78e974047571fd", size = 120504, upload-time = "2026-01-11T11:22:35.764Z" }, - { url = "https://files.pythonhosted.org/packages/b3/9f/f1668c281c58cfae01482f7114a4b88d345e4c140386241a1a24dcc9e7bc/tomli-2.4.0-cp314-cp314t-win_arm64.whl", hash = "sha256:2b1e3b80e1d5e52e40e9b924ec43d81570f0e7d09d11081b797bc4692765a3d4", size = 99561, upload-time = "2026-01-11T11:22:36.624Z" }, { url = "https://files.pythonhosted.org/packages/23/d1/136eb2cb77520a31e1f64cbae9d33ec6df0d78bdf4160398e86eec8a8754/tomli-2.4.0-py3-none-any.whl", hash = "sha256:1f776e7d669ebceb01dee46484485f43a4048746235e683bcdffacdf1fb4785a", size = 14477, upload-time = "2026-01-11T11:22:37.446Z" }, ] @@ -9563,32 +10112,38 @@ name = "torch" version = "2.8.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fsspec", marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "jinja2", marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "networkx", version = "3.2.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cublas-cu12", version = "12.8.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-cupti-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-nvrtc-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-runtime-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cudnn-cu12", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cufft-cu12", version = "11.3.3.83", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cufile-cu12", version = "1.13.1.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-curand-cu12", version = "10.3.9.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusolver-cu12", version = "11.7.3.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparse-cu12", version = "12.5.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparselt-cu12", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nccl-cu12", version = "2.27.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvtx-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sympy", marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "triton", version = "3.4.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fsspec", marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "jinja2", marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "networkx", version = "3.2.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cublas-cu12", version = "12.8.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-cupti-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-nvrtc-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-runtime-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cudnn-cu12", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cufft-cu12", version = "11.3.3.83", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cufile-cu12", version = "1.13.1.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-curand-cu12", version = "10.3.9.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusolver-cu12", version = "11.7.3.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusparse-cu12", version = "12.5.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusparselt-cu12", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nccl-cu12", version = "2.27.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvtx-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sympy", marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "triton", version = "3.4.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/63/28/110f7274254f1b8476c561dada127173f994afa2b1ffc044efb773c15650/torch-2.8.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:0be92c08b44009d4131d1ff7a8060d10bafdb7ddcb7359ef8d8c5169007ea905", size = 102052793, upload-time = "2025-08-06T14:53:15.852Z" }, @@ -9626,12 +10181,12 @@ resolution-markers = [ "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux'", ] dependencies = [ - { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fsspec", marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "jinja2", marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "networkx", version = "3.2.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sympy", marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fsspec", marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "jinja2", marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "networkx", version = "3.2.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sympy", marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://download.pytorch.org/whl/cpu/torch-2.8.0%2Bcpu-cp310-cp310-linux_s390x.whl", hash = "sha256:5d255d259fbc65439b671580e40fdb8faea4644761b64fed90d6904ffe71bbc1" }, @@ -9670,27 +10225,27 @@ resolution-markers = [ "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux'", ] dependencies = [ - { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fsspec", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "jinja2", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "networkx", version = "3.2.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cublas-cu12", version = "12.9.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-cupti-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-nvrtc-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-runtime-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cudnn-cu12", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cufft-cu12", version = "11.4.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cufile-cu12", version = "1.14.1.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-curand-cu12", version = "10.3.10.19", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusolver-cu12", version = "11.7.5.82", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparse-cu12", version = "12.5.10.65", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparselt-cu12", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nccl-cu12", version = "2.27.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvtx-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sympy", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "triton", version = "3.4.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fsspec", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "jinja2", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "networkx", version = "3.2.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cublas-cu12", version = "12.9.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-cupti-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-nvrtc-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-runtime-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cudnn-cu12", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cufft-cu12", version = "11.4.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cufile-cu12", version = "1.14.1.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-curand-cu12", version = "10.3.10.19", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusolver-cu12", version = "11.7.5.82", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusparse-cu12", version = "12.5.10.65", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusparselt-cu12", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nccl-cu12", version = "2.27.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvtx-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sympy", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "triton", version = "3.4.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://download.pytorch.org/whl/cu129/torch-2.8.0%2Bcu129-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:72156354c39c08f3451acb50a6ecd4178d745670ad8651b5c796eaace558ff0f" }, @@ -9718,58 +10273,77 @@ name = "torch" version = "2.10.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "cuda-bindings", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fsspec", marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "jinja2", marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version == '3.10.*' and sys_platform == 'darwin') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "networkx", version = "3.6.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.11' and sys_platform == 'darwin') or (python_full_version >= '3.11' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.11' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cublas-cu12", version = "12.8.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-cupti-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-nvrtc-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-runtime-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cudnn-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cufft-cu12", version = "11.3.3.83", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cufile-cu12", version = "1.13.1.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-curand-cu12", version = "10.3.9.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusolver-cu12", version = "11.7.3.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparse-cu12", version = "12.5.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparselt-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nccl-cu12", version = "2.27.5", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvshmem-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvtx-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "setuptools", marker = "(python_full_version >= '3.12' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.12' and sys_platform == 'darwin') or (python_full_version >= '3.12' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.12' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sympy", marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "triton", version = "3.6.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "cuda-bindings", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fsspec", marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "jinja2", marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version == '3.10.*' and sys_platform == 'darwin') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version != '3.10.*' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "networkx", version = "3.6.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.11' and sys_platform == 'darwin') or (python_full_version >= '3.11' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.11' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.11' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cublas-cu12", version = "12.8.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-cupti-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-nvrtc-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-runtime-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cudnn-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cufft-cu12", version = "11.3.3.83", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cufile-cu12", version = "1.13.1.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-curand-cu12", version = "10.3.9.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusolver-cu12", version = "11.7.3.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusparse-cu12", version = "12.5.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusparselt-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nccl-cu12", version = "2.27.5", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.8.93", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvshmem-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvtx-cu12", version = "12.8.90", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "setuptools", marker = "(python_full_version >= '3.12' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.12' and sys_platform == 'darwin') or (python_full_version >= '3.12' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.12' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.12' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sympy", marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "triton", version = "3.6.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/5b/30/bfebdd8ec77db9a79775121789992d6b3b75ee5494971294d7b4b7c999bc/torch-2.10.0-2-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:2b980edd8d7c0a68c4e951ee1856334a43193f98730d97408fbd148c1a933313", size = 79411457, upload-time = "2026-02-10T21:44:59.189Z" }, @@ -9796,14 +10370,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/54/fd/b207d1c525cb570ef47f3e9f836b154685011fce11a2f444ba8a4084d042/torch-2.10.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:6021db85958db2f07ec94e1bc77212721ba4920c12a18dc552d2ae36a3eb163f", size = 915612644, upload-time = "2026-01-21T16:21:47.019Z" }, { url = "https://files.pythonhosted.org/packages/36/53/0197f868c75f1050b199fe58f9bf3bf3aecac9b4e85cc9c964383d745403/torch-2.10.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ff43db38af76fda183156153983c9a096fc4c78d0cd1e07b14a2314c7f01c2c8", size = 113997015, upload-time = "2026-01-21T16:23:00.767Z" }, { url = "https://files.pythonhosted.org/packages/0e/13/e76b4d9c160e89fff48bf16b449ea324bda84745d2ab30294c37c2434c0d/torch-2.10.0-cp313-none-macosx_11_0_arm64.whl", hash = "sha256:cdf2a523d699b70d613243211ecaac14fe9c5df8a0b0a9c02add60fb2a413e0f", size = 79498248, upload-time = "2026-01-21T16:23:09.315Z" }, - { url = "https://files.pythonhosted.org/packages/4f/93/716b5ac0155f1be70ed81bacc21269c3ece8dba0c249b9994094110bfc51/torch-2.10.0-cp314-cp314-macosx_14_0_arm64.whl", hash = "sha256:bf0d9ff448b0218e0433aeb198805192346c4fd659c852370d5cc245f602a06a", size = 79464992, upload-time = "2026-01-21T16:23:05.162Z" }, - { url = "https://files.pythonhosted.org/packages/69/2b/51e663ff190c9d16d4a8271203b71bc73a16aa7619b9f271a69b9d4a936b/torch-2.10.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:233aed0659a2503b831d8a67e9da66a62c996204c0bba4f4c442ccc0c68a3f60", size = 146018567, upload-time = "2026-01-21T16:22:23.393Z" }, - { url = "https://files.pythonhosted.org/packages/5e/cd/4b95ef7f293b927c283db0b136c42be91c8ec6845c44de0238c8c23bdc80/torch-2.10.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:682497e16bdfa6efeec8cde66531bc8d1fbbbb4d8788ec6173c089ed3cc2bfe5", size = 915721646, upload-time = "2026-01-21T16:21:16.983Z" }, - { url = "https://files.pythonhosted.org/packages/56/97/078a007208f8056d88ae43198833469e61a0a355abc0b070edd2c085eb9a/torch-2.10.0-cp314-cp314-win_amd64.whl", hash = "sha256:6528f13d2a8593a1a412ea07a99812495bec07e9224c28b2a25c0a30c7da025c", size = 113752373, upload-time = "2026-01-21T16:22:13.471Z" }, - { url = "https://files.pythonhosted.org/packages/d8/94/71994e7d0d5238393df9732fdab607e37e2b56d26a746cb59fdb415f8966/torch-2.10.0-cp314-cp314t-macosx_14_0_arm64.whl", hash = "sha256:f5ab4ba32383061be0fb74bda772d470140a12c1c3b58a0cfbf3dae94d164c28", size = 79850324, upload-time = "2026-01-21T16:22:09.494Z" }, - { url = "https://files.pythonhosted.org/packages/e2/65/1a05346b418ea8ccd10360eef4b3e0ce688fba544e76edec26913a8d0ee0/torch-2.10.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:716b01a176c2a5659c98f6b01bf868244abdd896526f1c692712ab36dbaf9b63", size = 146006482, upload-time = "2026-01-21T16:22:18.42Z" }, - { url = "https://files.pythonhosted.org/packages/1d/b9/5f6f9d9e859fc3235f60578fa64f52c9c6e9b4327f0fe0defb6de5c0de31/torch-2.10.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:d8f5912ba938233f86361e891789595ff35ca4b4e2ac8fe3670895e5976731d6", size = 915613050, upload-time = "2026-01-21T16:20:49.035Z" }, - { url = "https://files.pythonhosted.org/packages/66/4d/35352043ee0eaffdeff154fad67cd4a31dbed7ff8e3be1cc4549717d6d51/torch-2.10.0-cp314-cp314t-win_amd64.whl", hash = "sha256:71283a373f0ee2c89e0f0d5f446039bdabe8dbc3c9ccf35f0f784908b0acd185", size = 113995816, upload-time = "2026-01-21T16:22:05.312Z" }, ] [[package]] @@ -9811,26 +10377,32 @@ name = "torch" version = "2.10.0+cpu" source = { registry = "https://download.pytorch.org/whl/cpu" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fsspec", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "jinja2", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version != '3.10.*' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "networkx", version = "3.6.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.11' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "setuptools", marker = "(python_full_version >= '3.12' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.12' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sympy", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fsspec", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "jinja2", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version != '3.10.*' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version != '3.10.*' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "networkx", version = "3.6.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.11' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.11' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "setuptools", marker = "(python_full_version >= '3.12' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.12' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.12' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sympy", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp310-cp310-linux_aarch64.whl", hash = "sha256:31ae44836c8b9bbd1a3943d29c7c7457709ddf7c6173aa34aefe9d2203e4c405" }, @@ -9861,16 +10433,6 @@ wheels = [ { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:0fedcb1a77e8f2aaf7bfd21591bf6d1e0b207473268c9be16b17cb7783253969" }, { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:106dd1930cb30a4a337366ba3f9b25318ebf940f51fd46f789281dd9e736bdc4" }, { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp313-cp313t-win_amd64.whl", hash = "sha256:eb1bde1ce198f05c8770017de27e001d404499cf552aaaa014569eff56ca25c0" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314-linux_aarch64.whl", hash = "sha256:ea2bcc9d1fca66974a71d4bf9a502539283f35d61fcab5a799b4e120846f1e02" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314-linux_s390x.whl", hash = "sha256:f8294fd2fc6dd8f4435a891a0122307a043b14b21f0dac1bca63c85bfb59e586" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:a28fdbcfa2fbacffec81300f24dd1bed2b0ccfdbed107a823cff12bc1db070f6" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:aada8afc068add586464b2a55adb7cc9091eec55caf5320447204741cb6a0604" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314-win_amd64.whl", hash = "sha256:2adc71fe471e98a608723bfc837f7e1929885ebb912c693597711e139c1cda41" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314t-linux_aarch64.whl", hash = "sha256:9412bd37b70f5ebd1205242c4ba4cabae35a605947f2b30806d5c9b467936db9" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314t-linux_s390x.whl", hash = "sha256:e71c476517c33e7db69825a9ff46c7f47a723ec4dac5b2481cff4246d1c632be" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:23882f8d882460aca809882fc42f5e343bf07585274f929ced00177d1be1eb67" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:4fcd8b4cc2ae20f2b7749fb275349c55432393868778c2d50a08e81d5ee5591e" }, - { url = "https://download.pytorch.org/whl/cpu/torch-2.10.0%2Bcpu-cp314-cp314t-win_amd64.whl", hash = "sha256:ffc8da9a1341092d6a90cb5b1c1a33cd61abf0fb43f0cd88443c27fa372c26ae" }, ] [[package]] @@ -9878,38 +10440,37 @@ name = "torch" version = "2.10.0+cu129" source = { registry = "https://download.pytorch.org/whl/cu129" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", ] dependencies = [ - { name = "cuda-bindings", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fsspec", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "jinja2", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version != '3.10.*' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "networkx", version = "3.6.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.11' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cublas-cu12", version = "12.9.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-cupti-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-nvrtc-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cuda-runtime-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cudnn-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cufft-cu12", version = "11.4.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cufile-cu12", version = "1.14.1.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-curand-cu12", version = "10.3.10.19", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusolver-cu12", version = "11.7.5.82", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparse-cu12", version = "12.5.10.65", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-cusparselt-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nccl-cu12", version = "2.27.5", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvshmem-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "nvidia-nvtx-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "setuptools", marker = "(python_full_version >= '3.12' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.12' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "sympy", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "triton", version = "3.6.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "cuda-bindings", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fsspec", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "jinja2", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "networkx", version = "3.4.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version != '3.10.*' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version != '3.10.*' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "networkx", version = "3.6.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.11' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.11' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.11' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cublas-cu12", version = "12.9.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-cupti-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-nvrtc-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cuda-runtime-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cudnn-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cufft-cu12", version = "11.4.1.4", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cufile-cu12", version = "1.14.1.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-curand-cu12", version = "10.3.10.19", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusolver-cu12", version = "11.7.5.82", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusparse-cu12", version = "12.5.10.65", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-cusparselt-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nccl-cu12", version = "2.27.5", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvjitlink-cu12", version = "12.9.86", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvshmem-cu12", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "nvidia-nvtx-cu12", version = "12.9.79", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "setuptools", marker = "(python_full_version >= '3.12' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.12' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.12' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "sympy", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "triton", version = "3.6.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://download.pytorch.org/whl/cu129/torch-2.10.0%2Bcu129-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:6c7e5664a9cb809920d89c5200a832555d68faa5a00a7056f4365971723b685e" }, @@ -9922,10 +10483,6 @@ wheels = [ { url = "https://download.pytorch.org/whl/cu129/torch-2.10.0%2Bcu129-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:e116126decbfbd1fc6f8e07c0d1527f014b0b787b50479d84592ccc44870f8d5" }, { url = "https://download.pytorch.org/whl/cu129/torch-2.10.0%2Bcu129-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:426cd15b348547131a3de733056396dea0edfb511cd5e351a6ba9efa561dfb86" }, { url = "https://download.pytorch.org/whl/cu129/torch-2.10.0%2Bcu129-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:3f62b9033869ea62c76edb803b129d4889b4c094d295d86a79cabb4a36a597d9" }, - { url = "https://download.pytorch.org/whl/cu129/torch-2.10.0%2Bcu129-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:e9649b8b5cbeee7a237d08c81390bb02f20cab2caa1a8e4f4d96bae3d26a2836" }, - { url = "https://download.pytorch.org/whl/cu129/torch-2.10.0%2Bcu129-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:09a88b6a21952bbb664fdd6b2539364aa9e52b9789cc8aa22ed3ccfcd6d3c779" }, - { url = "https://download.pytorch.org/whl/cu129/torch-2.10.0%2Bcu129-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:97dec29569355524ae67ef4f7172ab5f367b489bbfcc0ecf29fc07949217eb6d" }, - { url = "https://download.pytorch.org/whl/cu129/torch-2.10.0%2Bcu129-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:a12016c1dd639e7063c9067a7d205e7b1ad9423eaca2d267b2a054b29ef8f198" }, ] [[package]] @@ -9934,20 +10491,20 @@ version = "0.12.0" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "julius" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "torch-pitch-shift" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/31/8d/2f8fd7e34c75f5ee8de4310c3bd3f22270acd44d1f809e2fe7c12fbf35f8/torch_audiomentations-0.12.0.tar.gz", hash = "sha256:b02d4c5eb86376986a53eb405cca5e34f370ea9284411237508e720c529f7888", size = 52094, upload-time = "2025-01-15T09:07:01.071Z" } wheels = [ @@ -9961,19 +10518,19 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "packaging" }, { name = "primepy" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/79/a6/722a832bca75d5079f6731e005b3d0c2eec7c6c6863d030620952d143d57/torch_pitch_shift-1.2.5.tar.gz", hash = "sha256:6e1c7531f08d0f407a4c55e5ff8385a41355c5c5d27ab7fa08632e51defbd0ed", size = 4725, upload-time = "2024-09-25T19:10:12.922Z" } wheels = [ @@ -9988,7 +10545,7 @@ resolution-markers = [ "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux'", ] dependencies = [ - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.8.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c2f44cf279f673cfcdd8f576c349eee8bedf8caab351a5dd78b32970cc34a212" }, @@ -10010,12 +10567,18 @@ name = "torchaudio" version = "2.8.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/30/81/92d34ff136b17ddda872f6d8149f2ca927ad53a37ae26d02cb5f66435772/torchaudio-2.8.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c2f44cf279f673cfcdd8f576c349eee8bedf8caab351a5dd78b32970cc34a212", size = 1852315, upload-time = "2025-08-06T14:58:32.64Z" }, @@ -10052,7 +10615,7 @@ resolution-markers = [ "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux')", ] dependencies = [ - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.8.0%2Bcpu-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:c955835e470ebbde03d7d54ca5d8ba5722138bbfd66cfb86845234b3a5b9f9fa" }, @@ -10077,7 +10640,7 @@ resolution-markers = [ "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux'", ] dependencies = [ - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://download.pytorch.org/whl/cu129/torchaudio-2.8.0%2Bcu129-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:bf779145a53e2ea8eddb1ba9802fc4723ea1b927c98951a3430794061cf779d5" }, @@ -10099,34 +10662,53 @@ name = "torchaudio" version = "2.10.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/04/59/88ab8ebff9d91f1f1365088b30f1b9ccce07c5eeac666038a5dee5e2f9b1/torchaudio-2.10.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4cde383582a6240c1315443df5c5638863e96b03acf1cb44a298aff07a72d373", size = 734944, upload-time = "2026-01-21T16:28:49.535Z" }, @@ -10149,14 +10731,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/43/8c/653e7f67855424bf3b7cbb48335f8316f7fb02bb01a6cab38f6bf9555676/torchaudio-2.10.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:b41b254d958632dc00dc7768431cadda516c91641d798775cbb19bcd4f0d2be4", size = 393430, upload-time = "2026-01-21T16:28:34.855Z" }, { url = "https://files.pythonhosted.org/packages/8e/1f/f91fcb9dd47a19b720fb48042a2f6f023651948e73726e98fff60d5ed5c7/torchaudio-2.10.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:da1081d1018a1e95f5a13947402aeb037cf5ac8861219a6164df004898a96bb1", size = 1897271, upload-time = "2026-01-21T16:28:23.519Z" }, { url = "https://files.pythonhosted.org/packages/57/27/270c26890f43838e8faa5d3e52f079bd9d9d09f9a535a11cf6b94e20ed21/torchaudio-2.10.0-cp313-cp313t-win_amd64.whl", hash = "sha256:f1afa53146a5655258d3a86e689c6879dfe78581d9bee9ef611ace98722f86bb", size = 478966, upload-time = "2026-01-21T16:28:32.491Z" }, - { url = "https://files.pythonhosted.org/packages/cc/5c/0e54b162bd0d1ec2f87b545553af839f906b940888d0122cdef04b965385/torchaudio-2.10.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:1f2897fbf776d55afcb5f6d9b7bdfaea850ca7a129c8f5e4b3a4b025c431130d", size = 739544, upload-time = "2026-01-21T16:28:26.947Z" }, - { url = "https://files.pythonhosted.org/packages/57/a1/ef5571406858f4ea89c18d6ad844d21cb9858708149e6bbd9a789ee30ea5/torchaudio-2.10.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:b2d5e11a2bec08f02a4f5fb7d1902ff82d48c533a27ceedc21e6ade650cf65b3", size = 393061, upload-time = "2026-01-21T16:28:25.802Z" }, - { url = "https://files.pythonhosted.org/packages/9d/0f/a0cf0ebc6f71b1868ea056dd4cd4f1a2244b8da8bc38372a1adc984a7c1f/torchaudio-2.10.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:77f6cf11a3b61af1b0967cd642368ecd30a86d70f622b22410ae6cb42d980b72", size = 1897137, upload-time = "2026-01-21T16:28:15.366Z" }, - { url = "https://files.pythonhosted.org/packages/7f/48/98e6710a4601e190bc923c3683629c29d41fb18a818a9328515541f023ed/torchaudio-2.10.0-cp314-cp314-win_amd64.whl", hash = "sha256:4711c2a86a005685ca3b5da135b2f370d81ac354e3dcb142ef45fe2c78b9c9c4", size = 475154, upload-time = "2026-01-21T16:28:22.438Z" }, - { url = "https://files.pythonhosted.org/packages/c1/9b/cd02f8add38bd98761548b0821a5e54c564117a9bbeafaf95f665ab0fd72/torchaudio-2.10.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:13bdc1bde0c88e999699d1503304a56fc9dea6401b76bc08a5f268368129d46c", size = 742453, upload-time = "2026-01-21T16:28:20.989Z" }, - { url = "https://files.pythonhosted.org/packages/53/8a/946aa07393845b918d318b5e34b3bd0359fd27fc9fac10a85fae2bb86382/torchaudio-2.10.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:ed912de8ec1b400e17a5172badcfcddc601a9cd4e02d200f3a9504fc8e54961c", size = 393434, upload-time = "2026-01-21T16:28:18.668Z" }, - { url = "https://files.pythonhosted.org/packages/e1/68/e37e8fbbae986afa80f8851e08fc017eb8ae5f7b398ee28ed92303da163e/torchaudio-2.10.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:f7aa33a8198e87949896e16ea245ea731906445becdf10130e8823c68494a94a", size = 1897289, upload-time = "2026-01-21T16:28:17.059Z" }, - { url = "https://files.pythonhosted.org/packages/5d/61/0e1f464463b85bc677036faffdfd23493aa17e8c3fc3a649abca8c019701/torchaudio-2.10.0-cp314-cp314t-win_amd64.whl", hash = "sha256:e49f6a18a8552620c4394f8529b7551eda9312d46dfdd3500bd2be459c86aea4", size = 478968, upload-time = "2026-01-21T16:28:19.542Z" }, ] [[package]] @@ -10164,19 +10738,25 @@ name = "torchaudio" version = "2.10.0+cpu" source = { registry = "https://download.pytorch.org/whl/cpu" } resolution-markers = [ - "python_full_version >= '3.14' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and sys_platform == 'linux'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux'", - "python_full_version == '3.12.*' and sys_platform == 'linux'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux'", - "python_full_version == '3.11.*' and sys_platform == 'linux'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux'", - "python_full_version == '3.10.*' and sys_platform == 'linux'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:2e923e36c6e6240a70a2ea7a002c8ff6094a386e3014894d20402c42bd6aab1c" }, @@ -10194,12 +10774,6 @@ wheels = [ { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:6b95eb81b3960961c419b48b321d5dd837f696067ae4adc2bbb431c8b3737366" }, { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:eeb02bee18b0a98a5f6ea2bceebb3bf3176fbadfe9fcb9fa062d9387d8fecc17" }, { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp313-cp313t-win_amd64.whl", hash = "sha256:35763804fc32eb5d108ba49b75dd8cc09ae0892070dc528ef6beed6a3d923c7f" }, - { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:638c596996562247a24bbb172fde9d1759e5552abdd48156a59e54ad28c93706" }, - { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:86f2b72ca385a7e72069228c4fdc646e66a43b90c091649ff5fced89f6749c38" }, - { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp314-cp314-win_amd64.whl", hash = "sha256:385a0dc53a860bb85f823da7685a07a89b47f68c4aae0e4f056cb2f995fb4405" }, - { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:8bf39083b2046c32fda4f411682430f833125db572bf55d8d667d3c8b19482de" }, - { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:e70b9a7060b079db6c7aa7f9bf14b7938835a1d3bcbf6731cfc27af204d24df3" }, - { url = "https://download.pytorch.org/whl/cpu/torchaudio-2.10.0%2Bcpu-cp314-cp314t-win_amd64.whl", hash = "sha256:bb110657dea3619ba5f644f59b761b7c27da5357d442dcc4d53b4bff937f2a4a" }, ] [[package]] @@ -10207,14 +10781,13 @@ name = "torchaudio" version = "2.10.0+cu129" source = { registry = "https://download.pytorch.org/whl/cu129" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux'", ] dependencies = [ - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://download.pytorch.org/whl/cu129/torchaudio-2.10.0%2Bcu129-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:ff6a7a02ff3da0fde931f087a2a408e097ea29a32d905ba373a186e525a6f263" }, @@ -10227,10 +10800,6 @@ wheels = [ { url = "https://download.pytorch.org/whl/cu129/torchaudio-2.10.0%2Bcu129-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:25f99b060c867bedae2d5520acc3504afca0e75255724abdc4e05142a6c537cd" }, { url = "https://download.pytorch.org/whl/cu129/torchaudio-2.10.0%2Bcu129-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:b64d03ab8ef46a158987a6943957c5cf537cc6fb8cb82e6eb80cd4eee1691b65" }, { url = "https://download.pytorch.org/whl/cu129/torchaudio-2.10.0%2Bcu129-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:411826a1d33e62404b69908242a017820e62f5a05facd277efc225a90a409570" }, - { url = "https://download.pytorch.org/whl/cu129/torchaudio-2.10.0%2Bcu129-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:1e949dcec56d58469a80c9f4cb0d2ed377cb3b88512ff94cec4a2c5a167a6aa6" }, - { url = "https://download.pytorch.org/whl/cu129/torchaudio-2.10.0%2Bcu129-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:37bec8b2993d76f4ad5f810f12eb46f8d2e74fcfc9047fe7b157922f0d6e3b7d" }, - { url = "https://download.pytorch.org/whl/cu129/torchaudio-2.10.0%2Bcu129-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:1de7f85a39861093178ee425301023f85f7c3b3ce01667a6279f24e848658b84" }, - { url = "https://download.pytorch.org/whl/cu129/torchaudio-2.10.0%2Bcu129-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:c87e8bc610ef9c77456edaefa29d0ada3f4b8e1e903f735ec4eb48a4d91ec8f6" }, ] [[package]] @@ -10238,16 +10807,16 @@ name = "torchmetrics" version = "1.8.2" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "lightning-utilities", version = "0.15.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "lightning-utilities", version = "0.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "lightning-utilities", version = "0.15.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "lightning-utilities", version = "0.15.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "numpy" }, { name = "packaging" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/85/2e/48a887a59ecc4a10ce9e8b35b3e3c5cef29d902c4eac143378526e7485cb/torchmetrics-1.8.2.tar.gz", hash = "sha256:cf64a901036bf107f17a524009eea7781c9c5315d130713aeca5747a686fe7a5", size = 580679, upload-time = "2025-09-03T14:00:54.077Z" } wheels = [ @@ -10259,19 +10828,31 @@ name = "torchvision" version = "0.23.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pillow", version = "11.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pillow", version = "11.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and sys_platform == 'darwin') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/4d/49/5ad5c3ff4920be0adee9eb4339b4fb3b023a0fc55b9ed8dbc73df92946b8/torchvision-0.23.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:7266871daca00ad46d1c073e55d972179d12a58fa5c9adec9a3db9bbed71284a", size = 1856885, upload-time = "2025-08-06T14:57:55.024Z" }, @@ -10305,53 +10886,85 @@ name = "torchvision" version = "0.25.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pillow", version = "12.1.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pillow", version = "12.1.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform == 'darwin') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/50/ae/cbf727421eb73f1cf907fbe5788326a08f111b3f6b6ddca15426b53fec9a/torchvision-0.25.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a95c47abb817d4e90ea1a8e57bd0d728e3e6b533b3495ae77d84d883c4d11f56", size = 1874919, upload-time = "2026-01-21T16:27:47.617Z" }, @@ -10374,14 +10987,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/28/cc/2103149761fdb4eaed58a53e8437b2d716d48f05174fab1d9fcf1e2a2244/torchvision-0.25.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:146d02c9876858420adf41f3189fe90e3d6a409cbfa65454c09f25fb33bf7266", size = 2310735, upload-time = "2026-01-21T16:27:22.327Z" }, { url = "https://files.pythonhosted.org/packages/76/ad/f4c985ad52ddd3b22711c588501be1b330adaeaf6850317f66751711b78c/torchvision-0.25.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:c4d395cb2c4a2712f6eb93a34476cdf7aae74bb6ea2ea1917f858e96344b00aa", size = 8089557, upload-time = "2026-01-21T16:27:27.666Z" }, { url = "https://files.pythonhosted.org/packages/63/cc/0ea68b5802e5e3c31f44b307e74947bad5a38cc655231d845534ed50ddb8/torchvision-0.25.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5e6b449e9fa7d642142c0e27c41e5a43b508d57ed8e79b7c0a0c28652da8678c", size = 4344260, upload-time = "2026-01-21T16:27:17.018Z" }, - { url = "https://files.pythonhosted.org/packages/9e/1f/fa839532660e2602b7e704d65010787c5bb296258b44fa8b9c1cd6175e7d/torchvision-0.25.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:620a236288d594dcec7634c754484542dc0a5c1b0e0b83a34bda5e91e9b7c3a1", size = 1896193, upload-time = "2026-01-21T16:27:24.785Z" }, - { url = "https://files.pythonhosted.org/packages/80/ed/d51889da7ceaf5ff7a0574fb28f9b6b223df19667265395891f81b364ab3/torchvision-0.25.0-cp314-cp314-manylinux_2_28_aarch64.whl", hash = "sha256:0b5e7f50002a8145a98c5694a018e738c50e2972608310c7e88e1bd4c058f6ce", size = 2309331, upload-time = "2026-01-21T16:27:19.97Z" }, - { url = "https://files.pythonhosted.org/packages/90/a5/f93fcffaddd8f12f9e812256830ec9c9ca65abbf1bc369379f9c364d1ff4/torchvision-0.25.0-cp314-cp314-manylinux_2_28_x86_64.whl", hash = "sha256:632db02300e83793812eee4f61ae6a2686dab10b4cfd628b620dc47747aa9d03", size = 8088713, upload-time = "2026-01-21T16:27:15.281Z" }, - { url = "https://files.pythonhosted.org/packages/1f/eb/d0096eed5690d962853213f2ee00d91478dfcb586b62dbbb449fb8abc3a6/torchvision-0.25.0-cp314-cp314-win_amd64.whl", hash = "sha256:d1abd5ed030c708f5dbf4812ad5f6fbe9384b63c40d6bd79f8df41a4a759a917", size = 4325058, upload-time = "2026-01-21T16:27:26.165Z" }, - { url = "https://files.pythonhosted.org/packages/97/36/96374a4c7ab50dea9787ce987815614ccfe988a42e10ac1a2e3e5b60319a/torchvision-0.25.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:ad9a8a5877782944d99186e4502a614770fe906626d76e9cd32446a0ac3075f2", size = 1896207, upload-time = "2026-01-21T16:27:23.383Z" }, - { url = "https://files.pythonhosted.org/packages/b5/e2/7abb10a867db79b226b41da419b63b69c0bd5b82438c4a4ed50e084c552f/torchvision-0.25.0-cp314-cp314t-manylinux_2_28_aarch64.whl", hash = "sha256:40a122c3cf4d14b651f095e0f672b688dde78632783fc5cd3d4d5e4f6a828563", size = 2310741, upload-time = "2026-01-21T16:27:18.712Z" }, - { url = "https://files.pythonhosted.org/packages/08/e6/0927784e6ffc340b6676befde1c60260bd51641c9c574b9298d791a9cda4/torchvision-0.25.0-cp314-cp314t-manylinux_2_28_x86_64.whl", hash = "sha256:846890161b825b38aa85fc37fb3ba5eea74e7091ff28bab378287111483b6443", size = 8089772, upload-time = "2026-01-21T16:27:14.048Z" }, - { url = "https://files.pythonhosted.org/packages/b6/37/e7ca4ec820d434c0f23f824eb29f0676a0c3e7a118f1514f5b949c3356da/torchvision-0.25.0-cp314-cp314t-win_amd64.whl", hash = "sha256:f07f01d27375ad89d72aa2b3f2180f07da95dd9d2e4c758e015c0acb2da72977", size = 4425879, upload-time = "2026-01-21T16:27:12.579Z" }, ] [[package]] @@ -10389,7 +10994,7 @@ name = "tqdm" version = "4.67.3" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/09/a9/6ba95a270c6f1fbcd8dac228323f2777d886cb206987444e4bce66338dd4/tqdm-4.67.3.tar.gz", hash = "sha256:7d825f03f89244ef73f1d4ce193cb1774a8179fd96f31d7e1dcde62092b960bb", size = 169598, upload-time = "2026-02-03T17:35:53.048Z" } wheels = [ @@ -10407,31 +11012,77 @@ wheels = [ [[package]] name = "transformers" -version = "4.57.6" +version = "4.53.3" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pyyaml", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "regex", version = "2026.1.15", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "requests", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "safetensors", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tokenizers", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tqdm", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "filelock", version = "3.19.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "filelock", version = "3.24.3", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "numpy", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "packaging", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pyyaml", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "regex", version = "2026.1.15", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "regex", version = "2026.2.19", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "requests", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "safetensors", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "tokenizers", version = "0.21.4", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "tqdm", marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/c4/35/67252acc1b929dc88b6602e8c4a982e64f31e733b804c14bc24b47da35e6/transformers-4.57.6.tar.gz", hash = "sha256:55e44126ece9dc0a291521b7e5492b572e6ef2766338a610b9ab5afbb70689d3", size = 10134912, upload-time = "2026-01-16T10:38:39.284Z" } +sdist = { url = "https://files.pythonhosted.org/packages/f1/5c/49182918b58eaa0b4c954fd0e37c79fc299e5643e69d70089d0b0eb0cd9b/transformers-4.53.3.tar.gz", hash = "sha256:b2eda1a261de79b78b97f7888fe2005fc0c3fabf5dad33d52cc02983f9f675d8", size = 9197478, upload-time = "2025-07-22T07:30:51.51Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/03/b8/e484ef633af3887baeeb4b6ad12743363af7cce68ae51e938e00aaa0529d/transformers-4.57.6-py3-none-any.whl", hash = "sha256:4c9e9de11333ddfe5114bc872c9f370509198acf0b87a832a0ab9458e2bd0550", size = 11993498, upload-time = "2026-01-16T10:38:31.289Z" }, + { url = "https://files.pythonhosted.org/packages/41/b1/d7520cc5cb69c825599042eb3a7c986fa9baa8a8d2dea9acd78e152c81e2/transformers-4.53.3-py3-none-any.whl", hash = "sha256:5aba81c92095806b6baf12df35d756cf23b66c356975fb2a7fa9e536138d7c75", size = 10826382, upload-time = "2025-07-22T07:30:48.458Z" }, ] [[package]] @@ -10439,57 +11090,57 @@ name = "transformers" version = "5.2.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "numpy", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "packaging", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pyyaml", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "regex", version = "2026.2.19", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "safetensors", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tokenizers", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "tqdm", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typer-slim", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "numpy", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "packaging", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pyyaml", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "regex", version = "2026.2.19", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "safetensors", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tokenizers", version = "0.22.2", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "tqdm", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typer-slim", marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/bd/7e/8a0c57d562015e5b16c97c1f0b8e0e92ead2c7c20513225dc12c2043ba9f/transformers-5.2.0.tar.gz", hash = "sha256:0088b8b46ccc9eff1a1dca72b5d618a5ee3b1befc3e418c9512b35dea9f9a650", size = 8618176, upload-time = "2026-02-16T18:54:02.867Z" } wheels = [ @@ -10501,13 +11152,19 @@ name = "triton" version = "3.4.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "importlib-metadata", marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "setuptools", marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "importlib-metadata", marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "setuptools", marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] wheels = [ { url = "https://files.pythonhosted.org/packages/62/ee/0ee5f64a87eeda19bbad9bc54ae5ca5b98186ed00055281fd40fb4beb10e/triton-3.4.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:7ff2785de9bc02f500e085420273bb5cc9c9bb767584a4aa28d6e360cec70128", size = 155430069, upload-time = "2025-07-30T19:58:21.715Z" }, @@ -10523,21 +11180,42 @@ name = "triton" version = "3.6.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] wheels = [ { url = "https://files.pythonhosted.org/packages/44/ba/b1b04f4b291a3205d95ebd24465de0e5bf010a2df27a4e58a9b5f039d8f2/triton-3.6.0-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:6c723cfb12f6842a0ae94ac307dba7e7a44741d720a40cf0e270ed4a4e3be781", size = 175972180, upload-time = "2026-01-20T16:15:53.664Z" }, @@ -10550,10 +11228,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/f9/0b/37d991d8c130ce81a8728ae3c25b6e60935838e9be1b58791f5997b24a54/triton-3.6.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:10c7f76c6e72d2ef08df639e3d0d30729112f47a56b0c81672edc05ee5116ac9", size = 188289450, upload-time = "2026-01-20T16:00:49.136Z" }, { url = "https://files.pythonhosted.org/packages/ce/4e/41b0c8033b503fd3cfcd12392cdd256945026a91ff02452bef40ec34bee7/triton-3.6.0-cp313-cp313t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1722e172d34e32abc3eb7711d0025bb69d7959ebea84e3b7f7a341cd7ed694d6", size = 176276087, upload-time = "2026-01-20T16:16:18.989Z" }, { url = "https://files.pythonhosted.org/packages/35/f8/9c66bfc55361ec6d0e4040a0337fb5924ceb23de4648b8a81ae9d33b2b38/triton-3.6.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d002e07d7180fd65e622134fbd980c9a3d4211fb85224b56a0a0efbd422ab72f", size = 188400296, upload-time = "2026-01-20T16:00:56.042Z" }, - { url = "https://files.pythonhosted.org/packages/49/55/5ecf0dcaa0f2fbbd4420f7ef227ee3cb172e91e5fede9d0ecaddc43363b4/triton-3.6.0-cp314-cp314-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:ef5523241e7d1abca00f1d240949eebdd7c673b005edbbce0aca95b8191f1d43", size = 176138577, upload-time = "2026-01-20T16:16:25.426Z" }, - { url = "https://files.pythonhosted.org/packages/df/3d/9e7eee57b37c80cec63322c0231bb6da3cfe535a91d7a4d64896fcb89357/triton-3.6.0-cp314-cp314-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:a17a5d5985f0ac494ed8a8e54568f092f7057ef60e1b0fa09d3fd1512064e803", size = 188273063, upload-time = "2026-01-20T16:01:07.278Z" }, - { url = "https://files.pythonhosted.org/packages/48/db/56ee649cab5eaff4757541325aca81f52d02d4a7cd3506776cad2451e060/triton-3.6.0-cp314-cp314t-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:0b3a97e8ed304dfa9bd23bb41ca04cdf6b2e617d5e782a8653d616037a5d537d", size = 176274804, upload-time = "2026-01-20T16:16:31.528Z" }, - { url = "https://files.pythonhosted.org/packages/f6/56/6113c23ff46c00aae423333eb58b3e60bdfe9179d542781955a5e1514cb3/triton-3.6.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:46bd1c1af4b6704e554cad2eeb3b0a6513a980d470ccfa63189737340c7746a7", size = 188397994, upload-time = "2026-01-20T16:01:14.236Z" }, ] [[package]] @@ -10573,18 +11247,30 @@ name = "typer" version = "0.23.2" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "annotated-doc", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "rich", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "shellingham", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "annotated-doc", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "rich", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "shellingham", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/d3/ae/93d16574e66dfe4c2284ffdaca4b0320ade32858cb2cc586c8dd79f127c5/typer-0.23.2.tar.gz", hash = "sha256:a99706a08e54f1aef8bb6a8611503808188a4092808e86addff1828a208af0de", size = 120162, upload-time = "2026-02-16T18:52:40.354Z" } wheels = [ @@ -10596,52 +11282,84 @@ name = "typer" version = "0.24.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "annotated-doc", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "click", version = "8.3.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "rich", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "shellingham", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "annotated-doc", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "click", version = "8.3.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "rich", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "shellingham", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/f5/24/cb09efec5cc954f7f9b930bf8279447d24618bb6758d4f6adf2574c41780/typer-0.24.1.tar.gz", hash = "sha256:e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45", size = 118613, upload-time = "2026-02-21T16:54:40.609Z" } wheels = [ @@ -10653,7 +11371,7 @@ name = "typer-slim" version = "0.24.0" source = { registry = "https://pypi.org/simple" } dependencies = [ - { name = "typer", version = "0.24.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "typer", version = "0.24.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/a7/a7/e6aecc4b4eb59598829a3b5076a93aff291b4fdaa2ded25efc4e1f4d219c/typer_slim-0.24.0.tar.gz", hash = "sha256:f0ed36127183f52ae6ced2ecb2521789995992c521a46083bfcdbb652d22ad34", size = 4776, upload-time = "2026-02-16T22:08:51.2Z" } wheels = [ @@ -10710,17 +11428,29 @@ name = "uvicorn" version = "0.39.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "h11", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "click", version = "8.1.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "h11", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/ae/4f/f9fdac7cf6dd79790eb165639b5c452ceeabc7bbabbba4569155470a287d/uvicorn-0.39.0.tar.gz", hash = "sha256:610512b19baa93423d2892d7823741f6d27717b642c8964000d7194dded19302", size = 82001, upload-time = "2025-12-21T13:05:17.973Z" } wheels = [ @@ -10732,51 +11462,83 @@ name = "uvicorn" version = "0.41.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] dependencies = [ - { name = "click", version = "8.3.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "h11", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "typing-extensions", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "click", version = "8.3.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "h11", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "typing-extensions", marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/32/ce/eeb58ae4ac36fe09e3842eb02e0eb676bf2c53ae062b98f1b2531673efdd/uvicorn-0.41.0.tar.gz", hash = "sha256:09d11cf7008da33113824ee5a1c6422d89fbc2ff476540d69a34c87fab8b571a", size = 82633, upload-time = "2026-02-16T23:07:24.1Z" } wheels = [ @@ -10858,12 +11620,24 @@ name = "websockets" version = "15.0.1" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')", - "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129')", - "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/21/e6/26d09fab466b7ca9c7737474c52be4f76a40301b08362eb2dbc19dcc16c1/websockets-15.0.1.tar.gz", hash = "sha256:82544de02076bafba038ce055ee6412d68da13ab47f0c60cab827346de828dee", size = 177016, upload-time = "2025-03-05T20:03:41.606Z" } wheels = [ @@ -10942,46 +11716,78 @@ name = "websockets" version = "16.0" source = { registry = "https://pypi.org/simple" } resolution-markers = [ - "python_full_version >= '3.14' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version >= '3.14' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.13.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", - "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-gpu-cu129'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "(python_full_version >= '3.13' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.12.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.11.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "(python_full_version == '3.10.*' and platform_machine != 'x86_64' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf')", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version >= '3.13' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.12.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.11.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", + "python_full_version == '3.10.*' and extra != 'extra-14-whisperlivekit-cpu' and extra != 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra != 'extra-14-whisperlivekit-voxtral-hf'", ] sdist = { url = "https://files.pythonhosted.org/packages/04/24/4b2031d72e840ce4c1ccb255f693b15c334757fc50023e4db9537080b8c4/websockets-16.0.tar.gz", hash = "sha256:5f6261a5e56e8d5c42a4497b364ea24d94d9563e8fbd44e78ac40879c60179b5", size = 179346, upload-time = "2026-01-10T09:23:47.181Z" } wheels = [ @@ -11021,24 +11827,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/9b/67/f926bac29882894669368dc73f4da900fcdf47955d0a0185d60103df5737/websockets-16.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:6e5a82b677f8f6f59e8dfc34ec06ca6b5b48bc4fcda346acd093694cc2c24d8f", size = 184920, upload-time = "2026-01-10T09:23:07.492Z" }, { url = "https://files.pythonhosted.org/packages/3c/a1/3d6ccdcd125b0a42a311bcd15a7f705d688f73b2a22d8cf1c0875d35d34a/websockets-16.0-cp313-cp313-win32.whl", hash = "sha256:abf050a199613f64c886ea10f38b47770a65154dc37181bfaff70c160f45315a", size = 178255, upload-time = "2026-01-10T09:23:09.245Z" }, { url = "https://files.pythonhosted.org/packages/6b/ae/90366304d7c2ce80f9b826096a9e9048b4bb760e44d3b873bb272cba696b/websockets-16.0-cp313-cp313-win_amd64.whl", hash = "sha256:3425ac5cf448801335d6fdc7ae1eb22072055417a96cc6b31b3861f455fbc156", size = 178689, upload-time = "2026-01-10T09:23:10.483Z" }, - { url = "https://files.pythonhosted.org/packages/f3/1d/e88022630271f5bd349ed82417136281931e558d628dd52c4d8621b4a0b2/websockets-16.0-cp314-cp314-macosx_10_15_universal2.whl", hash = "sha256:8cc451a50f2aee53042ac52d2d053d08bf89bcb31ae799cb4487587661c038a0", size = 177406, upload-time = "2026-01-10T09:23:12.178Z" }, - { url = "https://files.pythonhosted.org/packages/f2/78/e63be1bf0724eeb4616efb1ae1c9044f7c3953b7957799abb5915bffd38e/websockets-16.0-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:daa3b6ff70a9241cf6c7fc9e949d41232d9d7d26fd3522b1ad2b4d62487e9904", size = 175085, upload-time = "2026-01-10T09:23:13.511Z" }, - { url = "https://files.pythonhosted.org/packages/bb/f4/d3c9220d818ee955ae390cf319a7c7a467beceb24f05ee7aaaa2414345ba/websockets-16.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:fd3cb4adb94a2a6e2b7c0d8d05cb94e6f1c81a0cf9dc2694fb65c7e8d94c42e4", size = 175328, upload-time = "2026-01-10T09:23:14.727Z" }, - { url = "https://files.pythonhosted.org/packages/63/bc/d3e208028de777087e6fb2b122051a6ff7bbcca0d6df9d9c2bf1dd869ae9/websockets-16.0-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:781caf5e8eee67f663126490c2f96f40906594cb86b408a703630f95550a8c3e", size = 185044, upload-time = "2026-01-10T09:23:15.939Z" }, - { url = "https://files.pythonhosted.org/packages/ad/6e/9a0927ac24bd33a0a9af834d89e0abc7cfd8e13bed17a86407a66773cc0e/websockets-16.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:caab51a72c51973ca21fa8a18bd8165e1a0183f1ac7066a182ff27107b71e1a4", size = 186279, upload-time = "2026-01-10T09:23:17.148Z" }, - { url = "https://files.pythonhosted.org/packages/b9/ca/bf1c68440d7a868180e11be653c85959502efd3a709323230314fda6e0b3/websockets-16.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:19c4dc84098e523fd63711e563077d39e90ec6702aff4b5d9e344a60cb3c0cb1", size = 185711, upload-time = "2026-01-10T09:23:18.372Z" }, - { url = "https://files.pythonhosted.org/packages/c4/f8/fdc34643a989561f217bb477cbc47a3a07212cbda91c0e4389c43c296ebf/websockets-16.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:a5e18a238a2b2249c9a9235466b90e96ae4795672598a58772dd806edc7ac6d3", size = 184982, upload-time = "2026-01-10T09:23:19.652Z" }, - { url = "https://files.pythonhosted.org/packages/dd/d1/574fa27e233764dbac9c52730d63fcf2823b16f0856b3329fc6268d6ae4f/websockets-16.0-cp314-cp314-win32.whl", hash = "sha256:a069d734c4a043182729edd3e9f247c3b2a4035415a9172fd0f1b71658a320a8", size = 177915, upload-time = "2026-01-10T09:23:21.458Z" }, - { url = "https://files.pythonhosted.org/packages/8a/f1/ae6b937bf3126b5134ce1f482365fde31a357c784ac51852978768b5eff4/websockets-16.0-cp314-cp314-win_amd64.whl", hash = "sha256:c0ee0e63f23914732c6d7e0cce24915c48f3f1512ec1d079ed01fc629dab269d", size = 178381, upload-time = "2026-01-10T09:23:22.715Z" }, - { url = "https://files.pythonhosted.org/packages/06/9b/f791d1db48403e1f0a27577a6beb37afae94254a8c6f08be4a23e4930bc0/websockets-16.0-cp314-cp314t-macosx_10_15_universal2.whl", hash = "sha256:a35539cacc3febb22b8f4d4a99cc79b104226a756aa7400adc722e83b0d03244", size = 177737, upload-time = "2026-01-10T09:23:24.523Z" }, - { url = "https://files.pythonhosted.org/packages/bd/40/53ad02341fa33b3ce489023f635367a4ac98b73570102ad2cdd770dacc9a/websockets-16.0-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:b784ca5de850f4ce93ec85d3269d24d4c82f22b7212023c974c401d4980ebc5e", size = 175268, upload-time = "2026-01-10T09:23:25.781Z" }, - { url = "https://files.pythonhosted.org/packages/74/9b/6158d4e459b984f949dcbbb0c5d270154c7618e11c01029b9bbd1bb4c4f9/websockets-16.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:569d01a4e7fba956c5ae4fc988f0d4e187900f5497ce46339c996dbf24f17641", size = 175486, upload-time = "2026-01-10T09:23:27.033Z" }, - { url = "https://files.pythonhosted.org/packages/e5/2d/7583b30208b639c8090206f95073646c2c9ffd66f44df967981a64f849ad/websockets-16.0-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:50f23cdd8343b984957e4077839841146f67a3d31ab0d00e6b824e74c5b2f6e8", size = 185331, upload-time = "2026-01-10T09:23:28.259Z" }, - { url = "https://files.pythonhosted.org/packages/45/b0/cce3784eb519b7b5ad680d14b9673a31ab8dcb7aad8b64d81709d2430aa8/websockets-16.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:152284a83a00c59b759697b7f9e9cddf4e3c7861dd0d964b472b70f78f89e80e", size = 186501, upload-time = "2026-01-10T09:23:29.449Z" }, - { url = "https://files.pythonhosted.org/packages/19/60/b8ebe4c7e89fb5f6cdf080623c9d92789a53636950f7abacfc33fe2b3135/websockets-16.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:bc59589ab64b0022385f429b94697348a6a234e8ce22544e3681b2e9331b5944", size = 186062, upload-time = "2026-01-10T09:23:31.368Z" }, - { url = "https://files.pythonhosted.org/packages/88/a8/a080593f89b0138b6cba1b28f8df5673b5506f72879322288b031337c0b8/websockets-16.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:32da954ffa2814258030e5a57bc73a3635463238e797c7375dc8091327434206", size = 185356, upload-time = "2026-01-10T09:23:32.627Z" }, - { url = "https://files.pythonhosted.org/packages/c2/b6/b9afed2afadddaf5ebb2afa801abf4b0868f42f8539bfe4b071b5266c9fe/websockets-16.0-cp314-cp314t-win32.whl", hash = "sha256:5a4b4cc550cb665dd8a47f868c8d04c8230f857363ad3c9caf7a0c3bf8c61ca6", size = 178085, upload-time = "2026-01-10T09:23:33.816Z" }, - { url = "https://files.pythonhosted.org/packages/9f/3e/28135a24e384493fa804216b79a6a6759a38cc4ff59118787b9fb693df93/websockets-16.0-cp314-cp314t-win_amd64.whl", hash = "sha256:b14dc141ed6d2dde437cddb216004bcac6a1df0935d79656387bd41632ba0bbd", size = 178531, upload-time = "2026-01-10T09:23:35.016Z" }, { url = "https://files.pythonhosted.org/packages/72/07/c98a68571dcf256e74f1f816b8cc5eae6eb2d3d5cfa44d37f801619d9166/websockets-16.0-pp311-pypy311_pp73-macosx_10_15_x86_64.whl", hash = "sha256:349f83cd6c9a415428ee1005cadb5c2c56f4389bc06a9af16103c3bc3dcc8b7d", size = 174947, upload-time = "2026-01-10T09:23:36.166Z" }, { url = "https://files.pythonhosted.org/packages/7e/52/93e166a81e0305b33fe416338be92ae863563fe7bce446b0f687b9df5aea/websockets-16.0-pp311-pypy311_pp73-macosx_11_0_arm64.whl", hash = "sha256:4a1aba3340a8dca8db6eb5a7986157f52eb9e436b74813764241981ca4888f03", size = 175260, upload-time = "2026-01-10T09:23:37.409Z" }, { url = "https://files.pythonhosted.org/packages/56/0c/2dbf513bafd24889d33de2ff0368190a0e69f37bcfa19009ef819fe4d507/websockets-16.0-pp311-pypy311_pp73-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:f4a32d1bd841d4bcbffdcb3d2ce50c09c3909fbead375ab28d0181af89fd04da", size = 176071, upload-time = "2026-01-10T09:23:39.158Z" }, @@ -11065,72 +11853,86 @@ version = "3.2" source = { registry = "https://pypi.org/simple" } sdist = { url = "https://files.pythonhosted.org/packages/47/6a/62e288da7bcda82b935ff0c6cfe542970f04e29c756b0e147251b2fb251f/wget-3.2.zip", hash = "sha256:35e630eca2aa50ce998b9b1a127bb26b30dfee573702782aa982f875e3f16061", size = 10857, upload-time = "2015-10-22T15:26:37.51Z" } +[[package]] +name = "whisper-normalizer" +version = "0.1.12" +source = { registry = "https://pypi.org/simple" } +dependencies = [ + { name = "indic-numtowords", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "more-itertools", marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "regex", version = "2026.2.19", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, +] +sdist = { url = "https://files.pythonhosted.org/packages/77/81/d4a23d67e9356f1c2d6fe9aa7e99f42078b5e3845b181412a5582f168af4/whisper_normalizer-0.1.12.tar.gz", hash = "sha256:484dcedbfeba2ee94cf9412d57ab1e66b847e91f80c15ffc4c6ab82ad5484b8c", size = 39630, upload-time = "2025-06-06T19:03:50.75Z" } +wheels = [ + { url = "https://files.pythonhosted.org/packages/07/d7/2bf42cb3f19da0aec48052a6e3bc3a592afc182fe98c011a0e0ae5fbe1f5/whisper_normalizer-0.1.12-py3-none-any.whl", hash = "sha256:2cd7276d2599c05147a50cf86d240e6cd27623f5ccfe8b20ccea6a518274989a", size = 36748, upload-time = "2025-06-06T19:03:49.182Z" }, +] + [[package]] name = "whisperlivekit" version = "0.2.19" source = { editable = "." } dependencies = [ - { name = "fastapi", version = "0.128.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "fastapi", version = "0.131.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "fastapi", version = "0.128.8", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "fastapi", version = "0.131.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "faster-whisper" }, - { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "0.36.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "huggingface-hub", version = "1.4.1", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "librosa" }, { name = "soundfile" }, { name = "tiktoken" }, { name = "tqdm" }, - { name = "uvicorn", version = "0.39.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "uvicorn", version = "0.41.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "websockets", version = "15.0.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "websockets", version = "16.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "uvicorn", version = "0.39.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "uvicorn", version = "0.41.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "websockets", version = "15.0.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "websockets", version = "16.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] [package.optional-dependencies] cpu = [ - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version < '3.10' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_machine != 'aarch64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and platform_python_implementation != 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_python_implementation != 'CPython' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'aarch64' and platform_python_implementation == 'CPython' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(python_full_version >= '3.10' and sys_platform != 'darwin' and extra == 'extra-14-whisperlivekit-cpu') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform == 'darwin' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] diarization-diart = [ { name = "diart" }, ] diarization-sortformer = [ - { name = "nemo-toolkit", extra = ["asr"], marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "nemo-toolkit", extra = ["asr"], marker = "(python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] gpu-cu129 = [ - { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "triton", version = "3.4.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and sys_platform != 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "triton", version = "3.6.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and sys_platform != 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "torch", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torch", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.8.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine == 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "torchaudio", version = "2.10.0+cu129", source = { registry = "https://download.pytorch.org/whl/cu129" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "triton", version = "3.4.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and sys_platform == 'linux2' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and sys_platform == 'linux2' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and sys_platform != 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and sys_platform != 'linux2' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and sys_platform != 'linux2' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "triton", version = "3.6.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version >= '3.10' and platform_machine == 'x86_64' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (python_full_version < '3.10' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (platform_machine != 'x86_64' and sys_platform == 'linux' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (platform_machine != 'x86_64' and sys_platform == 'linux2' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and sys_platform != 'linux2' and extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (sys_platform != 'linux' and sys_platform != 'linux2' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform != 'linux' and sys_platform != 'linux2' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'linux' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (sys_platform == 'linux2' and extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sentence-tokenizer = [ { name = "mosestokenizer" }, { name = "wtpsplit" }, ] test = [ - { name = "pytest", version = "8.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pytest", version = "9.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pytest-asyncio", version = "1.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "pytest-asyncio", version = "1.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "pytest", version = "8.4.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pytest", version = "9.0.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pytest-asyncio", version = "1.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "pytest-asyncio", version = "1.3.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] translation = [ { name = "nllw" }, ] voxtral-hf = [ - { name = "mistral-common", version = "1.8.5", source = { registry = "https://pypi.org/simple" }, extra = ["audio"], marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "mistral-common", version = "1.9.1", source = { registry = "https://pypi.org/simple" }, extra = ["audio"], marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "mistral-common", version = "1.8.5", source = { registry = "https://pypi.org/simple" }, extra = ["audio"], marker = "(python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version < '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "mistral-common", version = "1.9.1", source = { registry = "https://pypi.org/simple" }, extra = ["audio"], marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-gpu-cu129' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, { name = "transformers", version = "5.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, ] @@ -11143,7 +11945,7 @@ requires-dist = [ { name = "librosa" }, { name = "mistral-common", extras = ["audio"], marker = "extra == 'voxtral-hf'" }, { name = "mosestokenizer", marker = "extra == 'sentence-tokenizer'" }, - { name = "nemo-toolkit", extras = ["asr"], marker = "python_full_version >= '3.10' and extra == 'diarization-sortformer'", specifier = ">=2.2,<3" }, + { name = "nemo-toolkit", extras = ["asr"], marker = "python_full_version >= '3.10' and extra == 'diarization-sortformer'", specifier = ">2.4" }, { name = "nllw", marker = "extra == 'translation'" }, { name = "pytest", marker = "extra == 'test'", specifier = ">=7.0" }, { name = "pytest-asyncio", marker = "extra == 'test'", specifier = ">=0.21" }, @@ -11166,15 +11968,6 @@ requires-dist = [ ] provides-extras = ["test", "translation", "sentence-tokenizer", "voxtral-hf", "cpu", "gpu-cu129", "diarization-sortformer", "diarization-diart"] -[[package]] -name = "win32-setctime" -version = "1.2.0" -source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/b3/8f/705086c9d734d3b663af0e9bb3d4de6578d08f46b1b101c2442fd9aecaa2/win32_setctime-1.2.0.tar.gz", hash = "sha256:ae1fdf948f5640aae05c511ade119313fb6a30d7eabe25fef9764dca5873c4c0", size = 4867, upload-time = "2024-12-07T15:28:28.314Z" } -wheels = [ - { url = "https://files.pythonhosted.org/packages/e1/07/c6fe3ad3e685340704d314d765b7912993bcb8dc198f0e7a89382d37974b/win32_setctime-1.2.0-py3-none-any.whl", hash = "sha256:95d644c4e708aba81dc3704a116d8cbc974d70b3bdb8be1d150e36be6e9d1390", size = 4083, upload-time = "2024-12-07T15:28:26.465Z" }, -] - [[package]] name = "wrapt" version = "2.1.1" @@ -11226,24 +12019,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/38/ec/67c90a7082f452964b4621e4890e9a490f1add23cdeb7483cc1706743291/wrapt-2.1.1-cp313-cp313t-win32.whl", hash = "sha256:b8af75fe20d381dd5bcc9db2e86a86d7fcfbf615383a7147b85da97c1182225b", size = 59783, upload-time = "2026-02-03T02:11:39.863Z" }, { url = "https://files.pythonhosted.org/packages/ec/08/466afe4855847d8febdfa2c57c87e991fc5820afbdef01a273683dfd15a0/wrapt-2.1.1-cp313-cp313t-win_amd64.whl", hash = "sha256:45c5631c9b6c792b78be2d7352129f776dd72c605be2c3a4e9be346be8376d83", size = 63082, upload-time = "2026-02-03T02:12:09.075Z" }, { url = "https://files.pythonhosted.org/packages/9a/62/60b629463c28b15b1eeadb3a0691e17568622b12aa5bfa7ebe9b514bfbeb/wrapt-2.1.1-cp313-cp313t-win_arm64.whl", hash = "sha256:da815b9263947ac98d088b6414ac83507809a1d385e4632d9489867228d6d81c", size = 60251, upload-time = "2026-02-03T02:11:21.794Z" }, - { url = "https://files.pythonhosted.org/packages/95/a0/1c2396e272f91efe6b16a6a8bce7ad53856c8f9ae4f34ceaa711d63ec9e1/wrapt-2.1.1-cp314-cp314-macosx_10_15_x86_64.whl", hash = "sha256:9aa1765054245bb01a37f615503290d4e207e3fd59226e78341afb587e9c1236", size = 61311, upload-time = "2026-02-03T02:12:44.41Z" }, - { url = "https://files.pythonhosted.org/packages/b0/9a/d2faba7e61072a7507b5722db63562fdb22f5a24e237d460d18755627f15/wrapt-2.1.1-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:feff14b63a6d86c1eee33a57f77573649f2550935981625be7ff3cb7342efe05", size = 61805, upload-time = "2026-02-03T02:11:59.905Z" }, - { url = "https://files.pythonhosted.org/packages/db/56/073989deb4b5d7d6e7ea424476a4ae4bda02140f2dbeaafb14ba4864dd60/wrapt-2.1.1-cp314-cp314-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:81fc5f22d5fcfdbabde96bb3f5379b9f4476d05c6d524d7259dc5dfb501d3281", size = 120308, upload-time = "2026-02-03T02:12:04.46Z" }, - { url = "https://files.pythonhosted.org/packages/d1/b6/84f37261295e38167a29eb82affaf1dc15948dc416925fe2091beee8e4ac/wrapt-2.1.1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:951b228ecf66def855d22e006ab9a1fc12535111ae7db2ec576c728f8ddb39e8", size = 122688, upload-time = "2026-02-03T02:11:23.148Z" }, - { url = "https://files.pythonhosted.org/packages/ea/80/32db2eec6671f80c65b7ff175be61bc73d7f5223f6910b0c921bbc4bd11c/wrapt-2.1.1-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:0ddf582a95641b9a8c8bd643e83f34ecbbfe1b68bc3850093605e469ab680ae3", size = 121115, upload-time = "2026-02-03T02:12:39.068Z" }, - { url = "https://files.pythonhosted.org/packages/49/ef/dcd00383df0cd696614127902153bf067971a5aabcd3c9dcb2d8ef354b2a/wrapt-2.1.1-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:fc5c500966bf48913f795f1984704e6d452ba2414207b15e1f8c339a059d5b16", size = 119484, upload-time = "2026-02-03T02:11:48.419Z" }, - { url = "https://files.pythonhosted.org/packages/76/29/0630280cdd2bd8f86f35cb6854abee1c9d6d1a28a0c6b6417cd15d378325/wrapt-2.1.1-cp314-cp314-win32.whl", hash = "sha256:4aa4baadb1f94b71151b8e44a0c044f6af37396c3b8bcd474b78b49e2130a23b", size = 58514, upload-time = "2026-02-03T02:11:58.616Z" }, - { url = "https://files.pythonhosted.org/packages/db/19/5bed84f9089ed2065f6aeda5dfc4f043743f642bc871454b261c3d7d322b/wrapt-2.1.1-cp314-cp314-win_amd64.whl", hash = "sha256:860e9d3fd81816a9f4e40812f28be4439ab01f260603c749d14be3c0a1170d19", size = 60763, upload-time = "2026-02-03T02:12:24.553Z" }, - { url = "https://files.pythonhosted.org/packages/e4/cb/b967f2f9669e4249b4fe82e630d2a01bc6b9e362b9b12ed91bbe23ae8df4/wrapt-2.1.1-cp314-cp314-win_arm64.whl", hash = "sha256:3c59e103017a2c1ea0ddf589cbefd63f91081d7ce9d491d69ff2512bb1157e23", size = 59051, upload-time = "2026-02-03T02:11:29.602Z" }, - { url = "https://files.pythonhosted.org/packages/eb/19/6fed62be29f97eb8a56aff236c3f960a4b4a86e8379dc7046a8005901a97/wrapt-2.1.1-cp314-cp314t-macosx_10_15_x86_64.whl", hash = "sha256:9fa7c7e1bee9278fc4f5dd8275bc8d25493281a8ec6c61959e37cc46acf02007", size = 63059, upload-time = "2026-02-03T02:12:06.368Z" }, - { url = "https://files.pythonhosted.org/packages/0a/1c/b757fd0adb53d91547ed8fad76ba14a5932d83dde4c994846a2804596378/wrapt-2.1.1-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:39c35e12e8215628984248bd9c8897ce0a474be2a773db207eb93414219d8469", size = 63618, upload-time = "2026-02-03T02:12:23.197Z" }, - { url = "https://files.pythonhosted.org/packages/10/fe/e5ae17b1480957c7988d991b93df9f2425fc51f128cf88144d6a18d0eb12/wrapt-2.1.1-cp314-cp314t-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:94ded4540cac9125eaa8ddf5f651a7ec0da6f5b9f248fe0347b597098f8ec14c", size = 152544, upload-time = "2026-02-03T02:11:43.915Z" }, - { url = "https://files.pythonhosted.org/packages/3e/cc/99aed210c6b547b8a6e4cb9d1425e4466727158a6aeb833aa7997e9e08dd/wrapt-2.1.1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:da0af328373f97ed9bdfea24549ac1b944096a5a71b30e41c9b8b53ab3eec04a", size = 158700, upload-time = "2026-02-03T02:12:30.684Z" }, - { url = "https://files.pythonhosted.org/packages/81/0e/d442f745f4957944d5f8ad38bc3a96620bfff3562533b87e486e979f3d99/wrapt-2.1.1-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:4ad839b55f0bf235f8e337ce060572d7a06592592f600f3a3029168e838469d3", size = 155561, upload-time = "2026-02-03T02:11:28.164Z" }, - { url = "https://files.pythonhosted.org/packages/51/ac/9891816280e0018c48f8dfd61b136af7b0dcb4a088895db2531acde5631b/wrapt-2.1.1-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:0d89c49356e5e2a50fa86b40e0510082abcd0530f926cbd71cf25bee6b9d82d7", size = 150188, upload-time = "2026-02-03T02:11:57.053Z" }, - { url = "https://files.pythonhosted.org/packages/24/98/e2f273b6d70d41f98d0739aa9a269d0b633684a5fb17b9229709375748d4/wrapt-2.1.1-cp314-cp314t-win32.whl", hash = "sha256:f4c7dd22cf7f36aafe772f3d88656559205c3af1b7900adfccb70edeb0d2abc4", size = 60425, upload-time = "2026-02-03T02:11:35.007Z" }, - { url = "https://files.pythonhosted.org/packages/1e/06/b500bfc38a4f82d89f34a13069e748c82c5430d365d9e6b75afb3ab74457/wrapt-2.1.1-cp314-cp314t-win_amd64.whl", hash = "sha256:f76bc12c583ab01e73ba0ea585465a41e48d968f6d1311b4daec4f8654e356e3", size = 63855, upload-time = "2026-02-03T02:12:15.47Z" }, - { url = "https://files.pythonhosted.org/packages/d9/cc/5f6193c32166faee1d2a613f278608e6f3b95b96589d020f0088459c46c9/wrapt-2.1.1-cp314-cp314t-win_arm64.whl", hash = "sha256:7ea74fc0bec172f1ae5f3505b6655c541786a5cabe4bbc0d9723a56ac32eb9b9", size = 60443, upload-time = "2026-02-03T02:11:30.869Z" }, { url = "https://files.pythonhosted.org/packages/08/3e/144e085a4a237b60a1b41f56e8a173e5e4f21f42a201e43f8d38272b4772/wrapt-2.1.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:9e03b3d486eb39f5d3f562839f59094dcee30c4039359ea15768dc2214d9e07c", size = 60552, upload-time = "2026-02-03T02:11:41.2Z" }, { url = "https://files.pythonhosted.org/packages/69/25/576fa5d1e8c0b2657ed411b947bb50c7cc56a0a882fbd1b04574803e668a/wrapt-2.1.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:0fdf3073f488ce4d929929b7799e3b8c52b220c9eb3f4a5a51e2dc0e8ff07881", size = 61498, upload-time = "2026-02-03T02:11:26.425Z" }, { url = "https://files.pythonhosted.org/packages/48/01/37def21f806dee9db8c12f99b872b3cdf15215bafe3919c982968134b804/wrapt-2.1.1-cp39-cp39-manylinux1_x86_64.manylinux_2_28_x86_64.manylinux_2_5_x86_64.whl", hash = "sha256:0cb4f59238c6625fae2eeb72278da31c9cfba0ff4d9cbe37446b73caa0e9bcf7", size = 113232, upload-time = "2026-02-03T02:11:52.542Z" }, @@ -11263,16 +12038,16 @@ source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "cached-property" }, { name = "numpy" }, - { name = "onnxruntime", version = "1.20.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "onnxruntime", version = "1.24.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "onnxruntime", version = "1.20.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "onnxruntime", version = "1.24.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "pandas" }, - { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "scikit-learn", version = "1.6.1", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.7.2", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version == '3.10.*' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, + { name = "scikit-learn", version = "1.8.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.11' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, { name = "skops" }, { name = "tqdm" }, - { name = "transformers", version = "4.57.6", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, - { name = "transformers", version = "5.2.0", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version >= '3.10' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "transformers", version = "4.53.3", source = { registry = "https://pypi.org/simple" }, marker = "python_full_version < '3.10' or extra == 'extra-14-whisperlivekit-diarization-sortformer' or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129')" }, + { name = "transformers", version = "5.2.0", source = { registry = "https://pypi.org/simple" }, marker = "(python_full_version >= '3.10' and extra != 'extra-14-whisperlivekit-diarization-sortformer') or (extra == 'extra-14-whisperlivekit-cpu' and extra == 'extra-14-whisperlivekit-gpu-cu129') or (extra == 'extra-14-whisperlivekit-diarization-sortformer' and extra == 'extra-14-whisperlivekit-voxtral-hf')" }, ] sdist = { url = "https://files.pythonhosted.org/packages/f6/f5/ffb260bc57931361f35dcf51221b23130cbd6eabb7a73bcfb6f6208526c2/wtpsplit-1.3.0.tar.gz", hash = "sha256:fee280321eed70d74f5f8f7680880cf641a05bb6f7b7fa30ff189dc12f3b2346", size = 29471, upload-time = "2024-01-22T15:28:18.974Z" } wheels = [ @@ -11360,36 +12135,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/19/fa/0172e350361d61febcea941b0cc541d6e6c8d65d153e85f850a7b256ff8a/xxhash-3.6.0-cp313-cp313t-win32.whl", hash = "sha256:1244460adc3a9be84731d72b8e80625788e5815b68da3da8b83f78115a40a7ec", size = 30916, upload-time = "2025-10-02T14:35:35.107Z" }, { url = "https://files.pythonhosted.org/packages/ad/e6/e8cf858a2b19d6d45820f072eff1bea413910592ff17157cabc5f1227a16/xxhash-3.6.0-cp313-cp313t-win_amd64.whl", hash = "sha256:b1e420ef35c503869c4064f4a2f2b08ad6431ab7b229a05cce39d74268bca6b8", size = 31799, upload-time = "2025-10-02T14:35:36.165Z" }, { url = "https://files.pythonhosted.org/packages/56/15/064b197e855bfb7b343210e82490ae672f8bc7cdf3ddb02e92f64304ee8a/xxhash-3.6.0-cp313-cp313t-win_arm64.whl", hash = "sha256:ec44b73a4220623235f67a996c862049f375df3b1052d9899f40a6382c32d746", size = 28044, upload-time = "2025-10-02T14:35:37.195Z" }, - { url = "https://files.pythonhosted.org/packages/7e/5e/0138bc4484ea9b897864d59fce9be9086030825bc778b76cb5a33a906d37/xxhash-3.6.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:a40a3d35b204b7cc7643cbcf8c9976d818cb47befcfac8bbefec8038ac363f3e", size = 32754, upload-time = "2025-10-02T14:35:38.245Z" }, - { url = "https://files.pythonhosted.org/packages/18/d7/5dac2eb2ec75fd771957a13e5dda560efb2176d5203f39502a5fc571f899/xxhash-3.6.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:a54844be970d3fc22630b32d515e79a90d0a3ddb2644d8d7402e3c4c8da61405", size = 30846, upload-time = "2025-10-02T14:35:39.6Z" }, - { url = "https://files.pythonhosted.org/packages/fe/71/8bc5be2bb00deb5682e92e8da955ebe5fa982da13a69da5a40a4c8db12fb/xxhash-3.6.0-cp314-cp314-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:016e9190af8f0a4e3741343777710e3d5717427f175adfdc3e72508f59e2a7f3", size = 194343, upload-time = "2025-10-02T14:35:40.69Z" }, - { url = "https://files.pythonhosted.org/packages/e7/3b/52badfb2aecec2c377ddf1ae75f55db3ba2d321c5e164f14461c90837ef3/xxhash-3.6.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:4f6f72232f849eb9d0141e2ebe2677ece15adfd0fa599bc058aad83c714bb2c6", size = 213074, upload-time = "2025-10-02T14:35:42.29Z" }, - { url = "https://files.pythonhosted.org/packages/a2/2b/ae46b4e9b92e537fa30d03dbc19cdae57ed407e9c26d163895e968e3de85/xxhash-3.6.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:63275a8aba7865e44b1813d2177e0f5ea7eadad3dd063a21f7cf9afdc7054063", size = 212388, upload-time = "2025-10-02T14:35:43.929Z" }, - { url = "https://files.pythonhosted.org/packages/f5/80/49f88d3afc724b4ac7fbd664c8452d6db51b49915be48c6982659e0e7942/xxhash-3.6.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:3cd01fa2aa00d8b017c97eb46b9a794fbdca53fc14f845f5a328c71254b0abb7", size = 445614, upload-time = "2025-10-02T14:35:45.216Z" }, - { url = "https://files.pythonhosted.org/packages/ed/ba/603ce3961e339413543d8cd44f21f2c80e2a7c5cfe692a7b1f2cccf58f3c/xxhash-3.6.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0226aa89035b62b6a86d3c68df4d7c1f47a342b8683da2b60cedcddb46c4d95b", size = 194024, upload-time = "2025-10-02T14:35:46.959Z" }, - { url = "https://files.pythonhosted.org/packages/78/d1/8e225ff7113bf81545cfdcd79eef124a7b7064a0bba53605ff39590b95c2/xxhash-3.6.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:c6e193e9f56e4ca4923c61238cdaced324f0feac782544eb4c6d55ad5cc99ddd", size = 210541, upload-time = "2025-10-02T14:35:48.301Z" }, - { url = "https://files.pythonhosted.org/packages/6f/58/0f89d149f0bad89def1a8dd38feb50ccdeb643d9797ec84707091d4cb494/xxhash-3.6.0-cp314-cp314-musllinux_1_2_i686.whl", hash = "sha256:9176dcaddf4ca963d4deb93866d739a343c01c969231dbe21680e13a5d1a5bf0", size = 198305, upload-time = "2025-10-02T14:35:49.584Z" }, - { url = "https://files.pythonhosted.org/packages/11/38/5eab81580703c4df93feb5f32ff8fa7fe1e2c51c1f183ee4e48d4bb9d3d7/xxhash-3.6.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:c1ce4009c97a752e682b897aa99aef84191077a9433eb237774689f14f8ec152", size = 210848, upload-time = "2025-10-02T14:35:50.877Z" }, - { url = "https://files.pythonhosted.org/packages/5e/6b/953dc4b05c3ce678abca756416e4c130d2382f877a9c30a20d08ee6a77c0/xxhash-3.6.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:8cb2f4f679b01513b7adbb9b1b2f0f9cdc31b70007eaf9d59d0878809f385b11", size = 414142, upload-time = "2025-10-02T14:35:52.15Z" }, - { url = "https://files.pythonhosted.org/packages/08/a9/238ec0d4e81a10eb5026d4a6972677cbc898ba6c8b9dbaec12ae001b1b35/xxhash-3.6.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:653a91d7c2ab54a92c19ccf43508b6a555440b9be1bc8be553376778be7f20b5", size = 191547, upload-time = "2025-10-02T14:35:53.547Z" }, - { url = "https://files.pythonhosted.org/packages/f1/ee/3cf8589e06c2164ac77c3bf0aa127012801128f1feebf2a079272da5737c/xxhash-3.6.0-cp314-cp314-win32.whl", hash = "sha256:a756fe893389483ee8c394d06b5ab765d96e68fbbfe6fde7aa17e11f5720559f", size = 31214, upload-time = "2025-10-02T14:35:54.746Z" }, - { url = "https://files.pythonhosted.org/packages/02/5d/a19552fbc6ad4cb54ff953c3908bbc095f4a921bc569433d791f755186f1/xxhash-3.6.0-cp314-cp314-win_amd64.whl", hash = "sha256:39be8e4e142550ef69629c9cd71b88c90e9a5db703fecbcf265546d9536ca4ad", size = 32290, upload-time = "2025-10-02T14:35:55.791Z" }, - { url = "https://files.pythonhosted.org/packages/b1/11/dafa0643bc30442c887b55baf8e73353a344ee89c1901b5a5c54a6c17d39/xxhash-3.6.0-cp314-cp314-win_arm64.whl", hash = "sha256:25915e6000338999236f1eb68a02a32c3275ac338628a7eaa5a269c401995679", size = 28795, upload-time = "2025-10-02T14:35:57.162Z" }, - { url = "https://files.pythonhosted.org/packages/2c/db/0e99732ed7f64182aef4a6fb145e1a295558deec2a746265dcdec12d191e/xxhash-3.6.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:c5294f596a9017ca5a3e3f8884c00b91ab2ad2933cf288f4923c3fd4346cf3d4", size = 32955, upload-time = "2025-10-02T14:35:58.267Z" }, - { url = "https://files.pythonhosted.org/packages/55/f4/2a7c3c68e564a099becfa44bb3d398810cc0ff6749b0d3cb8ccb93f23c14/xxhash-3.6.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:1cf9dcc4ab9cff01dfbba78544297a3a01dafd60f3bde4e2bfd016cf7e4ddc67", size = 31072, upload-time = "2025-10-02T14:35:59.382Z" }, - { url = "https://files.pythonhosted.org/packages/c6/d9/72a29cddc7250e8a5819dad5d466facb5dc4c802ce120645630149127e73/xxhash-3.6.0-cp314-cp314t-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:01262da8798422d0685f7cef03b2bd3f4f46511b02830861df548d7def4402ad", size = 196579, upload-time = "2025-10-02T14:36:00.838Z" }, - { url = "https://files.pythonhosted.org/packages/63/93/b21590e1e381040e2ca305a884d89e1c345b347404f7780f07f2cdd47ef4/xxhash-3.6.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:51a73fb7cb3a3ead9f7a8b583ffd9b8038e277cdb8cb87cf890e88b3456afa0b", size = 215854, upload-time = "2025-10-02T14:36:02.207Z" }, - { url = "https://files.pythonhosted.org/packages/ce/b8/edab8a7d4fa14e924b29be877d54155dcbd8b80be85ea00d2be3413a9ed4/xxhash-3.6.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:b9c6df83594f7df8f7f708ce5ebeacfc69f72c9fbaaababf6cf4758eaada0c9b", size = 214965, upload-time = "2025-10-02T14:36:03.507Z" }, - { url = "https://files.pythonhosted.org/packages/27/67/dfa980ac7f0d509d54ea0d5a486d2bb4b80c3f1bb22b66e6a05d3efaf6c0/xxhash-3.6.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:627f0af069b0ea56f312fd5189001c24578868643203bca1abbc2c52d3a6f3ca", size = 448484, upload-time = "2025-10-02T14:36:04.828Z" }, - { url = "https://files.pythonhosted.org/packages/8c/63/8ffc2cc97e811c0ca5d00ab36604b3ea6f4254f20b7bc658ca825ce6c954/xxhash-3.6.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:aa912c62f842dfd013c5f21a642c9c10cd9f4c4e943e0af83618b4a404d9091a", size = 196162, upload-time = "2025-10-02T14:36:06.182Z" }, - { url = "https://files.pythonhosted.org/packages/4b/77/07f0e7a3edd11a6097e990f6e5b815b6592459cb16dae990d967693e6ea9/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:b465afd7909db30168ab62afe40b2fcf79eedc0b89a6c0ab3123515dc0df8b99", size = 213007, upload-time = "2025-10-02T14:36:07.733Z" }, - { url = "https://files.pythonhosted.org/packages/ae/d8/bc5fa0d152837117eb0bef6f83f956c509332ce133c91c63ce07ee7c4873/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_i686.whl", hash = "sha256:a881851cf38b0a70e7c4d3ce81fc7afd86fbc2a024f4cfb2a97cf49ce04b75d3", size = 200956, upload-time = "2025-10-02T14:36:09.106Z" }, - { url = "https://files.pythonhosted.org/packages/26/a5/d749334130de9411783873e9b98ecc46688dad5db64ca6e04b02acc8b473/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:9b3222c686a919a0f3253cfc12bb118b8b103506612253b5baeaac10d8027cf6", size = 213401, upload-time = "2025-10-02T14:36:10.585Z" }, - { url = "https://files.pythonhosted.org/packages/89/72/abed959c956a4bfc72b58c0384bb7940663c678127538634d896b1195c10/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:c5aa639bc113e9286137cec8fadc20e9cd732b2cc385c0b7fa673b84fc1f2a93", size = 417083, upload-time = "2025-10-02T14:36:12.276Z" }, - { url = "https://files.pythonhosted.org/packages/0c/b3/62fd2b586283b7d7d665fb98e266decadf31f058f1cf6c478741f68af0cb/xxhash-3.6.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:5c1343d49ac102799905e115aee590183c3921d475356cb24b4de29a4bc56518", size = 193913, upload-time = "2025-10-02T14:36:14.025Z" }, - { url = "https://files.pythonhosted.org/packages/9a/9a/c19c42c5b3f5a4aad748a6d5b4f23df3bed7ee5445accc65a0fb3ff03953/xxhash-3.6.0-cp314-cp314t-win32.whl", hash = "sha256:5851f033c3030dd95c086b4a36a2683c2ff4a799b23af60977188b057e467119", size = 31586, upload-time = "2025-10-02T14:36:15.603Z" }, - { url = "https://files.pythonhosted.org/packages/03/d6/4cc450345be9924fd5dc8c590ceda1db5b43a0a889587b0ae81a95511360/xxhash-3.6.0-cp314-cp314t-win_amd64.whl", hash = "sha256:0444e7967dac37569052d2409b00a8860c2135cff05502df4da80267d384849f", size = 32526, upload-time = "2025-10-02T14:36:16.708Z" }, - { url = "https://files.pythonhosted.org/packages/0f/c9/7243eb3f9eaabd1a88a5a5acadf06df2d83b100c62684b7425c6a11bcaa8/xxhash-3.6.0-cp314-cp314t-win_arm64.whl", hash = "sha256:bb79b1e63f6fd84ec778a4b1916dfe0a7c3fdb986c06addd5db3a0d413819d95", size = 28898, upload-time = "2025-10-02T14:36:17.843Z" }, { url = "https://files.pythonhosted.org/packages/03/ff/1b4bb3f397552116c1df6266c1b83a21aeeb26061ab1f462984b499a3870/xxhash-3.6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:cc604dc06027dbeb8281aeac5899c35fcfe7c77b25212833709f0bff4ce74d2a", size = 32844, upload-time = "2025-10-02T14:36:39.157Z" }, { url = "https://files.pythonhosted.org/packages/c1/db/27146d0bee4346a9a31f7b498a81fc02747f6f1e6c52a2e7989504278051/xxhash-3.6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:277175a73900ad43a8caeb8b99b9604f21fe8d7c842f2f9061a364a7e220ddb7", size = 30806, upload-time = "2025-10-02T14:36:40.621Z" }, { url = "https://files.pythonhosted.org/packages/e7/2b/4896188df564908817a75de19bf7f2384b99a75af2d528f9c49326f76458/xxhash-3.6.0-cp39-cp39-manylinux1_i686.manylinux_2_28_i686.manylinux_2_5_i686.whl", hash = "sha256:cfbc5b91397c8c2972fdac13fb3e4ed2f7f8ccac85cd2c644887557780a9b6e2", size = 193448, upload-time = "2025-10-02T14:36:41.797Z" }, @@ -11503,38 +12248,6 @@ wheels = [ { url = "https://files.pythonhosted.org/packages/e0/e5/11f140a58bf4c6ad7aca69a892bff0ee638c31bea4206748fc0df4ebcb3a/yarl-1.22.0-cp313-cp313t-win32.whl", hash = "sha256:1834bb90991cc2999f10f97f5f01317f99b143284766d197e43cd5b45eb18d03", size = 86943, upload-time = "2025-10-06T14:11:10.284Z" }, { url = "https://files.pythonhosted.org/packages/31/74/8b74bae38ed7fe6793d0c15a0c8207bbb819cf287788459e5ed230996cdd/yarl-1.22.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ff86011bd159a9d2dfc89c34cfd8aff12875980e3bd6a39ff097887520e60249", size = 93715, upload-time = "2025-10-06T14:11:11.739Z" }, { url = "https://files.pythonhosted.org/packages/69/66/991858aa4b5892d57aef7ee1ba6b4d01ec3b7eb3060795d34090a3ca3278/yarl-1.22.0-cp313-cp313t-win_arm64.whl", hash = "sha256:7861058d0582b847bc4e3a4a4c46828a410bca738673f35a29ba3ca5db0b473b", size = 83857, upload-time = "2025-10-06T14:11:13.586Z" }, - { url = "https://files.pythonhosted.org/packages/46/b3/e20ef504049f1a1c54a814b4b9bed96d1ac0e0610c3b4da178f87209db05/yarl-1.22.0-cp314-cp314-macosx_10_13_universal2.whl", hash = "sha256:34b36c2c57124530884d89d50ed2c1478697ad7473efd59cfd479945c95650e4", size = 140520, upload-time = "2025-10-06T14:11:15.465Z" }, - { url = "https://files.pythonhosted.org/packages/e4/04/3532d990fdbab02e5ede063676b5c4260e7f3abea2151099c2aa745acc4c/yarl-1.22.0-cp314-cp314-macosx_10_13_x86_64.whl", hash = "sha256:0dd9a702591ca2e543631c2a017e4a547e38a5c0f29eece37d9097e04a7ac683", size = 93504, upload-time = "2025-10-06T14:11:17.106Z" }, - { url = "https://files.pythonhosted.org/packages/11/63/ff458113c5c2dac9a9719ac68ee7c947cb621432bcf28c9972b1c0e83938/yarl-1.22.0-cp314-cp314-macosx_11_0_arm64.whl", hash = "sha256:594fcab1032e2d2cc3321bb2e51271e7cd2b516c7d9aee780ece81b07ff8244b", size = 94282, upload-time = "2025-10-06T14:11:19.064Z" }, - { url = "https://files.pythonhosted.org/packages/a7/bc/315a56aca762d44a6aaaf7ad253f04d996cb6b27bad34410f82d76ea8038/yarl-1.22.0-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:f3d7a87a78d46a2e3d5b72587ac14b4c16952dd0887dbb051451eceac774411e", size = 372080, upload-time = "2025-10-06T14:11:20.996Z" }, - { url = "https://files.pythonhosted.org/packages/3f/3f/08e9b826ec2e099ea6e7c69a61272f4f6da62cb5b1b63590bb80ca2e4a40/yarl-1.22.0-cp314-cp314-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:852863707010316c973162e703bddabec35e8757e67fcb8ad58829de1ebc8590", size = 338696, upload-time = "2025-10-06T14:11:22.847Z" }, - { url = "https://files.pythonhosted.org/packages/e3/9f/90360108e3b32bd76789088e99538febfea24a102380ae73827f62073543/yarl-1.22.0-cp314-cp314-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:131a085a53bfe839a477c0845acf21efc77457ba2bcf5899618136d64f3303a2", size = 387121, upload-time = "2025-10-06T14:11:24.889Z" }, - { url = "https://files.pythonhosted.org/packages/98/92/ab8d4657bd5b46a38094cfaea498f18bb70ce6b63508fd7e909bd1f93066/yarl-1.22.0-cp314-cp314-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:078a8aefd263f4d4f923a9677b942b445a2be970ca24548a8102689a3a8ab8da", size = 394080, upload-time = "2025-10-06T14:11:27.307Z" }, - { url = "https://files.pythonhosted.org/packages/f5/e7/d8c5a7752fef68205296201f8ec2bf718f5c805a7a7e9880576c67600658/yarl-1.22.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:bca03b91c323036913993ff5c738d0842fc9c60c4648e5c8d98331526df89784", size = 372661, upload-time = "2025-10-06T14:11:29.387Z" }, - { url = "https://files.pythonhosted.org/packages/b6/2e/f4d26183c8db0bb82d491b072f3127fb8c381a6206a3a56332714b79b751/yarl-1.22.0-cp314-cp314-musllinux_1_2_aarch64.whl", hash = "sha256:68986a61557d37bb90d3051a45b91fa3d5c516d177dfc6dd6f2f436a07ff2b6b", size = 364645, upload-time = "2025-10-06T14:11:31.423Z" }, - { url = "https://files.pythonhosted.org/packages/80/7c/428e5812e6b87cd00ee8e898328a62c95825bf37c7fa87f0b6bb2ad31304/yarl-1.22.0-cp314-cp314-musllinux_1_2_armv7l.whl", hash = "sha256:4792b262d585ff0dff6bcb787f8492e40698443ec982a3568c2096433660c694", size = 355361, upload-time = "2025-10-06T14:11:33.055Z" }, - { url = "https://files.pythonhosted.org/packages/ec/2a/249405fd26776f8b13c067378ef4d7dd49c9098d1b6457cdd152a99e96a9/yarl-1.22.0-cp314-cp314-musllinux_1_2_ppc64le.whl", hash = "sha256:ebd4549b108d732dba1d4ace67614b9545b21ece30937a63a65dd34efa19732d", size = 381451, upload-time = "2025-10-06T14:11:35.136Z" }, - { url = "https://files.pythonhosted.org/packages/67/a8/fb6b1adbe98cf1e2dd9fad71003d3a63a1bc22459c6e15f5714eb9323b93/yarl-1.22.0-cp314-cp314-musllinux_1_2_s390x.whl", hash = "sha256:f87ac53513d22240c7d59203f25cc3beac1e574c6cd681bbfd321987b69f95fd", size = 383814, upload-time = "2025-10-06T14:11:37.094Z" }, - { url = "https://files.pythonhosted.org/packages/d9/f9/3aa2c0e480fb73e872ae2814c43bc1e734740bb0d54e8cb2a95925f98131/yarl-1.22.0-cp314-cp314-musllinux_1_2_x86_64.whl", hash = "sha256:22b029f2881599e2f1b06f8f1db2ee63bd309e2293ba2d566e008ba12778b8da", size = 370799, upload-time = "2025-10-06T14:11:38.83Z" }, - { url = "https://files.pythonhosted.org/packages/50/3c/af9dba3b8b5eeb302f36f16f92791f3ea62e3f47763406abf6d5a4a3333b/yarl-1.22.0-cp314-cp314-win32.whl", hash = "sha256:6a635ea45ba4ea8238463b4f7d0e721bad669f80878b7bfd1f89266e2ae63da2", size = 82990, upload-time = "2025-10-06T14:11:40.624Z" }, - { url = "https://files.pythonhosted.org/packages/ac/30/ac3a0c5bdc1d6efd1b41fa24d4897a4329b3b1e98de9449679dd327af4f0/yarl-1.22.0-cp314-cp314-win_amd64.whl", hash = "sha256:0d6e6885777af0f110b0e5d7e5dda8b704efed3894da26220b7f3d887b839a79", size = 88292, upload-time = "2025-10-06T14:11:42.578Z" }, - { url = "https://files.pythonhosted.org/packages/df/0a/227ab4ff5b998a1b7410abc7b46c9b7a26b0ca9e86c34ba4b8d8bc7c63d5/yarl-1.22.0-cp314-cp314-win_arm64.whl", hash = "sha256:8218f4e98d3c10d683584cb40f0424f4b9fd6e95610232dd75e13743b070ee33", size = 82888, upload-time = "2025-10-06T14:11:44.863Z" }, - { url = "https://files.pythonhosted.org/packages/06/5e/a15eb13db90abd87dfbefb9760c0f3f257ac42a5cac7e75dbc23bed97a9f/yarl-1.22.0-cp314-cp314t-macosx_10_13_universal2.whl", hash = "sha256:45c2842ff0e0d1b35a6bf1cd6c690939dacb617a70827f715232b2e0494d55d1", size = 146223, upload-time = "2025-10-06T14:11:46.796Z" }, - { url = "https://files.pythonhosted.org/packages/18/82/9665c61910d4d84f41a5bf6837597c89e665fa88aa4941080704645932a9/yarl-1.22.0-cp314-cp314t-macosx_10_13_x86_64.whl", hash = "sha256:d947071e6ebcf2e2bee8fce76e10faca8f7a14808ca36a910263acaacef08eca", size = 95981, upload-time = "2025-10-06T14:11:48.845Z" }, - { url = "https://files.pythonhosted.org/packages/5d/9a/2f65743589809af4d0a6d3aa749343c4b5f4c380cc24a8e94a3c6625a808/yarl-1.22.0-cp314-cp314t-macosx_11_0_arm64.whl", hash = "sha256:334b8721303e61b00019474cc103bdac3d7b1f65e91f0bfedeec2d56dfe74b53", size = 97303, upload-time = "2025-10-06T14:11:50.897Z" }, - { url = "https://files.pythonhosted.org/packages/b0/ab/5b13d3e157505c43c3b43b5a776cbf7b24a02bc4cccc40314771197e3508/yarl-1.22.0-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:1e7ce67c34138a058fd092f67d07a72b8e31ff0c9236e751957465a24b28910c", size = 361820, upload-time = "2025-10-06T14:11:52.549Z" }, - { url = "https://files.pythonhosted.org/packages/fb/76/242a5ef4677615cf95330cfc1b4610e78184400699bdda0acb897ef5e49a/yarl-1.22.0-cp314-cp314t-manylinux2014_armv7l.manylinux_2_17_armv7l.manylinux_2_31_armv7l.whl", hash = "sha256:d77e1b2c6d04711478cb1c4ab90db07f1609ccf06a287d5607fcd90dc9863acf", size = 323203, upload-time = "2025-10-06T14:11:54.225Z" }, - { url = "https://files.pythonhosted.org/packages/8c/96/475509110d3f0153b43d06164cf4195c64d16999e0c7e2d8a099adcd6907/yarl-1.22.0-cp314-cp314t-manylinux2014_ppc64le.manylinux_2_17_ppc64le.manylinux_2_28_ppc64le.whl", hash = "sha256:c4647674b6150d2cae088fc07de2738a84b8bcedebef29802cf0b0a82ab6face", size = 363173, upload-time = "2025-10-06T14:11:56.069Z" }, - { url = "https://files.pythonhosted.org/packages/c9/66/59db471aecfbd559a1fd48aedd954435558cd98c7d0da8b03cc6c140a32c/yarl-1.22.0-cp314-cp314t-manylinux2014_s390x.manylinux_2_17_s390x.manylinux_2_28_s390x.whl", hash = "sha256:efb07073be061c8f79d03d04139a80ba33cbd390ca8f0297aae9cce6411e4c6b", size = 373562, upload-time = "2025-10-06T14:11:58.783Z" }, - { url = "https://files.pythonhosted.org/packages/03/1f/c5d94abc91557384719da10ff166b916107c1b45e4d0423a88457071dd88/yarl-1.22.0-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:e51ac5435758ba97ad69617e13233da53908beccc6cfcd6c34bbed8dcbede486", size = 339828, upload-time = "2025-10-06T14:12:00.686Z" }, - { url = "https://files.pythonhosted.org/packages/5f/97/aa6a143d3afba17b6465733681c70cf175af89f76ec8d9286e08437a7454/yarl-1.22.0-cp314-cp314t-musllinux_1_2_aarch64.whl", hash = "sha256:33e32a0dd0c8205efa8e83d04fc9f19313772b78522d1bdc7d9aed706bfd6138", size = 347551, upload-time = "2025-10-06T14:12:02.628Z" }, - { url = "https://files.pythonhosted.org/packages/43/3c/45a2b6d80195959239a7b2a8810506d4eea5487dce61c2a3393e7fc3c52e/yarl-1.22.0-cp314-cp314t-musllinux_1_2_armv7l.whl", hash = "sha256:bf4a21e58b9cde0e401e683ebd00f6ed30a06d14e93f7c8fd059f8b6e8f87b6a", size = 334512, upload-time = "2025-10-06T14:12:04.871Z" }, - { url = "https://files.pythonhosted.org/packages/86/a0/c2ab48d74599c7c84cb104ebd799c5813de252bea0f360ffc29d270c2caa/yarl-1.22.0-cp314-cp314t-musllinux_1_2_ppc64le.whl", hash = "sha256:e4b582bab49ac33c8deb97e058cd67c2c50dac0dd134874106d9c774fd272529", size = 352400, upload-time = "2025-10-06T14:12:06.624Z" }, - { url = "https://files.pythonhosted.org/packages/32/75/f8919b2eafc929567d3d8411f72bdb1a2109c01caaab4ebfa5f8ffadc15b/yarl-1.22.0-cp314-cp314t-musllinux_1_2_s390x.whl", hash = "sha256:0b5bcc1a9c4839e7e30b7b30dd47fe5e7e44fb7054ec29b5bb8d526aa1041093", size = 357140, upload-time = "2025-10-06T14:12:08.362Z" }, - { url = "https://files.pythonhosted.org/packages/cf/72/6a85bba382f22cf78add705d8c3731748397d986e197e53ecc7835e76de7/yarl-1.22.0-cp314-cp314t-musllinux_1_2_x86_64.whl", hash = "sha256:c0232bce2170103ec23c454e54a57008a9a72b5d1c3105dc2496750da8cfa47c", size = 341473, upload-time = "2025-10-06T14:12:10.994Z" }, - { url = "https://files.pythonhosted.org/packages/35/18/55e6011f7c044dc80b98893060773cefcfdbf60dfefb8cb2f58b9bacbd83/yarl-1.22.0-cp314-cp314t-win32.whl", hash = "sha256:8009b3173bcd637be650922ac455946197d858b3630b6d8787aa9e5c4564533e", size = 89056, upload-time = "2025-10-06T14:12:13.317Z" }, - { url = "https://files.pythonhosted.org/packages/f9/86/0f0dccb6e59a9e7f122c5afd43568b1d31b8ab7dda5f1b01fb5c7025c9a9/yarl-1.22.0-cp314-cp314t-win_amd64.whl", hash = "sha256:9fb17ea16e972c63d25d4a97f016d235c78dd2344820eb35bc034bc32012ee27", size = 96292, upload-time = "2025-10-06T14:12:15.398Z" }, - { url = "https://files.pythonhosted.org/packages/48/b7/503c98092fb3b344a179579f55814b613c1fbb1c23b3ec14a7b008a66a6e/yarl-1.22.0-cp314-cp314t-win_arm64.whl", hash = "sha256:9f6d73c1436b934e3f01df1e1b21ff765cd1d28c77dfb9ace207f746d4610ee1", size = 85171, upload-time = "2025-10-06T14:12:16.935Z" }, { url = "https://files.pythonhosted.org/packages/94/fd/6480106702a79bcceda5fd9c63cb19a04a6506bd5ce7fd8d9b63742f0021/yarl-1.22.0-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:3aa27acb6de7a23785d81557577491f6c38a5209a254d1191519d07d8fe51748", size = 141301, upload-time = "2025-10-06T14:12:19.01Z" }, { url = "https://files.pythonhosted.org/packages/42/e1/6d95d21b17a93e793e4ec420a925fe1f6a9342338ca7a563ed21129c0990/yarl-1.22.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:af74f05666a5e531289cb1cc9c883d1de2088b8e5b4de48004e5ca8a830ac859", size = 93864, upload-time = "2025-10-06T14:12:21.05Z" }, { url = "https://files.pythonhosted.org/packages/32/58/b8055273c203968e89808413ea4c984988b6649baabf10f4522e67c22d2f/yarl-1.22.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:62441e55958977b8167b2709c164c91a6363e25da322d87ae6dd9c6019ceecf9", size = 94706, upload-time = "2025-10-06T14:12:23.287Z" },