Files
DB-GPT/uv.lock
2025-02-21 19:54:53 +08:00

10438 lines
1.9 MiB

version = 1
requires-python = ">=3.10"
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
conflicts = [[
{ package = "dbgpt-accelerator", extra = "auto" },
{ package = "dbgpt-accelerator", extra = "cpu" },
{ package = "dbgpt-accelerator", extra = "cuda118" },
{ package = "dbgpt-accelerator", extra = "cuda121" },
{ package = "dbgpt-accelerator", extra = "cuda124" },
]]
[manifest]
members = [
"dbgpt",
"dbgpt-accelerator",
"dbgpt-app",
"dbgpt-client",
"dbgpt-ext",
"dbgpt-mono",
"dbgpt-serve",
]
[[package]]
name = "abstract-singleton"
version = "1.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/8e/b15f21da973bd2d81731a8a12f0b112d1514801efdc40a0db2999d6e9cf7/abstract_singleton-1.0.1.tar.gz", hash = "sha256:d97d26ecbcb7422f78df1b0bca48a03df5ba04cf58844c6da033a7840beaae82", size = 10210 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/81/ae98b82c8a2f5714c0063a49660c7b421742d883f9fceb40a204f2a7d9c8/abstract_singleton-1.0.1-py3-none-any.whl", hash = "sha256:1f5e2359a609360bc08d975f578cce75a752df06db561efb679e69646199ec1d", size = 2455 },
]
[[package]]
name = "accelerate"
version = "1.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "huggingface-hub" },
{ name = "numpy" },
{ name = "packaging" },
{ name = "psutil" },
{ name = "pyyaml" },
{ name = "safetensors" },
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/15/0fab0260ab4069e5224e637d2e400538bb27b0dfc36f17daf68db9770d78/accelerate-1.3.0.tar.gz", hash = "sha256:518631c0adb80bd3d42fb29e7e2dc2256bcd7c786b0ba9119bbaa08611b36d9c", size = 342758 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/de/64508cb91af013aaba214752309c0967568a4219d50a4ea30e822af3c976/accelerate-1.3.0-py3-none-any.whl", hash = "sha256:5788d9e6a7a9f80fed665cf09681c4dddd9dc056bea656db4140ffc285ce423e", size = 336647 },
]
[[package]]
name = "aiofiles"
version = "24.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/03/a88171e277e8caa88a4c77808c20ebb04ba74cc4681bf1e9416c862de237/aiofiles-24.1.0.tar.gz", hash = "sha256:22a075c9e5a3810f0c2e48f3008c94d68c65d763b9b03857924c99e57355166c", size = 30247 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/45/30bb92d442636f570cb5651bc661f52b610e2eec3f891a5dc3a4c3667db0/aiofiles-24.1.0-py3-none-any.whl", hash = "sha256:b4ec55f4195e3eb5d7abd1bf7e061763e864dd4954231fb8539a0ef8bb8260e5", size = 15896 },
]
[[package]]
name = "aiohttp"
version = "3.8.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "aiosignal" },
{ name = "async-timeout" },
{ name = "attrs" },
{ name = "charset-normalizer" },
{ name = "frozenlist" },
{ name = "multidict" },
{ name = "yarl" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/fd/1ff4da09ca29d8933fda3f3514980357e25419ce5e0f689041edb8f17dab/aiohttp-3.8.4.tar.gz", hash = "sha256:bf2e1a9162c1e441bf805a1fd166e249d574ca04e03b34f97e2928769e91ab5c", size = 7338512 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/18/43720f71f5496544e69f8723534d8b5fa6de8b1ad2f64a5d7e797c4ee6e7/aiohttp-3.8.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5ce45967538fb747370308d3145aa68a074bdecb4f3a300869590f725ced69c1", size = 512619 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/92/1ce3215bcde9cb1da929bf78742269ed2371e5c22190e2886df4bc0251ca/aiohttp-3.8.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b744c33b6f14ca26b7544e8d8aadff6b765a80ad6164fb1a430bbadd593dfb1a", size = 358131 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/9c/f2fc160f21fd3ea98f00da1f285bb6b24c53863ee30e67901f92b8a8f6c6/aiohttp-3.8.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1a45865451439eb320784918617ba54b7a377e3501fb70402ab84d38c2cd891b", size = 336858 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/33/68ba7406db6ea62f34cfacdb86eecbef1e3fc81f5f8335f0c8e11157ddbc/aiohttp-3.8.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a86d42d7cba1cec432d47ab13b6637bee393a10f664c425ea7b305d1301ca1a3", size = 1004069 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/b8/e886ff5e85698200d8b9667908a6f0e0439dc4fd165c4875b6efbbfeedd1/aiohttp-3.8.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ee3c36df21b5714d49fc4580247947aa64bcbe2939d1b77b4c8dcb8f6c9faecc", size = 1019148 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/6e/c68d4618e2f15248deddc992ce35d979b52df9a9b8ecbc00ae9ed83c6316/aiohttp-3.8.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:176a64b24c0935869d5bbc4c96e82f89f643bcdf08ec947701b9dbb3c956b7dd", size = 1073573 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/97/90debed02e5be15d4e63fb96ba930e35b66d4e518fa7065dd442345a448b/aiohttp-3.8.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c844fd628851c0bc309f3c801b3a3d58ce430b2ce5b359cd918a5a76d0b20cb5", size = 1000618 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/f2/81258cc72112956bca0bcf9f539cd6f503e1a631f5bf9307ae3cf21e05a5/aiohttp-3.8.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5393fb786a9e23e4799fec788e7e735de18052f83682ce2dfcabaf1c00c2c08e", size = 971166 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/42/57dc93de564725208a1ea729a717f2608f0091a11e34ecd2e23863b9ef35/aiohttp-3.8.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:e4b09863aae0dc965c3ef36500d891a3ff495a2ea9ae9171e4519963c12ceefd", size = 1017966 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/5f/4fec6a1238fda86716374910aa5a1a4953eca4cf30b582c94efce9058729/aiohttp-3.8.4-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:adfbc22e87365a6e564c804c58fc44ff7727deea782d175c33602737b7feadb6", size = 985792 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/b4/4373590c8bd438ccca4c916bb6a65dc3366e4f030a17359f4adb0ff605ce/aiohttp-3.8.4-cp310-cp310-musllinux_1_1_ppc64le.whl", hash = "sha256:147ae376f14b55f4f3c2b118b95be50a369b89b38a971e80a17c3fd623f280c9", size = 1036137 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/c5/26cd1522e373484b1648da913be6f084ce4d7473ecebe503533a3bb85536/aiohttp-3.8.4-cp310-cp310-musllinux_1_1_s390x.whl", hash = "sha256:eafb3e874816ebe2a92f5e155f17260034c8c341dad1df25672fb710627c6949", size = 1084638 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/6e/a15e39b2ae4305336bfc00540bde991fff73c60e7e8390b9e82a6ec485f2/aiohttp-3.8.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c6cc15d58053c76eacac5fa9152d7d84b8d67b3fde92709195cb984cfb3475ea", size = 1013223 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/90/1c0ff493317bae426c1aec5da9cbcd9baea4a8d526e4beae892896aefa64/aiohttp-3.8.4-cp310-cp310-win32.whl", hash = "sha256:59f029a5f6e2d679296db7bee982bb3d20c088e52a2977e3175faf31d6fb75d1", size = 304642 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/cd/f8f8d801fa5c0cd1d6259fa71c9394437c5c14f8936aeff6f6c3233fd596/aiohttp-3.8.4-cp310-cp310-win_amd64.whl", hash = "sha256:fe7ba4a51f33ab275515f66b0a236bcde4fb5561498fe8f898d4e549b2e4509f", size = 319844 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/18/86e01032e305637d991b23b37bb39170ebaf8b8c4d0ea458b75f4302ed86/aiohttp-3.8.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3d8ef1a630519a26d6760bc695842579cb09e373c5f227a21b67dc3eb16cfea4", size = 505614 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/71/99cd9ebe197cbebf46ba1f00573120802ace2869e1f63ff0b00acc5b4982/aiohttp-3.8.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5b3f2e06a512e94722886c0827bee9807c86a9f698fac6b3aee841fab49bbfb4", size = 355149 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/30/3dafa445e7f6358aa1c5ffde987ca4eba6bd7b9038e07ec01732933312fb/aiohttp-3.8.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:3a80464982d41b1fbfe3154e440ba4904b71c1a53e9cd584098cd41efdb188ef", size = 332872 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/41/2a8453255ebb0864d81745d24bee03fff71b7b76ed2f846126a6f5930ee4/aiohttp-3.8.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b631e26df63e52f7cce0cce6507b7a7f1bc9b0c501fcde69742130b32e8782f", size = 1035384 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/51/962b938a296eaf08d1cfa80ad5d42670b15aa868f897c0e71ea1cf9d1f0e/aiohttp-3.8.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3f43255086fe25e36fd5ed8f2ee47477408a73ef00e804cb2b5cba4bf2ac7f5e", size = 1045448 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/a7/c2304859f11531f6be5c464e3d8cdd85cbc196f0754e0c450ef76c297c7c/aiohttp-3.8.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4d347a172f866cd1d93126d9b239fcbe682acb39b48ee0873c73c933dd23bd0f", size = 1102557 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/e4/a383cb4b68324b39f7d95cdfebdc8a66a88201c3646a87a00140d778c5ba/aiohttp-3.8.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a3fec6a4cb5551721cdd70473eb009d90935b4063acc5f40905d40ecfea23e05", size = 1026820 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/28/e46516d7ca64146e50e595e0364530e4080da0d9f7640b43b687836ebd2f/aiohttp-3.8.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:80a37fe8f7c1e6ce8f2d9c411676e4bc633a8462844e38f46156d07a7d401654", size = 985493 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/4a/ad8fde32ba6bab15c15eaf770f10a10d0bfe8dd575fc96981ad1b615f509/aiohttp-3.8.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:d1e6a862b76f34395a985b3cd39a0d949ca80a70b6ebdea37d3ab39ceea6698a", size = 1046399 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/b8/5225fbcca70348708eaf939d6821f21cbbfa12290d6314b02608a94cc38c/aiohttp-3.8.4-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:cd468460eefef601ece4428d3cf4562459157c0f6523db89365202c31b6daebb", size = 1004400 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/9d/3bdb23a925d7ba67acc8a6158191fe8874b1dda6745bb67ee40f493480e4/aiohttp-3.8.4-cp311-cp311-musllinux_1_1_ppc64le.whl", hash = "sha256:618c901dd3aad4ace71dfa0f5e82e88b46ef57e3239fc7027773cb6d4ed53531", size = 1065370 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/06/be76e45900b729964a595246b1a9cd7b7d22ca015203b4b74847b4424ee9/aiohttp-3.8.4-cp311-cp311-musllinux_1_1_s390x.whl", hash = "sha256:652b1bff4f15f6287550b4670546a2947f2a4575b6c6dff7760eafb22eacbf0b", size = 1112366 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/4d/49cfd9cd450196601facd6f1f6ea551856dcd41b2061851c06c66885cca2/aiohttp-3.8.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:80575ba9377c5171407a06d0196b2310b679dc752d02a1fcaa2bc20b235dbf24", size = 1038406 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/6d/96781308f03ad27d849524053f63285cd53dc178b9018e8db148ed46a8c6/aiohttp-3.8.4-cp311-cp311-win32.whl", hash = "sha256:bbcf1a76cf6f6dacf2c7f4d2ebd411438c275faa1dc0c68e46eb84eebd05dd7d", size = 304029 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/22/6bd9f9a90807ef11e4c4a3ec19099e24f2b6f4040ee568f71ed0e5fdb6d1/aiohttp-3.8.4-cp311-cp311-win_amd64.whl", hash = "sha256:6e74dd54f7239fcffe07913ff8b964e28b712f09846e20de78676ce2a3dc0bfc", size = 317232 },
]
[[package]]
name = "aiohttp-cors"
version = "0.7.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "aiohttp", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/9e/6cdce7c3f346d8fd487adf68761728ad8cd5fbc296a7b07b92518350d31f/aiohttp-cors-0.7.0.tar.gz", hash = "sha256:4d39c6d7100fd9764ed1caf8cebf0eb01bf5e3f24e2e073fda6234bc48b19f5d", size = 35966 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/e7/e436a0c0eb5127d8b491a9b83ecd2391c6ff7dcd5548dfaec2080a2340fd/aiohttp_cors-0.7.0-py3-none-any.whl", hash = "sha256:0451ba59fdf6909d0e2cd21e4c0a43752bc0703d33fc78ae94d9d9321710193e", size = 27564 },
]
[[package]]
name = "aiolimiter"
version = "1.2.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/23/b52debf471f7a1e42e362d959a3982bdcb4fe13a5d46e63d28868807a79c/aiolimiter-1.2.1.tar.gz", hash = "sha256:e02a37ea1a855d9e832252a105420ad4d15011505512a1a1d814647451b5cca9", size = 7185 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/ba/df6e8e1045aebc4778d19b8a3a9bc1808adb1619ba94ca354d9ba17d86c3/aiolimiter-1.2.1-py3-none-any.whl", hash = "sha256:d3f249e9059a20badcb56b61601a83556133655c11d1eb3dd3e04ff069e5f3c7", size = 6711 },
]
[[package]]
name = "aiosignal"
version = "1.3.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "frozenlist" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/b5/6d55e80f6d8a08ce22b982eafa278d823b541c925f11ee774b0b9c43473d/aiosignal-1.3.2.tar.gz", hash = "sha256:a8c255c66fafb1e499c9351d0bf32ff2d8a0321595ebac3b93713656d2436f54", size = 19424 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ec/6a/bc7e17a3e87a2985d3e8f4da4cd0f481060eb78fb08596c42be62c90a4d9/aiosignal-1.3.2-py2.py3-none-any.whl", hash = "sha256:45cde58e409a301715980c2b01d0c28bdde3770d8290b5eb2173759d9acb31a5", size = 7597 },
]
[[package]]
name = "airportsdata"
version = "20241001"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/75/0af9b73babfec14df1395ca60e2a174e887c5d515e823c39a60f27bbbb30/airportsdata-20241001.tar.gz", hash = "sha256:fa0bd143b4f4be3557cb892fa0612ef210fd91a92bd720b4d8221de576a4fa00", size = 903075 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/57/57635b0af4a23723b2b43109aa4eae7395d346d1eed8a00691cf3acfc5bd/airportsdata-20241001-py3-none-any.whl", hash = "sha256:67d71cf2c5378cc17ff66b62b1e11aa2444043949c894543ac8fd8dafce192fd", size = 912677 },
]
[[package]]
name = "alembic"
version = "1.12.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "mako" },
{ name = "sqlalchemy" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/bb/b254ca205628bfad1dbf4fe3826777b2638d74dd0c0b6ccc706d7a205def/alembic-1.12.0.tar.gz", hash = "sha256:8e7645c32e4f200675e69f0745415335eb59a3663f5feb487abfa0b30c45888b", size = 1196597 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/8b/46919127496036c8e990b2b236454a0d8655fd46e1df2fd35610a9cbc842/alembic-1.12.0-py3-none-any.whl", hash = "sha256:03226222f1cf943deee6c85d9464261a6c710cd19b4fe867a3ad1f25afda610f", size = 226041 },
]
[[package]]
name = "annotated-types"
version = "0.7.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/67/531ea369ba64dcff5ec9c3402f9f51bf748cec26dde048a2f973a4eea7f5/annotated_types-0.7.0.tar.gz", hash = "sha256:aff07c09a53a08bc8cfccb9c85b05f1aa9a2a6f23728d790723543408344ce89", size = 16081 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", size = 13643 },
]
[[package]]
name = "anthropic"
version = "0.42.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "anyio" },
{ name = "distro" },
{ name = "httpx" },
{ name = "jiter" },
{ name = "pydantic" },
{ name = "sniffio" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/7c/91b79f5ae4a52497a4e330d66ea5929aec2878ee2c9f8a998dbe4f4c7f01/anthropic-0.42.0.tar.gz", hash = "sha256:bf8b0ed8c8cb2c2118038f29c58099d2f99f7847296cafdaa853910bfff4edf4", size = 192361 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/33/b907a6d27dd0d8d3adb4edb5c9e9c85a189719ec6855051cce3814c8ef13/anthropic-0.42.0-py3-none-any.whl", hash = "sha256:46775f65b723c078a2ac9e9de44a46db5c6a4fabeacfd165e5ea78e6817f4eff", size = 203365 },
]
[[package]]
name = "anyio"
version = "4.8.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "exceptiongroup", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "idna" },
{ name = "sniffio" },
{ name = "typing-extensions", marker = "python_full_version < '3.13' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a3/73/199a98fc2dae33535d6b8e8e6ec01f8c1d76c9adb096c6b7d64823038cde/anyio-4.8.0.tar.gz", hash = "sha256:1d9fe889df5212298c0c0723fa20479d1b94883a2df44bd3897aa91083316f7a", size = 181126 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/eb/e7f063ad1fec6b3178a3cd82d1a3c4de82cccf283fc42746168188e1cdd5/anyio-4.8.0-py3-none-any.whl", hash = "sha256:b5011f270ab5eb0abf13385f851315585cc37ef330dd88e27ec3d34d651fd47a", size = 96041 },
]
[[package]]
name = "appnope"
version = "0.1.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/5d/752690df9ef5b76e169e68d6a129fa6d08a7100ca7f754c89495db3c6019/appnope-0.1.4.tar.gz", hash = "sha256:1de3860566df9caf38f01f86f65e0e13e379af54f9e4bee1e66b48f2efffd1ee", size = 4170 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/29/5ecc3a15d5a33e31b26c11426c45c501e439cb865d0bff96315d86443b78/appnope-0.1.4-py2.py3-none-any.whl", hash = "sha256:502575ee11cd7a28c0205f379b525beefebab9d161b7c964670864014ed7213c", size = 4321 },
]
[[package]]
name = "argon2-cffi"
version = "23.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "argon2-cffi-bindings" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/fa/57ec2c6d16ecd2ba0cf15f3c7d1c3c2e7b5fcb83555ff56d7ab10888ec8f/argon2_cffi-23.1.0.tar.gz", hash = "sha256:879c3e79a2729ce768ebb7d36d4609e3a78a4ca2ec3a9f12286ca057e3d0db08" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/6a/e8a041599e78b6b3752da48000b14c8d1e8a04ded09c88c714ba047f34f5/argon2_cffi-23.1.0-py3-none-any.whl", hash = "sha256:c670642b78ba29641818ab2e68bd4e6a78ba53b7eff7b4c3815ae16abf91c7ea" },
]
[[package]]
name = "argon2-cffi-bindings"
version = "21.2.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cffi" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/e9/184b8ccce6683b0aa2fbb7ba5683ea4b9c5763f1356347f1312c32e3c66e/argon2-cffi-bindings-21.2.0.tar.gz", hash = "sha256:bb89ceffa6c791807d1305ceb77dbfacc5aa499891d2c55661c6459651fc39e3", size = 1779911 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/13/838ce2620025e9666aa8f686431f67a29052241692a3dd1ae9d3692a89d3/argon2_cffi_bindings-21.2.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:ccb949252cb2ab3a08c02024acb77cfb179492d5701c7cbdbfd776124d4d2367", size = 29658 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/02/f7f7bb6b6af6031edb11037639c697b912e1dea2db94d436e681aea2f495/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9524464572e12979364b7d600abf96181d3541da11e23ddf565a32e70bd4dc0d", size = 80583 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ec/f7/378254e6dd7ae6f31fe40c8649eea7d4832a42243acaf0f1fff9083b2bed/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b746dba803a79238e925d9046a63aa26bf86ab2a2fe74ce6b009a1c3f5c8f2ae", size = 86168 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/f6/4a34a37a98311ed73bb80efe422fed95f2ac25a4cacc5ae1d7ae6a144505/argon2_cffi_bindings-21.2.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:58ed19212051f49a523abb1dbe954337dc82d947fb6e5a0da60f7c8471a8476c", size = 82709 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/2b/73d767bfdaab25484f7e7901379d5f8793cccbb86c6e0cbc4c1b96f63896/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:bd46088725ef7f58b5a1ef7ca06647ebaf0eb4baff7d1d0d177c6cc8744abd86", size = 83613 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/fd/37f86deef67ff57c76f137a67181949c2d408077e2e3dd70c6c42912c9bf/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_i686.whl", hash = "sha256:8cd69c07dd875537a824deec19f978e0f2078fdda07fd5c42ac29668dda5f40f", size = 84583 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/52/5a60085a3dae8fded8327a4f564223029f5f54b0cb0455a31131b5363a01/argon2_cffi_bindings-21.2.0-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:f1152ac548bd5b8bcecfb0b0371f082037e47128653df2e8ba6e914d384f3c3e", size = 88475 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/95/143cd64feb24a15fa4b189a3e1e7efbaeeb00f39a51e99b26fc62fbacabd/argon2_cffi_bindings-21.2.0-cp36-abi3-win32.whl", hash = "sha256:603ca0aba86b1349b147cab91ae970c63118a0f30444d4bc80355937c950c082", size = 27698 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/2c/e34e47c7dee97ba6f01a6203e0383e15b60fb85d78ac9a15cd066f6fe28b/argon2_cffi_bindings-21.2.0-cp36-abi3-win_amd64.whl", hash = "sha256:b2ef1c30440dbbcba7a5dc3e319408b59676e2e039e2ae11a8775ecf482b192f", size = 30817 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/e4/bf8034d25edaa495da3c8a3405627d2e35758e44ff6eaa7948092646fdcc/argon2_cffi_bindings-21.2.0-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e415e3f62c8d124ee16018e491a009937f8cf7ebf5eb430ffc5de21b900dad93", size = 53104 },
]
[[package]]
name = "arrow"
version = "1.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "python-dateutil" },
{ name = "types-python-dateutil" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/00/0f6e8fcdb23ea632c866620cc872729ff43ed91d284c866b515c6342b173/arrow-1.3.0.tar.gz", hash = "sha256:d4540617648cb5f895730f1ad8c82a65f2dad0166f57b75f3ca54759c4d67a85" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/ed/e97229a566617f2ae958a6b13e7cc0f585470eac730a73e9e82c32a3cdd2/arrow-1.3.0-py3-none-any.whl", hash = "sha256:c728b120ebc00eb84e01882a6f5e7927a53960aa990ce7dd2b10f39005a67f80" },
]
[[package]]
name = "asgiref"
version = "3.8.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/38/b3395cc9ad1b56d2ddac9970bc8f4141312dbaec28bc7c218b0dfafd0f42/asgiref-3.8.1.tar.gz", hash = "sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590", size = 35186 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/e3/893e8757be2612e6c266d9bb58ad2e3651524b5b40cf56761e985a28b13e/asgiref-3.8.1-py3-none-any.whl", hash = "sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47", size = 23828 },
]
[[package]]
name = "astor"
version = "0.8.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/21/75b771132fee241dfe601d39ade629548a9626d1d39f333fde31bc46febe/astor-0.8.1.tar.gz", hash = "sha256:6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e", size = 35090 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/88/97eef84f48fa04fbd6750e62dcceafba6c63c81b7ac1420856c8dcc0a3f9/astor-0.8.1-py2.py3-none-any.whl", hash = "sha256:070a54e890cefb5b3739d19f30f5a5ec840ffc9c50ffa7d23cc9fc1a38ebbfc5", size = 27488 },
]
[[package]]
name = "asttokens"
version = "3.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/e7/82da0a03e7ba5141f05cce0d302e6eed121ae055e0456ca228bf693984bc/asttokens-3.0.0.tar.gz", hash = "sha256:0dcd8baa8d62b0c1d118b399b2ddba3c4aff271d0d7a9e0d4c1681c79035bbc7", size = 61978 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/8a/c46dcc25341b5bce5472c718902eb3d38600a903b14fa6aeecef3f21a46f/asttokens-3.0.0-py3-none-any.whl", hash = "sha256:e3078351a059199dd5138cb1c706e6430c05eff2ff136af5eb4790f9d28932e2", size = 26918 },
]
[[package]]
name = "async-lru"
version = "2.0.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/e2/2b4651eff771f6fd900d233e175ddc5e2be502c7eb62c0c42f975c6d36cd/async-lru-2.0.4.tar.gz", hash = "sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627", size = 10019 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/9f/3c3503693386c4b0f245eaf5ca6198e3b28879ca0a40bde6b0e319793453/async_lru-2.0.4-py3-none-any.whl", hash = "sha256:ff02944ce3c288c5be660c42dbcca0742b32c3b279d6dceda655190240b99224", size = 6111 },
]
[[package]]
name = "async-timeout"
version = "4.0.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/d6/21b30a550dafea84b1b8eee21b5e23fa16d010ae006011221f33dcd8d7f8/async-timeout-4.0.3.tar.gz", hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f", size = 8345 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/fa/e01228c2938de91d47b307831c62ab9e4001e747789d0b05baf779a6488c/async_timeout-4.0.3-py3-none-any.whl", hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028", size = 5721 },
]
[[package]]
name = "asynctest"
version = "0.13.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/0f/6056f4435923d2f8c89ac9ef2d18506a569348d8f9cc827b0dd7a4c8acc4/asynctest-0.13.0.tar.gz", hash = "sha256:c27862842d15d83e6a34eb0b2866c323880eb3a75e4485b079ea11748fd77fac", size = 42301 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/b6/8d17e169d577ca7678b11cd0d3ceebb0a6089a7f4a2de4b945fe4b1c86db/asynctest-0.13.0-py3-none-any.whl", hash = "sha256:5da6118a7e6d6b54d83a8f7197769d046922a44d2a99c21382f0a6e4fadae676", size = 26427 },
]
[[package]]
name = "attrs"
version = "24.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/c8/6260f8ccc11f0917360fc0da435c5c9c7504e3db174d5a12a1494887b045/attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff", size = 805984 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/aa/ab0f7891a01eeb2d2e338ae8fecbe57fcebea1a24dbb64d45801bfab481d/attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308", size = 63397 },
]
[[package]]
name = "authlib"
version = "1.3.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cryptography" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/47/df70ecd34fbf86d69833fe4e25bb9ecbaab995c8e49df726dd416f6bb822/authlib-1.3.1.tar.gz", hash = "sha256:7ae843f03c06c5c0debd63c9db91f9fda64fa62a42a77419fa15fbb7e7a58917", size = 146074 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/1f/bc95e43ffb57c05b8efcc376dd55a0240bf58f47ddf5a0f92452b6457b75/Authlib-1.3.1-py2.py3-none-any.whl", hash = "sha256:d35800b973099bbadc49b42b256ecb80041ad56b7fe1216a362c7943c088f377", size = 223827 },
]
[[package]]
name = "auto-gpt-plugin-template"
version = "0.0.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "abstract-singleton" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/e1/ee1b2f972ad0b353a7b4c319d312b415ba46fc1b31a1c43432307b62ce13/auto_gpt_plugin_template-0.0.3.tar.gz", hash = "sha256:3f51110f78db490a89a5142fcdf44176ef088125a418f507b100e813ea5afd06", size = 11662 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/7a/bca165cab212c52c8e4f33b18518006cd39ce64214d73b8bc21a6d71446f/auto_gpt_plugin_template-0.0.3-py3-none-any.whl", hash = "sha256:9200b02346d52f09d8fa68a59fb4182b4a52f0a3314406f23c51596b350eba05", size = 3383 },
]
[[package]]
name = "auto-gptq"
version = "0.7.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "accelerate" },
{ name = "datasets" },
{ name = "gekko" },
{ name = "numpy" },
{ name = "peft" },
{ name = "rouge" },
{ name = "safetensors" },
{ name = "sentencepiece" },
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tqdm" },
{ name = "transformers", version = "4.48.0", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/e5/b22697903982284fe284568fb2663a2196694a8eee637f5cf4ccfe435a38/auto_gptq-0.7.1.tar.gz", hash = "sha256:5c61ad380e9b4c603757c254765e9083a90a820cd0aff1b5d2c6f7fd96c85e80", size = 126148 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/a6/0d099a45b2f09dfc7dbd97c97b478d4db488f9168a019aa841b714b82fd7/auto_gptq-0.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:84efeb9527b2d49f3555b2ba9451018c5ff41722c0b0e2fde74f5183ba0c008d", size = 23481371 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/4f/010daf242f5da59dce5dabf32aaf2a00411f8334e3a83759d0ed798127b3/auto_gptq-0.7.1-cp310-cp310-win_amd64.whl", hash = "sha256:5d0f3c1b4905e1f14f5b88a33d3dfaf313ebfa138f73c43315f80b40a2d8bb1f", size = 4639074 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/32/7cc2f3bd401021fe9af085e78c2b8c24d6521bec324918c8c5660c650074/auto_gptq-0.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a372d81d523b8d2f98639bbca63c0c427cab0ed55b8a57bb96706b0942aa01c9", size = 23520497 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/8e/6c90faf9c4058215341523c1fd0e70ac49c504023af2fcd0bd89a825dd72/auto_gptq-0.7.1-cp311-cp311-win_amd64.whl", hash = "sha256:8d9d3fbfff94e129bcde0432fd5f6ba09f26aeceea0890a68c898210ba448135", size = 4643924 },
]
[[package]]
name = "autoawq"
version = "0.2.7.post3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "accelerate" },
{ name = "datasets" },
{ name = "huggingface-hub" },
{ name = "tokenizers" },
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.0", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "triton" },
{ name = "typing-extensions" },
{ name = "zstandard" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/5e/8eb2325ef54b8f82a3f7683441a927563e31a897b6f15c2fb87d4840595b/autoawq-0.2.7.post3-py3-none-any.whl", hash = "sha256:02e09d71ca961ca131ac9963a2635fe8c34eb52d6b6a104b8574056aef8f2efe", size = 107376 },
]
[[package]]
name = "babel"
version = "2.16.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/74/f1bc80f23eeba13393b7222b11d95ca3af2c1e28edca18af487137eefed9/babel-2.16.0.tar.gz", hash = "sha256:d1f3554ca26605fe173f3de0c65f750f5a42f924499bf134de6423582298e316", size = 9348104 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/20/bc79bc575ba2e2a7f70e8a1155618bb1301eaa5132a8271373a6903f73f8/babel-2.16.0-py3-none-any.whl", hash = "sha256:368b5b98b37c06b7daf6696391c3240c938b37767d4584413e8438c5c435fa8b", size = 9587599 },
]
[[package]]
name = "backoff"
version = "2.2.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/d7/5bbeb12c44d7c4f2fb5b56abce497eb5ed9f34d85701de869acedd602619/backoff-2.2.1.tar.gz", hash = "sha256:03f829f5bb1923180821643f8753b0502c3b682293992485b0eef2807afa5cba", size = 17001 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/73/b6e24bd22e6720ca8ee9a85a0c4a2971af8497d8f3193fa05390cbd46e09/backoff-2.2.1-py3-none-any.whl", hash = "sha256:63579f9a0628e06278f7e47b7d7d5b6ce20dc65c5e96a6f3ca99a6adca0396e8", size = 15148 },
]
[[package]]
name = "backports-tarfile"
version = "1.2.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/72/cd9b395f25e290e633655a100af28cb253e4393396264a98bd5f5951d50f/backports_tarfile-1.2.0.tar.gz", hash = "sha256:d75e02c268746e1b8144c278978b6e98e85de6ad16f8e4b0844a154557eca991", size = 86406 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/fa/123043af240e49752f1c4bd24da5053b6bd00cad78c2be53c0d1e8b975bc/backports.tarfile-1.2.0-py3-none-any.whl", hash = "sha256:77e284d754527b01fb1e6fa8a1afe577858ebe4e9dad8919e34c862cb399bc34", size = 30181 },
]
[[package]]
name = "bce-python-sdk"
version = "0.9.25"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "future" },
{ name = "pycryptodome" },
{ name = "six" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/c4/749538b53a603c55a40fff1ec2c98c07037ca1672c8db02e8440420bf3e7/bce_python_sdk-0.9.25.tar.gz", hash = "sha256:93a0623fbb1bf3a58b4f2d7bdbd799a3b342a538f0c72950c77168e431470e86", size = 242550 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/66/af6e974935467dc4bb2b988140ec00d04b03503c66705e34becc2f9db683/bce_python_sdk-0.9.25-py3-none-any.whl", hash = "sha256:cd1ab4c887e163adba6bfb3cd40465a365e5f4255705a015b0cdbe768e649877", size = 337037 },
]
[[package]]
name = "bcrypt"
version = "4.2.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/8c/dd696962612e4cd83c40a9e6b3db77bfe65a830f4b9af44098708584686c/bcrypt-4.2.1.tar.gz", hash = "sha256:6765386e3ab87f569b276988742039baab087b2cdb01e809d74e74503c2faafe", size = 24427 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/ca/e17b08c523adb93d5f07a226b2bd45a7c6e96b359e31c1e99f9db58cb8c3/bcrypt-4.2.1-cp37-abi3-macosx_10_12_universal2.whl", hash = "sha256:1340411a0894b7d3ef562fb233e4b6ed58add185228650942bdc885362f32c17", size = 489982 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/be/e7c6e0fd6087ee8fc6d77d8d9e817e9339d879737509019b9a9012a1d96f/bcrypt-4.2.1-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b1ee315739bc8387aa36ff127afc99120ee452924e0df517a8f3e4c0187a0f5f", size = 273108 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/53/ac084b7d985aee1a5f2b086d501f550862596dbf73220663b8c17427e7f2/bcrypt-4.2.1-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8dbd0747208912b1e4ce730c6725cb56c07ac734b3629b60d4398f082ea718ad", size = 278733 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/ab/b8710a3d6231c587e575ead0b1c45bb99f5454f9f579c9d7312c17b069cc/bcrypt-4.2.1-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:aaa2e285be097050dba798d537b6efd9b698aa88eef52ec98d23dcd6d7cf6fea", size = 273856 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/e5/2fd1ea6395358ffdfd4afe370d5b52f71408f618f781772a48971ef3b92b/bcrypt-4.2.1-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:76d3e352b32f4eeb34703370e370997065d28a561e4a18afe4fef07249cb4396", size = 279067 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/ef/f2cb7a0f7e1ed800a604f8ab256fb0afcf03c1540ad94ff771ce31e794aa/bcrypt-4.2.1-cp37-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:b7703ede632dc945ed1172d6f24e9f30f27b1b1a067f32f68bf169c5f08d0425", size = 306851 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/cb/578b0023c6a5ca16a177b9044ba6bd6032277bd3ef020fb863eccd22e49b/bcrypt-4.2.1-cp37-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:89df2aea2c43be1e1fa066df5f86c8ce822ab70a30e4c210968669565c0f4685", size = 310793 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/bc/9d501ee9d754f63d4b1086b64756c284facc3696de9b556c146279a124a5/bcrypt-4.2.1-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:04e56e3fe8308a88b77e0afd20bec516f74aecf391cdd6e374f15cbed32783d6", size = 320957 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/25/2ec4ce5740abc43182bfc064b9acbbf5a493991246985e8b2bfe231ead64/bcrypt-4.2.1-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:cfdf3d7530c790432046c40cda41dfee8c83e29482e6a604f8930b9930e94139", size = 339958 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/64/fd67788f64817727897d31e9cdeeeba3941eaad8540733c05c7eac4aa998/bcrypt-4.2.1-cp37-abi3-win32.whl", hash = "sha256:adadd36274510a01f33e6dc08f5824b97c9580583bd4487c564fc4617b328005", size = 160912 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/8f/fe834eaa54abbd7cab8607e5020fa3a0557e929555b9e4ca404b4adaab06/bcrypt-4.2.1-cp37-abi3-win_amd64.whl", hash = "sha256:8c458cd103e6c5d1d85cf600e546a639f234964d0228909d8f8dbeebff82d526", size = 152981 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/57/23b46933206daf5384b5397d9878746d2249fe9d45efaa8e1467c87d3048/bcrypt-4.2.1-cp39-abi3-macosx_10_12_universal2.whl", hash = "sha256:8ad2f4528cbf0febe80e5a3a57d7a74e6635e41af1ea5675282a33d769fba413", size = 489842 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/28/3ea8a39ddd4938b6c6b6136816d72ba5e659e2d82b53d843c8c53455ac4d/bcrypt-4.2.1-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:909faa1027900f2252a9ca5dfebd25fc0ef1417943824783d1c8418dd7d6df4a", size = 272500 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/7f/b43622999f5d4de06237a195ac5501ac83516adf571b907228cd14bac8fe/bcrypt-4.2.1-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cde78d385d5e93ece5479a0a87f73cd6fa26b171c786a884f955e165032b262c", size = 278368 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/68/f2e3959014b4d8874c747e6e171d46d3e63a3a39aaca8417a8d837eda0a8/bcrypt-4.2.1-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:533e7f3bcf2f07caee7ad98124fab7499cb3333ba2274f7a36cf1daee7409d99", size = 273335 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/c3/4b4bad4da852924427c651589d464ad1aa624f94dd904ddda8493b0a35e5/bcrypt-4.2.1-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:687cf30e6681eeda39548a93ce9bfbb300e48b4d445a43db4298d2474d2a1e54", size = 278614 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/5a/ee107961e84c41af2ac201d0460f962b6622ff391255ffd46429e9e09dc1/bcrypt-4.2.1-cp39-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:041fa0155c9004eb98a232d54da05c0b41d4b8e66b6fc3cb71b4b3f6144ba837", size = 306464 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/72/916e14fa12d2b1d1fc6c26ea195337419da6dd23d0bf53ac61ef3739e5c5/bcrypt-4.2.1-cp39-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:f85b1ffa09240c89aa2e1ae9f3b1c687104f7b2b9d2098da4e923f1b7082d331", size = 310674 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/92/3dc76d8bfa23300591eec248e950f85bd78eb608c96bd4747ce4cc06acdb/bcrypt-4.2.1-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:c6f5fa3775966cca251848d4d5393ab016b3afed251163c1436fefdec3b02c84", size = 320577 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5d/ab/a6c0da5c2cf86600f74402a72b06dfe365e1a1d30783b1bbeec460fd57d1/bcrypt-4.2.1-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:807261df60a8b1ccd13e6599c779014a362ae4e795f5c59747f60208daddd96d", size = 339836 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/b4/e75b6e9a72a030a04362034022ebe317c5b735d04db6ad79237101ae4a5c/bcrypt-4.2.1-cp39-abi3-win32.whl", hash = "sha256:b588af02b89d9fad33e5f98f7838bf590d6d692df7153647724a7f20c186f6bf", size = 160911 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/b9/d51d34e6cd6d887adddb28a8680a1d34235cc45b9d6e238ce39b98199ca0/bcrypt-4.2.1-cp39-abi3-win_amd64.whl", hash = "sha256:e84e0e6f8e40a242b11bce56c313edc2be121cec3e0ec2d76fce01f6af33c07c", size = 153078 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/6e/7193067042de23af3d71882f898c8c0bd2b18e6ee44a4f76e395dfadb5a8/bcrypt-4.2.1-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:76132c176a6d9953cdc83c296aeaed65e1a708485fd55abf163e0d9f8f16ce0e", size = 270069 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/05/2546085c6dc07a45627460a39e6291b82382b434fff2bd0167ff3bc31eb1/bcrypt-4.2.1-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:e158009a54c4c8bc91d5e0da80920d048f918c61a581f0a63e4e93bb556d362f", size = 274652 },
]
[[package]]
name = "beautifulsoup4"
version = "4.12.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "soupsieve" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/ca/824b1195773ce6166d388573fc106ce56d4a805bd7427b624e063596ec58/beautifulsoup4-4.12.3.tar.gz", hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051", size = 581181 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/fe/e8c672695b37eecc5cbf43e1d0638d88d66ba3a44c4d321c796f4e59167f/beautifulsoup4-4.12.3-py3-none-any.whl", hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed", size = 147925 },
]
[[package]]
name = "bitsandbytes"
version = "0.45.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/9a/f41d252bf8b0bc5969b4dce1274cd04b7ddc541de1060dd27eca680bc1b2/bitsandbytes-0.45.0-py3-none-manylinux_2_24_x86_64.whl", hash = "sha256:0f0323de1ff1fdf8383e79bdad1283516a4c05a6fd2b44a363bf4e059422305b", size = 69084267 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/90/a2bbb9b5f997b9c9aa9c15ee4adf553ee71053bb942f89fd48d920a1aa9d/bitsandbytes-0.45.0-py3-none-win_amd64.whl", hash = "sha256:ebbf96e0ecb466716a65ecdeaef3fa1983575447b9ab66b74e5211892507c6ff", size = 68520043 },
]
[[package]]
name = "blake3"
version = "1.0.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/12/c5886424124b2a70838731098c1cdefccaeea06c03b4094fc8aeee938069/blake3-1.0.4.tar.gz", hash = "sha256:09b2c66bc2c797e9d783521ec22b1e9a6c74e3ddb98bdd0dcd4fcc2213fb27ec", size = 115198 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/9e/aa38c7b519c08bb6ddef970e7ca68123ae9d071766dcaf6c0df7e93049c1/blake3-1.0.4-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:c213768763faee5348bf7622b906b47b60a31baa44ad6837f6ec7587a4b3d4c1", size = 340395 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a3/03/07b9e1c2dca9ed54cd39863a7710ac7b941c0af3876a00e0b505890a432a/blake3-1.0.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:1dbdca6def64c5fbcd7aae7403fc0e408506f91fac631efb2b604cac1bff97c4", size = 321930 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/d7/33279213865da9bb33473e38e1963207e981a59d5e2df30f78a9d319d9fe/blake3-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a764b697fd1cb01b92a18240f9afd291b1f33ede3c9cdc59dd92ba87a5f4f8f3", size = 363555 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/42/d1a7dd214bb06aba073bbced09b74708d190a4674c93bb9443559c52e255/blake3-1.0.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c00c483e3d86c2587b7c1e4c65f519fd8745a0963cd6e3630d1bf24692c57fa2", size = 367462 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/bf/120e493f29f07f52404510792f449f7cb00ebb72c53f5ac0e24c0c7da3e0/blake3-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8a99749c02d76b7aa5d931c3b80528ef6a68149e6bef424769dd5e461d39a4f0", size = 437013 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/a6/c96f052f7c06f06c24818e6d220038facd06cf519e1ade4abeffaea49756/blake3-1.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ea806c10ad6d7c83f3543a22f31fe4892896a1daf58f9e4e3d76ae25ec469a3a", size = 423446 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/55/57052587e665229841341e726181be14de8e73fd6063c5b0a81bce8110f4/blake3-1.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:407d3a527853d662f79fa99b4ec88478fc9b800420194ed495a961635d2ab77e", size = 402987 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/b4/00cdde856d34620aeb93eda0d72dc3c18e8ddd90063f17f4e2bde201a684/blake3-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:846895cbe050c8d0ba94c7a8df4f89f023db82e5f8d35c76def177e410a1ba97", size = 376395 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/a0/2964c0409a06563242f3936e6d098aa3827ba8e2dd83bdb3ebbaddad3e84/blake3-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:20e90f313c524bd98d68f3d1e0495ae00e570a164ee9a09ac21ded49c082c276", size = 530468 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/73/c0c55887a1bd1182dd20e5a49b05c26445a52be470a18857112f303118b1/blake3-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8e83ddd16ae0a3641ba6d7b0ed582f0b7fcdefbf95638e82ee2480ab209342d7", size = 538948 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/eb/6296a02d27babb5232a8a57d700f8b55eabf3dd1205f15f84a18a474cead/blake3-1.0.4-cp310-cp310-win32.whl", hash = "sha256:8faf42585fbd6ea189ee15b3d148f64dd3a8ced5aa26bed90a7438a7cb7094a3", size = 228987 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/32/8d69da9a2892a1f2d84e9287569ab2171fde685a80417dc186784e8e1e31/blake3-1.0.4-cp310-cp310-win_amd64.whl", hash = "sha256:5624985511c1e209aede209142c09c81a4163cf230f218aff09f04ddd9e773a1", size = 212352 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/df/5628bda42799552c36b6bfbb6348cc72f340a8c4524055078aa7e7602c39/blake3-1.0.4-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:fe01393d535a7ddea39f0332453434fe214fa135e05e5b792a99dd7782acf429", size = 340182 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/b6/b1160774b4329bb76ac001e757e3867f50a7895b6c25620c3943e90beba5/blake3-1.0.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:105730671403972fb5292dcaff0b78881075f583cd7b5e1589919b0b0f93f86a", size = 322057 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/4b/aed0dfc518c15c0b9c07dce5d8788c9b99ca5bcc7d0fc0d6f168bce1488d/blake3-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7240572bfd4e3ecd0ab24144551053c02eb3995e00342fcb40eb25619678e556", size = 363308 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/3a/18e3d7be5d22cacb058ad54cb1d2f8aaed2568a814589b5de3ed5953382d/blake3-1.0.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:a3d1a39fed926d8b6fb0efdf0295297ff92246e1c28e5dca7f2d7185ad4593be", size = 368054 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/2a/609a814a57a7cd8ee2e89b2b54e00503939089f47ac1dd2a9bd01447403d/blake3-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:87794eed0b25de3713d57faa82a5e3257d0b51cba7831f7de98884b73d4c41af", size = 437209 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/c1/8c4fca8aec7aa53b850ea8fd619e17513f9a4365ed472eeb100000a7af94/blake3-1.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:407327ed661ccb943c4361fb647daa6264cc6bdc52f29de56e4dc62c2132e287", size = 423592 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/eb/59506dfacf7f70da30e71694d4e0ac16516e4ce2ee57f02051668251aa71/blake3-1.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e3087e019603657cda6d5e4b8cb250d6cbcf935e8230a31291eb15d3ee8a341e", size = 401869 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/d6/6377bd058a0e7aa7c33debcc8370e6c9769b6c6fa2f4a9583f07ec91d50a/blake3-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fae37ec23f25fdbb8c2a34dd9b309a8f9fdce9ff7685cabb1fde7e16f012cf67", size = 376247 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/48/6e692c16170315605a0c84454cfd37cdb135df568f1ecd41eed4fdfb8059/blake3-1.0.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:5447a5731ee408809a5e2582a3bed3069b570046017ddddf9942d71c8afdc2ee", size = 530708 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/27/766c063e92f0eaf00ec0bbe7897e41f75e6119364016b3c329b426a83f2a/blake3-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:1d48407451ad537f7a8d9210a8468a600e453662832c6a60b99405d9d792c97e", size = 539095 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/b0/2d49332700c2c1839059bb9f8153e28351f602bace986b851db44cb4b306/blake3-1.0.4-cp311-cp311-win32.whl", hash = "sha256:524ca0bf368b35d91254cbb16af5351beaee6c22a3a236d355b9471a61b3b9ff", size = 229153 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/cf/5a3e863d7e920122b0175eded2e4871971eb078bd580d8ade701c132ac3d/blake3-1.0.4-cp311-cp311-win_amd64.whl", hash = "sha256:43ebbf2af260f645eb961b045ed4e9ddcdcf3fb49744c8f2e0ba1e1c28e88782", size = 212567 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/fe/77bcfdf946da8952d3338a7ecb350edd4c2469bb6fba35853512b89d8f40/blake3-1.0.4-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:1e3018d12e16faea2e08f210123a9c2e603de6c1b80b381624cffd536e1022d1", size = 338131 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/ba/2d6caaea87f5ad6526c5411868e231d73f52e6914f031baead849a597ccc/blake3-1.0.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:17fb8c25d62b3dc35c2c4d59f3b2f3234814b2aa374c0b9bea3d326184bf9268", size = 319326 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/8b/41e78c884fd18d382475ad315c8b7b9d4ca9bdd656bb4322abf0652b0f9b/blake3-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fc9da486d47f399ac2aba8dfdfaf60cc7a507d8434623cee8f81f47852db594d", size = 362296 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/26/3f071b2131e51768520dc04927843d868b514c33b879ec6d0ee1266ceaaa/blake3-1.0.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0f5888e358ae4bba094d4595e1703dfc230d96dea6924e877c42c7a98beda7b5", size = 367445 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/20/9e2be9622f8b0803a4cc60663988087694d458b6455b879fccfed0470942/blake3-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7a1ab4bb7869fd38b7be2a88557d28cfe63d44b194bf2bf27e4ff08c5f2483ea", size = 436954 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/6b/ae53e3b6e501b44ee6d1ac46bd559398755938ff0804e82707165c181c8b/blake3-1.0.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dbaf16fd19f93a2b5d2eadab82dca3161e2bf418606144df7edaf20bc38eda7c", size = 422046 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/7b/8d7b1fdd6471b93e3cbd287e3dcf76149ad9b8584902def9bea760eb80fa/blake3-1.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:222234ebea46d16ac981b0da528dd6e57e8ea37cef168e9f669894f660a18e09", size = 400855 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/0e/35182a7cf5ee2fb8f49296f34c2880bf99318df4fccb2c294485d4bc1bbb/blake3-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bb2689cbef663d823011eeddec29c23d1c1f773ac867bfa854fb0590771a309d", size = 374969 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/50/c1280aee0e2f8f297e49ce3c131e03436cab1579a2efa52e825851a27b1c/blake3-1.0.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:1524b1cabb034f1c9dc2621f3c06c10d2a4608391cf04e5db182aa5d7a82fdbe", size = 529434 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/b2/2b196b9cae06f986b03832f164d58ef9ca039d7ed6ec4f8549f085aab85a/blake3-1.0.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:7592124471fb1c8c67f94776c480743c182aff92952ceb5f5c793a632a1a1436", size = 537692 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/ec/3e57c820c0f7ff78a7b4ea2f640d0cf2fe37053615e41314b5c8b881cd6e/blake3-1.0.4-cp312-cp312-win32.whl", hash = "sha256:78f4724d0a9f6bebd0fccf27e4afaed1ca4b6645740ee425d3621defe27c4e64", size = 228519 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/44/d70c4782b4e950887d9c5d77384fb54e84bd3a38472a6b6dc6792c9bf5df/blake3-1.0.4-cp312-cp312-win_amd64.whl", hash = "sha256:af18fcd2a37aa51c24cedbb82f4934f39a9a4ea11a84d34c1ab63df94a28fdd1", size = 212489 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/19/3b91742911aed0ccde857c2b29479db786602d5894bffeb5cf8c90cd4c0c/blake3-1.0.4-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:1845c2c8a611c30e43a88843f202663ce35a3d4d61a28064bf99a9adf975ab74", size = 337319 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/53/a9100372b7a3fec2a9100e9df097a583312a478b792331abd1dcb6a97364/blake3-1.0.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5404a99dcd9d5974ec09a6cc3e66e730ed7b8f65f353dea88b614ca4ed8dcb02", size = 318712 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/ac/73285622f6d0515da4854c1e65a854042d5842bfa9d7e4a164a8176742d9/blake3-1.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d97685ff806592fa2cb35143a3bdb255db58385cbf9c1a3222b4b127ade1714d", size = 362609 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/66/fd85ff8f401afae02ee9ffa146949816098afa8ccdf39ebff99e0f3b1d8a/blake3-1.0.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:94cc36d0e69dc118db3c288c196533603d0f3413017070b455fe63ef0075dca2", size = 366488 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/32/5c69a95f35ecfe1e1b18ac7932de66e024fe4e130fe8eb6f0198f6a736b7/blake3-1.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d2a0e30369b1e9f24f81c6a666e347309aa746e85a7e986e472156995dc3751c", size = 436240 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/ed/350f7559fa770e7c0f7c4235f4e957da5fe7cedd9b5793cca6d0dceef5ab/blake3-1.0.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d09816c855043fe6a498108f6e0ec0ced2d5c1e65bc8a8c24012d773ac4e3208", size = 421682 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/22/f8c4c5a9a2277983cdb8889bc54b39d97c40459c101f357df6d5b87511e0/blake3-1.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:41795136af622eb113247ccb09819e388948fc0aa052da02448c9f477c02721f", size = 400187 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/f9/be0f55d672493e5a891bf40388a6eaa32bea50e78ada8d887fa53b8aaf75/blake3-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fedc326cac4476d2eab88413a4bf56e491040ae11ea98ddadaa5487cecda9b93", size = 374692 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/a1/4f06d90f4eb5ced1d93997e3e35697b5fded8b7c49d83d753e3531aa5af6/blake3-1.0.4-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:a760153f4e66edd6214df0a69e7eb90206c8ddd8083734ac430e852453a58e06", size = 529236 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/7c/45b8d25c7a2dea9d6c32519b0a1992360c104e344faa8c318cec886630c8/blake3-1.0.4-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:e93d952635a96225dda9f0b94bb115a7f1c1777db38f8a49cb902bf9433dd436", size = 537725 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/78/270e36726bcc7061f546c8505c8f8282044c75058bd1faa7885d72a71684/blake3-1.0.4-cp313-cp313-win32.whl", hash = "sha256:8b514764be91cce5825e1a3dd393004a112f8acbf1c782aaa43c057c40837a01", size = 228041 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/bf/b32aaf49d3544c4ed4431f79c1e7466b7522db6d28aa81f42bcbfc6e02bb/blake3-1.0.4-cp313-cp313-win_amd64.whl", hash = "sha256:0c6477a4689b374e846fd5330839c0d27d932fa62c2d2d6b731a28798d0348a0", size = 212476 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/73/544a8cab5601f2a22765431c7a3280f3b9b15e99f731eeec1040ca7c929a/blake3-1.0.4-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:fbc00208e9ebd4595290a684609a7a0557ca892f28870f44df4e433d4758e9b8", size = 337208 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/2e/5a5b648c1c11c5163a3b883ab398bf42852fa4df3ce8fe23623bfd9bc92b/blake3-1.0.4-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:512c7515a42398a5b01d758c53e315d295a1403b09786d9579d7f8dba4907865", size = 318462 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/ba/40ba531aa6edac47dde11de8c757080134e528e2f69612a8b45ed172211c/blake3-1.0.4-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:54d792827498d664b4e0687ca35cde8bbdc616e6766421378179b89914a65a6e", size = 361838 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/a4/ea5566e8d4244e0a93a1619c7144bacde1432d9f14df6c00d30e7691d8b5/blake3-1.0.4-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:97134b7c407e6c4ddcff1813577763b4e370397f9ba20cf0db3d0fff13b4edf5", size = 365968 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/43/0d889818250121da2dc794501cdc741bd96916c335876e559594f047df6f/blake3-1.0.4-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c40e2badab95569681759273013ea19349c438dfc3c50a5d2e5c88e1b3879ba5", size = 436441 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/46/a6093772bc95cf9a763940a5a199d27b1df41fcb2b319223b9b615d26c94/blake3-1.0.4-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4e5f23d483a0e22a46991031a659cd65e58a84c2b737544e5a126fd49ffece68", size = 421019 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/3b/d9fb339e4630c9004b3ce8b261c4f7437f65f4ad52737633d0622ea23114/blake3-1.0.4-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1509d898c7930451720f3667b1f733434db1090f295b6d947f88140face1c596", size = 399381 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/bb/a6250b45bc4c63b341486c8dca9d5d7b1a611b78a41d9497afe871809ec5/blake3-1.0.4-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:785ef236f8da4ab4f233d02c403fc1bc6eab093edad1ca5903dd9dbb2b1c8e26", size = 374992 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/08/f48cb923bf587501114d2b3c3003bc7c0b71e70a9853e0a4f1163db59fb7/blake3-1.0.4-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:e53f76390144272ecfe34da0466e1df66c3252e4e8a3b44b12d75c8acd393397", size = 528865 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/38/3fd5509dabaf63befa17691b74ec851f62975028ce66acfa9c8767ee2194/blake3-1.0.4-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:d8e89c286ee110b2e325b179954eb2176d4a6315caef2eb8b44bcac7374da2b0", size = 537529 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/38/fe0df3bdacbf2bca06f1aa8132cb7a73afdf1f2372336b0c57f751a2fff1/blake3-1.0.4-cp313-cp313t-win32.whl", hash = "sha256:00605aa59923205c6a4f21131840840eb2d9a754c59b163357d890566755b97a", size = 227844 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/86/f27f21a589e7d45a578ec8c64dd6e7a0c6bc5472f72c8897b41166952438/blake3-1.0.4-cp313-cp313t-win_amd64.whl", hash = "sha256:95b2223177be6e269ab5f39bf1f2c186dc4852d546f15500bb7dcc114cf681f0", size = 211884 },
]
[[package]]
name = "bleach"
version = "6.2.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "webencodings" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/9a/0e33f5054c54d349ea62c277191c020c2d6ef1d65ab2cb1993f91ec846d1/bleach-6.2.0.tar.gz", hash = "sha256:123e894118b8a599fd80d3ec1a6d4cc7ce4e5882b1317a7e1ba69b56e95f991f", size = 203083 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/55/96142937f66150805c25c4d0f31ee4132fd33497753400734f9dfdcbdc66/bleach-6.2.0-py3-none-any.whl", hash = "sha256:117d9c6097a7c3d22fd578fcd8d35ff1e125df6736f554da4e432fdd63f31e5e", size = 163406 },
]
[package.optional-dependencies]
css = [
{ name = "tinycss2" },
]
[[package]]
name = "blis"
version = "0.7.11"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/8c/60c85350f2e1c9647df580083a0f6acc686ef32d1a91f4ab0c624b3ff867/blis-0.7.11.tar.gz", hash = "sha256:cec6d48f75f7ac328ae1b6fbb372dde8c8a57c89559172277f66e01ff08d4d42", size = 2897107 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/8b/b61978aa36de134d1056c55c2efe818042df68aff211b91fa5b1b9ae3f85/blis-0.7.11-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:cd5fba34c5775e4c440d80e4dea8acb40e2d3855b546e07c4e21fad8f972404c", size = 6127109 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/95/f23fbbf3010bf057302ebbb8ad697fb9a0f8624e833025c4a58bfb8d3389/blis-0.7.11-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:31273d9086cab9c56986d478e3ed6da6752fa4cdd0f7b5e8e5db30827912d90d", size = 1110252 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/82/8d9576904833a8575ae6758dd8c1a2152fdec1705dd3ae65a10e99d8896a/blis-0.7.11-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d06883f83d4c8de8264154f7c4a420b4af323050ed07398c1ff201c34c25c0d2", size = 1711161 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/81/55092e1c016fe05ef7a57623920209012f05e8b897acbad355c9bf854181/blis-0.7.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee493683e3043650d4413d531e79e580d28a3c7bdd184f1b9cfa565497bda1e7", size = 10171589 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/65/d9fd07e11499e0a3162c6d61ae430172125e5c340c89c40504189d5299b9/blis-0.7.11-cp310-cp310-win_amd64.whl", hash = "sha256:a73945a9d635eea528bccfdfcaa59dd35bd5f82a4a40d5ca31f08f507f3a6f81", size = 6620069 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/59/c8010f380a16709e6d3ef5534845d1ca1e689079914ec67ab60f57edfc37/blis-0.7.11-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:1b68df4d01d62f9adaef3dad6f96418787265a6878891fc4e0fabafd6d02afba", size = 6123547 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/73/0a9d4e7f6e78ef270e3a4532b17e060a02087590cf615ba9943fd1a283e9/blis-0.7.11-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:162e60d941a8151418d558a94ee5547cb1bbeed9f26b3b6f89ec9243f111a201", size = 1106895 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/f7/a5d9a0be0729f4172248dbae74d7e02b139b3a32cc29650d3ade7ab91fea/blis-0.7.11-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:686a7d0111d5ba727cd62f374748952fd6eb74701b18177f525b16209a253c01", size = 1707389 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/23/eb01450dc284a7ea8ebc0e5296f1f8fdbe5299169f4c318f836b4284a119/blis-0.7.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0421d6e44cda202b113a34761f9a062b53f8c2ae8e4ec8325a76e709fca93b6e", size = 10172888 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/09/da0592c74560cc33396504698122f7a56747c82a5e072ca7d2c3397898e1/blis-0.7.11-cp311-cp311-win_amd64.whl", hash = "sha256:0dc9dcb3843045b6b8b00432409fd5ee96b8344a324e031bfec7303838c41a1a", size = 6602835 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/12/90897bc489626cb71e51ce8bb89e492fabe96a57811e53159c0f74ae90ec/blis-0.7.11-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:dadf8713ea51d91444d14ad4104a5493fa7ecc401bbb5f4a203ff6448fadb113", size = 6121528 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/5d/67a3f6b6108c39d3fd1cf55a7dca9267152190dad419c9de6d764b3708ca/blis-0.7.11-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5bcdaf370f03adaf4171d6405a89fa66cb3c09399d75fc02e1230a78cd2759e4", size = 1105039 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/62/0d214dde0703863ed2d3dabb3f10606f7f55ac4eb07a52c3906601331b63/blis-0.7.11-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7de19264b1d49a178bf8035406d0ae77831f3bfaa3ce02942964a81a202abb03", size = 1701009 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/aa/bcbd1c6b1c7dfd717ff5c899a1c8adcc6b3e391fb7a0b00fdc64e4e54235/blis-0.7.11-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ea55c6a4a60fcbf6a0fdce40df6e254451ce636988323a34b9c94b583fc11e5", size = 10161187 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/91/4aea63dccee6491a54c630d9817656a886e086ab97222e2d8101d8cdf894/blis-0.7.11-cp312-cp312-win_amd64.whl", hash = "sha256:5a305dbfc96d202a20d0edd6edf74a406b7e1404f4fa4397d24c68454e60b1b4", size = 6624079 },
]
[[package]]
name = "bs4"
version = "0.0.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "beautifulsoup4" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/aa/4acaf814ff901145da37332e05bb510452ebed97bc9602695059dd46ef39/bs4-0.0.2.tar.gz", hash = "sha256:a48685c58f50fe127722417bae83fe6badf500d54b55f7e39ffe43b798653925", size = 698 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/bb/bf7aab772a159614954d84aa832c129624ba6c32faa559dfb200a534e50b/bs4-0.0.2-py2.py3-none-any.whl", hash = "sha256:abf8742c0805ef7f662dce4b51cca104cffe52b835238afc169142ab9b3fbccc", size = 1189 },
]
[[package]]
name = "build"
version = "1.2.2.post1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "colorama", marker = "(os_name == 'nt' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto') or (os_name == 'nt' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (os_name == 'nt' and sys_platform != 'darwin' and sys_platform != 'linux') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "importlib-metadata", marker = "python_full_version < '3.10.2' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "packaging" },
{ name = "pyproject-hooks" },
{ name = "tomli", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/46/aeab111f8e06793e4f0e421fcad593d547fb8313b50990f31681ee2fb1ad/build-1.2.2.post1.tar.gz", hash = "sha256:b36993e92ca9375a219c99e606a122ff365a760a2d4bba0caa09bd5278b608b7", size = 46701 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/c2/80633736cd183ee4a62107413def345f7e6e3c01563dbca1417363cf957e/build-1.2.2.post1-py3-none-any.whl", hash = "sha256:1d61c0887fa860c01971625baae8bdd338e517b836a2f70dd1f7aa3a6b2fc5b5", size = 22950 },
]
[[package]]
name = "cachecontrol"
version = "0.14.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "msgpack" },
{ name = "requests" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/a4/3390ac4dfa1773f661c8780368018230e8207ec4fd3800d2c0c3adee4456/cachecontrol-0.14.2.tar.gz", hash = "sha256:7d47d19f866409b98ff6025b6a0fca8e4c791fb31abbd95f622093894ce903a2", size = 28832 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/63/baffb44ca6876e7b5fc8fe17b24a7c07bf479d604a592182db9af26ea366/cachecontrol-0.14.2-py3-none-any.whl", hash = "sha256:ebad2091bf12d0d200dfc2464330db638c5deb41d546f6d7aca079e87290f3b0", size = 21780 },
]
[package.optional-dependencies]
filecache = [
{ name = "filelock" },
]
[[package]]
name = "cachetools"
version = "5.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/38/a0f315319737ecf45b4319a8cd1f3a908e29d9277b46942263292115eee7/cachetools-5.5.0.tar.gz", hash = "sha256:2cc24fb4cbe39633fb7badd9db9ca6295d766d9c2995f245725a46715d050f2a", size = 27661 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/07/14f8ad37f2d12a5ce41206c21820d8cb6561b728e51fad4530dff0552a67/cachetools-5.5.0-py3-none-any.whl", hash = "sha256:02134e8439cdc2ffb62023ce1debca2944c3f289d66bb17ead3ab3dede74b292", size = 9524 },
]
[[package]]
name = "catalogue"
version = "2.0.10"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/b4/244d58127e1cdf04cf2dc7d9566f0d24ef01d5ce21811bab088ecc62b5ea/catalogue-2.0.10.tar.gz", hash = "sha256:4f56daa940913d3f09d589c191c74e5a6d51762b3a9e37dd53b7437afd6cda15" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/96/d32b941a501ab566a16358d68b6eb4e4acc373fab3c3c4d7d9e649f7b4bb/catalogue-2.0.10-py3-none-any.whl", hash = "sha256:58c2de0020aa90f4a2da7dfad161bf7b3b054c86a5f09fcedc0b2b740c109a9f" },
]
[[package]]
name = "cattrs"
version = "24.1.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "attrs" },
{ name = "exceptiongroup", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/65/af6d57da2cb32c076319b7489ae0958f746949d407109e3ccf4d115f147c/cattrs-24.1.2.tar.gz", hash = "sha256:8028cfe1ff5382df59dd36474a86e02d817b06eaf8af84555441bac915d2ef85", size = 426462 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/d5/867e75361fc45f6de75fe277dd085627a9db5ebb511a87f27dc1396b5351/cattrs-24.1.2-py3-none-any.whl", hash = "sha256:67c7495b760168d931a10233f979b28dc04daf853b30752246f4f8471c6d68d0", size = 66446 },
]
[[package]]
name = "certifi"
version = "2024.12.14"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/bd/1d41ee578ce09523c81a15426705dd20969f5abf006d1afe8aeff0dd776a/certifi-2024.12.14.tar.gz", hash = "sha256:b650d30f370c2b724812bee08008be0c4163b163ddaec3f2546c1caf65f191db", size = 166010 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/32/8f6669fc4798494966bf446c8c4a162e0b5d893dff088afddf76414f70e1/certifi-2024.12.14-py3-none-any.whl", hash = "sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56", size = 164927 },
]
[[package]]
name = "cffi"
version = "1.17.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pycparser" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/97/c783634659c2920c3fc70419e3af40972dbaf758daa229a7d6ea6135c90d/cffi-1.17.1.tar.gz", hash = "sha256:1c39c6016c32bc48dd54561950ebd6836e1670f2ae46128f67cf49e789c52824", size = 516621 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/07/f44ca684db4e4f08a3fdc6eeb9a0d15dc6883efc7b8c90357fdbf74e186c/cffi-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:df8b1c11f177bc2313ec4b2d46baec87a5f3e71fc8b45dab2ee7cae86d9aba14", size = 182191 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/fd/cc2fedbd887223f9f5d170c96e57cbf655df9831a6546c1727ae13fa977a/cffi-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:8f2cdc858323644ab277e9bb925ad72ae0e67f69e804f4898c070998d50b1a67", size = 178592 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/cc/4635c320081c78d6ffc2cab0a76025b691a91204f4aa317d568ff9280a2d/cffi-1.17.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:edae79245293e15384b51f88b00613ba9f7198016a5948b5dddf4917d4d26382", size = 426024 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/7b/3b2b250f3aab91abe5f8a51ada1b717935fdaec53f790ad4100fe2ec64d1/cffi-1.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45398b671ac6d70e67da8e4224a065cec6a93541bb7aebe1b198a61b58c7b702", size = 448188 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/48/1b9283ebbf0ec065148d8de05d647a986c5f22586b18120020452fff8f5d/cffi-1.17.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ad9413ccdeda48c5afdae7e4fa2192157e991ff761e7ab8fdd8926f40b160cc3", size = 455571 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/87/3b8452525437b40f39ca7ff70276679772ee7e8b394934ff60e63b7b090c/cffi-1.17.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5da5719280082ac6bd9aa7becb3938dc9f9cbd57fac7d2871717b1feb0902ab6", size = 436687 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/fb/4da72871d177d63649ac449aec2e8a29efe0274035880c7af59101ca2232/cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2bb1a08b8008b281856e5971307cc386a8e9c5b625ac297e853d36da6efe9c17", size = 446211 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/a0/62f00bcb411332106c02b663b26f3545a9ef136f80d5df746c05878f8c4b/cffi-1.17.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8", size = 461325 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/83/76127035ed2e7e27b0787604d99da630ac3123bfb02d8e80c633f218a11d/cffi-1.17.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6883e737d7d9e4899a8a695e00ec36bd4e5e4f18fabe0aca0efe0a4b44cdb13e", size = 438784 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/81/a6cd025db2f08ac88b901b745c163d884641909641f9b826e8cb87645942/cffi-1.17.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:6b8b4a92e1c65048ff98cfe1f735ef8f1ceb72e3d5f0c25fdb12087a23da22be", size = 461564 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/fe/4d41c2f200c4a457933dbd98d3cf4e911870877bd94d9656cc0fcb390681/cffi-1.17.1-cp310-cp310-win32.whl", hash = "sha256:c9c3d058ebabb74db66e431095118094d06abf53284d9c81f27300d0e0d8bc7c", size = 171804 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/b6/0b0f5ab93b0df4acc49cae758c81fe4e5ef26c3ae2e10cc69249dfd8b3ab/cffi-1.17.1-cp310-cp310-win_amd64.whl", hash = "sha256:0f048dcf80db46f0098ccac01132761580d28e28bc0f78ae0d58048063317e15", size = 181299 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/f4/927e3a8899e52a27fa57a48607ff7dc91a9ebe97399b357b85a0c7892e00/cffi-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a45e3c6913c5b87b3ff120dcdc03f6131fa0065027d0ed7ee6190736a74cd401", size = 182264 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/f5/6c3a8efe5f503175aaddcbea6ad0d2c96dad6f5abb205750d1b3df44ef29/cffi-1.17.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:30c5e0cb5ae493c04c8b42916e52ca38079f1b235c2f8ae5f4527b963c401caf", size = 178651 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/dd/a3f0118e688d1b1a57553da23b16bdade96d2f9bcda4d32e7d2838047ff7/cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4", size = 445259 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/ea/70ce63780f096e16ce8588efe039d3c4f91deb1dc01e9c73a287939c79a6/cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41", size = 469200 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/a0/a4fa9f4f781bda074c3ddd57a572b060fa0df7655d2a4247bbe277200146/cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1", size = 477235 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/12/ce8710b5b8affbcdd5c6e367217c242524ad17a02fe5beec3ee339f69f85/cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6", size = 459721 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/6b/d45873c5e0242196f042d555526f92aa9e0c32355a1be1ff8c27f077fd37/cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d", size = 467242 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/52/d9a0e523a572fbccf2955f5abe883cfa8bcc570d7faeee06336fbd50c9fc/cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6", size = 477999 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/74/f2a2460684a1a2d00ca799ad880d54652841a780c4c97b87754f660c7603/cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f", size = 454242 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/4a/34599cac7dfcd888ff54e801afe06a19c17787dfd94495ab0c8d35fe99fb/cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b", size = 478604 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/33/e1b8a1ba29025adbdcda5fb3a36f94c03d771c1b7b12f726ff7fef2ebe36/cffi-1.17.1-cp311-cp311-win32.whl", hash = "sha256:85a950a4ac9c359340d5963966e3e0a94a676bd6245a4b55bc43949eee26a655", size = 171727 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/97/50228be003bb2802627d28ec0627837ac0bf35c90cf769812056f235b2d1/cffi-1.17.1-cp311-cp311-win_amd64.whl", hash = "sha256:caaf0640ef5f5517f49bc275eca1406b0ffa6aa184892812030f04c2abf589a0", size = 181400 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/84/e94227139ee5fb4d600a7a4927f322e1d4aea6fdc50bd3fca8493caba23f/cffi-1.17.1-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:805b4371bf7197c329fcb3ead37e710d1bca9da5d583f5073b799d5c5bd1eee4", size = 183178 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/ee/fb72c2b48656111c4ef27f0f91da355e130a923473bf5ee75c5643d00cca/cffi-1.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:733e99bc2df47476e3848417c5a4540522f234dfd4ef3ab7fafdf555b082ec0c", size = 178840 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/b6/db007700f67d151abadf508cbfd6a1884f57eab90b1bb985c4c8c02b0f28/cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36", size = 454803 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/df/f8d151540d8c200eb1c6fba8cd0dfd40904f1b0682ea705c36e6c2e97ab3/cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5", size = 478850 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/c0/b31116332a547fd2677ae5b78a2ef662dfc8023d67f41b2a83f7c2aa78b1/cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff", size = 485729 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/2b/9a1ddfa5c7f13cab007a2c9cc295b70fbbda7cb10a286aa6810338e60ea1/cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99", size = 471256 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/d5/da47df7004cb17e4955df6a43d14b3b4ae77737dff8bf7f8f333196717bf/cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93", size = 479424 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/ac/2a28bcf513e93a219c8a4e8e125534f4f6db03e3179ba1c45e949b76212c/cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3", size = 484568 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/38/ca8a4f639065f14ae0f1d9751e70447a261f1a30fa7547a828ae08142465/cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8", size = 488736 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/c5/28b2d6f799ec0bdecf44dced2ec5ed43e0eb63097b0f58c293583b406582/cffi-1.17.1-cp312-cp312-win32.whl", hash = "sha256:a08d7e755f8ed21095a310a693525137cfe756ce62d066e53f502a83dc550f65", size = 172448 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/b9/db34c4755a7bd1cb2d1603ac3863f22bcecbd1ba29e5ee841a4bc510b294/cffi-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:51392eae71afec0d0c8fb1a53b204dbb3bcabcb3c9b807eedf3e1e6ccf2de903", size = 181976 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/f8/dd6c246b148639254dad4d6803eb6a54e8c85c6e11ec9df2cffa87571dbe/cffi-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f3a2b4222ce6b60e2e8b337bb9596923045681d71e5a082783484d845390938e", size = 182989 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/f1/672d303ddf17c24fc83afd712316fda78dc6fce1cd53011b839483e1ecc8/cffi-1.17.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:0984a4925a435b1da406122d4d7968dd861c1385afe3b45ba82b750f229811e2", size = 178802 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0e/2d/eab2e858a91fdff70533cab61dcff4a1f55ec60425832ddfdc9cd36bc8af/cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3", size = 454792 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/b2/fbaec7c4455c604e29388d55599b99ebcc250a60050610fadde58932b7ee/cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683", size = 478893 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/b7/6e4a2162178bf1935c336d4da8a9352cccab4d3a5d7914065490f08c0690/cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5", size = 485810 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/8a/1d0e4a9c26e54746dc08c2c6c037889124d4f59dffd853a659fa545f1b40/cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4", size = 471200 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/9f/1aab65a6c0db35f43c4d1b4f580e8df53914310afc10ae0397d29d697af4/cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd", size = 479447 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/e4/fb8b3dd8dc0e98edf1135ff067ae070bb32ef9d509d6cb0f538cd6f7483f/cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed", size = 484358 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/47/d7145bf2dc04684935d57d67dff9d6d795b2ba2796806bb109864be3a151/cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9", size = 488469 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/ee/f94057fa6426481d663b88637a9a10e859e492c73d0384514a17d78ee205/cffi-1.17.1-cp313-cp313-win32.whl", hash = "sha256:e03eab0a8677fa80d646b5ddece1cbeaf556c313dcfac435ba11f107ba117b5d", size = 172475 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/fc/6a8cb64e5f0324877d503c854da15d76c1e50eb722e320b15345c4d0c6de/cffi-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:f6a16c31041f09ead72d69f583767292f750d24913dadacf5756b966aacb3f1a", size = 182009 },
]
[[package]]
name = "chardet"
version = "5.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/32/cdc91dcf83849c7385bf8e2a5693d87376536ed000807fa07f5eab33430d/chardet-5.1.0.tar.gz", hash = "sha256:0d62712b956bc154f85fb0a266e2a3c5913c2967e00348701b32411d6def31e5" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/8f/8fc49109009e8d2169d94d72e6b1f4cd45c13d147ba7d6170fb41f22b08f/chardet-5.1.0-py3-none-any.whl", hash = "sha256:362777fb014af596ad31334fde1e8c327dfdb076e1960d1694662d46a6917ab9" },
]
[[package]]
name = "charset-normalizer"
version = "3.4.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/b0/572805e227f01586461c80e0fd25d65a2115599cc9dad142fee4b747c357/charset_normalizer-3.4.1.tar.gz", hash = "sha256:44251f18cd68a75b56585dd00dae26183e102cd5e0f9f1466e6df5da2ed64ea3", size = 123188 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/58/5580c1716040bc89206c77d8f74418caf82ce519aae06450393ca73475d1/charset_normalizer-3.4.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:91b36a978b5ae0ee86c394f5a54d6ef44db1de0815eb43de826d41d21e4af3de", size = 198013 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/11/00341177ae71c6f5159a08168bcb98c6e6d196d372c94511f9f6c9afe0c6/charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7461baadb4dc00fd9e0acbe254e3d7d2112e7f92ced2adc96e54ef6501c5f176", size = 141285 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/09/11d684ea5819e5a8f5100fb0b38cf8d02b514746607934134d31233e02c8/charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e218488cd232553829be0664c2292d3af2eeeb94b32bea483cf79ac6a694e037", size = 151449 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/06/9f5a12939db324d905dc1f70591ae7d7898d030d7662f0d426e2286f68c9/charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:80ed5e856eb7f30115aaf94e4a08114ccc8813e6ed1b5efa74f9f82e8509858f", size = 143892 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/93/62/5e89cdfe04584cb7f4d36003ffa2936681b03ecc0754f8e969c2becb7e24/charset_normalizer-3.4.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b010a7a4fd316c3c484d482922d13044979e78d1861f0e0650423144c616a46a", size = 146123 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/ac/ab729a15c516da2ab70a05f8722ecfccc3f04ed7a18e45c75bbbaa347d61/charset_normalizer-3.4.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4532bff1b8421fd0a320463030c7520f56a79c9024a4e88f01c537316019005a", size = 147943 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/d2/3f392f23f042615689456e9a274640c1d2e5dd1d52de36ab8f7955f8f050/charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:d973f03c0cb71c5ed99037b870f2be986c3c05e63622c017ea9816881d2dd247", size = 142063 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/e3/e20aae5e1039a2cd9b08d9205f52142329f887f8cf70da3650326670bddf/charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:3a3bd0dcd373514dcec91c411ddb9632c0d7d92aed7093b8c3bbb6d69ca74408", size = 150578 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/af/779ad72a4da0aed925e1139d458adc486e61076d7ecdcc09e610ea8678db/charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:d9c3cdf5390dcd29aa8056d13e8e99526cda0305acc038b96b30352aff5ff2bb", size = 153629 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/b6/7aa450b278e7aa92cf7732140bfd8be21f5f29d5bf334ae987c945276639/charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:2bdfe3ac2e1bbe5b59a1a63721eb3b95fc9b6817ae4a46debbb4e11f6232428d", size = 150778 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/f4/d9f4f712d0951dcbfd42920d3db81b00dd23b6ab520419626f4023334056/charset_normalizer-3.4.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:eab677309cdb30d047996b36d34caeda1dc91149e4fdca0b1a039b3f79d9a807", size = 146453 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/2b/999d0314e4ee0cff3cb83e6bc9aeddd397eeed693edb4facb901eb8fbb69/charset_normalizer-3.4.1-cp310-cp310-win32.whl", hash = "sha256:c0429126cf75e16c4f0ad00ee0eae4242dc652290f940152ca8c75c3a4b6ee8f", size = 95479 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/ce/3cbed41cff67e455a386fb5e5dd8906cdda2ed92fbc6297921f2e4419309/charset_normalizer-3.4.1-cp310-cp310-win_amd64.whl", hash = "sha256:9f0b8b1c6d84c8034a44893aba5e767bf9c7a211e313a9605d9c617d7083829f", size = 102790 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/80/41ef5d5a7935d2d3a773e3eaebf0a9350542f2cab4eac59a7a4741fbbbbe/charset_normalizer-3.4.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:8bfa33f4f2672964266e940dd22a195989ba31669bd84629f05fab3ef4e2d125", size = 194995 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/28/0b9fefa7b8b080ec492110af6d88aa3dea91c464b17d53474b6e9ba5d2c5/charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:28bf57629c75e810b6ae989f03c0828d64d6b26a5e205535585f96093e405ed1", size = 139471 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/64/d24ab1a997efb06402e3fc07317e94da358e2585165930d9d59ad45fcae2/charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f08ff5e948271dc7e18a35641d2f11a4cd8dfd5634f55228b691e62b37125eb3", size = 149831 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/ed/be39e5258e198655240db5e19e0b11379163ad7070962d6b0c87ed2c4d39/charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:234ac59ea147c59ee4da87a0c0f098e9c8d169f4dc2a159ef720f1a61bbe27cd", size = 142335 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/83/489e9504711fa05d8dde1574996408026bdbdbd938f23be67deebb5eca92/charset_normalizer-3.4.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd4ec41f914fa74ad1b8304bbc634b3de73d2a0889bd32076342a573e0779e00", size = 143862 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/c7/32da20821cf387b759ad24627a9aca289d2822de929b8a41b6241767b461/charset_normalizer-3.4.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eea6ee1db730b3483adf394ea72f808b6e18cf3cb6454b4d86e04fa8c4327a12", size = 145673 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/85/f4288e96039abdd5aeb5c546fa20a37b50da71b5cf01e75e87f16cd43304/charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:c96836c97b1238e9c9e3fe90844c947d5afbf4f4c92762679acfe19927d81d77", size = 140211 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/a3/a42e70d03cbdabc18997baf4f0227c73591a08041c149e710045c281f97b/charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:4d86f7aff21ee58f26dcf5ae81a9addbd914115cdebcbb2217e4f0ed8982e146", size = 148039 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/e4/65699e8ab3014ecbe6f5c71d1a55d810fb716bbfd74f6283d5c2aa87febf/charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:09b5e6733cbd160dcc09589227187e242a30a49ca5cefa5a7edd3f9d19ed53fd", size = 151939 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/82/8e9fe624cc5374193de6860aba3ea8070f584c8565ee77c168ec13274bd2/charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:5777ee0881f9499ed0f71cc82cf873d9a0ca8af166dfa0af8ec4e675b7df48e6", size = 149075 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/7b/82865ba54c765560c8433f65e8acb9217cb839a9e32b42af4aa8e945870f/charset_normalizer-3.4.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:237bdbe6159cff53b4f24f397d43c6336c6b0b42affbe857970cefbb620911c8", size = 144340 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/b6/9674a4b7d4d99a0d2df9b215da766ee682718f88055751e1e5e753c82db0/charset_normalizer-3.4.1-cp311-cp311-win32.whl", hash = "sha256:8417cb1f36cc0bc7eaba8ccb0e04d55f0ee52df06df3ad55259b9a323555fc8b", size = 95205 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/ab/45b180e175de4402dcf7547e4fb617283bae54ce35c27930a6f35b6bef15/charset_normalizer-3.4.1-cp311-cp311-win_amd64.whl", hash = "sha256:d7f50a1f8c450f3925cb367d011448c39239bb3eb4117c36a6d354794de4ce76", size = 102441 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/9a/dd1e1cdceb841925b7798369a09279bd1cf183cef0f9ddf15a3a6502ee45/charset_normalizer-3.4.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:73d94b58ec7fecbc7366247d3b0b10a21681004153238750bb67bd9012414545", size = 196105 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/8c/90bfabf8c4809ecb648f39794cf2a84ff2e7d2a6cf159fe68d9a26160467/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dad3e487649f498dd991eeb901125411559b22e8d7ab25d3aeb1af367df5efd7", size = 140404 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/8f/e410d57c721945ea3b4f1a04b74f70ce8fa800d393d72899f0a40526401f/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c30197aa96e8eed02200a83fba2657b4c3acd0f0aa4bdc9f6c1af8e8962e0757", size = 150423 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/b8/e6825e25deb691ff98cf5c9072ee0605dc2acfca98af70c2d1b1bc75190d/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2369eea1ee4a7610a860d88f268eb39b95cb588acd7235e02fd5a5601773d4fa", size = 143184 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/a2/513f6cbe752421f16d969e32f3583762bfd583848b763913ddab8d9bfd4f/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc2722592d8998c870fa4e290c2eec2c1569b87fe58618e67d38b4665dfa680d", size = 145268 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/94/8a5277664f27c3c438546f3eb53b33f5b19568eb7424736bdc440a88a31f/charset_normalizer-3.4.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ffc9202a29ab3920fa812879e95a9e78b2465fd10be7fcbd042899695d75e616", size = 147601 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/5f/6d352c51ee763623a98e31194823518e09bfa48be2a7e8383cf691bbb3d0/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:804a4d582ba6e5b747c625bf1255e6b1507465494a40a2130978bda7b932c90b", size = 141098 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/d4/f5704cb629ba5ab16d1d3d741396aec6dc3ca2b67757c45b0599bb010478/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0f55e69f030f7163dffe9fd0752b32f070566451afe180f99dbeeb81f511ad8d", size = 149520 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/96/64120b1d02b81785f222b976c0fb79a35875457fa9bb40827678e54d1bc8/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:c4c3e6da02df6fa1410a7680bd3f63d4f710232d3139089536310d027950696a", size = 152852 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/c9/98e3732278a99f47d487fd3468bc60b882920cef29d1fa6ca460a1fdf4e6/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:5df196eb874dae23dcfb968c83d4f8fdccb333330fe1fc278ac5ceeb101003a9", size = 150488 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/0e/9c8d4cb99c98c1007cc11eda969ebfe837bbbd0acdb4736d228ccaabcd22/charset_normalizer-3.4.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e358e64305fe12299a08e08978f51fc21fac060dcfcddd95453eabe5b93ed0e1", size = 146192 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/21/2b6b5b860781a0b49427309cb8670785aa543fb2178de875b87b9cc97746/charset_normalizer-3.4.1-cp312-cp312-win32.whl", hash = "sha256:9b23ca7ef998bc739bf6ffc077c2116917eabcc901f88da1b9856b210ef63f35", size = 95550 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/5b/1b390b03b1d16c7e382b561c5329f83cc06623916aab983e8ab9239c7d5c/charset_normalizer-3.4.1-cp312-cp312-win_amd64.whl", hash = "sha256:6ff8a4a60c227ad87030d76e99cd1698345d4491638dfa6673027c48b3cd395f", size = 102785 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/94/ce8e6f63d18049672c76d07d119304e1e2d7c6098f0841b51c666e9f44a0/charset_normalizer-3.4.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:aabfa34badd18f1da5ec1bc2715cadc8dca465868a4e73a0173466b688f29dda", size = 195698 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/2e/dfdd9770664aae179a96561cc6952ff08f9a8cd09a908f259a9dfa063568/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22e14b5d70560b8dd51ec22863f370d1e595ac3d024cb8ad7d308b4cd95f8313", size = 140162 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/4e/f646b9093cff8fc86f2d60af2de4dc17c759de9d554f130b140ea4738ca6/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8436c508b408b82d87dc5f62496973a1805cd46727c34440b0d29d8a2f50a6c9", size = 150263 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/67/2937f8d548c3ef6e2f9aab0f6e21001056f692d43282b165e7c56023e6dd/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2d074908e1aecee37a7635990b2c6d504cd4766c7bc9fc86d63f9c09af3fa11b", size = 142966 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/ed/b7f4f07de100bdb95c1756d3a4d17b90c1a3c53715c1a476f8738058e0fa/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:955f8851919303c92343d2f66165294848d57e9bba6cf6e3625485a70a038d11", size = 144992 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/2c/d49710a6dbcd3776265f4c923bb73ebe83933dfbaa841c5da850fe0fd20b/charset_normalizer-3.4.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:44ecbf16649486d4aebafeaa7ec4c9fed8b88101f4dd612dcaf65d5e815f837f", size = 147162 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/41/35ff1f9a6bd380303dea55e44c4933b4cc3c4850988927d4082ada230273/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:0924e81d3d5e70f8126529951dac65c1010cdf117bb75eb02dd12339b57749dd", size = 140972 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/43/c6a0b685fe6910d08ba971f62cd9c3e862a85770395ba5d9cad4fede33ab/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:2967f74ad52c3b98de4c3b32e1a44e32975e008a9cd2a8cc8966d6a5218c5cb2", size = 149095 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/ff/a9a504662452e2d2878512115638966e75633519ec11f25fca3d2049a94a/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:c75cb2a3e389853835e84a2d8fb2b81a10645b503eca9bcb98df6b5a43eb8886", size = 152668 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/71/189996b6d9a4b932564701628af5cee6716733e9165af1d5e1b285c530ed/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:09b26ae6b1abf0d27570633b2b078a2a20419c99d66fb2823173d73f188ce601", size = 150073 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/93/946a86ce20790e11312c87c75ba68d5f6ad2208cfb52b2d6a2c32840d922/charset_normalizer-3.4.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:fa88b843d6e211393a37219e6a1c1df99d35e8fd90446f1118f4216e307e48cd", size = 145732 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cd/e5/131d2fb1b0dddafc37be4f3a2fa79aa4c037368be9423061dccadfd90091/charset_normalizer-3.4.1-cp313-cp313-win32.whl", hash = "sha256:eb8178fe3dba6450a3e024e95ac49ed3400e506fd4e9e5c32d30adda88cbd407", size = 95391 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/f2/4f9a69cc7712b9b5ad8fdb87039fd89abba997ad5cbe690d1835d40405b0/charset_normalizer-3.4.1-cp313-cp313-win_amd64.whl", hash = "sha256:b1ac5992a838106edb89654e0aebfc24f5848ae2547d22c2c3f66454daa11971", size = 102702 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0e/f6/65ecc6878a89bb1c23a086ea335ad4bf21a588990c3f535a227b9eea9108/charset_normalizer-3.4.1-py3-none-any.whl", hash = "sha256:d98b1668f06378c6dbefec3b92299716b931cd4e6061f3c875a71ced1780ab85", size = 49767 },
]
[[package]]
name = "chroma-hnswlib"
version = "0.7.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/09/10d57569e399ce9cbc5eee2134996581c957f63a9addfa6ca657daf006b8/chroma_hnswlib-0.7.6.tar.gz", hash = "sha256:4dce282543039681160259d29fcde6151cc9106c6461e0485f57cdccd83059b7", size = 32256 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/74/b9dde05ea8685d2f8c4681b517e61c7887e974f6272bb24ebc8f2105875b/chroma_hnswlib-0.7.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f35192fbbeadc8c0633f0a69c3d3e9f1a4eab3a46b65458bbcbcabdd9e895c36", size = 195821 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/58/101bfa6bc41bc6cc55fbb5103c75462a7bf882e1704256eb4934df85b6a8/chroma_hnswlib-0.7.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6f007b608c96362b8f0c8b6b2ac94f67f83fcbabd857c378ae82007ec92f4d82", size = 183854 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/ff/95d49bb5ce134f10d6aa08d5f3bec624eaff945f0b17d8c3fce888b9a54a/chroma_hnswlib-0.7.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:456fd88fa0d14e6b385358515aef69fc89b3c2191706fd9aee62087b62aad09c", size = 2358774 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/6d/27826180a54df80dbba8a4f338b022ba21c0c8af96fd08ff8510626dee8f/chroma_hnswlib-0.7.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5dfaae825499c2beaa3b75a12d7ec713b64226df72a5c4097203e3ed532680da", size = 2392739 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/63/ee3e8b7a8f931918755faacf783093b61f32f59042769d9db615999c3de0/chroma_hnswlib-0.7.6-cp310-cp310-win_amd64.whl", hash = "sha256:2487201982241fb1581be26524145092c95902cb09fc2646ccfbc407de3328ec", size = 150955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/af/d15fdfed2a204c0f9467ad35084fbac894c755820b203e62f5dcba2d41f1/chroma_hnswlib-0.7.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:81181d54a2b1e4727369486a631f977ffc53c5533d26e3d366dda243fb0998ca", size = 196911 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/19/aa6f2139f1ff7ad23a690ebf2a511b2594ab359915d7979f76f3213e46c4/chroma_hnswlib-0.7.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4b4ab4e11f1083dd0a11ee4f0e0b183ca9f0f2ed63ededba1935b13ce2b3606f", size = 185000 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/b1/1b269c750e985ec7d40b9bbe7d66d0a890e420525187786718e7f6b07913/chroma_hnswlib-0.7.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:53db45cd9173d95b4b0bdccb4dbff4c54a42b51420599c32267f3abbeb795170", size = 2377289 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/2d/d5663e134436e5933bc63516a20b5edc08b4c1b1588b9680908a5f1afd04/chroma_hnswlib-0.7.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c093f07a010b499c00a15bc9376036ee4800d335360570b14f7fe92badcdcf9", size = 2411755 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/79/1bce519cf186112d6d5ce2985392a89528c6e1e9332d680bf752694a4cdf/chroma_hnswlib-0.7.6-cp311-cp311-win_amd64.whl", hash = "sha256:0540b0ac96e47d0aa39e88ea4714358ae05d64bbe6bf33c52f316c664190a6a3", size = 151888 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/93/ac/782b8d72de1c57b64fdf5cb94711540db99a92768d93d973174c62d45eb8/chroma_hnswlib-0.7.6-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e87e9b616c281bfbe748d01705817c71211613c3b063021f7ed5e47173556cb7", size = 197804 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/4e/fd9ce0764228e9a98f6ff46af05e92804090b5557035968c5b4198bc7af9/chroma_hnswlib-0.7.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ec5ca25bc7b66d2ecbf14502b5729cde25f70945d22f2aaf523c2d747ea68912", size = 185421 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/3d/b59a8dedebd82545d873235ef2d06f95be244dfece7ee4a1a6044f080b18/chroma_hnswlib-0.7.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:305ae491de9d5f3c51e8bd52d84fdf2545a4a2bc7af49765cda286b7bb30b1d4", size = 2389672 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/1e/80a033ea4466338824974a34f418e7b034a7748bf906f56466f5caa434b0/chroma_hnswlib-0.7.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:822ede968d25a2c88823ca078a58f92c9b5c4142e38c7c8b4c48178894a0a3c5", size = 2436986 },
]
[[package]]
name = "chromadb"
version = "0.6.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "bcrypt" },
{ name = "build" },
{ name = "chroma-hnswlib" },
{ name = "fastapi", version = "0.110.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "fastapi", version = "0.112.4", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "grpcio" },
{ name = "httpx" },
{ name = "importlib-resources" },
{ name = "kubernetes" },
{ name = "mmh3" },
{ name = "numpy" },
{ name = "onnxruntime" },
{ name = "opentelemetry-api" },
{ name = "opentelemetry-exporter-otlp-proto-grpc" },
{ name = "opentelemetry-instrumentation-fastapi" },
{ name = "opentelemetry-sdk" },
{ name = "orjson" },
{ name = "overrides" },
{ name = "posthog" },
{ name = "pydantic" },
{ name = "pypika" },
{ name = "pyyaml" },
{ name = "rich" },
{ name = "tenacity" },
{ name = "tokenizers" },
{ name = "tqdm" },
{ name = "typer" },
{ name = "typing-extensions" },
{ name = "uvicorn", extra = ["standard"] },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/c5/d2b4219fdee424e881608da681c3c63b73d68dc6667bd2df14a4d9bb308d/chromadb-0.6.2.tar.gz", hash = "sha256:e9e11f04d3850796711ee05dad4e918c75ec7b62ab9cbe7b4588b68a26aaea06", size = 19979649 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/1c/2b77093f4191ad2d1ab70b9215cb6bc9f43350aa3e9e54a44304c8379335/chromadb-0.6.2-py3-none-any.whl", hash = "sha256:77a5e07097e36cdd49d8d2925d0c4d28291cabc9677787423d2cc7c426e8895b", size = 606162 },
]
[[package]]
name = "cleo"
version = "2.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "crashtest" },
{ name = "rapidfuzz" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/30/f7960ed7041b158301c46774f87620352d50a9028d111b4211187af13783/cleo-2.1.0.tar.gz", hash = "sha256:0b2c880b5d13660a7ea651001fb4acb527696c01f15c9ee650f377aa543fd523", size = 79957 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/f5/6bbead8b880620e5a99e0e4bb9e22e67cca16ff48d54105302a3e7821096/cleo-2.1.0-py3-none-any.whl", hash = "sha256:4a31bd4dd45695a64ee3c4758f583f134267c2bc518d8ae9a29cf237d009b07e", size = 78711 },
]
[[package]]
name = "click"
version = "8.1.8"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/2e/0090cbf739cee7d23781ad4b89a9894a41538e4fcf4c31dcdd705b78eb8b/click-8.1.8.tar.gz", hash = "sha256:ed53c9d8990d83c2a27deae68e4ee337473f6330c040a31d4225c9574d16096a", size = 226593 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/d4/7ebdbd03970677812aac39c869717059dbb71a4cfc033ca6e5221787892c/click-8.1.8-py3-none-any.whl", hash = "sha256:63c132bbbed01578a06712a2d1f497bb62d9c1c0d329b7903a866228027263b2", size = 98188 },
]
[[package]]
name = "clickhouse-connect"
version = "0.8.13"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "certifi" },
{ name = "lz4" },
{ name = "pytz" },
{ name = "urllib3" },
{ name = "zstandard" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/98/fa5109861b5cbe4c00a7fc32c0d0c2817648186f50252b30a32a332b2e84/clickhouse_connect-0.8.13.tar.gz", hash = "sha256:056684e835175d766aeda612d6b89b61b3bc70492ae4b4eeff84087cb607e77a", size = 90296 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/12/b9e28c736efb216232138e1a579888e2c8ebadfc5f60739473a8a8f3a211/clickhouse_connect-0.8.13-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9063497e5f31eabb967abd88ce68413aa7311605269958a8c8ca82097f5a5dd1", size = 257137 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/ef/2a9f142aee9aa73e89ab0fe277a25f0159057f591cf3c5e0c2e247f703a9/clickhouse_connect-0.8.13-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d236d4d89804fb8ca1d5be12e1668d86c097b1351f178236cebcd079a83ca4c4", size = 250483 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/c8/d5dc3b346f530a886544d23421942ab3cf120df2978c9b1325d3fb58bead/clickhouse_connect-0.8.13-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:93bebacb4e3a451153dece6c32bdc260679ffba1d1c8a05a095383a7067a04f5", size = 963105 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/2d/6a926b791d271ceb77e06d61d7327d94ee0ce712094f98fe518640991ed5/clickhouse_connect-0.8.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f90590678b9d275feba1b21becf38d8f12a92d7f55448381eb18e5cb5a06cc6d", size = 978387 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/01/b3c16514bc01fe4fb2908b9279dca6a08b1511d6e66927a19bc881e01463/clickhouse_connect-0.8.13-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5125be08636240863dca707ddd3cace3e86cde51a18960701f287725f49b21e8", size = 954487 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/a6/6f81d48afd15c68071319939b5775c6a64be59601ea90f2f8ede6d9ca7ce/clickhouse_connect-0.8.13-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:c63af8ecb08375576e5a7df5511a009d55ec2ca54ea0b2d4b46763367826918c", size = 969745 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/0d/4758c8fb01be51dbb15466e6860e5ef99c782bb0835b68f133aedb15fa7c/clickhouse_connect-0.8.13-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:c235261e7ddbbc104b9ce924c4e3c1d69f9c7a9bcd62c6dbc8ce0ba0192fb461", size = 992382 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/c5/570736e3416f7e37e499f97d3d049d3ba8ca03bd4cf3d8f3b903aa4c94e1/clickhouse_connect-0.8.13-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ab1bf9eb844484036c21139e0757e454fe1155bb4a424c38714d029a97fcd439", size = 1003427 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/45/ac78f5f3260cfdbe18ecec0158cb52a97e8b7390e1120a18c232cf901a6c/clickhouse_connect-0.8.13-cp310-cp310-win32.whl", hash = "sha256:0c0fa11b2323ba29a2abece938bc883f3bceafee626a75f41d66b7446a071fbb", size = 228961 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/da/94e49a9d9d5c84e6439261b20c6db68fa6d5aefa51d90749c09664e8de2d/clickhouse_connect-0.8.13-cp310-cp310-win_amd64.whl", hash = "sha256:2bf70d2747d88075dd6df0b703050cd82b5aedc460007f1209835e159158a5cc", size = 245867 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/be/2ee954c9389963d3a5dbb5a27d7183111f43ca7e810ab53a7db77564c27b/clickhouse_connect-0.8.13-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f51b4d0fb00b25d645f6235b0b27f503714843fb6bc52e7d07bf9cf2f7a73c0a", size = 257513 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/50/21ed266338391d39c94f09a27d484396d45e566e58156f549c85a25a98cc/clickhouse_connect-0.8.13-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f084a36068396f8f603e01abe43e17846be2ced63f1067c42335f73b4ada407b", size = 250549 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/14/6071ebb083b033ad92039394a8408e13015be071f10e5d7acd851aaaa379/clickhouse_connect-0.8.13-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:721f5b690e6f88cfb1677af54afad47919cfb3a20a5c42fc1acff3370d6dd6ba", size = 1060526 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/e6/95e3edbd1f31ba44eb1f6c1fb1dfe5de9839fb4a1b1087a55f2b59f1ac90/clickhouse_connect-0.8.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2f3fd6402a9817c0161470690843d2488bcb7f20e8769f8ef82bbb5095ecac42", size = 1071367 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/bd/620c4e62d05f393c9bda78872afa6b976f036d90602b6508da7d77de2b26/clickhouse_connect-0.8.13-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:646adb1f9976210c25ad4fba188f00b4300d5caf00c68f362a80dd342f2319c8", size = 1033240 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/d3/94cc013839f2fe61ccf86737743715bcca32c917ad1253d0975e093302aa/clickhouse_connect-0.8.13-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e82b30c0f48b16095499f5fd7fd4f6a8b8f4c6884217387ba3cd5d9ac8715ded", size = 1065614 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/42/1d434d39d190d5392c63d11b41122f30266872063fb8c8ff4fa7726825fc/clickhouse_connect-0.8.13-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:a52db1d98777bb8f4e12f02fe51c1387bcb533ac0e53abfa12311dbc3581971d", size = 1071639 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/4a/ca1c94809c26ef5a89df7132e6e297f320898e2c96527fdbaff3dbe6e4f5/clickhouse_connect-0.8.13-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:56ec0ec338850e58382deb66c2ab752f15510c13d3b17a8f7ccb17a28e9bd07c", size = 1102635 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/c6/ddb667141d30c1fade9ff07b987cdc95c1ba62990bb2b5683e4cd9925b28/clickhouse_connect-0.8.13-cp311-cp311-win32.whl", hash = "sha256:6cf539c36834850c78bf8336e1ec5a344cf10613286ebe69950c9c989aeb1a88", size = 228673 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/0b/7146bfc9d1cb1814a62fedbb6f843157cd461647a2c2adfb3d64dcc60d08/clickhouse_connect-0.8.13-cp311-cp311-win_amd64.whl", hash = "sha256:9edae606020dc3569c8df883c965db1aeefa2ece3eabd920c324a078e886e22f", size = 246005 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/65/f8f1baea7cf12552d4cd3d26e0cca3071232925cccaee9cb5c3894c73d0b/clickhouse_connect-0.8.13-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:10774c572194aaa0b43b031ea04e2ae485c5ddd7e180c74f506e1daefee9d0f2", size = 260995 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/a2/5862c0a17716b186c909f51c1a0e4aca5caa685bf9a04a54e975f639ff5d/clickhouse_connect-0.8.13-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e79e5c848b624702bf62683232ff661cef1edd387488c453c352c1afc295fd91", size = 252686 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/a4/5a63615e85303bd7bf18d55f42f0ccbbf3ef598da8eccb9b79b4abfcfd5a/clickhouse_connect-0.8.13-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:72f577f28879a2b720fc3e104f6a977bfb957462facf0e508f34b23a0345558e", size = 1056941 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/5c/c87d38f56a3caa1ceb5cdf847b3835557653caf95bc94fc7fd20dd06543f/clickhouse_connect-0.8.13-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:32099ec062dc6bf5bac0c022fb2ab114336d2c8994cd35a0e3062b8ee595e697", size = 1075302 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/1f/f225623140a8dc65df54592faa0ee6f643c9c69957087f654eaa3e54b871/clickhouse_connect-0.8.13-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ee9ea05d03b63ecb7bcfa59a333db11cb6970071a2e6f7928a001143d01a3d88", size = 1030566 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/be/f3952cde626d63de7188cb39d9fdac4d9cab6bf65feefde2182d21e5287f/clickhouse_connect-0.8.13-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:157b7c7946f985107fa3237cd2c8e502216059a6d85e778346a8d4668f3e8e4e", size = 1056357 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/52/14e45a41ef8130c1a09a87deadee385370e2ea6a42686baebc50bc60ced7/clickhouse_connect-0.8.13-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:3fd2f14054e1295e13a1288bc5ce260dc45d02d0e00605bffa907fd4bab89ab8", size = 1073023 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/65/4242632ad6876dd202ab135a3e2a02dd86ed7fedd87486a03e6c7b2e8120/clickhouse_connect-0.8.13-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c06c9ba0a19ca269666a5cc5cac716e2ab8166e3650cc69befbe702fa1862512", size = 1098304 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/af/0ce3442d3d43eb4065a4805f7a8c963e2087842bdfba5bda9801b04e1cd1/clickhouse_connect-0.8.13-cp312-cp312-win32.whl", hash = "sha256:2a40489f6e7bd79b0e8e4697e7ece9a3ec765c7ba95cb5f4cf3c7103e8d86c7d", size = 228412 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/eb/ee0eb232c14394906810466e2baa7a2ed4099455795abcecf1ef6c2f6aa4/clickhouse_connect-0.8.13-cp312-cp312-win_amd64.whl", hash = "sha256:2c0962e6ef564d5e5ed3cdaf9d0d5c49fe80706d5d2fe76bc4ca8ada21d6d1b5", size = 246371 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/5b/e557df1282e5a91acfe5537adb3dec80153855c2ea0b4f3dac3e8e855db3/clickhouse_connect-0.8.13-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:9a2e83271dbce6f0957372d51028a0b92909ac6936815f80f7fa315b191248b2", size = 258232 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/04/7c0cb567617f3edc4edecd8750af37ea10bdeee3415edd976025f9a60f16/clickhouse_connect-0.8.13-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2a496d5859a6781477286a0efe37b9b9120515cd9864741c94e52542712e7906", size = 249900 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/14/0cd6e904ab0ce9f8959715344b375801df1a6758f1c55f68f262a1ca1242/clickhouse_connect-0.8.13-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9e1ed4de111190555ea91204e7e9219ecfe856e34db369b24d3765a79819b323", size = 1039901 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/5d/e63c95d330bfa33ef829e6ffc2918b99c8f55c9607677274f554048067e2/clickhouse_connect-0.8.13-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:55666d3e72eada34407aaba6548f731a70ca66df818c409ceae33e14fc90a1cd", size = 1058324 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/f4/91660677d2291d59cdb11d4b2fd7ea98cb5882a7b69343da2a0b57e31ce8/clickhouse_connect-0.8.13-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3391569c916cc852bde869a64e9696f39a4bcb6ecf170f43072a1282f23376ad", size = 1013929 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/bf/3e81633c41f84996565c4ac01a62d9b562bf5254aea10260b34864a37fa6/clickhouse_connect-0.8.13-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:c98da17e5bd6f49a447302005fbe0528e274c5932ea0e007a279ea755a0ef89a", size = 1041046 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/88/0d08187022a9bae5a7b83f99b9cc42075932f332a132bfb3d7fd7e14f2a5/clickhouse_connect-0.8.13-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:13ee8057108735315297e5d9eea3d2f772777e9a02a45315be2eb915e9196601", size = 1056532 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/52/4001271a9d5d04bd38f5293e1ecfe22109849814889053d2784d8312cd70/clickhouse_connect-0.8.13-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:c9212eb985578e74a0af598cafadbde8f847ff180736b1c8e3188cf83a56dcaa", size = 1083847 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/0e/cae07d8005acb85f843617e4e2354747964b013b55b5aaad446a5e1b88e5/clickhouse_connect-0.8.13-cp313-cp313-win32.whl", hash = "sha256:b0bb845dfdb107c2cfa5c023c8697a9c03c56c6b58f7d648de87e5493d96786a", size = 227703 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/b4/922a0483601777e701609614c758c0f250d1f130660487d5e3d49ba81778/clickhouse_connect-0.8.13-cp313-cp313-win_amd64.whl", hash = "sha256:bfe601956614b730ef181d0008ed9c66caa1428af4ae2e92665199fc94f0728f", size = 245306 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/72/ad5acdb4621bb5b48641cf69ae7f594f798ac5704aa8e2128658ed5a9124/clickhouse_connect-0.8.13-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:ac9df9147ceb88f0fdea8daff29a49bf26f4ac795534c755459f8952603b9770", size = 229163 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/32/ecd8e2dec11a36cdd89903c66aeac6fd601d857a5ef343411666e06418fd/clickhouse_connect-0.8.13-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:d4afe8b9ef41363086de3fcfb307cf7b53663054656647baebb1512b986b6712", size = 225286 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/35/e3f30eb0e95f9173e8951ef1e5d05dcbc5c7c4847f0a43c08c537a076424/clickhouse_connect-0.8.13-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82855fd611a29a17f42624ea2d3623495e86a210ae80f2dbcb9f593206f8b2f7", size = 254174 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/41/1002d55f7aa78a45e9f695f18d9954e82aedcb956ced7cfb385f555a277a/clickhouse_connect-0.8.13-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:03b656c7b9db11473f34614aa2259c09db4d12d6c5bc9bb8935c99abae72f157", size = 261315 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/73/3053a11a3064fc3e09ac3144a0f53d32006024f638bc6a1dd98c5cc03bd1/clickhouse_connect-0.8.13-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f4a4dde81c2239e4c1616e5495e1662407d52c10fbc4cc269c0544ed155f6a9a", size = 267374 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/e7/69d18933bb76961f8a423511c5503150d7677b33ff075fc24005bd2a1a43/clickhouse_connect-0.8.13-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:e072660a589e8bcacc20d4b7e835ea8765dd1cf8d3ca9aba0407f35d045a433b", size = 233436 },
]
[[package]]
name = "cloudpathlib"
version = "0.16.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/46/1dac9e937dc598ab08a3f66925e11a3188a423e6bacf0b00b080448149eb/cloudpathlib-0.16.0.tar.gz", hash = "sha256:cdfcd35d46d529587d744154a0bdf962aca953b725c8784cd2ec478354ea63a3", size = 38009 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/6e/45b57a7d4573d85d0b0a39d99673dc1f5eea9d92a1a4603b35e968fbf89a/cloudpathlib-0.16.0-py3-none-any.whl", hash = "sha256:f46267556bf91f03db52b5df7a152548596a15aabca1c8731ef32b0b25a1a6a3", size = 45021 },
]
[[package]]
name = "cloudpickle"
version = "3.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/c7/f746cadd08c4c08129215cf1b984b632f9e579fc781301e63da9e85c76c1/cloudpickle-3.1.0.tar.gz", hash = "sha256:81a929b6e3c7335c863c771d673d105f02efdb89dfaba0c90495d1c64796601b", size = 66155 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/41/e1d85ca3cab0b674e277c8c4f678cf66a91cd2cecf93df94353a606fe0db/cloudpickle-3.1.0-py3-none-any.whl", hash = "sha256:fe11acda67f61aaaec473e3afe030feb131d78a43461b718185363384f1ba12e", size = 22021 },
]
[[package]]
name = "colorama"
version = "0.4.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/53/6f443c9a4a8358a93a6792e2acffb9d9d5cb0a5cfd8802644b7b1c9a02e4/colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44", size = 27697 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335 },
]
[[package]]
name = "coloredlogs"
version = "15.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "humanfriendly" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/c7/eed8f27100517e8c0e6b923d5f0845d0cb99763da6fdee00478f91db7325/coloredlogs-15.0.1.tar.gz", hash = "sha256:7c991aa71a4577af2f82600d8f8f3a89f936baeaf9b50a9c197da014e5bf16b0", size = 278520 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/06/3d6badcf13db419e25b07041d9c7b4a2c331d3f4e7134445ec5df57714cd/coloredlogs-15.0.1-py2.py3-none-any.whl", hash = "sha256:612ee75c546f53e92e70049c9dbfcc18c935a2b9a53b66085ce9ef6a6e5c0934", size = 46018 },
]
[[package]]
name = "colorful"
version = "0.5.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/5f/38e40c3bc4107c39e4062d943026b8ee25154cb4b185b882f274a1ab65da/colorful-0.5.6.tar.gz", hash = "sha256:b56d5c01db1dac4898308ea889edcb113fbee3e6ec5df4bacffd61d5241b5b8d", size = 209280 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/61/39e7db0cb326c9c8f6a49fad4fc9c2f1241f05a4e10f0643fc31ce26a7e0/colorful-0.5.6-py2.py3-none-any.whl", hash = "sha256:eab8c1c809f5025ad2b5238a50bd691e26850da8cac8f90d660ede6ea1af9f1e", size = 201369 },
]
[[package]]
name = "comm"
version = "0.2.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/a8/fb783cb0abe2b5fded9f55e5703015cdf1c9c85b3669087c538dd15a6a86/comm-0.2.2.tar.gz", hash = "sha256:3fd7a84065306e07bea1773df6eb8282de51ba82f77c72f9c85716ab11fe980e", size = 6210 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/75/49e5bfe642f71f272236b5b2d2691cf915a7283cc0ceda56357b61daa538/comm-0.2.2-py3-none-any.whl", hash = "sha256:e6fb86cb70ff661ee8c9c14e7d36d6de3b4066f1441be4063df9c5009f0a64d3", size = 7180 },
]
[[package]]
name = "compressed-tensors"
version = "0.9.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pydantic", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/e0/d9529aae2d2425d214e5a50497df4532d3f9e21c8d2023037c701f8a37d3/compressed-tensors-0.9.1.tar.gz", hash = "sha256:3cf5cd637f0186c184dd5bbbbf941356b1225199b49c6a45bf0909d65907f686", size = 63060 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/6d/cfb16a141dfffc6721737cb5f26951c4e72eb338bace7d9fdfa880dfdda9/compressed_tensors-0.9.1-py3-none-any.whl", hash = "sha256:77385f879c5c092db777a7880851cd9f801bf2f9bb46bb4402f052d9e002975c", size = 96454 },
]
[[package]]
name = "confection"
version = "0.1.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pydantic" },
{ name = "srsly" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/d3/57c6631159a1b48d273b40865c315cf51f89df7a9d1101094ef12e3a37c2/confection-0.1.5.tar.gz", hash = "sha256:8e72dd3ca6bd4f48913cd220f10b8275978e740411654b6e8ca6d7008c590f0e", size = 38924 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/00/3106b1854b45bd0474ced037dfe6b73b90fe68a68968cef47c23de3d43d2/confection-0.1.5-py3-none-any.whl", hash = "sha256:e29d3c3f8eac06b3f77eb9dfb4bf2fc6bcc9622a98ca00a698e3d019c6430b14", size = 35451 },
]
[[package]]
name = "contourpy"
version = "1.3.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/c2/fc7193cc5383637ff390a712e88e4ded0452c9fbcf84abe3de5ea3df1866/contourpy-1.3.1.tar.gz", hash = "sha256:dfd97abd83335045a913e3bcc4a09c0ceadbe66580cf573fe961f4a825efa699", size = 13465753 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/a3/80937fe3efe0edacf67c9a20b955139a1a622730042c1ea991956f2704ad/contourpy-1.3.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a045f341a77b77e1c5de31e74e966537bba9f3c4099b35bf4c2e3939dd54cdab", size = 268466 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/1d/e3eaebb4aa2d7311528c048350ca8e99cdacfafd99da87bc0a5f8d81f2c2/contourpy-1.3.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:500360b77259914f7805af7462e41f9cb7ca92ad38e9f94d6c8641b089338124", size = 253314 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/f3/d796b22d1a2b587acc8100ba8c07fb7b5e17fde265a7bb05ab967f4c935a/contourpy-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b2f926efda994cdf3c8d3fdb40b9962f86edbc4457e739277b961eced3d0b4c1", size = 312003 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/f5/0e67902bc4394daee8daa39c81d4f00b50e063ee1a46cb3938cc65585d36/contourpy-1.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:adce39d67c0edf383647a3a007de0a45fd1b08dedaa5318404f1a73059c2512b", size = 351896 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/d6/e766395723f6256d45d6e67c13bb638dd1fa9dc10ef912dc7dd3dcfc19de/contourpy-1.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:abbb49fb7dac584e5abc6636b7b2a7227111c4f771005853e7d25176daaf8453", size = 320814 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/57/86c500d63b3e26e5b73a28b8291a67c5608d4aa87ebd17bd15bb33c178bc/contourpy-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a0cffcbede75c059f535725c1680dfb17b6ba8753f0c74b14e6a9c68c29d7ea3", size = 324969 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/62/bb146d1289d6b3450bccc4642e7f4413b92ebffd9bf2e91b0404323704a7/contourpy-1.3.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:ab29962927945d89d9b293eabd0d59aea28d887d4f3be6c22deaefbb938a7277", size = 1265162 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/04/9f7d132ce49a212c8e767042cc80ae390f728060d2eea47058f55b9eff1c/contourpy-1.3.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:974d8145f8ca354498005b5b981165b74a195abfae9a8129df3e56771961d595", size = 1324328 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/23/196813901be3f97c83ababdab1382e13e0edc0bb4e7b49a7bff15fcf754e/contourpy-1.3.1-cp310-cp310-win32.whl", hash = "sha256:ac4578ac281983f63b400f7fe6c101bedc10651650eef012be1ccffcbacf3697", size = 173861 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/82/c372be3fc000a3b2005061ca623a0d1ecd2eaafb10d9e883a2fc8566e951/contourpy-1.3.1-cp310-cp310-win_amd64.whl", hash = "sha256:174e758c66bbc1c8576992cec9599ce8b6672b741b5d336b5c74e35ac382b18e", size = 218566 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/bb/11250d2906ee2e8b466b5f93e6b19d525f3e0254ac8b445b56e618527718/contourpy-1.3.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3e8b974d8db2c5610fb4e76307e265de0edb655ae8169e8b21f41807ccbeec4b", size = 269555 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/71/1e6e95aee21a500415f5d2dbf037bf4567529b6a4e986594d7026ec5ae90/contourpy-1.3.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:20914c8c973f41456337652a6eeca26d2148aa96dd7ac323b74516988bea89fc", size = 254549 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/2c/b88986e8d79ac45efe9d8801ae341525f38e087449b6c2f2e6050468a42c/contourpy-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:19d40d37c1c3a4961b4619dd9d77b12124a453cc3d02bb31a07d58ef684d3d86", size = 313000 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/18/65280989b151fcf33a8352f992eff71e61b968bef7432fbfde3a364f0730/contourpy-1.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:113231fe3825ebf6f15eaa8bc1f5b0ddc19d42b733345eae0934cb291beb88b6", size = 352925 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/c7/5fd0146c93220dbfe1a2e0f98969293b86ca9bc041d6c90c0e065f4619ad/contourpy-1.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4dbbc03a40f916a8420e420d63e96a1258d3d1b58cbdfd8d1f07b49fcbd38e85", size = 323693 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/fc/7fa5d17daf77306840a4e84668a48ddff09e6bc09ba4e37e85ffc8e4faa3/contourpy-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a04ecd68acbd77fa2d39723ceca4c3197cb2969633836ced1bea14e219d077c", size = 326184 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/e7/104065c8270c7397c9571620d3ab880558957216f2b5ebb7e040f85eeb22/contourpy-1.3.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:c414fc1ed8ee1dbd5da626cf3710c6013d3d27456651d156711fa24f24bd1291", size = 1268031 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/4a/c788d0bdbf32c8113c2354493ed291f924d4793c4a2e85b69e737a21a658/contourpy-1.3.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:31c1b55c1f34f80557d3830d3dd93ba722ce7e33a0b472cba0ec3b6535684d8f", size = 1325995 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/e6/a2f351a90d955f8b0564caf1ebe4b1451a3f01f83e5e3a414055a5b8bccb/contourpy-1.3.1-cp311-cp311-win32.whl", hash = "sha256:f611e628ef06670df83fce17805c344710ca5cde01edfdc72751311da8585375", size = 174396 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/7e/cd93cab453720a5d6cb75588cc17dcdc08fc3484b9de98b885924ff61900/contourpy-1.3.1-cp311-cp311-win_amd64.whl", hash = "sha256:b2bdca22a27e35f16794cf585832e542123296b4687f9fd96822db6bae17bfc9", size = 219787 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/6b/175f60227d3e7f5f1549fcb374592be311293132207e451c3d7c654c25fb/contourpy-1.3.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:0ffa84be8e0bd33410b17189f7164c3589c229ce5db85798076a3fa136d0e509", size = 271494 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/6a/7833cfae2c1e63d1d8875a50fd23371394f540ce809d7383550681a1fa64/contourpy-1.3.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:805617228ba7e2cbbfb6c503858e626ab528ac2a32a04a2fe88ffaf6b02c32bc", size = 255444 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7f/b3/7859efce66eaca5c14ba7619791b084ed02d868d76b928ff56890d2d059d/contourpy-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ade08d343436a94e633db932e7e8407fe7de8083967962b46bdfc1b0ced39454", size = 307628 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/b2/011415f5e3f0a50b1e285a0bf78eb5d92a4df000553570f0851b6e309076/contourpy-1.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:47734d7073fb4590b4a40122b35917cd77be5722d80683b249dac1de266aac80", size = 347271 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/7d/ef19b1db0f45b151ac78c65127235239a8cf21a59d1ce8507ce03e89a30b/contourpy-1.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2ba94a401342fc0f8b948e57d977557fbf4d515f03c67682dd5c6191cb2d16ec", size = 318906 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/99/6794142b90b853a9155316c8f470d2e4821fe6f086b03e372aca848227dd/contourpy-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:efa874e87e4a647fd2e4f514d5e91c7d493697127beb95e77d2f7561f6905bd9", size = 323622 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/0f/37d2c84a900cd8eb54e105f4fa9aebd275e14e266736778bb5dccbf3bbbb/contourpy-1.3.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1bf98051f1045b15c87868dbaea84f92408337d4f81d0e449ee41920ea121d3b", size = 1266699 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/8a/deb5e11dc7d9cc8f0f9c8b29d4f062203f3af230ba83c30a6b161a6effc9/contourpy-1.3.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:61332c87493b00091423e747ea78200659dc09bdf7fd69edd5e98cef5d3e9a8d", size = 1326395 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/35/7e267ae7c13aaf12322ccc493531f1e7f2eb8fba2927b9d7a05ff615df7a/contourpy-1.3.1-cp312-cp312-win32.whl", hash = "sha256:e914a8cb05ce5c809dd0fe350cfbb4e881bde5e2a38dc04e3afe1b3e58bd158e", size = 175354 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/35/c2de8823211d07e8a79ab018ef03960716c5dff6f4d5bff5af87fd682992/contourpy-1.3.1-cp312-cp312-win_amd64.whl", hash = "sha256:08d9d449a61cf53033612cb368f3a1b26cd7835d9b8cd326647efe43bca7568d", size = 220971 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/e7/de62050dce687c5e96f946a93546910bc67e483fe05324439e329ff36105/contourpy-1.3.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:a761d9ccfc5e2ecd1bf05534eda382aa14c3e4f9205ba5b1684ecfe400716ef2", size = 271548 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/4d/c2a09ae014ae984c6bdd29c11e74d3121b25eaa117eca0bb76340efd7e1c/contourpy-1.3.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:523a8ee12edfa36f6d2a49407f705a6ef4c5098de4f498619787e272de93f2d5", size = 255576 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/8a/915380ee96a5638bda80cd061ccb8e666bfdccea38d5741cb69e6dbd61fc/contourpy-1.3.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ece6df05e2c41bd46776fbc712e0996f7c94e0d0543af1656956d150c4ca7c81", size = 306635 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/5c/c83ce09375428298acd4e6582aeb68b1e0d1447f877fa993d9bf6cd3b0a0/contourpy-1.3.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:573abb30e0e05bf31ed067d2f82500ecfdaec15627a59d63ea2d95714790f5c2", size = 345925 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/63/5b52f4a15e80c66c8078a641a3bfacd6e07106835682454647aca1afc852/contourpy-1.3.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a9fa36448e6a3a1a9a2ba23c02012c43ed88905ec80163f2ffe2421c7192a5d7", size = 318000 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/e2/30ca086c692691129849198659bf0556d72a757fe2769eb9620a27169296/contourpy-1.3.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ea9924d28fc5586bf0b42d15f590b10c224117e74409dd7a0be3b62b74a501c", size = 322689 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/77/f37812ef700f1f185d348394debf33f22d531e714cf6a35d13d68a7003c7/contourpy-1.3.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:5b75aa69cb4d6f137b36f7eb2ace9280cfb60c55dc5f61c731fdf6f037f958a3", size = 1268413 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/6d/ce84e79cdd128542ebeb268f84abb4b093af78e7f8ec504676673d2675bc/contourpy-1.3.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:041b640d4ec01922083645a94bb3b2e777e6b626788f4095cf21abbe266413c1", size = 1326530 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/22/8282f4eae20c73c89bee7a82a19c4e27af9b57bb602ecaa00713d5bdb54d/contourpy-1.3.1-cp313-cp313-win32.whl", hash = "sha256:36987a15e8ace5f58d4d5da9dca82d498c2bbb28dff6e5d04fbfcc35a9cb3a82", size = 175315 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/d5/28bca491f65312b438fbf076589dcde7f6f966b196d900777f5811b9c4e2/contourpy-1.3.1-cp313-cp313-win_amd64.whl", hash = "sha256:a7895f46d47671fa7ceec40f31fae721da51ad34bdca0bee83e38870b1f47ffd", size = 220987 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/24/a4b285d6adaaf9746e4700932f579f1a7b6f9681109f694cfa233ae75c4e/contourpy-1.3.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:9ddeb796389dadcd884c7eb07bd14ef12408aaae358f0e2ae24114d797eede30", size = 285001 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/1d/fb49a401b5ca4f06ccf467cd6c4f1fd65767e63c21322b29b04ec40b40b9/contourpy-1.3.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:19c1555a6801c2f084c7ddc1c6e11f02eb6a6016ca1318dd5452ba3f613a1751", size = 268553 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/1e/4aef9470d13fd029087388fae750dccb49a50c012a6c8d1d634295caa644/contourpy-1.3.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:841ad858cff65c2c04bf93875e384ccb82b654574a6d7f30453a04f04af71342", size = 310386 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/34/910dc706ed70153b60392b5305c708c9810d425bde12499c9184a1100888/contourpy-1.3.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4318af1c925fb9a4fb190559ef3eec206845f63e80fb603d47f2d6d67683901c", size = 349806 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/3c/faee6a40d66d7f2a87f7102236bf4780c57990dd7f98e5ff29881b1b1344/contourpy-1.3.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:14c102b0eab282427b662cb590f2e9340a9d91a1c297f48729431f2dcd16e14f", size = 321108 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/69/390dc9b20dd4bb20585651d7316cc3054b7d4a7b4f8b710b2b698e08968d/contourpy-1.3.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:05e806338bfeaa006acbdeba0ad681a10be63b26e1b17317bfac3c5d98f36cda", size = 327291 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/74/7030b67c4e941fe1e5424a3d988080e83568030ce0355f7c9fc556455b01/contourpy-1.3.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:4d76d5993a34ef3df5181ba3c92fabb93f1eaa5729504fb03423fcd9f3177242", size = 1263752 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/ed/92d86f183a8615f13f6b9cbfc5d4298a509d6ce433432e21da838b4b63f4/contourpy-1.3.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:89785bb2a1980c1bd87f0cb1517a71cde374776a5f150936b82580ae6ead44a1", size = 1318403 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/0e/c8e4950c77dcfc897c71d61e56690a0a9df39543d2164040301b5df8e67b/contourpy-1.3.1-cp313-cp313t-win32.whl", hash = "sha256:8eb96e79b9f3dcadbad2a3891672f81cdcab7f95b27f28f1c67d75f045b6b4f1", size = 185117 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/31/1ae946f11dfbd229222e6d6ad8e7bd1891d3d48bde5fbf7a0beb9491f8e3/contourpy-1.3.1-cp313-cp313t-win_amd64.whl", hash = "sha256:287ccc248c9e0d0566934e7d606201abd74761b5703d804ff3df8935f523d546", size = 236668 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/4f/e56862e64b52b55b5ddcff4090085521fc228ceb09a88390a2b103dccd1b/contourpy-1.3.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:b457d6430833cee8e4b8e9b6f07aa1c161e5e0d52e118dc102c8f9bd7dd060d6", size = 265605 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/2e/52bfeeaa4541889f23d8eadc6386b442ee2470bd3cff9baa67deb2dd5c57/contourpy-1.3.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cb76c1a154b83991a3cbbf0dfeb26ec2833ad56f95540b442c73950af2013750", size = 315040 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/94/86bfae441707205634d80392e873295652fc313dfd93c233c52c4dc07874/contourpy-1.3.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:44a29502ca9c7b5ba389e620d44f2fbe792b1fb5734e8b931ad307071ec58c53", size = 218221 },
]
[[package]]
name = "coverage"
version = "7.6.12"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/d6/2b53ab3ee99f2262e6f0b8369a43f6d66658eab45510331c0b3d5c8c4272/coverage-7.6.12.tar.gz", hash = "sha256:48cfc4641d95d34766ad41d9573cc0f22a48aa88d22657a1fe01dca0dbae4de2", size = 805941 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/67/81dc41ec8f548c365d04a29f1afd492d3176b372c33e47fa2a45a01dc13a/coverage-7.6.12-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:704c8c8c6ce6569286ae9622e534b4f5b9759b6f2cd643f1c1a61f666d534fe8", size = 208345 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/43/17f71676016c8829bde69e24c852fef6bd9ed39f774a245d9ec98f689fa0/coverage-7.6.12-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ad7525bf0241e5502168ae9c643a2f6c219fa0a283001cee4cf23a9b7da75879", size = 208775 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/25/c6ff0775f8960e8c0840845b723eed978d22a3cd9babd2b996e4a7c502c6/coverage-7.6.12-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:06097c7abfa611c91edb9e6920264e5be1d6ceb374efb4986f38b09eed4cb2fe", size = 237925 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/3d/5f5bd37046243cb9d15fff2c69e498c2f4fe4f9b42a96018d4579ed3506f/coverage-7.6.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:220fa6c0ad7d9caef57f2c8771918324563ef0d8272c94974717c3909664e674", size = 235835 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/f1/9e6b75531fe33490b910d251b0bf709142e73a40e4e38a3899e6986fe088/coverage-7.6.12-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3688b99604a24492bcfe1c106278c45586eb819bf66a654d8a9a1433022fb2eb", size = 236966 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/bc/aef5a98f9133851bd1aacf130e754063719345d2fb776a117d5a8d516971/coverage-7.6.12-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:d1a987778b9c71da2fc8948e6f2656da6ef68f59298b7e9786849634c35d2c3c", size = 236080 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/d0/56b4ab77f9b12aea4d4c11dc11cdcaa7c29130b837eb610639cf3400c9c3/coverage-7.6.12-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:cec6b9ce3bd2b7853d4a4563801292bfee40b030c05a3d29555fd2a8ee9bd68c", size = 234393 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/77/28ef95c5d23fe3dd191a0b7d89c82fea2c2d904aef9315daf7c890e96557/coverage-7.6.12-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ace9048de91293e467b44bce0f0381345078389814ff6e18dbac8fdbf896360e", size = 235536 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/62/18791d3632ee3ff3f95bc8599115707d05229c72db9539f208bb878a3d88/coverage-7.6.12-cp310-cp310-win32.whl", hash = "sha256:ea31689f05043d520113e0552f039603c4dd71fa4c287b64cb3606140c66f425", size = 211063 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/57/b3878006cedfd573c963e5c751b8587154eb10a61cc0f47a84f85c88a355/coverage-7.6.12-cp310-cp310-win_amd64.whl", hash = "sha256:676f92141e3c5492d2a1596d52287d0d963df21bf5e55c8b03075a60e1ddf8aa", size = 211955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/2d/da78abbfff98468c91fd63a73cccdfa0e99051676ded8dd36123e3a2d4d5/coverage-7.6.12-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e18aafdfb3e9ec0d261c942d35bd7c28d031c5855dadb491d2723ba54f4c3015", size = 208464 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/f2/c269f46c470bdabe83a69e860c80a82e5e76840e9f4bbd7f38f8cebbee2f/coverage-7.6.12-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:66fe626fd7aa5982cdebad23e49e78ef7dbb3e3c2a5960a2b53632f1f703ea45", size = 208893 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/63/5682bf14d2ce20819998a49c0deadb81e608a59eed64d6bc2191bc8046b9/coverage-7.6.12-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ef01d70198431719af0b1f5dcbefc557d44a190e749004042927b2a3fed0702", size = 241545 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/b6/6b6631f1172d437e11067e1c2edfdb7238b65dff965a12bce3b6d1bf2be2/coverage-7.6.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:07e92ae5a289a4bc4c0aae710c0948d3c7892e20fd3588224ebe242039573bf0", size = 239230 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/01/9cd06cbb1be53e837e16f1b4309f6357e2dfcbdab0dd7cd3b1a50589e4e1/coverage-7.6.12-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e695df2c58ce526eeab11a2e915448d3eb76f75dffe338ea613c1201b33bab2f", size = 241013 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/26/56afefc03c30871326e3d99709a70d327ac1f33da383cba108c79bd71563/coverage-7.6.12-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d74c08e9aaef995f8c4ef6d202dbd219c318450fe2a76da624f2ebb9c8ec5d9f", size = 239750 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/ea/88a1ff951ed288f56aa561558ebe380107cf9132facd0b50bced63ba7238/coverage-7.6.12-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e995b3b76ccedc27fe4f477b349b7d64597e53a43fc2961db9d3fbace085d69d", size = 238462 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/d4/1d9404566f553728889409eff82151d515fbb46dc92cbd13b5337fa0de8c/coverage-7.6.12-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:b1f097878d74fe51e1ddd1be62d8e3682748875b461232cf4b52ddc6e6db0bba", size = 239307 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/c1/e453d3b794cde1e232ee8ac1d194fde8e2ba329c18bbf1b93f6f5eef606b/coverage-7.6.12-cp311-cp311-win32.whl", hash = "sha256:1f7ffa05da41754e20512202c866d0ebfc440bba3b0ed15133070e20bf5aeb5f", size = 211117 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/db/829185120c1686fa297294f8fcd23e0422f71070bf85ef1cc1a72ecb2930/coverage-7.6.12-cp311-cp311-win_amd64.whl", hash = "sha256:e216c5c45f89ef8971373fd1c5d8d1164b81f7f5f06bbf23c37e7908d19e8558", size = 212019 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/7f/4af2ed1d06ce6bee7eafc03b2ef748b14132b0bdae04388e451e4b2c529b/coverage-7.6.12-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b172f8e030e8ef247b3104902cc671e20df80163b60a203653150d2fc204d1ad", size = 208645 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/60/d19df912989117caa95123524d26fc973f56dc14aecdec5ccd7d0084e131/coverage-7.6.12-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:641dfe0ab73deb7069fb972d4d9725bf11c239c309ce694dd50b1473c0f641c3", size = 208898 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/10/fecabcf438ba676f706bf90186ccf6ff9f6158cc494286965c76e58742fa/coverage-7.6.12-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0e549f54ac5f301e8e04c569dfdb907f7be71b06b88b5063ce9d6953d2d58574", size = 242987 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/53/4e208440389e8ea936f5f2b0762dcd4cb03281a7722def8e2bf9dc9c3d68/coverage-7.6.12-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:959244a17184515f8c52dcb65fb662808767c0bd233c1d8a166e7cf74c9ea985", size = 239881 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/47/2ba744af8d2f0caa1f17e7746147e34dfc5f811fb65fc153153722d58835/coverage-7.6.12-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bda1c5f347550c359f841d6614fb8ca42ae5cb0b74d39f8a1e204815ebe25750", size = 242142 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/90/df726af8ee74d92ee7e3bf113bf101ea4315d71508952bd21abc3fae471e/coverage-7.6.12-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1ceeb90c3eda1f2d8c4c578c14167dbd8c674ecd7d38e45647543f19839dd6ea", size = 241437 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/af/995263fd04ae5f9cf12521150295bf03b6ba940d0aea97953bb4a6db3e2b/coverage-7.6.12-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0f16f44025c06792e0fb09571ae454bcc7a3ec75eeb3c36b025eccf501b1a4c3", size = 239724 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/8e/5bb04f0318805e190984c6ce106b4c3968a9562a400180e549855d8211bd/coverage-7.6.12-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b076e625396e787448d27a411aefff867db2bffac8ed04e8f7056b07024eed5a", size = 241329 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/9d/fa04d9e6c3f6459f4e0b231925277cfc33d72dfab7fa19c312c03e59da99/coverage-7.6.12-cp312-cp312-win32.whl", hash = "sha256:00b2086892cf06c7c2d74983c9595dc511acca00665480b3ddff749ec4fb2a95", size = 211289 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/40/53c7ffe3c0c3fff4d708bc99e65f3d78c129110d6629736faf2dbd60ad57/coverage-7.6.12-cp312-cp312-win_amd64.whl", hash = "sha256:7ae6eabf519bc7871ce117fb18bf14e0e343eeb96c377667e3e5dd12095e0288", size = 212079 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/89/1adf3e634753c0de3dad2f02aac1e73dba58bc5a3a914ac94a25b2ef418f/coverage-7.6.12-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:488c27b3db0ebee97a830e6b5a3ea930c4a6e2c07f27a5e67e1b3532e76b9ef1", size = 208673 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/64/92a4e239d64d798535c5b45baac6b891c205a8a2e7c9cc8590ad386693dc/coverage-7.6.12-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5d1095bbee1851269f79fd8e0c9b5544e4c00c0c24965e66d8cba2eb5bb535fd", size = 208945 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/d0/4596a3ef3bca20a94539c9b1e10fd250225d1dec57ea78b0867a1cf9742e/coverage-7.6.12-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0533adc29adf6a69c1baa88c3d7dbcaadcffa21afbed3ca7a225a440e4744bf9", size = 242484 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/ef/6fd0d344695af6718a38d0861408af48a709327335486a7ad7e85936dc6e/coverage-7.6.12-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:53c56358d470fa507a2b6e67a68fd002364d23c83741dbc4c2e0680d80ca227e", size = 239525 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/4b/373be2be7dd42f2bcd6964059fd8fa307d265a29d2b9bcf1d044bcc156ed/coverage-7.6.12-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:64cbb1a3027c79ca6310bf101014614f6e6e18c226474606cf725238cf5bc2d4", size = 241545 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/7d/0e83cc2673a7790650851ee92f72a343827ecaaea07960587c8f442b5cd3/coverage-7.6.12-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:79cac3390bfa9836bb795be377395f28410811c9066bc4eefd8015258a7578c6", size = 241179 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/8c/566ea92ce2bb7627b0900124e24a99f9244b6c8c92d09ff9f7633eb7c3c8/coverage-7.6.12-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:9b148068e881faa26d878ff63e79650e208e95cf1c22bd3f77c3ca7b1d9821a3", size = 239288 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/e4/869a138e50b622f796782d642c15fb5f25a5870c6d0059a663667a201638/coverage-7.6.12-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8bec2ac5da793c2685ce5319ca9bcf4eee683b8a1679051f8e6ec04c4f2fd7dc", size = 241032 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/28/a52ff5d62a9f9e9fe9c4f17759b98632edd3a3489fce70154c7d66054dd3/coverage-7.6.12-cp313-cp313-win32.whl", hash = "sha256:200e10beb6ddd7c3ded322a4186313d5ca9e63e33d8fab4faa67ef46d3460af3", size = 211315 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/17/ab849b7429a639f9722fa5628364c28d675c7ff37ebc3268fe9840dda13c/coverage-7.6.12-cp313-cp313-win_amd64.whl", hash = "sha256:2b996819ced9f7dbb812c701485d58f261bef08f9b85304d41219b1496b591ef", size = 212099 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/1c/b9965bf23e171d98505eb5eb4fb4d05c44efd256f2e0f19ad1ba8c3f54b0/coverage-7.6.12-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:299cf973a7abff87a30609879c10df0b3bfc33d021e1adabc29138a48888841e", size = 209511 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/b3/119c201d3b692d5e17784fee876a9a78e1b3051327de2709392962877ca8/coverage-7.6.12-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:4b467a8c56974bf06e543e69ad803c6865249d7a5ccf6980457ed2bc50312703", size = 209729 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/4e/a7feb5a56b266304bc59f872ea07b728e14d5a64f1ad3a2cc01a3259c965/coverage-7.6.12-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2458f275944db8129f95d91aee32c828a408481ecde3b30af31d552c2ce284a0", size = 253988 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/19/069fec4d6908d0dae98126aa7ad08ce5130a6decc8509da7740d36e8e8d2/coverage-7.6.12-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0a9d8be07fb0832636a0f72b80d2a652fe665e80e720301fb22b191c3434d924", size = 249697 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/da/5b19f09ba39df7c55f77820736bf17bbe2416bbf5216a3100ac019e15839/coverage-7.6.12-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14d47376a4f445e9743f6c83291e60adb1b127607a3618e3185bbc8091f0467b", size = 252033 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/89/4c2750df7f80a7872267f7c5fe497c69d45f688f7b3afe1297e52e33f791/coverage-7.6.12-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:b95574d06aa9d2bd6e5cc35a5bbe35696342c96760b69dc4287dbd5abd4ad51d", size = 251535 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/3b/6d3ae3c1cc05f1b0460c51e6f6dcf567598cbd7c6121e5ad06643974703c/coverage-7.6.12-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:ecea0c38c9079570163d663c0433a9af4094a60aafdca491c6a3d248c7432827", size = 249192 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/8e/c14a79f535ce41af7d436bbad0d3d90c43d9e38ec409b4770c894031422e/coverage-7.6.12-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:2251fabcfee0a55a8578a9d29cecfee5f2de02f11530e7d5c5a05859aa85aee9", size = 250627 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/79/b7cee656cfb17a7f2c1b9c3cee03dd5d8000ca299ad4038ba64b61a9b044/coverage-7.6.12-cp313-cp313t-win32.whl", hash = "sha256:eb5507795caabd9b2ae3f1adc95f67b1104971c22c624bb354232d65c4fc90b3", size = 212033 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/c3/f7aaa3813f1fa9a4228175a7bd368199659d392897e184435a3b66408dd3/coverage-7.6.12-cp313-cp313t-win_amd64.whl", hash = "sha256:f60a297c3987c6c02ffb29effc70eadcbb412fe76947d394a1091a3615948e2f", size = 213240 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/7f/05818c62c7afe75df11e0233bd670948d68b36cdbf2a339a095bc02624a8/coverage-7.6.12-pp39.pp310-none-any.whl", hash = "sha256:7e39e845c4d764208e7b8f6a21c541ade741e2c41afabdfa1caa28687a3c98cf", size = 200558 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/b2/f655700e1024dec98b10ebaafd0cedbc25e40e4abe62a3c8e2ceef4f8f0a/coverage-7.6.12-py3-none-any.whl", hash = "sha256:eb8668cfbc279a536c633137deeb9435d2962caec279c3f8cf8b91fff6ff8953", size = 200552 },
]
[package.optional-dependencies]
toml = [
{ name = "tomli", marker = "python_full_version <= '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
[[package]]
name = "crashtest"
version = "0.4.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/5d/d79f51058e75948d6c9e7a3d679080a47be61c84d3cc8f71ee31255eb22b/crashtest-0.4.1.tar.gz", hash = "sha256:80d7b1f316ebfbd429f648076d6275c877ba30ba48979de4191714a75266f0ce", size = 4708 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/5c/3ba7d12e7a79566f97b8f954400926d7b6eb33bcdccc1315a857f200f1f1/crashtest-0.4.1-py3-none-any.whl", hash = "sha256:8d23eac5fa660409f57472e3851dab7ac18aba459a8d19cbbba86d3d5aecd2a5", size = 7558 },
]
[[package]]
name = "cryptography"
version = "44.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cffi", marker = "platform_python_implementation != 'PyPy' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/4c/45dfa6829acffa344e3967d6006ee4ae8be57af746ae2eba1c431949b32c/cryptography-44.0.0.tar.gz", hash = "sha256:cd4e834f340b4293430701e772ec543b0fbe6c2dea510a5286fe0acabe153a02", size = 710657 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/09/8cc67f9b84730ad330b3b72cf867150744bf07ff113cda21a15a1c6d2c7c/cryptography-44.0.0-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:84111ad4ff3f6253820e6d3e58be2cc2a00adb29335d4cacb5ab4d4d34f2a123", size = 6541833 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/5b/3759e30a103144e29632e7cb72aec28cedc79e514b2ea8896bb17163c19b/cryptography-44.0.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b15492a11f9e1b62ba9d73c210e2416724633167de94607ec6069ef724fad092", size = 3922710 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/58/3b14bf39f1a0cfd679e753e8647ada56cddbf5acebffe7db90e184c76168/cryptography-44.0.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:831c3c4d0774e488fdc83a1923b49b9957d33287de923d58ebd3cec47a0ae43f", size = 4137546 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/65/13d9e76ca19b0ba5603d71ac8424b5694415b348e719db277b5edc985ff5/cryptography-44.0.0-cp37-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:761817a3377ef15ac23cd7834715081791d4ec77f9297ee694ca1ee9c2c7e5eb", size = 3915420 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/07/40fe09ce96b91fc9276a9ad272832ead0fddedcba87f1190372af8e3039c/cryptography-44.0.0-cp37-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3c672a53c0fb4725a29c303be906d3c1fa99c32f58abe008a82705f9ee96f40b", size = 4154498 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/ea/af65619c800ec0a7e4034207aec543acdf248d9bffba0533342d1bd435e1/cryptography-44.0.0-cp37-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:4ac4c9f37eba52cb6fbeaf5b59c152ea976726b865bd4cf87883a7e7006cc543", size = 3932569 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/af/d1deb0c04d59612e3d5e54203159e284d3e7a6921e565bb0eeb6269bdd8a/cryptography-44.0.0-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:ed3534eb1090483c96178fcb0f8893719d96d5274dfde98aa6add34614e97c8e", size = 4016721 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/69/7ca326c55698d0688db867795134bdfac87136b80ef373aaa42b225d6dd5/cryptography-44.0.0-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:f3f6fdfa89ee2d9d496e2c087cebef9d4fcbb0ad63c40e821b39f74bf48d9c5e", size = 4240915 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/d4/cae11bf68c0f981e0413906c6dd03ae7fa864347ed5fac40021df1ef467c/cryptography-44.0.0-cp37-abi3-win32.whl", hash = "sha256:eb33480f1bad5b78233b0ad3e1b0be21e8ef1da745d8d2aecbb20671658b9053", size = 2757925 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/b1/50d7739254d2002acae64eed4fc43b24ac0cc44bf0a0d388d1ca06ec5bb1/cryptography-44.0.0-cp37-abi3-win_amd64.whl", hash = "sha256:abc998e0c0eee3c8a1904221d3f67dcfa76422b23620173e28c11d3e626c21bd", size = 3202055 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/18/61e52a3d28fc1514a43b0ac291177acd1b4de00e9301aaf7ef867076ff8a/cryptography-44.0.0-cp39-abi3-macosx_10_9_universal2.whl", hash = "sha256:660cb7312a08bc38be15b696462fa7cc7cd85c3ed9c576e81f4dc4d8b2b31591", size = 6542801 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/07/5f165b6c65696ef75601b781a280fc3b33f1e0cd6aa5a92d9fb96c410e97/cryptography-44.0.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1923cb251c04be85eec9fda837661c67c1049063305d6be5721643c22dd4e2b7", size = 3922613 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/34/6b3ac1d80fc174812486561cf25194338151780f27e438526f9c64e16869/cryptography-44.0.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:404fdc66ee5f83a1388be54300ae978b2efd538018de18556dde92575e05defc", size = 4137925 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/c7/c656eb08fd22255d21bc3129625ed9cd5ee305f33752ef2278711b3fa98b/cryptography-44.0.0-cp39-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:c5eb858beed7835e5ad1faba59e865109f3e52b3783b9ac21e7e47dc5554e289", size = 3915417 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/82/72403624f197af0db6bac4e58153bc9ac0e6020e57234115db9596eee85d/cryptography-44.0.0-cp39-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:f53c2c87e0fb4b0c00fa9571082a057e37690a8f12233306161c8f4b819960b7", size = 4155160 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/cd/2f3c440913d4329ade49b146d74f2e9766422e1732613f57097fea61f344/cryptography-44.0.0-cp39-abi3-manylinux_2_34_aarch64.whl", hash = "sha256:9e6fc8a08e116fb7c7dd1f040074c9d7b51d74a8ea40d4df2fc7aa08b76b9e6c", size = 3932331 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7f/df/8be88797f0a1cca6e255189a57bb49237402b1880d6e8721690c5603ac23/cryptography-44.0.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:d2436114e46b36d00f8b72ff57e598978b37399d2786fd39793c36c6d5cb1c64", size = 4017372 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/36/5ccc376f025a834e72b8e52e18746b927f34e4520487098e283a719c205e/cryptography-44.0.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:a01956ddfa0a6790d594f5b34fc1bfa6098aca434696a03cfdbe469b8ed79285", size = 4239657 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/b0/f4f7d0d0bcfbc8dd6296c1449be326d04217c57afb8b2594f017eed95533/cryptography-44.0.0-cp39-abi3-win32.whl", hash = "sha256:eca27345e1214d1b9f9490d200f9db5a874479be914199194e746c893788d417", size = 2758672 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/9b/443270b9210f13f6ef240eff73fd32e02d381e7103969dc66ce8e89ee901/cryptography-44.0.0-cp39-abi3-win_amd64.whl", hash = "sha256:708ee5f1bafe76d041b53a4f95eb28cdeb8d18da17e597d46d7833ee59b97ede", size = 3202071 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/d4/fea74422326388bbac0c37b7489a0fcb1681a698c3b875959430ba550daa/cryptography-44.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:37d76e6863da3774cd9db5b409a9ecfd2c71c981c38788d3fcfaf177f447b731", size = 3338857 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/aa/ba8a7467c206cb7b62f09b4168da541b5109838627f582843bbbe0235e8e/cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:f677e1268c4e23420c3acade68fac427fffcb8d19d7df95ed7ad17cdef8404f4", size = 3850615 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/fa/b160e10a64cc395d090105be14f399b94e617c879efd401188ce0fea39ee/cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:f5e7cb1e5e56ca0933b4873c0220a78b773b24d40d186b6738080b73d3d0a756", size = 4081622 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/8f/20ff0656bb0cf7af26ec1d01f780c5cfbaa7666736063378c5f48558b515/cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_aarch64.whl", hash = "sha256:8b3e6eae66cf54701ee7d9c83c30ac0a1e3fa17be486033000f2a73a12ab507c", size = 3867546 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/d9/28edf32ee2fcdca587146bcde90102a7319b2f2c690edfa627e46d586050/cryptography-44.0.0-pp310-pypy310_pp73-manylinux_2_34_x86_64.whl", hash = "sha256:be4ce505894d15d5c5037167ffb7f0ae90b7be6f2a98f9a5c3442395501c32fa", size = 4090937 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/9d/37e5da7519de7b0b070a3fedd4230fe76d50d2a21403e0f2153d70ac4163/cryptography-44.0.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:62901fb618f74d7d81bf408c8719e9ec14d863086efe4185afd07c352aee1d2c", size = 3128774 },
]
[[package]]
name = "cycler"
version = "0.12.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/95/a3dbbb5028f35eafb79008e7522a75244477d2838f38cbb722248dabc2a8/cycler-0.12.1.tar.gz", hash = "sha256:88bb128f02ba341da8ef447245a9e138fae777f6a23943da4540077d3601eb1c" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl", hash = "sha256:85cef7cff222d8644161529808465972e51340599459b8ac3ccbac5a854e0d30" },
]
[[package]]
name = "cymem"
version = "2.0.10"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/62/eac45989f3d3296133f292f3097cb4c1f9d3ad3e5a85e79bbd2c7f96278f/cymem-2.0.10.tar.gz", hash = "sha256:f51700acfa1209b4a221dc892cca8030f4bc10d4c153dec098042f484c7f07a4", size = 10239 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/54/304b4f262524aa3bbf4e41b21fb7aa90fc507979995a12ad3b81c30d5650/cymem-2.0.10-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:010f78804cf5e2fbd08abad210d2b78a828bea1a9f978737e28e1614f5a258b4", size = 41843 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/27/0a7e6f2b4f4183ce707aeae65880194600d0d42964753c256074b9d0fca9/cymem-2.0.10-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9688f691518859e76c24c37686314dc5163f2fae1b9df264714220fc087b09a5", size = 41649 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/d8/889f7b98211919f4bf53b901712440c2110ebfc69fcf234af063eed5c9a7/cymem-2.0.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:61ce538c594f348b90037b03910da31ce7aacca090ea64063593688c55f6adad", size = 204712 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/5b/3de3d725c88a9aad0dca72a42da576d76f19e83b660cec912cb60585c46c/cymem-2.0.10-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:4d45b99c727dfc303db3bb9f136b86731a4d231fbf9c27ce5745ea4a527da0b5", size = 194955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/6b/2fe6abc7f4577f681625b9b374c88ad7f68b7d9c249049409c4d8ca67c37/cymem-2.0.10-cp310-cp310-win_amd64.whl", hash = "sha256:a03abe0e2f8925707c3dee88060bea1a94b9a24afc7d07ee17f319022126bcb4", size = 39034 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/03/6dd38133209a100f9e5468dfd60aabf081eb8f4f9bb1fe171601e593dfb6/cymem-2.0.10-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:18dc5a7b6a325d5fc0b2b40beb02673f36f64655ee086649c91e44ce092c7b36", size = 41961 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/d4/04fe526361d32f823da4a9a7af0ae4be745439c71bf70d15a87da2c48f89/cymem-2.0.10-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d30ce83ff9009e5c5c8186845d9d583f867dace88113089bfc0ee1c348e45d5a", size = 41697 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/85/90d3222ead3a3c12005128100877ee6cb6c280d6cd100f53eaa9dc02d260/cymem-2.0.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce6cb07416c82633503974f331abde9e1514c90aae8b3240884e749c2a60adbc", size = 218806 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/70/a12fea4fc0518a076df319aea5c30d13750739447c6d2c7b46d233e6f867/cymem-2.0.10-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:34406e2bff8707719f3f4b262e50b04876369233d5277a7c2d0c2e73a8579b46", size = 207061 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/84/dd8e3bc7a773abb7d33dc654594323a31e2f79bde3f245feb09dc3f4996d/cymem-2.0.10-cp311-cp311-win_amd64.whl", hash = "sha256:51218af9645541005a1313d6640bf6e86e7fb4b38a87268a5ea428d50ac3cec2", size = 39320 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/27/a4383a1f534676f1fccb90e35154b3cd1d333954c756b1b01839b5554169/cymem-2.0.10-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c6ed8b1ed448cd65e12405a02aa71b22a4094d8a623205625057c4c73ba4b133", size = 42577 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/de/068d791d77c5f46844ee00c56414a6c7d9a3e80a82228ecb17c6530886bc/cymem-2.0.10-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5e57928d9e93c61265281ea01a1d24499d397625b2766a0c5735b99bceb3ba75", size = 42206 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/af/f93d0fdd5f6174038c6745b708bb97e71f4568e7a9b25501ea481e269e3c/cymem-2.0.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc4932060a5d55648fa4a3960f1cad9905572ed5c6f02af42f849e869d2803d4", size = 227944 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/11/6bc72829cef14d1598a4c9f9381ac3d8b4e09d98f8496c9042cd994b7f13/cymem-2.0.10-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f4bc6c823b400d32cddcfeefb3f352d52a0cc911cb0b5c1ef64e3f9741fd56b9", size = 216400 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/40/1b6bdfaab3f80eeb302cd6212c2dcaa735d055db509487cf8da51764b74d/cymem-2.0.10-cp312-cp312-win_amd64.whl", hash = "sha256:6ae7f22af4bc4311f06c925df61c62219c11939dffc9c91d67caf89a7e1557a5", size = 39243 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/88/e5c8f44e80a64fdca827f2dd2e323afdef339ae83f1a32763940f40232de/cymem-2.0.10-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:5698a515900dc697874444fa05d8d852bbad43543de2e7834ec3895156cc2aad", size = 42340 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/27/5f76934645f53704fb116802480b21af5c3cbb71ba4661f5af1a1e5ba210/cymem-2.0.10-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:6580d657d0f208d675d62cc052fb908529d52d24282342e24a9843de85352b88", size = 41903 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/33/5d62b0e0461aed0a93d3a14a17e0e869d8eab9b2c0e9407f69ff763818ed/cymem-2.0.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea72cf0e369f3cf1f10038d572143d88ce7c959222cf7d742acbeb45e00ac5c0", size = 222927 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/ee/47f412bdf64ab5ad9d14ce6ed9378a989dac3651f61ae190a5ff9fb866f6/cymem-2.0.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:33d7f5014ad36af22995847fccd82ca0bd4b0394fb1d9dd9fef1e8cefdab2444", size = 219143 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/f8/a8c04468929043acf8048cce72e438412c7c949f6983b6dc14209e4371ec/cymem-2.0.10-cp313-cp313-win_amd64.whl", hash = "sha256:82f19a39052747309ced6b948b34aff62aa00c795c9d9d3d31a071e8c791efee", size = 39046 },
]
[[package]]
name = "dashscope"
version = "1.20.14"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "aiohttp" },
{ name = "requests" },
{ name = "websocket-client" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/ab/06425bc51305d6acd19cf04736f0fac0cc34b8ced6f31f2d41909a2e1920/dashscope-1.20.14-py3-none-any.whl", hash = "sha256:1e20f56043150ac0adb70c5ec04ac202d87267ca8da63e5c94980dd10aeab7af", size = 1264547 },
]
[[package]]
name = "dataclasses-json"
version = "0.6.7"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "marshmallow" },
{ name = "typing-inspect" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/a4/f71d9cf3a5ac257c993b5ca3f93df5f7fb395c725e7f1e6479d2514173c3/dataclasses_json-0.6.7.tar.gz", hash = "sha256:b6b3e528266ea45b9535223bc53ca645f5208833c29229e847b3f26a1cc55fc0", size = 32227 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/be/d0d44e092656fe7a06b55e6103cbce807cdbdee17884a5367c68c9860853/dataclasses_json-0.6.7-py3-none-any.whl", hash = "sha256:0dbf33f26c8d5305befd61b39d2b3414e8a407bedc2834dea9b8d642666fb40a", size = 28686 },
]
[[package]]
name = "datasets"
version = "3.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "aiohttp" },
{ name = "dill" },
{ name = "filelock" },
{ name = "fsspec", extra = ["http"] },
{ name = "huggingface-hub" },
{ name = "multiprocess" },
{ name = "numpy" },
{ name = "packaging" },
{ name = "pandas" },
{ name = "pyarrow" },
{ name = "pyyaml" },
{ name = "requests" },
{ name = "tqdm" },
{ name = "xxhash" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/e5/1af665c7ddd2b5dc5e913baa93d0857c7722fd302d01cf2892d2e18cd7f9/datasets-3.3.0.tar.gz", hash = "sha256:54c607b06f6eaa1572e21e200d2870d89d50e3bcc622dc2021a53a6ce4f684c2", size = 563769 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/9a/5448306807367232a7209fb6881890244b374c87d74e1e229abcb133e115/datasets-3.3.0-py3-none-any.whl", hash = "sha256:22312d09626f8fc3aa0a237b0c164997f5903bddd4c4c9e27dbaf563754c681b", size = 484866 },
]
[[package]]
name = "dbgpt"
version = "0.7.0"
source = { editable = "packages/dbgpt-core" }
dependencies = [
{ name = "aiohttp" },
{ name = "cachetools" },
{ name = "chardet" },
{ name = "importlib-resources" },
{ name = "pydantic" },
{ name = "python-dotenv" },
{ name = "snowflake-id" },
{ name = "tomli" },
{ name = "typeguard" },
{ name = "typing-inspect" },
]
[package.optional-dependencies]
agent = [
{ name = "auto-gpt-plugin-template" },
{ name = "numpy" },
{ name = "pandas" },
{ name = "termcolor" },
]
cli = [
{ name = "click" },
{ name = "colorama" },
{ name = "prettytable" },
{ name = "psutil" },
{ name = "rich" },
{ name = "tomlkit" },
]
client = [
{ name = "fastapi", version = "0.110.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "fastapi", version = "0.112.4", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "httpx" },
{ name = "tenacity" },
]
code = [
{ name = "cloudpickle" },
{ name = "lyric-component-ts-transpiling" },
{ name = "lyric-js-worker" },
{ name = "lyric-py" },
{ name = "lyric-py-worker" },
{ name = "msgpack" },
]
framework = [
{ name = "aiofiles" },
{ name = "alembic" },
{ name = "auto-gpt-plugin-template" },
{ name = "coloredlogs" },
{ name = "cryptography" },
{ name = "gitpython" },
{ name = "graphviz" },
{ name = "gtts" },
{ name = "jsonschema" },
{ name = "openpyxl" },
{ name = "pymysql" },
{ name = "pyzmq" },
{ name = "seaborn" },
{ name = "tokenizers" },
{ name = "xlrd" },
]
hf = [
{ name = "sentence-transformers" },
{ name = "sentencepiece" },
{ name = "transformers", version = "4.48.0", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
llama-cpp = [
{ name = "llama-cpp-python" },
]
llama-cpp-server = [
{ name = "llama-cpp-server-py" },
]
proxy-anthropic = [
{ name = "anthropic" },
]
proxy-ollama = [
{ name = "ollama" },
]
proxy-openai = [
{ name = "httpx", extra = ["socks"] },
{ name = "openai" },
{ name = "tiktoken" },
]
proxy-qianfan = [
{ name = "qianfan" },
]
proxy-tongyi = [
{ name = "dashscope" },
]
proxy-zhipuai = [
{ name = "zhipuai" },
]
simple-framework = [
{ name = "cloudpickle" },
{ name = "duckdb" },
{ name = "duckdb-engine" },
{ name = "jinja2" },
{ name = "msgpack" },
{ name = "pympler" },
{ name = "python-multipart" },
{ name = "schedule" },
{ name = "shortuuid" },
{ name = "sqlalchemy" },
{ name = "sqlparse" },
{ name = "uvicorn" },
]
[package.metadata]
requires-dist = [
{ name = "aiofiles", marker = "extra == 'framework'" },
{ name = "aiohttp", specifier = "==3.8.4" },
{ name = "alembic", marker = "extra == 'framework'", specifier = "==1.12.0" },
{ name = "anthropic", marker = "extra == 'proxy-anthropic'" },
{ name = "auto-gpt-plugin-template", marker = "extra == 'agent'", specifier = ">=0.0.3" },
{ name = "auto-gpt-plugin-template", marker = "extra == 'framework'" },
{ name = "cachetools" },
{ name = "chardet", specifier = "==5.1.0" },
{ name = "click", marker = "extra == 'cli'" },
{ name = "cloudpickle", marker = "extra == 'code'" },
{ name = "cloudpickle", marker = "extra == 'simple-framework'" },
{ name = "colorama", marker = "extra == 'cli'", specifier = "==0.4.6" },
{ name = "coloredlogs", marker = "extra == 'framework'" },
{ name = "cryptography", marker = "extra == 'framework'" },
{ name = "dashscope", marker = "extra == 'proxy-tongyi'" },
{ name = "duckdb", marker = "extra == 'simple-framework'" },
{ name = "duckdb-engine", marker = "extra == 'simple-framework'", specifier = "==0.9.1" },
{ name = "fastapi", marker = "extra == 'client'", specifier = ">=0.100.0,<0.113.0" },
{ name = "gitpython", marker = "extra == 'framework'" },
{ name = "graphviz", marker = "extra == 'framework'" },
{ name = "gtts", marker = "extra == 'framework'", specifier = "==2.3.1" },
{ name = "httpx", marker = "extra == 'client'" },
{ name = "httpx", extras = ["socks"], marker = "extra == 'proxy-openai'" },
{ name = "importlib-resources", specifier = "==5.12.0" },
{ name = "jinja2", marker = "extra == 'simple-framework'" },
{ name = "jsonschema", marker = "extra == 'framework'" },
{ name = "llama-cpp-python", marker = "extra == 'llama-cpp'" },
{ name = "llama-cpp-server-py", marker = "extra == 'llama-cpp-server'" },
{ name = "lyric-component-ts-transpiling", marker = "extra == 'code'", specifier = ">=0.1.6" },
{ name = "lyric-js-worker", marker = "extra == 'code'", specifier = ">=0.1.6" },
{ name = "lyric-py", marker = "extra == 'code'", specifier = ">=0.1.6" },
{ name = "lyric-py-worker", marker = "extra == 'code'", specifier = ">=0.1.6" },
{ name = "msgpack", marker = "extra == 'code'" },
{ name = "msgpack", marker = "extra == 'simple-framework'" },
{ name = "numpy", marker = "extra == 'agent'", specifier = ">=1.21.0,<2.0.0" },
{ name = "ollama", marker = "extra == 'proxy-ollama'" },
{ name = "openai", marker = "extra == 'proxy-openai'", specifier = ">=1.59.6" },
{ name = "openpyxl", marker = "extra == 'framework'", specifier = "==3.1.2" },
{ name = "pandas", marker = "extra == 'agent'", specifier = "==2.0.3" },
{ name = "prettytable", marker = "extra == 'cli'" },
{ name = "psutil", marker = "extra == 'cli'", specifier = "==5.9.4" },
{ name = "pydantic", specifier = ">=2.6.0" },
{ name = "pympler", marker = "extra == 'simple-framework'" },
{ name = "pymysql", marker = "extra == 'framework'" },
{ name = "python-dotenv", specifier = "==1.0.0" },
{ name = "python-multipart", marker = "extra == 'simple-framework'" },
{ name = "pyzmq", marker = "extra == 'framework'" },
{ name = "qianfan", marker = "extra == 'proxy-qianfan'" },
{ name = "rich", marker = "extra == 'cli'" },
{ name = "schedule", marker = "extra == 'simple-framework'" },
{ name = "seaborn", marker = "extra == 'framework'" },
{ name = "sentence-transformers", marker = "extra == 'hf'" },
{ name = "sentencepiece", marker = "extra == 'hf'" },
{ name = "shortuuid", marker = "extra == 'simple-framework'" },
{ name = "snowflake-id" },
{ name = "sqlalchemy", marker = "extra == 'simple-framework'", specifier = ">=2.0.25,<2.0.29" },
{ name = "sqlparse", marker = "extra == 'simple-framework'", specifier = "==0.4.4" },
{ name = "tenacity", marker = "extra == 'client'", specifier = "<=8.3.0" },
{ name = "termcolor", marker = "extra == 'agent'" },
{ name = "tiktoken", marker = "extra == 'proxy-openai'", specifier = ">=0.8.0" },
{ name = "tokenizers", marker = "extra == 'framework'", specifier = ">=0.14" },
{ name = "tomli", specifier = ">=2.2.1" },
{ name = "tomlkit", marker = "extra == 'cli'" },
{ name = "transformers", marker = "extra == 'hf'", specifier = ">=4.46.0" },
{ name = "typeguard" },
{ name = "typing-inspect" },
{ name = "uvicorn", marker = "extra == 'simple-framework'" },
{ name = "xlrd", marker = "extra == 'framework'", specifier = "==2.0.1" },
{ name = "zhipuai", marker = "extra == 'proxy-zhipuai'" },
]
[package.metadata.requires-dev]
dev = []
[[package]]
name = "dbgpt-accelerator"
version = "0.7.0"
source = { editable = "packages/dbgpt-accelerator" }
[package.optional-dependencies]
auto = [
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin'" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' and sys_platform != 'linux'" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin'" },
{ name = "torchaudio", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin'" },
{ name = "torchaudio", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' and sys_platform != 'linux'" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin'" },
{ name = "torchvision", version = "0.17.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin'" },
{ name = "torchvision", version = "0.17.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' and sys_platform != 'linux'" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin'" },
]
cpu = [
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin'" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'aarch64' and sys_platform == 'linux'" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
{ name = "torchaudio", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin'" },
{ name = "torchaudio", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'aarch64' and sys_platform == 'linux'" },
{ name = "torchaudio", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
{ name = "torchvision", version = "0.17.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin'" },
{ name = "torchvision", version = "0.17.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "platform_machine == 'aarch64' and sys_platform == 'linux'" },
{ name = "torchvision", version = "0.20.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux')" },
]
cuda118 = [
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
{ name = "torchaudio", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
{ name = "torchvision", version = "0.20.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
cuda121 = [
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
{ name = "torchaudio", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
{ name = "torchvision", version = "0.20.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
cuda124 = [
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
quant-awq = [
{ name = "autoawq" },
]
quant-bnb = [
{ name = "accelerate" },
{ name = "bitsandbytes", marker = "sys_platform == 'linux' or sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
quant-gptq = [
{ name = "auto-gptq" },
{ name = "optimum" },
]
quant-gptqmodel = [
{ name = "device-smi" },
{ name = "gptqmodel" },
{ name = "optimum" },
{ name = "tokenicer" },
]
vllm = [
{ name = "vllm", marker = "sys_platform == 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
vllm-pascal = [
{ name = "vllm-pascal", marker = "sys_platform == 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
[package.dev-dependencies]
auto = [
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.17.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.17.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
[package.metadata]
requires-dist = [
{ name = "accelerate", marker = "extra == 'quant-bnb'" },
{ name = "auto-gptq", marker = "extra == 'quant-gptq'" },
{ name = "autoawq", marker = "extra == 'quant-awq'" },
{ name = "bitsandbytes", marker = "(sys_platform == 'linux' and extra == 'quant-bnb') or (sys_platform == 'win32' and extra == 'quant-bnb')", specifier = ">=0.39.0" },
{ name = "device-smi", marker = "extra == 'quant-gptqmodel'", specifier = ">=0.3.3" },
{ name = "gptqmodel", marker = "extra == 'quant-gptqmodel'" },
{ name = "optimum", marker = "extra == 'quant-gptq'" },
{ name = "optimum", marker = "extra == 'quant-gptqmodel'" },
{ name = "tokenicer", marker = "extra == 'quant-gptqmodel'" },
{ name = "torch", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin' and extra == 'auto'", specifier = ">=2.2.1,<2.3", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torch", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin' and extra == 'cpu'", specifier = ">=2.2.1,<2.3", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torch", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin' and extra == 'auto'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torch", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin' and extra == 'cpu'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torch", marker = "sys_platform != 'darwin' and extra == 'auto'", specifier = ">=2.2.1" },
{ name = "torch", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32' and extra == 'cpu'", specifier = ">=2.2.1" },
{ name = "torch", marker = "sys_platform == 'linux' and extra == 'cpu'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu", conflict = { package = "dbgpt-accelerator", extra = "cpu" } },
{ name = "torch", marker = "sys_platform == 'linux' and extra == 'cuda118'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu118", conflict = { package = "dbgpt-accelerator", extra = "cuda118" } },
{ name = "torch", marker = "sys_platform == 'linux' and extra == 'cuda121'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu121", conflict = { package = "dbgpt-accelerator", extra = "cuda121" } },
{ name = "torch", marker = "sys_platform == 'linux' and extra == 'cuda124'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu124", conflict = { package = "dbgpt-accelerator", extra = "cuda124" } },
{ name = "torch", marker = "sys_platform == 'win32' and extra == 'cpu'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu", conflict = { package = "dbgpt-accelerator", extra = "cpu" } },
{ name = "torch", marker = "sys_platform == 'win32' and extra == 'cuda118'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu118", conflict = { package = "dbgpt-accelerator", extra = "cuda118" } },
{ name = "torch", marker = "sys_platform == 'win32' and extra == 'cuda121'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu121", conflict = { package = "dbgpt-accelerator", extra = "cuda121" } },
{ name = "torch", marker = "sys_platform == 'win32' and extra == 'cuda124'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu124", conflict = { package = "dbgpt-accelerator", extra = "cuda124" } },
{ name = "torchaudio", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin' and extra == 'auto'", specifier = ">=2.2.1,<2.3", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchaudio", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin' and extra == 'cpu'", specifier = ">=2.2.1,<2.3", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchaudio", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin' and extra == 'auto'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchaudio", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin' and extra == 'cpu'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchaudio", marker = "sys_platform != 'darwin' and extra == 'auto'", specifier = ">=2.2.1" },
{ name = "torchaudio", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32' and extra == 'cpu'", specifier = ">=2.2.1" },
{ name = "torchaudio", marker = "sys_platform == 'linux' and extra == 'cpu'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu", conflict = { package = "dbgpt-accelerator", extra = "cpu" } },
{ name = "torchaudio", marker = "sys_platform == 'linux' and extra == 'cuda118'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu118", conflict = { package = "dbgpt-accelerator", extra = "cuda118" } },
{ name = "torchaudio", marker = "sys_platform == 'linux' and extra == 'cuda121'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu121", conflict = { package = "dbgpt-accelerator", extra = "cuda121" } },
{ name = "torchaudio", marker = "sys_platform == 'linux' and extra == 'cuda124'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu124", conflict = { package = "dbgpt-accelerator", extra = "cuda124" } },
{ name = "torchaudio", marker = "sys_platform == 'win32' and extra == 'cpu'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu", conflict = { package = "dbgpt-accelerator", extra = "cpu" } },
{ name = "torchaudio", marker = "sys_platform == 'win32' and extra == 'cuda118'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu118", conflict = { package = "dbgpt-accelerator", extra = "cuda118" } },
{ name = "torchaudio", marker = "sys_platform == 'win32' and extra == 'cuda121'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu121", conflict = { package = "dbgpt-accelerator", extra = "cuda121" } },
{ name = "torchaudio", marker = "sys_platform == 'win32' and extra == 'cuda124'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cu124", conflict = { package = "dbgpt-accelerator", extra = "cuda124" } },
{ name = "torchvision", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin' and extra == 'auto'", specifier = ">=0.17.1,<0.18.0", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchvision", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin' and extra == 'cpu'", specifier = ">=0.17.1,<0.18.0", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchvision", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin' and extra == 'auto'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchvision", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin' and extra == 'cpu'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchvision", marker = "sys_platform != 'darwin' and extra == 'auto'", specifier = ">=0.17.1" },
{ name = "torchvision", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32' and extra == 'cpu'", specifier = ">=0.17.1" },
{ name = "torchvision", marker = "sys_platform == 'linux' and extra == 'cpu'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cpu", conflict = { package = "dbgpt-accelerator", extra = "cpu" } },
{ name = "torchvision", marker = "sys_platform == 'linux' and extra == 'cuda118'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cu118", conflict = { package = "dbgpt-accelerator", extra = "cuda118" } },
{ name = "torchvision", marker = "sys_platform == 'linux' and extra == 'cuda121'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cu121", conflict = { package = "dbgpt-accelerator", extra = "cuda121" } },
{ name = "torchvision", marker = "sys_platform == 'linux' and extra == 'cuda124'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cu124", conflict = { package = "dbgpt-accelerator", extra = "cuda124" } },
{ name = "torchvision", marker = "sys_platform == 'win32' and extra == 'cpu'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cpu", conflict = { package = "dbgpt-accelerator", extra = "cpu" } },
{ name = "torchvision", marker = "sys_platform == 'win32' and extra == 'cuda118'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cu118", conflict = { package = "dbgpt-accelerator", extra = "cuda118" } },
{ name = "torchvision", marker = "sys_platform == 'win32' and extra == 'cuda121'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cu121", conflict = { package = "dbgpt-accelerator", extra = "cuda121" } },
{ name = "torchvision", marker = "sys_platform == 'win32' and extra == 'cuda124'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cu124", conflict = { package = "dbgpt-accelerator", extra = "cuda124" } },
{ name = "vllm", marker = "sys_platform == 'linux' and extra == 'vllm'", specifier = ">=0.7.0" },
{ name = "vllm-pascal", marker = "sys_platform == 'linux' and extra == 'vllm-pascal'", specifier = "==0.7.2", index = "https://sasha0552.github.io/pascal-pkgs-ci/", conflict = { package = "dbgpt-accelerator", extra = "vllm-pascal" } },
]
[package.metadata.requires-dev]
auto = [
{ name = "torch", marker = "sys_platform != 'darwin'", specifier = ">=2.2.1" },
{ name = "torch", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torch", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'", specifier = ">=2.2.1,<2.3", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchaudio", marker = "sys_platform != 'darwin'", specifier = ">=2.2.1" },
{ name = "torchaudio", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'", specifier = ">=2.2.1", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchaudio", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'", specifier = ">=2.2.1,<2.3", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchvision", marker = "sys_platform != 'darwin'", specifier = ">=0.17.1" },
{ name = "torchvision", marker = "platform_machine != 'x86_64' and sys_platform == 'darwin'", specifier = ">=0.17.1", index = "https://download.pytorch.org/whl/cpu" },
{ name = "torchvision", marker = "platform_machine == 'x86_64' and sys_platform == 'darwin'", specifier = ">=0.17.1,<0.18.0", index = "https://download.pytorch.org/whl/cpu" },
]
dev = []
[[package]]
name = "dbgpt-app"
version = "0.7.0"
source = { editable = "packages/dbgpt-app" }
dependencies = [
{ name = "aiofiles" },
{ name = "dbgpt" },
{ name = "dbgpt-accelerator" },
{ name = "dbgpt-client" },
{ name = "dbgpt-ext" },
{ name = "dbgpt-serve" },
{ name = "pyparsing" },
]
[package.optional-dependencies]
cache = [
{ name = "rocksdict" },
]
dbgpts = [
{ name = "poetry" },
]
default = [
{ name = "dbgpt", extra = ["agent", "cli", "client", "code", "framework", "simple-framework"] },
{ name = "dbgpt-ext", extra = ["rag", "storage-chromadb"] },
]
observability = [
{ name = "opentelemetry-api" },
{ name = "opentelemetry-exporter-otlp" },
{ name = "opentelemetry-sdk" },
]
proxy-openai = [
{ name = "dbgpt", extra = ["agent", "cli", "client", "code", "framework", "proxy-openai", "simple-framework"] },
{ name = "dbgpt-ext" },
]
[package.metadata]
requires-dist = [
{ name = "aiofiles" },
{ name = "dbgpt", editable = "packages/dbgpt-core" },
{ name = "dbgpt", extras = ["client", "cli", "agent", "simple-framework", "framework", "code"], marker = "extra == 'default'", editable = "packages/dbgpt-core" },
{ name = "dbgpt", extras = ["client", "cli", "agent", "simple-framework", "framework", "code", "proxy-openai"], marker = "extra == 'proxy-openai'", editable = "packages/dbgpt-core" },
{ name = "dbgpt-accelerator", editable = "packages/dbgpt-accelerator" },
{ name = "dbgpt-client", editable = "packages/dbgpt-client" },
{ name = "dbgpt-ext", editable = "packages/dbgpt-ext" },
{ name = "dbgpt-ext", marker = "extra == 'proxy-openai'", editable = "packages/dbgpt-ext" },
{ name = "dbgpt-ext", extras = ["rag"], marker = "extra == 'default'", editable = "packages/dbgpt-ext" },
{ name = "dbgpt-ext", extras = ["storage-chromadb"], marker = "extra == 'default'", editable = "packages/dbgpt-ext" },
{ name = "dbgpt-serve", editable = "packages/dbgpt-serve" },
{ name = "opentelemetry-api", marker = "extra == 'observability'" },
{ name = "opentelemetry-exporter-otlp", marker = "extra == 'observability'" },
{ name = "opentelemetry-sdk", marker = "extra == 'observability'" },
{ name = "poetry", marker = "extra == 'dbgpts'" },
{ name = "pyparsing" },
{ name = "rocksdict", marker = "extra == 'cache'" },
]
[package.metadata.requires-dev]
dev = []
[[package]]
name = "dbgpt-client"
version = "0.7.0"
source = { editable = "packages/dbgpt-client" }
dependencies = [
{ name = "dbgpt-serve" },
]
[package.metadata]
requires-dist = [{ name = "dbgpt-serve", editable = "packages/dbgpt-serve" }]
[package.metadata.requires-dev]
dev = []
[[package]]
name = "dbgpt-ext"
version = "0.7.0"
source = { editable = "packages/dbgpt-ext" }
dependencies = [
{ name = "dbgpt" },
{ name = "pymysql" },
]
[package.optional-dependencies]
datasource-clickhouse = [
{ name = "clickhouse-connect" },
]
datasource-duckdb = [
{ name = "duckdb" },
{ name = "duckdb-engine" },
]
datasource-hive = [
{ name = "pyhive" },
{ name = "thrift" },
{ name = "thrift-sasl" },
]
datasource-mssql = [
{ name = "pymssql" },
]
datasource-mysql = [
{ name = "mysqlclient" },
]
datasource-postgres = [
{ name = "psycopg2-binary" },
]
datasource-spark = [
{ name = "pyspark" },
]
datasource-vertica = [
{ name = "vertica-python" },
]
graph-rag = [
{ name = "dbgpt-tugraph-plugins" },
{ name = "neo4j" },
{ name = "networkx" },
]
rag = [
{ name = "bs4" },
{ name = "markdown" },
{ name = "pdfplumber" },
{ name = "pypdf" },
{ name = "python-docx" },
{ name = "python-pptx" },
{ name = "sentence-transformers" },
{ name = "spacy" },
]
storage-chromadb = [
{ name = "chromadb" },
]
storage-milvus = [
{ name = "pymilvus" },
]
storage-weaviate = [
{ name = "weaviate-client" },
]
[package.dev-dependencies]
dev = [
{ name = "pytest" },
]
[package.metadata]
requires-dist = [
{ name = "bs4", marker = "extra == 'rag'" },
{ name = "chromadb", marker = "extra == 'storage-chromadb'", specifier = ">=0.4.22" },
{ name = "clickhouse-connect", marker = "extra == 'datasource-clickhouse'" },
{ name = "dbgpt", editable = "packages/dbgpt-core" },
{ name = "dbgpt-tugraph-plugins", marker = "extra == 'graph-rag'", specifier = ">=0.1.1" },
{ name = "duckdb", marker = "extra == 'datasource-duckdb'" },
{ name = "duckdb-engine", marker = "extra == 'datasource-duckdb'", specifier = "==0.9.1" },
{ name = "markdown", marker = "extra == 'rag'" },
{ name = "mysqlclient", marker = "extra == 'datasource-mysql'", specifier = "==2.1.0" },
{ name = "neo4j", marker = "extra == 'graph-rag'" },
{ name = "networkx", marker = "extra == 'graph-rag'" },
{ name = "pdfplumber", marker = "extra == 'rag'" },
{ name = "psycopg2-binary", marker = "extra == 'datasource-postgres'" },
{ name = "pyhive", marker = "extra == 'datasource-hive'" },
{ name = "pymilvus", marker = "extra == 'storage-milvus'" },
{ name = "pymssql", marker = "extra == 'datasource-mssql'" },
{ name = "pymysql" },
{ name = "pypdf", marker = "extra == 'rag'" },
{ name = "pyspark", marker = "extra == 'datasource-spark'" },
{ name = "python-docx", marker = "extra == 'rag'" },
{ name = "python-pptx", marker = "extra == 'rag'" },
{ name = "sentence-transformers", marker = "extra == 'rag'" },
{ name = "spacy", marker = "extra == 'rag'", specifier = "==3.7" },
{ name = "thrift", marker = "extra == 'datasource-hive'" },
{ name = "thrift-sasl", marker = "extra == 'datasource-hive'" },
{ name = "vertica-python", marker = "extra == 'datasource-vertica'" },
{ name = "weaviate-client", marker = "extra == 'storage-weaviate'" },
]
[package.metadata.requires-dev]
dev = [{ name = "pytest", specifier = ">=8.3.4" }]
[[package]]
name = "dbgpt-mono"
version = "0.7.0"
source = { virtual = "." }
[package.dev-dependencies]
dev = [
{ name = "asynctest" },
{ name = "jupyter" },
{ name = "pip" },
{ name = "pytest" },
{ name = "pytest-asyncio" },
{ name = "pytest-cov" },
{ name = "pytest-integration" },
{ name = "pytest-mock" },
{ name = "pytest-recording" },
{ name = "ruff" },
{ name = "tomli" },
{ name = "tomli-w" },
{ name = "twine" },
]
[package.metadata]
[package.metadata.requires-dev]
dev = [
{ name = "asynctest", specifier = ">=0.13.0" },
{ name = "jupyter" },
{ name = "pip" },
{ name = "pytest", specifier = ">=7.0.0" },
{ name = "pytest-asyncio" },
{ name = "pytest-cov", specifier = ">=6.0.0" },
{ name = "pytest-integration", specifier = ">=0.2.3" },
{ name = "pytest-mock", specifier = ">=3.14.0" },
{ name = "pytest-recording", specifier = ">=0.13.2" },
{ name = "ruff", specifier = ">=0.9.1" },
{ name = "tomli", specifier = ">=2.0.2" },
{ name = "tomli-w", specifier = ">=1.1.0" },
{ name = "twine" },
]
[[package]]
name = "dbgpt-serve"
version = "0.7.0"
source = { editable = "packages/dbgpt-serve" }
dependencies = [
{ name = "dbgpt-ext" },
]
[package.optional-dependencies]
dbgpts = [
{ name = "poetry" },
]
libro = [
{ name = "libro" },
]
[package.metadata]
requires-dist = [
{ name = "dbgpt-ext", editable = "packages/dbgpt-ext" },
{ name = "libro", marker = "extra == 'libro'", specifier = ">=0.1.25" },
{ name = "poetry", marker = "extra == 'dbgpts'" },
]
[package.metadata.requires-dev]
dev = []
[[package]]
name = "dbgpt-tugraph-plugins"
version = "0.1.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/48/acf420b40ccca06d47c4b59b0b46525bb413baff54da7915cbff1ccc7ff9/dbgpt-tugraph-plugins-0.1.1.tar.gz", hash = "sha256:c6a86c1fa6a9e46a55f1b9c90e423d814073ee5a2df5c13cb94d543215e6854e", size = 2902 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/28/22d65c18d6546e45a090732aad7022f619072c2440b29429d090634887b8/dbgpt_tugraph_plugins-0.1.1-py3-none-any.whl", hash = "sha256:6ff3438c6ec8a27a94f3d2e55fb621bd60d9fefca3d826e5c33861bf6dd1d5aa", size = 5467540 },
]
[[package]]
name = "debugpy"
version = "1.8.11"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/e7/666f4c9b0e24796af50aadc28d36d21c2e01e831a934535f956e09b3650c/debugpy-1.8.11.tar.gz", hash = "sha256:6ad2688b69235c43b020e04fecccdf6a96c8943ca9c2fb340b8adc103c655e57", size = 1640124 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/e6/4cf7422eaa591b4c7d6a9fde224095dac25283fdd99d90164f28714242b0/debugpy-1.8.11-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:2b26fefc4e31ff85593d68b9022e35e8925714a10ab4858fb1b577a8a48cb8cd", size = 2075100 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/3a/e163de1df5995d95760a4d748b02fbefb1c1bf19e915b664017c40435dbf/debugpy-1.8.11-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:61bc8b3b265e6949855300e84dc93d02d7a3a637f2aec6d382afd4ceb9120c9f", size = 3559724 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/6c/327e19fd1bf428a1efe1a6f97b306689c54c2cebcf871b66674ead718756/debugpy-1.8.11-cp310-cp310-win32.whl", hash = "sha256:c928bbf47f65288574b78518449edaa46c82572d340e2750889bbf8cd92f3737", size = 5178068 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/80/359ff8aa388f0bd4a48f0fa9ce3606396d576657ac149c6fba3cc7de8adb/debugpy-1.8.11-cp310-cp310-win_amd64.whl", hash = "sha256:8da1db4ca4f22583e834dcabdc7832e56fe16275253ee53ba66627b86e304da1", size = 5210109 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/58/8e3f7ec86c1b7985a232667b5df8f3b1b1c8401028d8f4d75e025c9556cd/debugpy-1.8.11-cp311-cp311-macosx_14_0_universal2.whl", hash = "sha256:85de8474ad53ad546ff1c7c7c89230db215b9b8a02754d41cb5a76f70d0be296", size = 2173656 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/03/95738a68ade2358e5a4d63a2fd8e7ed9ad911001cfabbbb33a7f81343945/debugpy-1.8.11-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ffc382e4afa4aee367bf413f55ed17bd91b191dcaf979890af239dda435f2a1", size = 3132464 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/f4/18204891ab67300950615a6ad09b9de236203a9138f52b3b596fa17628ca/debugpy-1.8.11-cp311-cp311-win32.whl", hash = "sha256:40499a9979c55f72f4eb2fc38695419546b62594f8af194b879d2a18439c97a9", size = 5103637 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/90/3775e301cfa573b51eb8a108285681f43f5441dc4c3916feed9f386ef861/debugpy-1.8.11-cp311-cp311-win_amd64.whl", hash = "sha256:987bce16e86efa86f747d5151c54e91b3c1e36acc03ce1ddb50f9d09d16ded0e", size = 5127862 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/ae/2cf26f3111e9d94384d9c01e9d6170188b0aeda15b60a4ac6457f7c8a26f/debugpy-1.8.11-cp312-cp312-macosx_14_0_universal2.whl", hash = "sha256:84e511a7545d11683d32cdb8f809ef63fc17ea2a00455cc62d0a4dbb4ed1c308", size = 2498756 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/16/ec551789d547541a46831a19aa15c147741133da188e7e6acf77510545a7/debugpy-1.8.11-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce291a5aca4985d82875d6779f61375e959208cdf09fcec40001e65fb0a54768", size = 4219136 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/6f/b2b3ce673c55f882d27a6eb04a5f0c68bcad6b742ac08a86d8392ae58030/debugpy-1.8.11-cp312-cp312-win32.whl", hash = "sha256:28e45b3f827d3bf2592f3cf7ae63282e859f3259db44ed2b129093ca0ac7940b", size = 5224440 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/09/b1f05be802c1caef5b3efc042fc6a7cadd13d8118b072afd04a9b9e91e06/debugpy-1.8.11-cp312-cp312-win_amd64.whl", hash = "sha256:44b1b8e6253bceada11f714acf4309ffb98bfa9ac55e4fce14f9e5d4484287a1", size = 5264578 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/66/931dc2479aa8fbf362dc6dcee707d895a84b0b2d7b64020135f20b8db1ed/debugpy-1.8.11-cp313-cp313-macosx_14_0_universal2.whl", hash = "sha256:8988f7163e4381b0da7696f37eec7aca19deb02e500245df68a7159739bbd0d3", size = 2483651 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/07/6c171d0fe6b8d237e35598b742f20ba062511b3a4631938cc78eefbbf847/debugpy-1.8.11-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c1f6a173d1140e557347419767d2b14ac1c9cd847e0b4c5444c7f3144697e4e", size = 4213770 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/f1/0711da6ac250d4fe3bf7b3e9b14b4a86e82a98b7825075c07e19bab8da3d/debugpy-1.8.11-cp313-cp313-win32.whl", hash = "sha256:bb3b15e25891f38da3ca0740271e63ab9db61f41d4d8541745cfc1824252cb28", size = 5223911 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/98/5e27fa39050749ed460025bcd0034a0a5e78a580a14079b164cc3abdeb98/debugpy-1.8.11-cp313-cp313-win_amd64.whl", hash = "sha256:d8768edcbeb34da9e11bcb8b5c2e0958d25218df7a6e56adf415ef262cd7b6d1", size = 5264166 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/0a/d29a5aacf47b4383ed569b8478c02d59ee3a01ad91224d2cff8562410e43/debugpy-1.8.11-py2.py3-none-any.whl", hash = "sha256:0e22f846f4211383e6a416d04b4c13ed174d24cc5d43f5fd52e7821d0ebc8920", size = 5226874 },
]
[[package]]
name = "decorator"
version = "5.1.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/0c/8d907af351aa16b42caae42f9d6aa37b900c67308052d10fdce809f8d952/decorator-5.1.1.tar.gz", hash = "sha256:637996211036b6385ef91435e4fae22989472f9d571faba8927ba8253acbc330", size = 35016 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/50/83c593b07763e1161326b3b8c6686f0f4b0f24d5526546bee538c89837d6/decorator-5.1.1-py3-none-any.whl", hash = "sha256:b8c3f85900b9dc423225913c5aace94729fe1fa9763b38939a95226f02d37186", size = 9073 },
]
[[package]]
name = "defusedxml"
version = "0.7.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/d5/c66da9b79e5bdb124974bfe172b4daf3c984ebd9c2a06e2b8a4dc7331c72/defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/6c/aa3f2f849e01cb6a001cd8554a88d4c77c5c1a31c95bdf1cf9301e6d9ef4/defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" },
]
[[package]]
name = "deprecated"
version = "1.2.15"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "wrapt" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/a3/53e7d78a6850ffdd394d7048a31a6f14e44900adedf190f9a165f6b69439/deprecated-1.2.15.tar.gz", hash = "sha256:683e561a90de76239796e6b6feac66b99030d2dd3fcf61ef996330f14bbb9b0d", size = 2977612 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/8f/c7f227eb42cfeaddce3eb0c96c60cbca37797fa7b34f8e1aeadf6c5c0983/Deprecated-1.2.15-py2.py3-none-any.whl", hash = "sha256:353bc4a8ac4bfc96800ddab349d89c25dec1079f65fd53acdcc1e0b975b21320", size = 9941 },
]
[[package]]
name = "depyf"
version = "0.18.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "astor", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "dill", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/ee/43a4cbba615abfc1eb2e5ff5eed3f80f38d58645b4d13d0ea06b9ca1909d/depyf-0.18.0.tar.gz", hash = "sha256:b99f0c383be949ae45d5d606fe444c71f375b55a57b8d6b20e7856670d52130d", size = 43050 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/d8/efc291d5c69a9905515055d23977643dd0d482ebfeb0dbabef1947ee75d8/depyf-0.18.0-py3-none-any.whl", hash = "sha256:007294d5bac19a38a0767d747be0f49b9ffdcea0394a822644142df22b33a3e1", size = 38839 },
]
[[package]]
name = "device-smi"
version = "0.3.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/c3/b81b7a9193379a983df6f58390d2d490ba2362ef6e7a310ca137ad7212d1/device_smi-0.3.3.tar.gz", hash = "sha256:d8eb6f1cd253cc103697e7f486546d3a7879b82cf0c1703eebd49b78b3ddb368", size = 15173 }
[[package]]
name = "dill"
version = "0.3.8"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/4d/ac7ffa80c69ea1df30a8aa11b3578692a5118e7cd1aa157e3ef73b092d15/dill-0.3.8.tar.gz", hash = "sha256:3ebe3c479ad625c4553aca177444d89b486b1d84982eeacded644afc0cf797ca", size = 184847 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/7a/cef76fd8438a42f96db64ddaa85280485a9c395e7df3db8158cfec1eee34/dill-0.3.8-py3-none-any.whl", hash = "sha256:c36ca9ffb54365bdd2f8eb3eff7d2a21237f8452b57ace88b1ac615b7e815bd7", size = 116252 },
]
[[package]]
name = "diskcache"
version = "5.6.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/21/1c1ffc1a039ddcc459db43cc108658f32c57d271d7289a2794e401d0fdb6/diskcache-5.6.3.tar.gz", hash = "sha256:2c3a3fa2743d8535d832ec61c2054a1641f41775aa7c556758a109941e33e4fc" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/27/4570e78fc0bf5ea0ca45eb1de3818a23787af9b390c0b0a0033a1b8236f9/diskcache-5.6.3-py3-none-any.whl", hash = "sha256:5e31b2d5fbad117cc363ebaf6b689474db18a1f6438bc82358b024abd4c2ca19" },
]
[[package]]
name = "distlib"
version = "0.3.9"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/dd/1bec4c5ddb504ca60fc29472f3d27e8d4da1257a854e1d96742f15c1d02d/distlib-0.3.9.tar.gz", hash = "sha256:a60f20dea646b8a33f3e7772f74dc0b2d0772d2837ee1342a00645c81edf9403", size = 613923 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/a1/cf2472db20f7ce4a6be1253a81cfdf85ad9c7885ffbed7047fb72c24cf87/distlib-0.3.9-py2.py3-none-any.whl", hash = "sha256:47f8c22fd27c27e25a65601af709b38e4f0a45ea4fc2e710f65755fa8caaaf87", size = 468973 },
]
[[package]]
name = "distro"
version = "1.9.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/f8/98eea607f65de6527f8a2e8885fc8015d3e6f5775df186e443e0964a11c3/distro-1.9.0.tar.gz", hash = "sha256:2fa77c6fd8940f116ee1d6b94a2f90b13b5ea8d019b98bc8bafdcabcdd9bdbed", size = 60722 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/b3/231ffd4ab1fc9d679809f356cebee130ac7daa00d6d6f3206dd4fd137e9e/distro-1.9.0-py3-none-any.whl", hash = "sha256:7bffd925d65168f85027d8da9af6bddab658135b840670a223589bc0c8ef02b2", size = 20277 },
]
[[package]]
name = "docutils"
version = "0.21.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/ed/aefcc8cd0ba62a0560c3c18c33925362d46c6075480bfa4df87b28e169a9/docutils-0.21.2.tar.gz", hash = "sha256:3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f", size = 2204444 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/d7/9322c609343d929e75e7e5e6255e614fcc67572cfd083959cdef3b7aad79/docutils-0.21.2-py3-none-any.whl", hash = "sha256:dafca5b9e384f0e419294eb4d2ff9fa826435bf15f15b7bd45723e8ad76811b2", size = 587408 },
]
[[package]]
name = "duckdb"
version = "1.1.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/d7/ec014b351b6bb026d5f473b1d0ec6bd6ba40786b9abbf530b4c9041d9895/duckdb-1.1.3.tar.gz", hash = "sha256:68c3a46ab08836fe041d15dcbf838f74a990d551db47cb24ab1c4576fc19351c", size = 12240672 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/7e/aef0fa22a80939edb04f66152a1fd5ce7257931576be192a8068e74f0892/duckdb-1.1.3-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:1c0226dc43e2ee4cc3a5a4672fddb2d76fd2cf2694443f395c02dd1bea0b7fce", size = 15469781 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/22/df548714ddd915929ebbba9699e8614655ed93cd367f5849f6dbd1b3e160/duckdb-1.1.3-cp310-cp310-macosx_12_0_universal2.whl", hash = "sha256:7c71169fa804c0b65e49afe423ddc2dc83e198640e3b041028da8110f7cd16f7", size = 32313005 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/38/8de640857f4c55df870faf025835e09c69222d365dc773507e934cee3376/duckdb-1.1.3-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:872d38b65b66e3219d2400c732585c5b4d11b13d7a36cd97908d7981526e9898", size = 16931481 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/9b/87fff1341a9f57ab75284d79f902fee8cd6ef3a9135af4c723c90384d307/duckdb-1.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25fb02629418c0d4d94a2bc1776edaa33f6f6ccaa00bd84eb96ecb97ae4b50e9", size = 18491670 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/ee/8f74ccecbafd14e257c634f0f2cdebbc35634d9d74f04bb7ad8a0e142bf8/duckdb-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9e3f5cd604e7c39527e6060f430769b72234345baaa0987f9500988b2814f5e4", size = 20144774 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/7b/edffb833b8569a7fc1799ceb4392911e0082f18a6076225441e954a95853/duckdb-1.1.3-cp310-cp310-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:08935700e49c187fe0e9b2b86b5aad8a2ccd661069053e38bfaed3b9ff795efd", size = 18287084 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/ab/6367e8c98b3331260bb4389c6b80deef96614c1e21edcdba23a882e45ab0/duckdb-1.1.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:f9b47036945e1db32d70e414a10b1593aec641bd4c5e2056873d971cc21e978b", size = 21614877 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/d8/89b1c5f1dbd16342640742f6f6d3f1c827d1a1b966d674774ddfe6a385e2/duckdb-1.1.3-cp310-cp310-win_amd64.whl", hash = "sha256:35c420f58abc79a68a286a20fd6265636175fadeca1ce964fc8ef159f3acc289", size = 10954044 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/d0/96127582230183dc36f1209d5e8e67f54b3459b3b9794603305d816f350a/duckdb-1.1.3-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:4f0e2e5a6f5a53b79aee20856c027046fba1d73ada6178ed8467f53c3877d5e0", size = 15469495 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/07/b78b435f8fe85c23ee2d49a01dc9599bb4a272c40f2a6bf67ff75958bdad/duckdb-1.1.3-cp311-cp311-macosx_12_0_universal2.whl", hash = "sha256:911d58c22645bfca4a5a049ff53a0afd1537bc18fedb13bc440b2e5af3c46148", size = 32318595 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/d8/253b3483fc554daf72503ba0f112404f75be6bbd7ca7047e804873cbb182/duckdb-1.1.3-cp311-cp311-macosx_12_0_x86_64.whl", hash = "sha256:c443d3d502335e69fc1e35295fcfd1108f72cb984af54c536adfd7875e79cee5", size = 16934057 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/11/908a8fb73cef8304d3f4eab7f27cc489f6fd675f921d382c83c55253be86/duckdb-1.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0a55169d2d2e2e88077d91d4875104b58de45eff6a17a59c7dc41562c73df4be", size = 18498214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/56/f627b6fcd4aa34015a15449d852ccb78d7cc6eda654aa20c1d378e99fa76/duckdb-1.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9d0767ada9f06faa5afcf63eb7ba1befaccfbcfdac5ff86f0168c673dd1f47aa", size = 20149376 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/1d/c318dada688119b9ca975d431f9b38bde8dda41b6d18cc06e0dc52123788/duckdb-1.1.3-cp311-cp311-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:51c6d79e05b4a0933672b1cacd6338f882158f45ef9903aef350c4427d9fc898", size = 18293289 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/8e/fd346444b270ffe52e06c1af1243eaae30ab651c1d59f51711e3502fd060/duckdb-1.1.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:183ac743f21c6a4d6adfd02b69013d5fd78e5e2cd2b4db023bc8a95457d4bc5d", size = 21622129 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/aa/804c1cf5077b6f17d752b23637d9ef53eaad77ea73ee43d4c12bff480e36/duckdb-1.1.3-cp311-cp311-win_amd64.whl", hash = "sha256:a30dd599b8090ea6eafdfb5a9f1b872d78bac318b6914ada2d35c7974d643640", size = 10954756 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/ff/7ee500f4cff0d2a581c1afdf2c12f70ee3bf1a61041fea4d88934a35a7a3/duckdb-1.1.3-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:a433ae9e72c5f397c44abdaa3c781d94f94f4065bcbf99ecd39433058c64cb38", size = 15482881 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/16/dda10da6bde54562c3cb0002ca3b7678e3108fa73ac9b7509674a02c5249/duckdb-1.1.3-cp312-cp312-macosx_12_0_universal2.whl", hash = "sha256:d08308e0a46c748d9c30f1d67ee1143e9c5ea3fbcccc27a47e115b19e7e78aa9", size = 32349440 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/c2/06f7f7a51a1843c9384e1637abb6bbebc29367710ffccc7e7e52d72b3dd9/duckdb-1.1.3-cp312-cp312-macosx_12_0_x86_64.whl", hash = "sha256:5d57776539211e79b11e94f2f6d63de77885f23f14982e0fac066f2885fcf3ff", size = 16953473 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/84/9991221ef7dde79d85231f20646e1b12d645490cd8be055589276f62847e/duckdb-1.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e59087dbbb63705f2483544e01cccf07d5b35afa58be8931b224f3221361d537", size = 18491915 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/76/330fe16f12b7ddda0c664ba9869f3afbc8773dbe17ae750121d407dc0f37/duckdb-1.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4ebf5f60ddbd65c13e77cddb85fe4af671d31b851f125a4d002a313696af43f1", size = 20150288 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/88/e4b08b7a5d08c0f65f6c7a6594de64431ce7df38d7258511417ba7989ad3/duckdb-1.1.3-cp312-cp312-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:e4ef7ba97a65bd39d66f2a7080e6fb60e7c3e41d4c1e19245f90f53b98e3ac32", size = 18296560 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/32/011e6e3ce14375a1ba01a588c119ad82be757f847c6b60207e0762d9ec3a/duckdb-1.1.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f58db1b65593ff796c8ea6e63e2e144c944dd3d51c8d8e40dffa7f41693d35d3", size = 21635270 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/eb/58d4e0eccdc7b3523c062d008ad9eef28edccf88591d1a78659c809fe6e8/duckdb-1.1.3-cp312-cp312-win_amd64.whl", hash = "sha256:e86006958e84c5c02f08f9b96f4bc26990514eab329b1b4f71049b3727ce5989", size = 10955715 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/d1/2462492531d4715b2ede272a26519b37f21cf3f8c85b3eb88da5b7be81d8/duckdb-1.1.3-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:0897f83c09356206ce462f62157ce064961a5348e31ccb2a557a7531d814e70e", size = 15483282 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/a5/ec595aa223b911a62f24393908a8eaf8e0ed1c7c07eca5008f22aab070bc/duckdb-1.1.3-cp313-cp313-macosx_12_0_universal2.whl", hash = "sha256:cddc6c1a3b91dcc5f32493231b3ba98f51e6d3a44fe02839556db2b928087378", size = 32350342 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/27/e35116ab1ada5e54e52424e52d16ee9ae82db129025294e19c1d48a8b2b1/duckdb-1.1.3-cp313-cp313-macosx_12_0_x86_64.whl", hash = "sha256:1d9ab6143e73bcf17d62566e368c23f28aa544feddfd2d8eb50ef21034286f24", size = 16953863 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/ac/f2db3969a56cd96a3ba78b0fd161939322fb134bd07c98ecc7a7015d3efa/duckdb-1.1.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2f073d15d11a328f2e6d5964a704517e818e930800b7f3fa83adea47f23720d3", size = 18494301 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/66/d0be7c9518b1b92185018bacd851f977a101c9818686f667bbf884abcfbc/duckdb-1.1.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d5724fd8a49e24d730be34846b814b98ba7c304ca904fbdc98b47fa95c0b0cee", size = 20150992 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/ae/c2df66e3716705f48775e692a1b8accbf3dc6e2c27a0ae307fb4b063e115/duckdb-1.1.3-cp313-cp313-manylinux_2_24_aarch64.manylinux_2_28_aarch64.whl", hash = "sha256:51e7dbd968b393343b226ab3f3a7b5a68dee6d3fe59be9d802383bf916775cb8", size = 18297818 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/7e/10310b754b7ec3349c411a0a88ecbf327c49b5714e3d35200e69c13fb093/duckdb-1.1.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:00cca22df96aa3473fe4584f84888e2cf1c516e8c2dd837210daec44eadba586", size = 21635169 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/be/46c0b89c9d4e1ba90af9bc184e88672c04d420d41342e4dc359c78d05981/duckdb-1.1.3-cp313-cp313-win_amd64.whl", hash = "sha256:77f26884c7b807c7edd07f95cf0b00e6d47f0de4a534ac1706a58f8bc70d0d31", size = 10955826 },
]
[[package]]
name = "duckdb-engine"
version = "0.9.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "duckdb" },
{ name = "sqlalchemy" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/66/055e9e10ea0605016ab188d26ebb75b529e92eddb9d35ad114e48fc16bbd/duckdb_engine-0.9.1.tar.gz", hash = "sha256:e1968620e1c1091be3ce6a5e4cf2ed185dc5cf8b4863ab408d5b625c555947ac", size = 41947 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/52/642514b2e12da3b929cb29bd1cd0fc99e33ddea25ac115148f43d608362b/duckdb_engine-0.9.1-py3-none-any.whl", hash = "sha256:6f909fef534c8e580e91578096296d49ac6f835fa200bf509f8f4869127c0ad3", size = 43109 },
]
[[package]]
name = "dulwich"
version = "0.22.7"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "urllib3" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/57/b4962be0410cf15dc7758fcc40337d09515cc74ac15e45d304f8b70c9b40/dulwich-0.22.7.tar.gz", hash = "sha256:d53935832dd182d4c1415042187093efcee988af5cd397fb1f394f5bb27f0707", size = 452893 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/cd/de9e9ccf7becfd45df1fe1b9f280244cd8110a682e2d552841ead301c6a5/dulwich-0.22.7-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:01e484d44014fef78cdef3b3adc34564808b4677497a57a0950c90a1d6349be3", size = 897001 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/61/4fc028c62740119e7cb8d0d60238a2570b140f22438a08c260c272b585e6/dulwich-0.22.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bb258c62d7fb4cfe03b3fba09f702ebb84a924f2f004833435e32c93fe8a7f13", size = 971529 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/47/d1f5a3c5f4b8a6ff157757f8ea5fc256a7429b8a4f6b225fcb052b51eb8a/dulwich-0.22.7-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fdbd087e9e99bc809b15864ebc79dbefe869e3038b64c953d7736f6e6b382dc7", size = 980287 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/af/8495a56875f956e2ce24a795a2d110477733c3a0339324e029c63278bbcb/dulwich-0.22.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6c830d63c691b5f979964a2d6b325930b7a53f14836598352690601cd205f04b", size = 1025258 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/31/24850b5f9473d0b4fa8cafc7a1c55305baeeb7c58b8d4c6ef8d42598abc6/dulwich-0.22.7-cp310-cp310-win32.whl", hash = "sha256:925cec97aeefda3f950e45e8d4c247e4ce6f83b6ee96e383c82f9bced626151f", size = 582002 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/6a/95f3b483c9ecf79abf19b9a095a731014acf819ecf8ea1bc27b4a4ad637c/dulwich-0.22.7-cp310-cp310-win_amd64.whl", hash = "sha256:f73668ecc29e0a20d20970489fffe2ba466e5486eae2f20104bc38bcbe611f64", size = 599193 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/93/f6b50eeff44877622964e9b32daf5610f84b6bbc5f2d62e655ad8b5ef03c/dulwich-0.22.7-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:df5a179e5d95ac0263b5e0ccd53311eac486091979dcac106c5cc9e0ee4f2aa2", size = 896831 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/7b/e9bd9c32f195c816aaecd4e813a85bf7e5076c781a936cd0afaf1cfd11cc/dulwich-0.22.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ca7ed207956001e6a8a2e3f319cdc37591e53f7eb04aedafa78f96768048c53e", size = 971218 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/3f/a1d68a681ecefc7e152fa43f50b49457aebd9fb2bbf3fcd491bc782a3de7/dulwich-0.22.7-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:052715452b729544c611a107b2eef6111e527f041c1b666f8ed36c04e39c36b5", size = 979709 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/98/9e60a76c629c2b034d4e6417f34bfc12ab142cdda9b29368a111cac05c7b/dulwich-0.22.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:74b7cf6f0d46ac777be617dad7c1b992380004de74c0e0652bed174686249f34", size = 1024998 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/fc/2d71a0696141af7e23b3bab2d51fcb905651884da88627d707aab6e30b8c/dulwich-0.22.7-cp311-cp311-win32.whl", hash = "sha256:5b9806a75f4b74fa891926b1d830e21f9cead80ed6dd803ed668369b26fb8b5f", size = 582239 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/c9/33af07981b6d2bcaed941a4f8d5bffc44ed618db92a7ec1146e9ee9f5e7c/dulwich-0.22.7-cp311-cp311-win_amd64.whl", hash = "sha256:01544915c4056d0820de8cf126b971f7c180743ff64c4435c89168e44b30df4b", size = 599143 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/ba/81c17cc324fe60e81edc343b7d818f3b1489060eec1260dcac6284b20984/dulwich-0.22.7-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2b7a3ac4baa49bd988cc0d0891a93aa26307c01f35caeed8729b7928a1f483af", size = 889792 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/e4/3b5885e0503869c515c9c8c7760f125d8681e7581dbe82321e6ce9916097/dulwich-0.22.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7d72ce1377eac23bd77aa3541ceb91f2d8bd68687659f8625af8301f0b6b0a63", size = 969313 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/5a/73c7e9b9845ff351ceade642b16410e573eaef0647fe917feb5c8457b780/dulwich-0.22.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6bda2eca0847c30a9312a72f219af9e63feb7d2ca89f47fdaa240b0d0cdd6b84", size = 976951 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/4d/c7e43521402d12e6ec3914a117672111b27a00bf9b1a6f2662b9b3c4a3c4/dulwich-0.22.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a8886b2c9750ba15193356d9e8608e031cd89a780d0afc53b3101391605b3793", size = 1021693 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/dd/00db3b53e2099aea4ec8f2aa028d6f80d2645dbd5fd41beb1151e68baf6a/dulwich-0.22.7-cp312-cp312-win32.whl", hash = "sha256:1782854c10878b5cb8423e74b0ef4256c3667f7b0266513af028ac28dbab1f2d", size = 580960 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/2d/f4d333aabba22dac0fa3985c77fcdd982e30b1fe255c79770a426d38ffd7/dulwich-0.22.7-cp312-cp312-win_amd64.whl", hash = "sha256:fe324dc40b93e8be996c9fa9291a439bef835a92a2e4cb5c8cbdb1171c168fd6", size = 599033 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/90/49577568ae5c57476df62622c765d3a3f59abd31a950f806cda677971fc3/dulwich-0.22.7-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:2220c8b7cac5794e2260a924e81b05baa7836c18ba805d5a6731071a5ff6b860", size = 889780 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/ce/046edaba0439646cad017c5e6ad7cdb81dbb98622a2f8f5ff501e8d628fd/dulwich-0.22.7-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1cbd5ecbc95e18c745965fc7b2b71209443987a99e499c7bb074234d7c6142e2", size = 969356 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/ac/7b60ccbf6259545ddc387d6c92844cb5f9d3b9a2a257955318c214cc2542/dulwich-0.22.7-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9f418779837a3249b7dfc4b3dc7266fa40687e5f0249eedfa7185560ba1ee148", size = 977362 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/3e/38cb8c9d116258f306c8bc89dda99b61fe004d7e2211d7e71e895216e33e/dulwich-0.22.7-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9c01db2ef6d5f5b9192c0011624701b0de328868fe0c32601368cd337e77cd1a", size = 1021409 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/8c/3e80ce97d60a4c2848b390a36ec0c9abed34cf7920bd157a5c5ee58e957d/dulwich-0.22.7-cp313-cp313-win32.whl", hash = "sha256:a64e61fa6ab60db0f897f1c30f32b26b330d3a9dc264f089ee9c44f5900fb657", size = 580586 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/5a/cd0d02c98a3a4c5910eee76d3d3735a61f34341f620d8ae303050283c28a/dulwich-0.22.7-cp313-cp313-win_amd64.whl", hash = "sha256:9f5954cd491313743d7bd3623d323b72afceb83d2c2a47921f621bdd9d4c615b", size = 598799 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/f2/dcc0ff758df195ffa1361a788d2f5d72b7c339c35fc7a6acaa6b9cc90630/dulwich-0.22.7-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:b25848041c51d09affafd2708236205cc4483bed8f7f43ecbe63b6a66b447604", size = 921953 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/3d/058047b38f09307a871ca1f901a891c2d3ab28bda0cf71923d9d0c91ae23/dulwich-0.22.7-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:71b20bd6a25658e968e813eb69164332d3a2ab6029b51d3c6af8b64f2471847a", size = 975113 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/96/8bcfc3a6d8cfb9a78a133d4bbb296c64b52d199a7e77fa8ee6018d65407e/dulwich-0.22.7-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c68ab3540809bedcdd9b99e51c12adf11c2ab26554f74d899d8cf55bfa2639a6", size = 983915 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/30/b3e02da46e5f0cafad3802ad094b2a635f76781a13853b80435753b19925/dulwich-0.22.7-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:257abd49a768a52cf7f508daf2d30fe73f54fd32b7a674abd43817f66b0ca17b", size = 1027918 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/4e/a18e189e23c1245fec83c1d67bf58b7ebff8ef62d9733bc0dc24a5ee0d92/dulwich-0.22.7-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:8dd5df3919c648887e550e836f87b4b83f1429876adce5ead5b5977e333c874d", size = 602175 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/d3/375c175ffdf4e0adf1cac737f79cbe1abe933862a3e54796cdba41fa4fd3/dulwich-0.22.7-py3-none-any.whl", hash = "sha256:10c5ee20430714ea6a79dde22c1f77078848930d27021aa810204738bc175e95", size = 265745 },
]
[[package]]
name = "durationpy"
version = "0.9"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/e9/f49c4e7fccb77fa5c43c2480e09a857a78b41e7331a75e128ed5df45c56b/durationpy-0.9.tar.gz", hash = "sha256:fd3feb0a69a0057d582ef643c355c40d2fa1c942191f914d12203b1a01ac722a", size = 3186 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/a3/ac312faeceffd2d8f86bc6dcb5c401188ba5a01bc88e69bed97578a0dfcd/durationpy-0.9-py3-none-any.whl", hash = "sha256:e65359a7af5cedad07fb77a2dd3f390f8eb0b74cb845589fa6c057086834dd38", size = 3461 },
]
[[package]]
name = "einops"
version = "0.8.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/81/df4fbe24dff8ba3934af99044188e20a98ed441ad17a274539b74e82e126/einops-0.8.1.tar.gz", hash = "sha256:de5d960a7a761225532e0f1959e5315ebeafc0cd43394732f103ca44b9837e84", size = 54805 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/62/9773de14fe6c45c23649e98b83231fffd7b9892b6cf863251dc2afa73643/einops-0.8.1-py3-none-any.whl", hash = "sha256:919387eb55330f5757c6bea9165c5ff5cfe63a642682ea788a6d472576d81737", size = 64359 },
]
[[package]]
name = "environs"
version = "9.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "marshmallow" },
{ name = "python-dotenv" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/e3/c3c6c76f3dbe3e019e9a451b35bf9f44690026a5bb1232f7b77097b72ff5/environs-9.5.0.tar.gz", hash = "sha256:a76307b36fbe856bdca7ee9161e6c466fd7fcffc297109a118c59b54e27e30c9", size = 20795 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/5e/f0f217dc393372681bfe05c50f06a212e78d0a3fee907a74ab451ec1dcdb/environs-9.5.0-py2.py3-none-any.whl", hash = "sha256:1e549569a3de49c05f856f40bce86979e7d5ffbbc4398e7f338574c220189124", size = 12548 },
]
[[package]]
name = "et-xmlfile"
version = "2.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/38/af70d7ab1ae9d4da450eeec1fa3918940a5fafb9055e934af8d6eb0c2313/et_xmlfile-2.0.0.tar.gz", hash = "sha256:dab3f4764309081ce75662649be815c4c9081e88f0837825f90fd28317d4da54", size = 17234 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/8b/5fe2cc11fee489817272089c4203e679c63b570a5aaeb18d852ae3cbba6a/et_xmlfile-2.0.0-py3-none-any.whl", hash = "sha256:7a91720bc756843502c3b7504c77b8fe44217c85c537d85037f0f536151b2caa", size = 18059 },
]
[[package]]
name = "exceptiongroup"
version = "1.2.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/35/2495c4ac46b980e4ca1f6ad6db102322ef3ad2410b79fdde159a4b0f3b92/exceptiongroup-1.2.2.tar.gz", hash = "sha256:47c2edf7c6738fafb49fd34290706d1a1a2f4d1c6df275526b62cbb4aa5393cc", size = 28883 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/cc/b7e31358aac6ed1ef2bb790a9746ac2c69bcb3c8588b41616914eb106eaf/exceptiongroup-1.2.2-py3-none-any.whl", hash = "sha256:3111b9d131c238bec2f8f516e123e14ba243563fb135d3fe885990585aa7795b", size = 16453 },
]
[[package]]
name = "executing"
version = "2.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/e3/7d45f492c2c4a0e8e0fad57d081a7c8a0286cdd86372b070cca1ec0caa1e/executing-2.1.0.tar.gz", hash = "sha256:8ea27ddd260da8150fa5a708269c4a10e76161e2496ec3e587da9e3c0fe4b9ab", size = 977485 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/fd/afcd0496feca3276f509df3dbd5dae726fcc756f1a08d9e25abe1733f962/executing-2.1.0-py2.py3-none-any.whl", hash = "sha256:8d63781349375b5ebccc3142f4b30350c0cd9c79f921cde38be2be4637e98eaf", size = 25805 },
]
[[package]]
name = "fastapi"
version = "0.110.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "pydantic", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "starlette", version = "0.37.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/22/7b9ee50b0a8c48f076a111d6e4071a9d4c25623dc67689c5f3aa375f779b/fastapi-0.110.3.tar.gz", hash = "sha256:555700b0159379e94fdbfc6bb66a0f1c43f4cf7060f25239af3d84b63a656626", size = 287508 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/d1/5958526c3bdbed74f88bf69b86506db5b25a600207f0f688473667690de6/fastapi-0.110.3-py3-none-any.whl", hash = "sha256:fd7600612f755e4050beb74001310b5a7e1796d149c2ee363124abdfa0289d32", size = 91834 },
]
[[package]]
name = "fastapi"
version = "0.112.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
]
dependencies = [
{ name = "pydantic", marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "starlette", version = "0.38.6", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/36/2eafe7d5ef26c1ae8e396cfcde3c9e9c50385f5c486dccdfba420d210c3d/fastapi-0.112.4.tar.gz", hash = "sha256:b1f72e1f72afe7902ccd639ba320abb5d57a309804f45c10ab0ce3693cadeb33", size = 292762 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/cf/5b703250f4d85e86ec13ec28bb5ac36790092bfe45e94e414529371d6f11/fastapi-0.112.4-py3-none-any.whl", hash = "sha256:6d4f9c3301825d4620665cace8e2bc34e303f61c05a5382d1d61a048ea7f2f37", size = 93930 },
]
[[package]]
name = "fastjsonschema"
version = "2.21.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/50/4b769ce1ac4071a1ef6d86b1a3fb56cdc3a37615e8c5519e1af96cdac366/fastjsonschema-2.21.1.tar.gz", hash = "sha256:794d4f0a58f848961ba16af7b9c85a3e88cd360df008c59aac6fc5ae9323b5d4", size = 373939 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/2b/0817a2b257fe88725c25589d89aec060581aabf668707a8d03b2e9e0cb2a/fastjsonschema-2.21.1-py3-none-any.whl", hash = "sha256:c9e5b7e908310918cf494a434eeb31384dd84a98b57a30bcb1f535015b554667", size = 23924 },
]
[[package]]
name = "filelock"
version = "3.16.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/db/3ef5bb276dae18d6ec2124224403d1d67bccdbefc17af4cc8f553e341ab1/filelock-3.16.1.tar.gz", hash = "sha256:c249fbfcd5db47e5e2d6d62198e565475ee65e4831e2561c8e313fa7eb961435", size = 18037 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/f8/feced7779d755758a52d1f6635d990b8d98dc0a29fa568bbe0625f18fdf3/filelock-3.16.1-py3-none-any.whl", hash = "sha256:2082e5703d51fbf98ea75855d9d5527e33d8ff23099bec374a134febee6946b0", size = 16163 },
]
[[package]]
name = "flatbuffers"
version = "24.12.23"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a3/83/9ae01534f7e92a0c04f86586a0d62a4a0266e51d8bb2bfd5b8ea8165abba/flatbuffers-24.12.23.tar.gz", hash = "sha256:2910b0bc6ae9b6db78dd2b18d0b7a0709ba240fb5585f286a3a2b30785c22dac", size = 22164 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/b4/31c461eef98b96b8ab736d97274548eaf2b2e349bf09e4de3902f7d53084/flatbuffers-24.12.23-py2.py3-none-any.whl", hash = "sha256:c418e0d48890f4142b92fd3e343e73a48f194e1f80075ddcc5793779b3585444", size = 30962 },
]
[[package]]
name = "fonttools"
version = "4.55.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/61/a300d1574dc381393424047c0396a0e213db212e28361123af9830d71a8d/fonttools-4.55.3.tar.gz", hash = "sha256:3983313c2a04d6cc1fe9251f8fc647754cf49a61dac6cb1e7249ae67afaafc45", size = 3498155 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/f3/9ac8c6705e4a0ff3c29e524df1caeee6f2987b02fb630129f21cc99a8212/fonttools-4.55.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:1dcc07934a2165ccdc3a5a608db56fb3c24b609658a5b340aee4ecf3ba679dc0", size = 2769857 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/24/e8b8edd280bdb7d0ecc88a5d952b1dec2ee2335be71cc5a33c64871cdfe8/fonttools-4.55.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:f7d66c15ba875432a2d2fb419523f5d3d347f91f48f57b8b08a2dfc3c39b8a3f", size = 2299705 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/9e/e1ba20bd3b71870207fd45ca3b90208a7edd8ae3b001081dc31c45adb017/fonttools-4.55.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:27e4ae3592e62eba83cd2c4ccd9462dcfa603ff78e09110680a5444c6925d841", size = 4576104 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/db/d423bc646e6703fe3e6aea0edd22a2df47b9d188c5f7f1b49070be4d2205/fonttools-4.55.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:62d65a3022c35e404d19ca14f291c89cc5890032ff04f6c17af0bd1927299674", size = 4618282 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/a0/e5062ac960a385b984ba74e7b55132e7f2c65e449e8330ab0f595407a3de/fonttools-4.55.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:d342e88764fb201286d185093781bf6628bbe380a913c24adf772d901baa8276", size = 4570539 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/33/0d744ff518ebe50020b63e5018b8b278efd6a930c1d2eedda7defc42153b/fonttools-4.55.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:dd68c87a2bfe37c5b33bcda0fba39b65a353876d3b9006fde3adae31f97b3ef5", size = 4742411 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/6c/2f768652dba6b801f1567fc5d1829cda369bcd6e95e315a91e628f91c702/fonttools-4.55.3-cp310-cp310-win32.whl", hash = "sha256:1bc7ad24ff98846282eef1cbeac05d013c2154f977a79886bb943015d2b1b261", size = 2175132 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/d1/4dcd865360fb2c499749a913fe80e41c26e8ae18629d87dfffa3de27e831/fonttools-4.55.3-cp310-cp310-win_amd64.whl", hash = "sha256:b54baf65c52952db65df39fcd4820668d0ef4766c0ccdf32879b77f7c804d5c5", size = 2219430 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/18/14be25545600bd100e5b74a3ac39089b7c1cb403dc513b7ca348be3381bf/fonttools-4.55.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:8c4491699bad88efe95772543cd49870cf756b019ad56294f6498982408ab03e", size = 2771005 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/51/2e1a5d3871cd7c2ae2054b54e92604e7d6abc3fd3656e9583c399648fe1c/fonttools-4.55.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:5323a22eabddf4b24f66d26894f1229261021dacd9d29e89f7872dd8c63f0b8b", size = 2300654 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/1a/50109bb2703bc6f774b52ea081db21edf2a9fa4b6d7485faadf9d1b997e9/fonttools-4.55.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5480673f599ad410695ca2ddef2dfefe9df779a9a5cda89503881e503c9c7d90", size = 4877541 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5d/52/c0b9857fa075da1b8806c5dc2d8342918a8cc2065fd14fbddb3303282693/fonttools-4.55.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:da9da6d65cd7aa6b0f806556f4985bcbf603bf0c5c590e61b43aa3e5a0f822d0", size = 4906304 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/1b/55f85c7e962d295e456d5209581c919620ee3e877b95cd86245187a5050f/fonttools-4.55.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e894b5bd60d9f473bed7a8f506515549cc194de08064d829464088d23097331b", size = 4888087 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/13/6f2809c612ea2ac51391f92468ff861c63473601530fca96458b453212bf/fonttools-4.55.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:aee3b57643827e237ff6ec6d28d9ff9766bd8b21e08cd13bff479e13d4b14765", size = 5056958 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/28/d0ea9e872fa4208b9dfca686e1dd9ca22f6c9ef33ecff2f0ebc2dbe7c29b/fonttools-4.55.3-cp311-cp311-win32.whl", hash = "sha256:eb6ca911c4c17eb51853143624d8dc87cdcdf12a711fc38bf5bd21521e79715f", size = 2173939 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/36/d74ae1020bc41a1dff3e6f5a99f646563beecb97e386d27abdac3ba07650/fonttools-4.55.3-cp311-cp311-win_amd64.whl", hash = "sha256:6314bf82c54c53c71805318fcf6786d986461622dd926d92a465199ff54b1b72", size = 2220363 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/58/fbcf5dff7e3ea844bb00c4d806ca1e339e1f2dce5529633bf4842c0c9a1f/fonttools-4.55.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:f9e736f60f4911061235603a6119e72053073a12c6d7904011df2d8fad2c0e35", size = 2765380 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/dd/da6e329e51919b4f421c8738f3497e2ab08c168e76aaef7b6d5351862bdf/fonttools-4.55.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7a8aa2c5e5b8b3bcb2e4538d929f6589a5c6bdb84fd16e2ed92649fb5454f11c", size = 2297940 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/44/f5ee560858425c99ef07e04919e736db09d6416408e5a8d3bbfb4a6623fd/fonttools-4.55.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:07f8288aacf0a38d174445fc78377a97fb0b83cfe352a90c9d9c1400571963c7", size = 4793327 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/da/0a001926d791c55e29ac3c52964957a20dbc1963615446b568b7432891c3/fonttools-4.55.3-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8d5e8916c0970fbc0f6f1bece0063363bb5857a7f170121a4493e31c3db3314", size = 4865624 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/d8/1edd8b13a427a9fb6418373437caa586c0caa57f260af8e0548f4d11e340/fonttools-4.55.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:ae3b6600565b2d80b7c05acb8e24d2b26ac407b27a3f2e078229721ba5698427", size = 4774166 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9c/ec/ade054097976c3d6debc9032e09a351505a0196aa5493edf021be376f75e/fonttools-4.55.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:54153c49913f45065c8d9e6d0c101396725c5621c8aee744719300f79771d75a", size = 5001832 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/cd/233f0e31ad799bb91fc78099c8b4e5ec43b85a131688519640d6bae46f6a/fonttools-4.55.3-cp312-cp312-win32.whl", hash = "sha256:827e95fdbbd3e51f8b459af5ea10ecb4e30af50221ca103bea68218e9615de07", size = 2162228 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/45/a498b5291f6c0d91b2394b1ed7447442a57d1c9b9cf8f439aee3c316a56e/fonttools-4.55.3-cp312-cp312-win_amd64.whl", hash = "sha256:e6e8766eeeb2de759e862004aa11a9ea3d6f6d5ec710551a88b476192b64fd54", size = 2209118 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9c/9f/00142a19bad96eeeb1aed93f567adc19b7f2c1af6f5bc0a1c3de90b4b1ac/fonttools-4.55.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:a430178ad3e650e695167cb53242dae3477b35c95bef6525b074d87493c4bf29", size = 2752812 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/20/14b8250d63ba65e162091fb0dda07730f90c303bbf5257e9ddacec7230d9/fonttools-4.55.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:529cef2ce91dc44f8e407cc567fae6e49a1786f2fefefa73a294704c415322a4", size = 2291521 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/47/a681cfd10245eb74f65e491a934053ec75c4af639655446558f29818e45e/fonttools-4.55.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e75f12c82127486fac2d8bfbf5bf058202f54bf4f158d367e41647b972342ca", size = 4770980 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/6c/a7066afc19db0705a12efd812e19c32cde2b9514eb714659522f2ebd60b6/fonttools-4.55.3-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:859c358ebf41db18fb72342d3080bce67c02b39e86b9fbcf1610cca14984841b", size = 4845534 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/a2/3c204fbabbfd845d9bdcab9ae35279d41e9a4bf5c80a0a2708f9c5a195d6/fonttools-4.55.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:546565028e244a701f73df6d8dd6be489d01617863ec0c6a42fa25bf45d43048", size = 4753910 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/8c/b4cb3592880340b89e4ef6601b531780bba73862332a6451d78fe135d6cb/fonttools-4.55.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:aca318b77f23523309eec4475d1fbbb00a6b133eb766a8bdc401faba91261abe", size = 4976411 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/a8/4bf98840ff89fcc188470b59daec57322178bf36d2f4f756cd19a42a826b/fonttools-4.55.3-cp313-cp313-win32.whl", hash = "sha256:8c5ec45428edaa7022f1c949a632a6f298edc7b481312fc7dc258921e9399628", size = 2160178 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/57/4cc35004605416df3225ff362f3455cf09765db00df578ae9e46d0fefd23/fonttools-4.55.3-cp313-cp313-win_amd64.whl", hash = "sha256:11e5de1ee0d95af4ae23c1a138b184b7f06e0b6abacabf1d0db41c90b03d834b", size = 2206102 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/3b/406d17b1f63e04a82aa621936e6e1c53a8c05458abd66300ac85ea7f9ae9/fonttools-4.55.3-py3-none-any.whl", hash = "sha256:f412604ccbeee81b091b420272841e5ec5ef68967a9790e80bffd0e30b8e2977", size = 1111638 },
]
[[package]]
name = "fqdn"
version = "1.5.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/3e/a80a8c077fd798951169626cde3e239adeba7dab75deb3555716415bd9b0/fqdn-1.5.1.tar.gz", hash = "sha256:105ed3677e767fb5ca086a0c1f4bb66ebc3c100be518f0e0d755d9eae164d89f", size = 6015 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/58/8acf1b3e91c58313ce5cb67df61001fc9dcd21be4fadb76c1a2d540e09ed/fqdn-1.5.1-py3-none-any.whl", hash = "sha256:3a179af3761e4df6eb2e026ff9e1a3033d3587bf980a0b1b2e1e5d08d7358014", size = 9121 },
]
[[package]]
name = "frozenlist"
version = "1.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/ed/0f4cec13a93c02c47ec32d81d11c0c1efbadf4a471e3f3ce7cad366cbbd3/frozenlist-1.5.0.tar.gz", hash = "sha256:81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817", size = 39930 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/79/29d44c4af36b2b240725dce566b20f63f9b36ef267aaaa64ee7466f4f2f8/frozenlist-1.5.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:5b6a66c18b5b9dd261ca98dffcb826a525334b2f29e7caa54e182255c5f6a65a", size = 94451 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/47/0c999aeace6ead8a44441b4f4173e2261b18219e4ad1fe9a479871ca02fc/frozenlist-1.5.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d1b3eb7b05ea246510b43a7e53ed1653e55c2121019a97e60cad7efb881a97bb", size = 54301 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/60/107a38c1e54176d12e06e9d4b5d755b677d71d1219217cee063911b1384f/frozenlist-1.5.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:15538c0cbf0e4fa11d1e3a71f823524b0c46299aed6e10ebb4c2089abd8c3bec", size = 52213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/62/594a6829ac5679c25755362a9dc93486a8a45241394564309641425d3ff6/frozenlist-1.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e79225373c317ff1e35f210dd5f1344ff31066ba8067c307ab60254cd3a78ad5", size = 240946 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/75/6c8419d8f92c80dd0ee3f63bdde2702ce6398b0ac8410ff459f9b6f2f9cb/frozenlist-1.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9272fa73ca71266702c4c3e2d4a28553ea03418e591e377a03b8e3659d94fa76", size = 264608 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/3e/82a6f0b84bc6fb7e0be240e52863c6d4ab6098cd62e4f5b972cd31e002e8/frozenlist-1.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:498524025a5b8ba81695761d78c8dd7382ac0b052f34e66939c42df860b8ff17", size = 261361 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/85/14e5f9ccac1b64ff2f10c927b3ffdf88772aea875882406f9ba0cec8ad84/frozenlist-1.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:92b5278ed9d50fe610185ecd23c55d8b307d75ca18e94c0e7de328089ac5dcba", size = 231649 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/59/928322800306f6529d1852323014ee9008551e9bb027cc38d276cbc0b0e7/frozenlist-1.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f3c8c1dacd037df16e85227bac13cca58c30da836c6f936ba1df0c05d046d8d", size = 241853 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/bd/e01fa4f146a6f6c18c5d34cab8abdc4013774a26c4ff851128cd1bd3008e/frozenlist-1.5.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f2ac49a9bedb996086057b75bf93538240538c6d9b38e57c82d51f75a73409d2", size = 243652 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/bd/e4771fd18a8ec6757033f0fa903e447aecc3fbba54e3630397b61596acf0/frozenlist-1.5.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:e66cc454f97053b79c2ab09c17fbe3c825ea6b4de20baf1be28919460dd7877f", size = 241734 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/13/c83821fa5544af4f60c5d3a65d054af3213c26b14d3f5f48e43e5fb48556/frozenlist-1.5.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:5a3ba5f9a0dfed20337d3e966dc359784c9f96503674c2faf015f7fe8e96798c", size = 260959 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/f3/1f91c9a9bf7ed0e8edcf52698d23f3c211d8d00291a53c9f115ceb977ab1/frozenlist-1.5.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:6321899477db90bdeb9299ac3627a6a53c7399c8cd58d25da094007402b039ab", size = 262706 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/22/4a256fdf5d9bcb3ae32622c796ee5ff9451b3a13a68cfe3f68e2c95588ce/frozenlist-1.5.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:76e4753701248476e6286f2ef492af900ea67d9706a0155335a40ea21bf3b2f5", size = 250401 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/89/c48ebe1f7991bd2be6d5f4ed202d94960c01b3017a03d6954dd5fa9ea1e8/frozenlist-1.5.0-cp310-cp310-win32.whl", hash = "sha256:977701c081c0241d0955c9586ffdd9ce44f7a7795df39b9151cd9a6fd0ce4cfb", size = 45498 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/2f/cc27d5f43e023d21fe5c19538e08894db3d7e081cbf582ad5ed366c24446/frozenlist-1.5.0-cp310-cp310-win_amd64.whl", hash = "sha256:189f03b53e64144f90990d29a27ec4f7997d91ed3d01b51fa39d2dbe77540fd4", size = 51622 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/43/0bed28bf5eb1c9e4301003b74453b8e7aa85fb293b31dde352aac528dafc/frozenlist-1.5.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:fd74520371c3c4175142d02a976aee0b4cb4a7cc912a60586ffd8d5929979b30", size = 94987 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/bf/b74e38f09a246e8abbe1e90eb65787ed745ccab6eaa58b9c9308e052323d/frozenlist-1.5.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2f3f7a0fbc219fb4455264cae4d9f01ad41ae6ee8524500f381de64ffaa077d5", size = 54584 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2c/31/ab01375682f14f7613a1ade30149f684c84f9b8823a4391ed950c8285656/frozenlist-1.5.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f47c9c9028f55a04ac254346e92977bf0f166c483c74b4232bee19a6697e4778", size = 52499 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/a8/d0ac0b9276e1404f58fec3ab6e90a4f76b778a49373ccaf6a563f100dfbc/frozenlist-1.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0996c66760924da6e88922756d99b47512a71cfd45215f3570bf1e0b694c206a", size = 276357 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/c9/c7761084fa822f07dac38ac29f841d4587570dd211e2262544aa0b791d21/frozenlist-1.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a2fe128eb4edeabe11896cb6af88fca5346059f6c8d807e3b910069f39157869", size = 287516 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/ff/cd7479e703c39df7bdab431798cef89dc75010d8aa0ca2514c5b9321db27/frozenlist-1.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1a8ea951bbb6cacd492e3948b8da8c502a3f814f5d20935aae74b5df2b19cf3d", size = 283131 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/a0/370941beb47d237eca4fbf27e4e91389fd68699e6f4b0ebcc95da463835b/frozenlist-1.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:de537c11e4aa01d37db0d403b57bd6f0546e71a82347a97c6a9f0dcc532b3a45", size = 261320 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/5f/c10123e8d64867bc9b4f2f510a32042a306ff5fcd7e2e09e5ae5100ee333/frozenlist-1.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9c2623347b933fcb9095841f1cc5d4ff0b278addd743e0e966cb3d460278840d", size = 274877 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/79/38c505601ae29d4348f21706c5d89755ceded02a745016ba2f58bd5f1ea6/frozenlist-1.5.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:cee6798eaf8b1416ef6909b06f7dc04b60755206bddc599f52232606e18179d3", size = 269592 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/e2/39f3a53191b8204ba9f0bb574b926b73dd2efba2a2b9d2d730517e8f7622/frozenlist-1.5.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:f5f9da7f5dbc00a604fe74aa02ae7c98bcede8a3b8b9666f9f86fc13993bc71a", size = 265934 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/c9/3075eb7f7f3a91f1a6b00284af4de0a65a9ae47084930916f5528144c9dd/frozenlist-1.5.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:90646abbc7a5d5c7c19461d2e3eeb76eb0b204919e6ece342feb6032c9325ae9", size = 283859 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/f5/549f44d314c29408b962fa2b0e69a1a67c59379fb143b92a0a065ffd1f0f/frozenlist-1.5.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:bdac3c7d9b705d253b2ce370fde941836a5f8b3c5c2b8fd70940a3ea3af7f4f2", size = 287560 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/f8/cb09b3c24a3eac02c4c07a9558e11e9e244fb02bf62c85ac2106d1eb0c0b/frozenlist-1.5.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:03d33c2ddbc1816237a67f66336616416e2bbb6beb306e5f890f2eb22b959cdf", size = 277150 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/48/38c2db3f54d1501e692d6fe058f45b6ad1b358d82cd19436efab80cfc965/frozenlist-1.5.0-cp311-cp311-win32.whl", hash = "sha256:237f6b23ee0f44066219dae14c70ae38a63f0440ce6750f868ee08775073f942", size = 45244 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/8c/2ddffeb8b60a4bce3b196c32fcc30d8830d4615e7b492ec2071da801b8ad/frozenlist-1.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:0cc974cc93d32c42e7b0f6cf242a6bd941c57c61b618e78b6c0a96cb72788c1d", size = 51634 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/73/fa6d1a96ab7fd6e6d1c3500700963eab46813847f01ef0ccbaa726181dd5/frozenlist-1.5.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:31115ba75889723431aa9a4e77d5f398f5cf976eea3bdf61749731f62d4a4a21", size = 94026 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/04/ea8bf62c8868b8eada363f20ff1b647cf2e93377a7b284d36062d21d81d1/frozenlist-1.5.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7437601c4d89d070eac8323f121fcf25f88674627505334654fd027b091db09d", size = 54150 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/9a/8e479b482a6f2070b26bda572c5e6889bb3ba48977e81beea35b5ae13ece/frozenlist-1.5.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:7948140d9f8ece1745be806f2bfdf390127cf1a763b925c4a805c603df5e697e", size = 51927 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/12/2aad87deb08a4e7ccfb33600871bbe8f0e08cb6d8224371387f3303654d7/frozenlist-1.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:feeb64bc9bcc6b45c6311c9e9b99406660a9c05ca8a5b30d14a78555088b0b3a", size = 282647 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/f2/07f06b05d8a427ea0060a9cef6e63405ea9e0d761846b95ef3fb3be57111/frozenlist-1.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:683173d371daad49cffb8309779e886e59c2f369430ad28fe715f66d08d4ab1a", size = 289052 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/9f/8bf45a2f1cd4aa401acd271b077989c9267ae8463e7c8b1eb0d3f561b65e/frozenlist-1.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7d57d8f702221405a9d9b40f9da8ac2e4a1a8b5285aac6100f3393675f0a85ee", size = 291719 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/d1/1f20fd05a6c42d3868709b7604c9f15538a29e4f734c694c6bcfc3d3b935/frozenlist-1.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:30c72000fbcc35b129cb09956836c7d7abf78ab5416595e4857d1cae8d6251a6", size = 267433 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/f2/64b73a9bb86f5a89fb55450e97cd5c1f84a862d4ff90d9fd1a73ab0f64a5/frozenlist-1.5.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:000a77d6034fbad9b6bb880f7ec073027908f1b40254b5d6f26210d2dab1240e", size = 283591 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/e2/ffbb1fae55a791fd6c2938dd9ea779509c977435ba3940b9f2e8dc9d5316/frozenlist-1.5.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:5d7f5a50342475962eb18b740f3beecc685a15b52c91f7d975257e13e029eca9", size = 273249 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/6e/008136a30798bb63618a114b9321b5971172a5abddff44a100c7edc5ad4f/frozenlist-1.5.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:87f724d055eb4785d9be84e9ebf0f24e392ddfad00b3fe036e43f489fafc9039", size = 271075 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/f0/4e71e54a026b06724cec9b6c54f0b13a4e9e298cc8db0f82ec70e151f5ce/frozenlist-1.5.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:6e9080bb2fb195a046e5177f10d9d82b8a204c0736a97a153c2466127de87784", size = 285398 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/36/70ec246851478b1c0b59f11ef8ade9c482ff447c1363c2bd5fad45098b12/frozenlist-1.5.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:9b93d7aaa36c966fa42efcaf716e6b3900438632a626fb09c049f6a2f09fc631", size = 294445 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/e0/47f87544055b3349b633a03c4d94b405956cf2437f4ab46d0928b74b7526/frozenlist-1.5.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:52ef692a4bc60a6dd57f507429636c2af8b6046db8b31b18dac02cbc8f507f7f", size = 280569 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/7c/490133c160fb6b84ed374c266f42800e33b50c3bbab1652764e6e1fc498a/frozenlist-1.5.0-cp312-cp312-win32.whl", hash = "sha256:29d94c256679247b33a3dc96cce0f93cbc69c23bf75ff715919332fdbb6a32b8", size = 44721 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/56/4e45136ffc6bdbfa68c29ca56ef53783ef4c2fd395f7cbf99a2624aa9aaa/frozenlist-1.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:8969190d709e7c48ea386db202d708eb94bdb29207a1f269bab1196ce0dcca1f", size = 51329 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/3b/915f0bca8a7ea04483622e84a9bd90033bab54bdf485479556c74fd5eaf5/frozenlist-1.5.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:7a1a048f9215c90973402e26c01d1cff8a209e1f1b53f72b95c13db61b00f953", size = 91538 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/d1/a7c98aad7e44afe5306a2b068434a5830f1470675f0e715abb86eb15f15b/frozenlist-1.5.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:dd47a5181ce5fcb463b5d9e17ecfdb02b678cca31280639255ce9d0e5aa67af0", size = 52849 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/c8/76f23bf9ab15d5f760eb48701909645f686f9c64fbb8982674c241fbef14/frozenlist-1.5.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:1431d60b36d15cda188ea222033eec8e0eab488f39a272461f2e6d9e1a8e63c2", size = 50583 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/22/462a3dd093d11df623179d7754a3b3269de3b42de2808cddef50ee0f4f48/frozenlist-1.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6482a5851f5d72767fbd0e507e80737f9c8646ae7fd303def99bfe813f76cf7f", size = 265636 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/cf/e075e407fc2ae7328155a1cd7e22f932773c8073c1fc78016607d19cc3e5/frozenlist-1.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:44c49271a937625619e862baacbd037a7ef86dd1ee215afc298a417ff3270608", size = 270214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/58/0642d061d5de779f39c50cbb00df49682832923f3d2ebfb0fedf02d05f7f/frozenlist-1.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:12f78f98c2f1c2429d42e6a485f433722b0061d5c0b0139efa64f396efb5886b", size = 273905 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/66/3fe0f5f8f2add5b4ab7aa4e199f767fd3b55da26e3ca4ce2cc36698e50c4/frozenlist-1.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce3aa154c452d2467487765e3adc730a8c153af77ad84096bc19ce19a2400840", size = 250542 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/b8/260791bde9198c87a465224e0e2bb62c4e716f5d198fc3a1dacc4895dbd1/frozenlist-1.5.0-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9b7dc0c4338e6b8b091e8faf0db3168a37101943e687f373dce00959583f7439", size = 267026 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/a4/3d24f88c527f08f8d44ade24eaee83b2627793fa62fa07cbb7ff7a2f7d42/frozenlist-1.5.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:45e0896250900b5aa25180f9aec243e84e92ac84bd4a74d9ad4138ef3f5c97de", size = 257690 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/9a/d311d660420b2beeff3459b6626f2ab4fb236d07afbdac034a4371fe696e/frozenlist-1.5.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:561eb1c9579d495fddb6da8959fd2a1fca2c6d060d4113f5844b433fc02f2641", size = 253893 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/23/e491aadc25b56eabd0f18c53bb19f3cdc6de30b2129ee0bc39cd387cd560/frozenlist-1.5.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:df6e2f325bfee1f49f81aaac97d2aa757c7646534a06f8f577ce184afe2f0a9e", size = 267006 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/c4/ab918ce636a35fb974d13d666dcbe03969592aeca6c3ab3835acff01f79c/frozenlist-1.5.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:140228863501b44b809fb39ec56b5d4071f4d0aa6d216c19cbb08b8c5a7eadb9", size = 276157 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/29/3b7a0bbbbe5a34833ba26f686aabfe982924adbdcafdc294a7a129c31688/frozenlist-1.5.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:7707a25d6a77f5d27ea7dc7d1fc608aa0a478193823f88511ef5e6b8a48f9d03", size = 264642 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/42/0595b3dbffc2e82d7fe658c12d5a5bafcd7516c6bf2d1d1feb5387caa9c1/frozenlist-1.5.0-cp313-cp313-win32.whl", hash = "sha256:31a9ac2b38ab9b5a8933b693db4939764ad3f299fcaa931a3e605bc3460e693c", size = 44914 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/c4/b7db1206a3fea44bf3b838ca61deb6f74424a8a5db1dd53ecb21da669be6/frozenlist-1.5.0-cp313-cp313-win_amd64.whl", hash = "sha256:11aabdd62b8b9c4b84081a3c246506d1cddd2dd93ff0ad53ede5defec7886b28", size = 51167 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/c8/a5be5b7550c10858fcf9b0ea054baccab474da77d37f1e828ce043a3a5d4/frozenlist-1.5.0-py3-none-any.whl", hash = "sha256:d994863bba198a4a518b467bb971c56e1db3f180a25c6cf7bb1949c267f748c3", size = 11901 },
]
[[package]]
name = "fsspec"
version = "2024.12.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/11/de70dee31455c546fbc88301971ec03c328f3d1138cfba14263f651e9551/fsspec-2024.12.0.tar.gz", hash = "sha256:670700c977ed2fb51e0d9f9253177ed20cbde4a3e5c0283cc5385b5870c8533f", size = 291600 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/86/5486b0188d08aa643e127774a99bac51ffa6cf343e3deb0583956dca5b22/fsspec-2024.12.0-py3-none-any.whl", hash = "sha256:b520aed47ad9804237ff878b504267a3b0b441e97508bd6d2d8774e3db85cee2", size = 183862 },
]
[package.optional-dependencies]
http = [
{ name = "aiohttp" },
]
[[package]]
name = "future"
version = "1.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/b2/4140c69c6a66432916b26158687e821ba631a4c9273c474343badf84d3ba/future-1.0.0.tar.gz", hash = "sha256:bd2968309307861edae1458a4f8a4f3598c03be43b97521076aebf5d94c07b05", size = 1228490 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/71/ae30dadffc90b9006d77af76b393cb9dfbfc9629f339fc1574a1c52e6806/future-1.0.0-py3-none-any.whl", hash = "sha256:929292d34f5872e70396626ef385ec22355a1fae8ad29e1a734c3e43f9fbc216", size = 491326 },
]
[[package]]
name = "gekko"
version = "1.2.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/21/12908e2c75f9dfeb098dc9bbf7d9f544d26639d19091a6ece1461fb02d3d/gekko-1.2.1.tar.gz", hash = "sha256:6b7232eb507725d74b7848a569ae59d2c9907a98e47f236be26382131fb52e53", size = 13078239 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/45/e48a94be1b31b0354aa453b0c2474d4ceb4b45653066d1d94085ae45605b/gekko-1.2.1-py3-none-any.whl", hash = "sha256:dfcaad7aaf06b0bc53a90547a5aa415b0de43b93b2443093a1afc7979fadc256", size = 13168141 },
]
[[package]]
name = "gguf"
version = "0.10.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyyaml", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tqdm", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0e/c4/a159e9f842b0e8b8495b2689af6cf3426f002cf01207ca8134db82fc4088/gguf-0.10.0.tar.gz", hash = "sha256:52a30ef26328b419ffc47d9269fc580c238edf1c8a19b5ea143c323e04a038c1", size = 65704 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1b/e4/c5f9bd71840ae9afb7e2b7c285ba209f2ef5e9cd83885f8c596c551d3026/gguf-0.10.0-py3-none-any.whl", hash = "sha256:706089fba756a06913227841b4a6c8398360fa991569fd974e663a92b224e33f", size = 71584 },
]
[[package]]
name = "gitdb"
version = "4.0.12"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "smmap" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/94/63b0fc47eb32792c7ba1fe1b694daec9a63620db1e313033d18140c2320a/gitdb-4.0.12.tar.gz", hash = "sha256:5ef71f855d191a3326fcfbc0d5da835f26b13fbcba60c32c21091c349ffdb571", size = 394684 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/61/5c78b91c3143ed5c14207f463aecfc8f9dbb5092fb2869baf37c273b2705/gitdb-4.0.12-py3-none-any.whl", hash = "sha256:67073e15955400952c6565cc3e707c554a4eea2e428946f7a4c162fab9bd9bcf", size = 62794 },
]
[[package]]
name = "gitpython"
version = "3.1.44"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "gitdb" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/89/37df0b71473153574a5cdef8f242de422a0f5d26d7a9e231e6f169b4ad14/gitpython-3.1.44.tar.gz", hash = "sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269", size = 214196 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/9a/4114a9057db2f1462d5c8f8390ab7383925fe1ac012eaa42402ad65c2963/GitPython-3.1.44-py3-none-any.whl", hash = "sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110", size = 207599 },
]
[[package]]
name = "google-api-core"
version = "2.24.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "google-auth", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "googleapis-common-protos", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "proto-plus", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "protobuf", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "requests", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/b7/481c83223d7b4f02c7651713fceca648fa3336e1571b9804713f66bca2d8/google_api_core-2.24.1.tar.gz", hash = "sha256:f8b36f5456ab0dd99a1b693a40a31d1e7757beea380ad1b38faaf8941eae9d8a", size = 163508 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/a6/8e30ddfd3d39ee6d2c76d3d4f64a83f77ac86a4cab67b286ae35ce9e4369/google_api_core-2.24.1-py3-none-any.whl", hash = "sha256:bc78d608f5a5bf853b80bd70a795f703294de656c096c0968320830a4bc280f1", size = 160059 },
]
[[package]]
name = "google-auth"
version = "2.37.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cachetools" },
{ name = "pyasn1-modules" },
{ name = "rsa" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/af/b25763b9d35dfc2c6f9c3ec34d8d3f1ba760af3a7b7e8d5c5f0579522c45/google_auth-2.37.0.tar.gz", hash = "sha256:0054623abf1f9c83492c63d3f47e77f0a544caa3d40b2d98e099a611c2dd5d00", size = 268878 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/8d/4d5d5f9f500499f7bd4c93903b43e8d6976f3fc6f064637ded1a85d09b07/google_auth-2.37.0-py2.py3-none-any.whl", hash = "sha256:42664f18290a6be591be5329a96fe30184be1a1badb7292a7f686a9659de9ca0", size = 209829 },
]
[[package]]
name = "googleapis-common-protos"
version = "1.66.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "protobuf" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/a7/8e9cccdb1c49870de6faea2a2764fa23f627dd290633103540209f03524c/googleapis_common_protos-1.66.0.tar.gz", hash = "sha256:c3e7b33d15fdca5374cc0a7346dd92ffa847425cc4ea941d970f13680052ec8c", size = 114376 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/0f/c0713fb2b3d28af4b2fded3291df1c4d4f79a00d15c2374a9e010870016c/googleapis_common_protos-1.66.0-py2.py3-none-any.whl", hash = "sha256:d7abcd75fabb2e0ec9f74466401f6c119a0b498e27370e9be4c94cb7e382b8ed", size = 221682 },
]
[[package]]
name = "gptqmodel"
version = "1.9.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/b6/348569757042bb3a674935fe20ae059e56866b4c544e0fa354daf47db14f/gptqmodel-1.9.0.tar.gz", hash = "sha256:103e2b9858ca974f1eed576a001774c5ab95467058e7c35b35456e662bf8062b", size = 213132 }
[[package]]
name = "graphviz"
version = "0.20.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/83/5a40d19b8347f017e417710907f824915fba411a9befd092e52746b63e9f/graphviz-0.20.3.zip", hash = "sha256:09d6bc81e6a9fa392e7ba52135a9d49f1ed62526f96499325930e87ca1b5925d", size = 256455 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/be/d59db2d1d52697c6adc9eacaf50e8965b6345cc143f671e1ed068818d5cf/graphviz-0.20.3-py3-none-any.whl", hash = "sha256:81f848f2904515d8cd359cc611faba817598d2feaac4027b266aa3eda7b3dde5", size = 47126 },
]
[[package]]
name = "greenlet"
version = "3.1.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/ff/df5fede753cc10f6a5be0931204ea30c35fa2f2ea7a35b25bdaf4fe40e46/greenlet-3.1.1.tar.gz", hash = "sha256:4ce3ac6cdb6adf7946475d7ef31777c26d94bccc377e070a7986bd2d5c515467", size = 186022 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/90/5234a78dc0ef6496a6eb97b67a42a8e96742a56f7dc808cb954a85390448/greenlet-3.1.1-cp310-cp310-macosx_11_0_universal2.whl", hash = "sha256:0bbae94a29c9e5c7e4a2b7f0aae5c17e8e90acbfd3bf6270eeba60c39fce3563", size = 271235 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/16/cd631fa0ab7d06ef06387135b7549fdcc77d8d859ed770a0d28e47b20972/greenlet-3.1.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0fde093fb93f35ca72a556cf72c92ea3ebfda3d79fc35bb19fbe685853869a83", size = 637168 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/b1/aed39043a6fec33c284a2c9abd63ce191f4f1a07319340ffc04d2ed3256f/greenlet-3.1.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:36b89d13c49216cadb828db8dfa6ce86bbbc476a82d3a6c397f0efae0525bdd0", size = 648826 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/25/40e0112f7f3ebe54e8e8ed91b2b9f970805143efef16d043dfc15e70f44b/greenlet-3.1.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:94b6150a85e1b33b40b1464a3f9988dcc5251d6ed06842abff82e42632fac120", size = 644443 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/2f/3850b867a9af519794784a7eeed1dd5bc68ffbcc5b28cef703711025fd0a/greenlet-3.1.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:93147c513fac16385d1036b7e5b102c7fbbdb163d556b791f0f11eada7ba65dc", size = 643295 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/69/79e4d63b9387b48939096e25115b8af7cd8a90397a304f92436bcb21f5b2/greenlet-3.1.1-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:da7a9bff22ce038e19bf62c4dd1ec8391062878710ded0a845bcf47cc0200617", size = 599544 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/1d/44dbcb0e6c323bd6f71b8c2f4233766a5faf4b8948873225d34a0b7efa71/greenlet-3.1.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:b2795058c23988728eec1f36a4e5e4ebad22f8320c85f3587b539b9ac84128d7", size = 1125456 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/1d/a305dce121838d0278cee39d5bb268c657f10a5363ae4b726848f833f1bb/greenlet-3.1.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:ed10eac5830befbdd0c32f83e8aa6288361597550ba669b04c48f0f9a2c843c6", size = 1149111 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/28/d62835fb33fb5652f2e98d34c44ad1a0feacc8b1d3f1aecab035f51f267d/greenlet-3.1.1-cp310-cp310-win_amd64.whl", hash = "sha256:77c386de38a60d1dfb8e55b8c1101d68c79dfdd25c7095d51fec2dd800892b80", size = 298392 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/62/1c2665558618553c42922ed47a4e6d6527e2fa3516a8256c2f431c5d0441/greenlet-3.1.1-cp311-cp311-macosx_11_0_universal2.whl", hash = "sha256:e4d333e558953648ca09d64f13e6d8f0523fa705f51cae3f03b5983489958c70", size = 272479 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/9d/421e2d5f07285b6e4e3a676b016ca781f63cfe4a0cd8eaecf3fd6f7a71ae/greenlet-3.1.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:09fc016b73c94e98e29af67ab7b9a879c307c6731a2c9da0db5a7d9b7edd1159", size = 640404 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/de/6e05f5c59262a584e502dd3d261bbdd2c97ab5416cc9c0b91ea38932a901/greenlet-3.1.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d5e975ca70269d66d17dd995dafc06f1b06e8cb1ec1e9ed54c1d1e4a7c4cf26e", size = 652813 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/93/d5f93c84241acdea15a8fd329362c2c71c79e1a507c3f142a5d67ea435ae/greenlet-3.1.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3b2813dc3de8c1ee3f924e4d4227999285fd335d1bcc0d2be6dc3f1f6a318ec1", size = 648517 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/85/72f77fc02d00470c86a5c982b8daafdf65d38aefbbe441cebff3bf7037fc/greenlet-3.1.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e347b3bfcf985a05e8c0b7d462ba6f15b1ee1c909e2dcad795e49e91b152c383", size = 647831 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/4b/1c9695aa24f808e156c8f4813f685d975ca73c000c2a5056c514c64980f6/greenlet-3.1.1-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:9e8f8c9cb53cdac7ba9793c276acd90168f416b9ce36799b9b885790f8ad6c0a", size = 602413 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/70/ad6e5b31ef330f03b12559d19fda2606a522d3849cde46b24f223d6d1619/greenlet-3.1.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:62ee94988d6b4722ce0028644418d93a52429e977d742ca2ccbe1c4f4a792511", size = 1129619 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/fb/201e1b932e584066e0f0658b538e73c459b34d44b4bd4034f682423bc801/greenlet-3.1.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:1776fd7f989fc6b8d8c8cb8da1f6b82c5814957264d1f6cf818d475ec2bf6395", size = 1155198 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/da/b9ed5e310bb8b89661b80cbcd4db5a067903bbcd7fc854923f5ebb4144f0/greenlet-3.1.1-cp311-cp311-win_amd64.whl", hash = "sha256:48ca08c771c268a768087b408658e216133aecd835c0ded47ce955381105ba39", size = 298930 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/ec/bad1ac26764d26aa1353216fcbfa4670050f66d445448aafa227f8b16e80/greenlet-3.1.1-cp312-cp312-macosx_11_0_universal2.whl", hash = "sha256:4afe7ea89de619adc868e087b4d2359282058479d7cfb94970adf4b55284574d", size = 274260 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/d4/c8c04958870f482459ab5956c2942c4ec35cac7fe245527f1039837c17a9/greenlet-3.1.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f406b22b7c9a9b4f8aa9d2ab13d6ae0ac3e85c9a809bd590ad53fed2bf70dc79", size = 649064 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/41/467b12a8c7c1303d20abcca145db2be4e6cd50a951fa30af48b6ec607581/greenlet-3.1.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c3a701fe5a9695b238503ce5bbe8218e03c3bcccf7e204e455e7462d770268aa", size = 663420 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/8f/2a93cd9b1e7107d5c7b3b7816eeadcac2ebcaf6d6513df9abaf0334777f6/greenlet-3.1.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2846930c65b47d70b9d178e89c7e1a69c95c1f68ea5aa0a58646b7a96df12441", size = 658035 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/5c/7c6f50cb12be092e1dccb2599be5a942c3416dbcfb76efcf54b3f8be4d8d/greenlet-3.1.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:99cfaa2110534e2cf3ba31a7abcac9d328d1d9f1b95beede58294a60348fba36", size = 660105 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/66/033e58a50fd9ec9df00a8671c74f1f3a320564c6415a4ed82a1c651654ba/greenlet-3.1.1-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:1443279c19fca463fc33e65ef2a935a5b09bb90f978beab37729e1c3c6c25fe9", size = 613077 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/c5/36384a06f748044d06bdd8776e231fadf92fc896bd12cb1c9f5a1bda9578/greenlet-3.1.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:b7cede291382a78f7bb5f04a529cb18e068dd29e0fb27376074b6d0317bf4dd0", size = 1135975 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/f9/c0a0eb61bdf808d23266ecf1d63309f0e1471f284300ce6dac0ae1231881/greenlet-3.1.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:23f20bb60ae298d7d8656c6ec6db134bca379ecefadb0b19ce6f19d1f232a942", size = 1163955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/21/a5d9df1d21514883333fc86584c07c2b49ba7c602e670b174bd73cfc9c7f/greenlet-3.1.1-cp312-cp312-win_amd64.whl", hash = "sha256:7124e16b4c55d417577c2077be379514321916d5790fa287c9ed6f23bd2ffd01", size = 299655 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/57/0db4940cd7bb461365ca8d6fd53e68254c9dbbcc2b452e69d0d41f10a85e/greenlet-3.1.1-cp313-cp313-macosx_11_0_universal2.whl", hash = "sha256:05175c27cb459dcfc05d026c4232f9de8913ed006d42713cb8a5137bd49375f1", size = 272990 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/ec/423d113c9f74e5e402e175b157203e9102feeb7088cee844d735b28ef963/greenlet-3.1.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:935e943ec47c4afab8965954bf49bfa639c05d4ccf9ef6e924188f762145c0ff", size = 649175 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/46/ddbd2db9ff209186b7b7c621d1432e2f21714adc988703dbdd0e65155c77/greenlet-3.1.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:667a9706c970cb552ede35aee17339a18e8f2a87a51fba2ed39ceeeb1004798a", size = 663425 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/f9/9c82d6b2b04aa37e38e74f0c429aece5eeb02bab6e3b98e7db89b23d94c6/greenlet-3.1.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b8a678974d1f3aa55f6cc34dc480169d58f2e6d8958895d68845fa4ab566509e", size = 657736 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/42/b87bc2a81e3a62c3de2b0d550bf91a86939442b7ff85abb94eec3fc0e6aa/greenlet-3.1.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:efc0f674aa41b92da8c49e0346318c6075d734994c3c4e4430b1c3f853e498e4", size = 660347 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/fa/71599c3fd06336cdc3eac52e6871cfebab4d9d70674a9a9e7a482c318e99/greenlet-3.1.1-cp313-cp313-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:0153404a4bb921f0ff1abeb5ce8a5131da56b953eda6e14b88dc6bbc04d2049e", size = 615583 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/96/e9ef85de031703ee7a4483489b40cf307f93c1824a02e903106f2ea315fe/greenlet-3.1.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:275f72decf9932639c1c6dd1013a1bc266438eb32710016a1c742df5da6e60a1", size = 1133039 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/76/b2b6362accd69f2d1889db61a18c94bc743e961e3cab344c2effaa4b4a25/greenlet-3.1.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:c4aab7f6381f38a4b42f269057aee279ab0fc7bf2e929e3d4abfae97b682a12c", size = 1160716 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/1b/54336d876186920e185066d8c3024ad55f21d7cc3683c856127ddb7b13ce/greenlet-3.1.1-cp313-cp313-win_amd64.whl", hash = "sha256:b42703b1cf69f2aa1df7d1030b9d77d3e584a70755674d60e710f0af570f3761", size = 299490 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/17/bea55bf36990e1638a2af5ba10c1640273ef20f627962cf97107f1e5d637/greenlet-3.1.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f1695e76146579f8c06c1509c7ce4dfe0706f49c6831a817ac04eebb2fd02011", size = 643731 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/d2/aa3d2157f9ab742a08e0fd8f77d4699f37c22adfbfeb0c610a186b5f75e0/greenlet-3.1.1-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7876452af029456b3f3549b696bb36a06db7c90747740c5302f74a9e9fa14b13", size = 649304 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/8e/d0aeffe69e53ccff5a28fa86f07ad1d2d2d6537a9506229431a2a02e2f15/greenlet-3.1.1-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:4ead44c85f8ab905852d3de8d86f6f8baf77109f9da589cb4fa142bd3b57b475", size = 646537 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/79/e15408220bbb989469c8871062c97c6c9136770657ba779711b90870d867/greenlet-3.1.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8320f64b777d00dd7ccdade271eaf0cad6636343293a25074cc5566160e4de7b", size = 642506 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/87/470e01a940307796f1d25f8167b551a968540fbe0551c0ebb853cb527dd6/greenlet-3.1.1-cp313-cp313t-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:6510bf84a6b643dabba74d3049ead221257603a253d0a9873f55f6a59a65f822", size = 602753 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/72/576815ba674eddc3c25028238f74d7b8068902b3968cbe456771b166455e/greenlet-3.1.1-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:04b013dc07c96f83134b1e99888e7a79979f1a247e2a9f59697fa14b5862ed01", size = 1122731 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/38/08cc303ddddc4b3d7c628c3039a61a3aae36c241ed01393d00c2fd663473/greenlet-3.1.1-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:411f015496fec93c1c8cd4e5238da364e1da7a124bcb293f085bf2860c32c6f6", size = 1142112 },
]
[[package]]
name = "grpcio"
version = "1.69.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/87/06a145284cbe86c91ca517fe6b57be5efbb733c0d6374b407f0992054d18/grpcio-1.69.0.tar.gz", hash = "sha256:936fa44241b5379c5afc344e1260d467bee495747eaf478de825bab2791da6f5", size = 12738244 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/6e/2f8ee5fb65aef962d0bd7e46b815e7b52820687e29c138eaee207a688abc/grpcio-1.69.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:2060ca95a8db295ae828d0fc1c7f38fb26ccd5edf9aa51a0f44251f5da332e97", size = 5190753 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/07/028dcda44d40f9488f0a0de79c5ffc80e2c1bc5ed89da9483932e3ea67cf/grpcio-1.69.0-cp310-cp310-macosx_12_0_universal2.whl", hash = "sha256:2e52e107261fd8fa8fa457fe44bfadb904ae869d87c1280bf60f93ecd3e79278", size = 11096752 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/a0/c727041b1410605ba38b585b6b52c1a289d7fcd70a41bccbc2c58fc643b2/grpcio-1.69.0-cp310-cp310-manylinux_2_17_aarch64.whl", hash = "sha256:316463c0832d5fcdb5e35ff2826d9aa3f26758d29cdfb59a368c1d6c39615a11", size = 5705442 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/2f/1c53f5d127ff882443b19c757d087da1908f41c58c4b098e8eaf6b2bb70a/grpcio-1.69.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:26c9a9c4ac917efab4704b18eed9082ed3b6ad19595f047e8173b5182fec0d5e", size = 6333796 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/f6/2017da2a1b64e896af710253e5bfbb4188605cdc18bce3930dae5cdbf502/grpcio-1.69.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90b3646ced2eae3a0599658eeccc5ba7f303bf51b82514c50715bdd2b109e5ec", size = 5954245 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/65/1395bec928e99ba600464fb01b541e7e4cdd462e6db25259d755ef9f8d02/grpcio-1.69.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:3b75aea7c6cb91b341c85e7c1d9db1e09e1dd630b0717f836be94971e015031e", size = 6664854 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/57/8b3389cfeb92056c8b44288c9c4ed1d331bcad0215c4eea9ae4629e156d9/grpcio-1.69.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:5cfd14175f9db33d4b74d63de87c64bb0ee29ce475ce3c00c01ad2a3dc2a9e51", size = 6226854 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/61/1f2bbeb7c15544dffc98b3f65c093e746019995e6f1e21dc3655eec3dc23/grpcio-1.69.0-cp310-cp310-win32.whl", hash = "sha256:9031069d36cb949205293cf0e243abd5e64d6c93e01b078c37921493a41b72dc", size = 3662734 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/ba/bf1a6d9f5c17d2da849793d72039776c56c98c889c9527f6721b6ee57e6e/grpcio-1.69.0-cp310-cp310-win_amd64.whl", hash = "sha256:cc89b6c29f3dccbe12d7a3b3f1b3999db4882ae076c1c1f6df231d55dbd767a5", size = 4410306 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/cd/ca256aeef64047881586331347cd5a68a4574ba1a236e293cd8eba34e355/grpcio-1.69.0-cp311-cp311-linux_armv7l.whl", hash = "sha256:8de1b192c29b8ce45ee26a700044717bcbbd21c697fa1124d440548964328561", size = 5198734 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/3f/10c1e5e0150bf59aa08ea6aebf38f87622f95f7f33f98954b43d1b2a3200/grpcio-1.69.0-cp311-cp311-macosx_10_14_universal2.whl", hash = "sha256:7e76accf38808f5c5c752b0ab3fd919eb14ff8fafb8db520ad1cc12afff74de6", size = 11135285 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/61/61cd116a572203a740684fcba3fef37a3524f1cf032b6568e1e639e59db0/grpcio-1.69.0-cp311-cp311-manylinux_2_17_aarch64.whl", hash = "sha256:d5658c3c2660417d82db51e168b277e0ff036d0b0f859fa7576c0ffd2aec1442", size = 5699468 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/f1/a841662e8e2465ba171c973b77d18fa7438ced535519b3c53617b7e6e25c/grpcio-1.69.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5494d0e52bf77a2f7eb17c6da662886ca0a731e56c1c85b93505bece8dc6cf4c", size = 6332337 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/b1/c30e932e02c2e0bfdb8df46fe3b0c47f518fb04158ebdc0eb96cc97d642f/grpcio-1.69.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4ed866f9edb574fd9be71bf64c954ce1b88fc93b2a4cbf94af221e9426eb14d6", size = 5949844 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/cb/55327d43b6286100ffae7d1791be6178d13c917382f3e9f43f82e8b393cf/grpcio-1.69.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:c5ba38aeac7a2fe353615c6b4213d1fbb3a3c34f86b4aaa8be08baaaee8cc56d", size = 6661828 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/e4/120d72ae982d51cb9cabcd9672f8a1c6d62011b493a4d049d2abdf564db0/grpcio-1.69.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:f79e05f5bbf551c4057c227d1b041ace0e78462ac8128e2ad39ec58a382536d2", size = 6226026 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/e8/2cc15f11db506d7b1778f0587fa7bdd781602b05b3c4d75b7ca13de33d62/grpcio-1.69.0-cp311-cp311-win32.whl", hash = "sha256:bf1f8be0da3fcdb2c1e9f374f3c2d043d606d69f425cd685110dd6d0d2d61258", size = 3662653 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/78/3c5216829a48237fcb71a077f891328a435e980d9757a9ebc49114d88768/grpcio-1.69.0-cp311-cp311-win_amd64.whl", hash = "sha256:fb9302afc3a0e4ba0b225cd651ef8e478bf0070cf11a529175caecd5ea2474e7", size = 4412824 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/1d/8f28f147d7f3f5d6b6082f14e1e0f40d58e50bc2bd30d2377c730c57a286/grpcio-1.69.0-cp312-cp312-linux_armv7l.whl", hash = "sha256:fc18a4de8c33491ad6f70022af5c460b39611e39578a4d84de0fe92f12d5d47b", size = 5161414 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/4b/9ab8ea65e515e1844feced1ef9e7a5d8359c48d986c93f3d2a2006fbdb63/grpcio-1.69.0-cp312-cp312-macosx_10_14_universal2.whl", hash = "sha256:0f0270bd9ffbff6961fe1da487bdcd594407ad390cc7960e738725d4807b18c4", size = 11108909 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/68/1856fde2b3c3162bdfb9845978608deef3606e6907fdc2c87443fce6ecd0/grpcio-1.69.0-cp312-cp312-manylinux_2_17_aarch64.whl", hash = "sha256:dc48f99cc05e0698e689b51a05933253c69a8c8559a47f605cff83801b03af0e", size = 5658302 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/21/3fa78d38dc5080d0d677103fad3a8cd55091635cc2069a7c06c7a54e6c4d/grpcio-1.69.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e925954b18d41aeb5ae250262116d0970893b38232689c4240024e4333ac084", size = 6306201 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/cb/5c47b82fd1baf43dba973ae399095d51aaf0085ab0439838b4cbb1e87e3c/grpcio-1.69.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87d222569273720366f68a99cb62e6194681eb763ee1d3b1005840678d4884f9", size = 5919649 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/67/59d1a56a0f9508a29ea03e1ce800bdfacc1f32b4f6b15274b2e057bf8758/grpcio-1.69.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:b62b0f41e6e01a3e5082000b612064c87c93a49b05f7602fe1b7aa9fd5171a1d", size = 6648974 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/fe/ca70c14d98c6400095f19a0f4df8273d09c2106189751b564b26019f1dbe/grpcio-1.69.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:db6f9fd2578dbe37db4b2994c94a1d9c93552ed77dca80e1657bb8a05b898b55", size = 6215144 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/94/b2b0a9fd487fc8262e20e6dd0ec90d9fa462c82a43b4855285620f6e9d01/grpcio-1.69.0-cp312-cp312-win32.whl", hash = "sha256:b192b81076073ed46f4b4dd612b8897d9a1e39d4eabd822e5da7b38497ed77e1", size = 3644552 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/93/99/81aec9f85412e3255a591ae2ccb799238e074be774e5f741abae08a23418/grpcio-1.69.0-cp312-cp312-win_amd64.whl", hash = "sha256:1227ff7836f7b3a4ab04e5754f1d001fa52a730685d3dc894ed8bc262cc96c01", size = 4399532 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/47/3ff4501365f56b7cc16617695dbd4fd838c5e362bc7fa9fee09d592f7d78/grpcio-1.69.0-cp313-cp313-linux_armv7l.whl", hash = "sha256:a78a06911d4081a24a1761d16215a08e9b6d4d29cdbb7e427e6c7e17b06bcc5d", size = 5162928 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/63/437174c5fa951052c9ecc5f373f62af6f3baf25f3f5ef35cbf561806b371/grpcio-1.69.0-cp313-cp313-macosx_10_14_universal2.whl", hash = "sha256:dc5a351927d605b2721cbb46158e431dd49ce66ffbacb03e709dc07a491dde35", size = 11103027 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/df/53566a6fdc26b6d1f0585896e1cc4825961039bca5a6a314ff29d79b5d5b/grpcio-1.69.0-cp313-cp313-manylinux_2_17_aarch64.whl", hash = "sha256:3629d8a8185f5139869a6a17865d03113a260e311e78fbe313f1a71603617589", size = 5659277 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/4c/b8a0c4f71498b6f9be5ca6d290d576cf2af9d95fd9827c47364f023969ad/grpcio-1.69.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c9a281878feeb9ae26db0622a19add03922a028d4db684658f16d546601a4870", size = 6305255 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/55/d9aa05eb3dfcf6aa946aaf986740ec07fc5189f20e2cbeb8c5d278ffd00f/grpcio-1.69.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8cc614e895177ab7e4b70f154d1a7c97e152577ea101d76026d132b7aaba003b", size = 5920240 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/eb/774b27c51e3e386dfe6c491a710f6f87ffdb20d88ec6c3581e047d9354a2/grpcio-1.69.0-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:1ee76cd7e2e49cf9264f6812d8c9ac1b85dda0eaea063af07292400f9191750e", size = 6652974 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/98/96de14e6e7d89123813d58c246d9b0f1fbd24f9277f5295264e60861d9d6/grpcio-1.69.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:0470fa911c503af59ec8bc4c82b371ee4303ececbbdc055f55ce48e38b20fd67", size = 6215757 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/5b/ce922e0785910b10756fabc51fd294260384a44bea41651dadc4e47ddc82/grpcio-1.69.0-cp313-cp313-win32.whl", hash = "sha256:b650f34aceac8b2d08a4c8d7dc3e8a593f4d9e26d86751ebf74ebf5107d927de", size = 3642488 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5d/04/11329e6ca1ceeb276df2d9c316b5e170835a687a4d0f778dba8294657e36/grpcio-1.69.0-cp313-cp313-win_amd64.whl", hash = "sha256:028337786f11fecb5d7b7fa660475a06aabf7e5e52b5ac2df47414878c0ce7ea", size = 4399968 },
]
[[package]]
name = "grpcio-health-checking"
version = "1.69.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "grpcio" },
{ name = "protobuf" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/b8/d6d485e27d60174ba22c25587c1a97512c6a800633cfd6a8cd7943ad66e0/grpcio_health_checking-1.69.0.tar.gz", hash = "sha256:ff6e1d38c2a300b1bbd296916fbd9165667bc4b5a8557f99dd4226d4f9e8f4c1", size = 16809 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/07/8d68bb1821dc46dfb5b702374c5d06e9c0013afb08fa92516ebd8f963ef3/grpcio_health_checking-1.69.0-py3-none-any.whl", hash = "sha256:d2d0eec7e3af245863fd4997e2942d27c0868fbd61ffa4d14bc492c3e2c67127", size = 18923 },
]
[[package]]
name = "grpcio-tools"
version = "1.69.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "grpcio" },
{ name = "protobuf" },
{ name = "setuptools" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/ec/1c25136ca1697eaa09a02effe3e74959fd9fb6aba9960d7340dd6341c5ce/grpcio_tools-1.69.0.tar.gz", hash = "sha256:3e1a98f4d9decb84979e1ddd3deb09c0a33a84b6e3c0776d5bde4097e3ab66dd", size = 5323319 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/90/7df7326552fec627adcf3880cf13e9a5b23c090bbcedba367f64fa2bb54b/grpcio_tools-1.69.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:8c210630faa581c3bd08953dac4ad21a7f49862f3b92d69686e9b436d2f1265d", size = 2388795 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/03/6ccaa58b3ca1734d0868a389148e22ac15248a9be4c223805339f7904e31/grpcio_tools-1.69.0-cp310-cp310-macosx_12_0_universal2.whl", hash = "sha256:09b66ea279fcdaebae4ec34b1baf7577af3b14322738aa980c1c33cfea71f7d7", size = 5703156 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/f6/162b456684d2444b43e45ace4e889087301e5890bbfd16ee6b2aedf36219/grpcio_tools-1.69.0-cp310-cp310-manylinux_2_17_aarch64.whl", hash = "sha256:be94a4bfa56d356aae242cc54072c9ccc2704b659eaae2fd599a94afebf791ce", size = 2350725 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/3a/2e83fea8c90b9902d68964491d014d688177a6ad0303dbbe6c2c16f25da6/grpcio_tools-1.69.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:28778debad73a8c8e0a0e07e6a2f76eecce43adbc205d17dd244d2d58bb0f0aa", size = 2727230 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/63/06/be27b8f1811ff4cc556bdec64a9004755a929df035dc606466a75c9ac0fa/grpcio_tools-1.69.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:449308d93e4c97ae3a4503510c6d64978748ff5e21429c85da14fdc783c0f498", size = 2472752 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a3/43/f94578afa1535287b7b0ba39eeb23b2b8304a2a5b8e325ed7079d2ad9cba/grpcio_tools-1.69.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:b9343651e73bc6e0df6bb518c2638bf9cc2194b50d060cdbcf1b2121cd4e4ae3", size = 3344074 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/d1/5f9030cbb6195f3bb182e740f349cdaa71d9c38c1b2572f401270709d7d2/grpcio_tools-1.69.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:2f08b063612553e726e328aef3a27adfaea8d92712b229012afc54d59da88a02", size = 2953778 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/cb/4812660e150d197de81296fa04ed6ad012d1aeac23bbe21be5f51493f455/grpcio_tools-1.69.0-cp310-cp310-win32.whl", hash = "sha256:599ffd39525e7bbb6412a63e56a2e6c1af8f3493fe4305260efd4a11d064cce0", size = 957556 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/c7/c7d5f5418909764e63208b9f76812db3287ece4f79500e815178194e1db9/grpcio_tools-1.69.0-cp310-cp310-win_amd64.whl", hash = "sha256:02f92e3c2bae67ece818787f8d3d89df0fa1e5e6bbb7c1493824fd5dfad886dd", size = 1114783 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/f4/575f536bada8d8f5f8943c317ae28faafe7b4aaf95ef84a599f4f3e67db3/grpcio_tools-1.69.0-cp311-cp311-linux_armv7l.whl", hash = "sha256:c18df5d1c8e163a29863583ec51237d08d7059ef8d4f7661ee6d6363d3e38fe3", size = 2388772 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/94/1157342b046f51c4d076f21ef76da6d89323929b7e870389204fd49e3f09/grpcio_tools-1.69.0-cp311-cp311-macosx_10_14_universal2.whl", hash = "sha256:37876ae49235ef2e61e5059faf45dc5e7142ca54ae61aec378bb9483e0cd7e95", size = 5726348 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/5c/cfd9160ef1867e025844b2695d436bb953c2d5f9c20eaaa7da6fd739ab0c/grpcio_tools-1.69.0-cp311-cp311-manylinux_2_17_aarch64.whl", hash = "sha256:33120920e29959eaa37a1268c6a22af243d086b1a5e5222b4203e29560ece9ce", size = 2350857 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/70/10614b8bc39f06548a0586fdd5d97843da4789965e758fba87726bde8c2f/grpcio_tools-1.69.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:788bb3ecd1b44664d829d319b3c1ebc15c7d7b5e7d1f22706ab57d6acd2c6301", size = 2727157 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/fb/33faedb3e991dceb7a2bf802d3875bff7d6a6b6a80d314197adc73739cae/grpcio_tools-1.69.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f453b11a112e3774c8957ec2570669f3da1f7fbc8ee242482c38981496e88da2", size = 2472882 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/f7/abddc158919a982f6b8e61d4a5c72569b2963304c162c3ca53c6c14d23ee/grpcio_tools-1.69.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:7e5c5dc2b656755cb58b11a7e87b65258a4a8eaff01b6c30ffcb230dd447c03d", size = 3343987 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/46/e7219456aefe29137728246a67199fcbfdaa99ede93d2045a6406f0e4c0b/grpcio_tools-1.69.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:8eabf0a7a98c14322bc74f9910c96f98feebe311e085624b2d022924d4f652ca", size = 2953659 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/be/262c5d2b681930f8c58012500741fe06cb40a770c9d395650efe9042467f/grpcio_tools-1.69.0-cp311-cp311-win32.whl", hash = "sha256:ad567bea43d018c2215e1db10316eda94ca19229a834a3221c15d132d24c1b8a", size = 957447 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/55/68153acca126dced35f888e708a65169df8fa8a4d5f0e78166a395e3fa9c/grpcio_tools-1.69.0-cp311-cp311-win_amd64.whl", hash = "sha256:3d64e801586dbea3530f245d48b9ed031738cc3eb099d5ce2fdb1b3dc2e1fb20", size = 1114753 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/f6/9cd1aa47556664564b873cd187d8dec978ff2f4a539d8c6d5d2f418d3d36/grpcio_tools-1.69.0-cp312-cp312-linux_armv7l.whl", hash = "sha256:8ef8efe8beac4cc1e30d41893e4096ca2601da61001897bd17441645de2d4d3c", size = 2388440 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/37/0bcd8431e44b38f648f70368dd60542d10ffaffa109563349ee635013e10/grpcio_tools-1.69.0-cp312-cp312-macosx_10_14_universal2.whl", hash = "sha256:a00e87a0c5a294028115a098819899b08dd18449df5b2aac4a2b87ba865e8681", size = 5726135 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/f5/2ec994bbf522a231ce54c41a2d3621e77bece1240aafe31f12804052af0f/grpcio_tools-1.69.0-cp312-cp312-manylinux_2_17_aarch64.whl", hash = "sha256:7722700346d5b223159532e046e51f2ff743ed4342e5fe3e0457120a4199015e", size = 2350247 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/29/9ebf54315a499a766e4c3bd53124267491162e9049c2d9ed45f43222b98f/grpcio_tools-1.69.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a934116fdf202cb675246056ee54645c743e2240632f86a37e52f91a405c7143", size = 2727994 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/2a/1a031018660b5d95c1a4c587a0babd0d28f0aa0c9a40dbca330567049a3f/grpcio_tools-1.69.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7e6a6d44359ca836acfbc58103daf94b3bb8ac919d659bb348dcd7fbecedc293", size = 2472625 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/bf/76d24078e1c76976a10760c3193b6c62685a7aed64b1cb0d8242afa16f1d/grpcio_tools-1.69.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:e27662c0597fd1ab5399a583d358b5203edcb6fc2b29d6245099dfacd51a6ddc", size = 3344290 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/f7/4ab645e4955ca1e5240b0bbd557662cec4838f0e21e072ff40f4e191b48d/grpcio_tools-1.69.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:7bbb2b2fb81d95bcdd1d8331defb5f5dc256dbe423bb98b682cf129cdd432366", size = 2953592 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/32/57e67b126f209f289fc32009309d155b8dbe9ac760c32733746e4dda7b51/grpcio_tools-1.69.0-cp312-cp312-win32.whl", hash = "sha256:e11accd10cf4af5031ac86c45f1a13fb08f55e005cea070917c12e78fe6d2aa2", size = 957042 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/64/7bfcb4e50a0ce87690c24696cd666f528e672119966abead09ae65a2e1da/grpcio_tools-1.69.0-cp312-cp312-win_amd64.whl", hash = "sha256:6df4c6ac109af338a8ccde29d184e0b0bdab13d78490cb360ff9b192a1aec7e2", size = 1114248 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/ef/a9867f612e3aa5e69d299e47a72ea8dafa476b1f099462c9a1223cd6a83c/grpcio_tools-1.69.0-cp313-cp313-linux_armv7l.whl", hash = "sha256:8c320c4faa1431f2e1252ef2325a970ac23b2fd04ffef6c12f96dd4552c3445c", size = 2388281 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/53/b2752d8ec338778e48d76845d605a0f8bca9e43a5f09428e5ed1a76e4e1d/grpcio_tools-1.69.0-cp313-cp313-macosx_10_14_universal2.whl", hash = "sha256:5f1224596ad74dd14444b20c37122b361c5d203b67e14e018b995f3c5d76eede", size = 5725856 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/dd/195d3639634c0c1d1e48b6693c074d66a64f16c748df2f40bcee74aa04e2/grpcio_tools-1.69.0-cp313-cp313-manylinux_2_17_aarch64.whl", hash = "sha256:965a0cf656a113bc32d15ac92ca51ed702a75d5370ae0afbdd36f818533a708a", size = 2350180 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/18/c412884fa0e888d8a271f3e31d23e3765cde0efe2404653ab67971c411c2/grpcio_tools-1.69.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:978835768c11a7f28778b3b7c40f839d8a57f765c315e80c4246c23900d56149", size = 2726724 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/c7/dfb59b7e25d760bfdd93f0aef7dd0e2a37f8437ac3017b8b526c68764e2f/grpcio_tools-1.69.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:094c7cec9bd271a32dfb7c620d4a558c63fcb0122fd1651b9ed73d6afd4ae6fe", size = 2472127 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/b6/af4edf0a181fd7b148a83d491f5677d7d1c9f86f03282f8f0209d9dfb793/grpcio_tools-1.69.0-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:b51bf4981b3d7e47c2569efadff08284787124eb3dea0f63f491d39703231d3c", size = 3344015 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/9f/4c2b5ae642f7d3df73c16df6c7d53e9443cb0e49e1dcf2c8d1a49058e0b5/grpcio_tools-1.69.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:ea7aaf0dc1a828e2133357a9e9553fd1bb4e766890d52a506cc132e40632acdc", size = 2952942 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/8e/6b707871db5927a17ad7475c070916bff4f32463a51552b424779236ab65/grpcio_tools-1.69.0-cp313-cp313-win32.whl", hash = "sha256:4320f11b79d3a148cc23bad1b81719ce1197808dc2406caa8a8ba0a5cfb0260d", size = 956242 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/e2/b419a02b50240143605f77cd50cb07f724caf0fd35a01540a4f044ae9f21/grpcio_tools-1.69.0-cp313-cp313-win_amd64.whl", hash = "sha256:e9bae733654e0eb8ca83aa1d0d6b6c2f4a3525ce70d5ffc07df68d28f6520137", size = 1113616 },
]
[[package]]
name = "gtts"
version = "2.3.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "click" },
{ name = "requests" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/5e/2797084ceb722791528c59ef88edeb6c0fdc5f58a81d0dbe80cf2fb9cccb/gTTS-2.3.1.tar.gz", hash = "sha256:fad26bccf0408aa8373ca8323f10731dc5b0c59eb5a0617591efe47ff30d4fcb", size = 23582 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/19/de0104831fa713937719ced2fd628f1e5109e842cc4c1ef8e478896ebca6/gTTS-2.3.1-py3-none-any.whl", hash = "sha256:7123ba91d415340f3264266adc195ff69f89b07f97ddafcfe48c9dad66f005c8", size = 28925 },
]
[[package]]
name = "h11"
version = "0.14.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/38/3af3d3633a34a3316095b39c8e8fb4853a28a536e55d347bd8d8e9a14b03/h11-0.14.0.tar.gz", hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d", size = 100418 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/04/ff642e65ad6b90db43e668d70ffb6736436c7ce41fcc549f4e9472234127/h11-0.14.0-py3-none-any.whl", hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761", size = 58259 },
]
[[package]]
name = "httpcore"
version = "1.0.7"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "certifi" },
{ name = "h11" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/41/d7d0a89eb493922c37d343b607bc1b5da7f5be7e383740b4753ad8943e90/httpcore-1.0.7.tar.gz", hash = "sha256:8551cb62a169ec7162ac7be8d4817d561f60e08eaa485234898414bb5a8a0b4c", size = 85196 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/f5/72347bc88306acb359581ac4d52f23c0ef445b57157adedb9aee0cd689d2/httpcore-1.0.7-py3-none-any.whl", hash = "sha256:a3fff8f43dc260d5bd363d9f9cf1830fa3a458b332856f34282de498ed420edd", size = 78551 },
]
[[package]]
name = "httptools"
version = "0.6.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/9a/ce5e1f7e131522e6d3426e8e7a490b3a01f39a6696602e1c4f33f9e94277/httptools-0.6.4.tar.gz", hash = "sha256:4e93eee4add6493b59a5c514da98c939b244fce4a0d8879cd3f466562f4b7d5c", size = 240639 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/6f/972f8eb0ea7d98a1c6be436e2142d51ad2a64ee18e02b0e7ff1f62171ab1/httptools-0.6.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:3c73ce323711a6ffb0d247dcd5a550b8babf0f757e86a52558fe5b86d6fefcc0", size = 198780 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/b0/17c672b4bc5c7ba7f201eada4e96c71d0a59fbc185e60e42580093a86f21/httptools-0.6.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:345c288418f0944a6fe67be8e6afa9262b18c7626c3ef3c28adc5eabc06a68da", size = 103297 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/5e/b4a826fe91971a0b68e8c2bd4e7db3e7519882f5a8ccdb1194be2b3ab98f/httptools-0.6.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:deee0e3343f98ee8047e9f4c5bc7cedbf69f5734454a94c38ee829fb2d5fa3c1", size = 443130 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/51/ce61e531e40289a681a463e1258fa1e05e0be54540e40d91d065a264cd8f/httptools-0.6.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca80b7485c76f768a3bc83ea58373f8db7b015551117375e4918e2aa77ea9b50", size = 442148 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/9e/270b7d767849b0c96f275c695d27ca76c30671f8eb8cc1bab6ced5c5e1d0/httptools-0.6.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:90d96a385fa941283ebd231464045187a31ad932ebfa541be8edf5b3c2328959", size = 415949 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/86/ced96e3179c48c6f656354e106934e65c8963d48b69be78f355797f0e1b3/httptools-0.6.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:59e724f8b332319e2875efd360e61ac07f33b492889284a3e05e6d13746876f4", size = 417591 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/73/187a3f620ed3175364ddb56847d7a608a6fc42d551e133197098c0143eca/httptools-0.6.4-cp310-cp310-win_amd64.whl", hash = "sha256:c26f313951f6e26147833fc923f78f95604bbec812a43e5ee37f26dc9e5a686c", size = 88344 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/26/bb526d4d14c2774fe07113ca1db7255737ffbb119315839af2065abfdac3/httptools-0.6.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:f47f8ed67cc0ff862b84a1189831d1d33c963fb3ce1ee0c65d3b0cbe7b711069", size = 199029 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/17/3e0d3e9b901c732987a45f4f94d4e2c62b89a041d93db89eafb262afd8d5/httptools-0.6.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:0614154d5454c21b6410fdf5262b4a3ddb0f53f1e1721cfd59d55f32138c578a", size = 103492 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/24/0fe235d7b69c42423c7698d086d4db96475f9b50b6ad26a718ef27a0bce6/httptools-0.6.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f8787367fbdfccae38e35abf7641dafc5310310a5987b689f4c32cc8cc3ee975", size = 462891 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/2f/205d1f2a190b72da6ffb5f41a3736c26d6fa7871101212b15e9b5cd8f61d/httptools-0.6.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:40b0f7fe4fd38e6a507bdb751db0379df1e99120c65fbdc8ee6c1d044897a636", size = 459788 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/4c/d09ce0eff09057a206a74575ae8f1e1e2f0364d20e2442224f9e6612c8b9/httptools-0.6.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:40a5ec98d3f49904b9fe36827dcf1aadfef3b89e2bd05b0e35e94f97c2b14721", size = 433214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/d2/84c9e23edbccc4a4c6f96a1b8d99dfd2350289e94f00e9ccc7aadde26fb5/httptools-0.6.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:dacdd3d10ea1b4ca9df97a0a303cbacafc04b5cd375fa98732678151643d4988", size = 434120 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/46/4d8e7ba9581416de1c425b8264e2cadd201eb709ec1584c381f3e98f51c1/httptools-0.6.4-cp311-cp311-win_amd64.whl", hash = "sha256:288cd628406cc53f9a541cfaf06041b4c71d751856bab45e3702191f931ccd17", size = 88565 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/0e/d0b71465c66b9185f90a091ab36389a7352985fe857e352801c39d6127c8/httptools-0.6.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:df017d6c780287d5c80601dafa31f17bddb170232d85c066604d8558683711a2", size = 200683 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/b8/412a9bb28d0a8988de3296e01efa0bd62068b33856cdda47fe1b5e890954/httptools-0.6.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:85071a1e8c2d051b507161f6c3e26155b5c790e4e28d7f236422dbacc2a9cc44", size = 104337 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/01/6fb20be3196ffdc8eeec4e653bc2a275eca7f36634c86302242c4fbb2760/httptools-0.6.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:69422b7f458c5af875922cdb5bd586cc1f1033295aa9ff63ee196a87519ac8e1", size = 508796 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/d8/b644c44acc1368938317d76ac991c9bba1166311880bcc0ac297cb9d6bd7/httptools-0.6.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:16e603a3bff50db08cd578d54f07032ca1631450ceb972c2f834c2b860c28ea2", size = 510837 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/d8/254d16a31d543073a0e57f1c329ca7378d8924e7e292eda72d0064987486/httptools-0.6.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:ec4f178901fa1834d4a060320d2f3abc5c9e39766953d038f1458cb885f47e81", size = 485289 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/3c/4aee161b4b7a971660b8be71a92c24d6c64372c1ab3ae7f366b3680df20f/httptools-0.6.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:f9eb89ecf8b290f2e293325c646a211ff1c2493222798bb80a530c5e7502494f", size = 489779 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/b7/5cae71a8868e555f3f67a50ee7f673ce36eac970f029c0c5e9d584352961/httptools-0.6.4-cp312-cp312-win_amd64.whl", hash = "sha256:db78cb9ca56b59b016e64b6031eda5653be0589dba2b1b43453f6e8b405a0970", size = 88634 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/a3/9fe9ad23fd35f7de6b91eeb60848986058bd8b5a5c1e256f5860a160cc3e/httptools-0.6.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:ade273d7e767d5fae13fa637f4d53b6e961fb7fd93c7797562663f0171c26660", size = 197214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/d9/82d5e68bab783b632023f2fa31db20bebb4e89dfc4d2293945fd68484ee4/httptools-0.6.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:856f4bc0478ae143bad54a4242fccb1f3f86a6e1be5548fecfd4102061b3a083", size = 102431 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/c1/cb499655cbdbfb57b577734fde02f6fa0bbc3fe9fb4d87b742b512908dff/httptools-0.6.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:322d20ea9cdd1fa98bd6a74b77e2ec5b818abdc3d36695ab402a0de8ef2865a3", size = 473121 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/71/ee32fd358f8a3bb199b03261f10921716990808a675d8160b5383487a317/httptools-0.6.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4d87b29bd4486c0093fc64dea80231f7c7f7eb4dc70ae394d70a495ab8436071", size = 473805 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/0a/0d4df132bfca1507114198b766f1737d57580c9ad1cf93c1ff673e3387be/httptools-0.6.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:342dd6946aa6bda4b8f18c734576106b8a31f2fe31492881a9a160ec84ff4bd5", size = 448858 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/6a/787004fdef2cabea27bad1073bf6a33f2437b4dbd3b6fb4a9d71172b1c7c/httptools-0.6.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4b36913ba52008249223042dca46e69967985fb4051951f94357ea681e1f5dc0", size = 452042 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/dc/7decab5c404d1d2cdc1bb330b1bf70e83d6af0396fd4fc76fc60c0d522bf/httptools-0.6.4-cp313-cp313-win_amd64.whl", hash = "sha256:28908df1b9bb8187393d5b5db91435ccc9c8e891657f9cbb42a2541b44c82fc8", size = 87682 },
]
[[package]]
name = "httpx"
version = "0.27.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "anyio" },
{ name = "certifi" },
{ name = "httpcore" },
{ name = "idna" },
{ name = "sniffio" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/82/08f8c936781f67d9e6b9eeb8a0c8b4e406136ea4c3d1f89a5db71d42e0e6/httpx-0.27.2.tar.gz", hash = "sha256:f7c2be1d2f3c3c3160d441802406b206c2b76f5947b11115e6df10c6c65e66c2", size = 144189 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/95/9377bcb415797e44274b51d46e3249eba641711cf3348050f76ee7b15ffc/httpx-0.27.2-py3-none-any.whl", hash = "sha256:7bb2708e112d8fdd7829cd4243970f0c223274051cb35ee80c03301ee29a3df0", size = 76395 },
]
[package.optional-dependencies]
socks = [
{ name = "socksio" },
]
[[package]]
name = "httpx-sse"
version = "0.4.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/60/8f4281fa9bbf3c8034fd54c0e7412e66edbab6bc74c4996bd616f8d0406e/httpx-sse-0.4.0.tar.gz", hash = "sha256:1e81a3a3070ce322add1d3529ed42eb5f70817f45ed6ec915ab753f961139721", size = 12624 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/9b/a181f281f65d776426002f330c31849b86b31fc9d848db62e16f03ff739f/httpx_sse-0.4.0-py3-none-any.whl", hash = "sha256:f329af6eae57eaa2bdfd962b42524764af68075ea87370a2de920af5341e318f", size = 7819 },
]
[[package]]
name = "huggingface-hub"
version = "0.27.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "filelock" },
{ name = "fsspec" },
{ name = "packaging" },
{ name = "pyyaml" },
{ name = "requests" },
{ name = "tqdm" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/d2/d6976de7542792fc077b498d64af64882b6d8bb40679284ec0bff77d5929/huggingface_hub-0.27.1.tar.gz", hash = "sha256:c004463ca870283909d715d20f066ebd6968c2207dae9393fdffb3c1d4d8f98b", size = 379407 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/3f/50f6b25fafdcfb1c089187a328c95081abf882309afd86f4053951507cd1/huggingface_hub-0.27.1-py3-none-any.whl", hash = "sha256:1c5155ca7d60b60c2e2fc38cbb3ffb7f7c3adf48f824015b219af9061771daec", size = 450658 },
]
[[package]]
name = "humanfriendly"
version = "10.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pyreadline3", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/3f/2c29224acb2e2df4d2046e4c73ee2662023c58ff5b113c4c1adac0886c43/humanfriendly-10.0.tar.gz", hash = "sha256:6b0b831ce8f15f7300721aa49829fc4e83921a9a301cc7f606be6686a2288ddc", size = 360702 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/0f/310fb31e39e2d734ccaa2c0fb981ee41f7bd5056ce9bc29b2248bd569169/humanfriendly-10.0-py2.py3-none-any.whl", hash = "sha256:1697e1a8a8f550fd43c2865cd84542fc175a61dcb779b6fee18cf6b6ccba1477", size = 86794 },
]
[[package]]
name = "idna"
version = "3.10"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/70/7703c29685631f5a7590aa73f1f1d3fa9a380e654b86af429e0934a32f7d/idna-3.10.tar.gz", hash = "sha256:12f65c9b470abda6dc35cf8e63cc574b1c52b11df2c86030af0ac09b01b13ea9", size = 190490 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/c6/c88e154df9c4e1a2a66ccf0005a88dfb2650c1dffb6f5ce603dfbd452ce3/idna-3.10-py3-none-any.whl", hash = "sha256:946d195a0d259cbba61165e88e65941f16e9b36ea6ddb97f00452bae8b1287d3", size = 70442 },
]
[[package]]
name = "importlib-metadata"
version = "8.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "zipp" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/cd/12/33e59336dca5be0c398a7482335911a33aa0e20776128f038019f1a95f1b/importlib_metadata-8.5.0.tar.gz", hash = "sha256:71522656f0abace1d072b9e5481a48f07c138e00f079c38c8f883823f9c26bd7", size = 55304 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/d9/a1e041c5e7caa9a05c925f4bdbdfb7f006d1f74996af53467bc394c97be7/importlib_metadata-8.5.0-py3-none-any.whl", hash = "sha256:45e54197d28b7a7f1559e60b95e7c567032b602131fbd588f1497f47880aa68b", size = 26514 },
]
[[package]]
name = "importlib-resources"
version = "5.12.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/a2/3cab1de83f95dd15297c15bdc04d50902391d707247cada1f021bbfe2149/importlib_resources-5.12.0.tar.gz", hash = "sha256:4be82589bf5c1d7999aedf2a45159d10cb3ca4f19b2271f8792bc8e6da7b22f6", size = 39894 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/71/c13ea695a4393639830bf96baea956538ba7a9d06fcce7cef10bfff20f72/importlib_resources-5.12.0-py3-none-any.whl", hash = "sha256:7b1deeebbf351c7578e09bf2f63fa2ce8b5ffec296e0d349139d43cca061a81a", size = 36211 },
]
[[package]]
name = "iniconfig"
version = "2.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/4b/cbd8e699e64a6f16ca3a8220661b5f83792b3017d0f79807cb8708d33913/iniconfig-2.0.0.tar.gz", hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3", size = 4646 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl", hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374", size = 5892 },
]
[[package]]
name = "installer"
version = "0.7.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/18/ceeb4e3ab3aa54495775775b38ae42b10a92f42ce42dfa44da684289b8c8/installer-0.7.0.tar.gz", hash = "sha256:a26d3e3116289bb08216e0d0f7d925fcef0b0194eedfa0c944bcaaa106c4b631", size = 474349 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/ca/1172b6638d52f2d6caa2dd262ec4c811ba59eee96d54a7701930726bce18/installer-0.7.0-py3-none-any.whl", hash = "sha256:05d1933f0a5ba7d8d6296bb6d5018e7c94fa473ceb10cf198a92ccea19c27b53", size = 453838 },
]
[[package]]
name = "interegular"
version = "0.3.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/9d/8b6dde58a028a3962ce17e84d5fe73758df61378e00ef8ac3d85da34b0ff/interegular-0.3.3.tar.gz", hash = "sha256:d9b697b21b34884711399ba0f0376914b81899ce670032486d0d048344a76600", size = 24705 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/01/72d6472f80651673716d1deda2a5bbb633e563ecf94f4479da5519d69d25/interegular-0.3.3-py37-none-any.whl", hash = "sha256:b0c07007d48c89d6d19f7204972d369b2a77222722e126b6aa63aa721dc3b19c", size = 23635 },
]
[[package]]
name = "ipykernel"
version = "6.29.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "appnope", marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "comm" },
{ name = "debugpy" },
{ name = "ipython" },
{ name = "jupyter-client" },
{ name = "jupyter-core" },
{ name = "matplotlib-inline" },
{ name = "nest-asyncio" },
{ name = "packaging" },
{ name = "psutil" },
{ name = "pyzmq" },
{ name = "tornado" },
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/5c/67594cb0c7055dc50814b21731c22a601101ea3b1b50a9a1b090e11f5d0f/ipykernel-6.29.5.tar.gz", hash = "sha256:f093a22c4a40f8828f8e330a9c297cb93dcab13bd9678ded6de8e5cf81c56215", size = 163367 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/5c/368ae6c01c7628438358e6d337c19b05425727fbb221d2a3c4303c372f42/ipykernel-6.29.5-py3-none-any.whl", hash = "sha256:afdb66ba5aa354b09b91379bac28ae4afebbb30e8b39510c9690afb7a10421b5", size = 117173 },
]
[[package]]
name = "ipython"
version = "8.31.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "decorator" },
{ name = "exceptiongroup", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jedi" },
{ name = "matplotlib-inline" },
{ name = "pexpect", marker = "(sys_platform != 'emscripten' and sys_platform != 'win32') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'emscripten' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "prompt-toolkit" },
{ name = "pygments" },
{ name = "stack-data" },
{ name = "traitlets" },
{ name = "typing-extensions", marker = "python_full_version < '3.12' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/35/6f90fdddff7a08b7b715fccbd2427b5212c9525cd043d26fdc45bee0708d/ipython-8.31.0.tar.gz", hash = "sha256:b6a2274606bec6166405ff05e54932ed6e5cfecaca1fc05f2cacde7bb074d70b", size = 5501011 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/60/d0feb6b6d9fe4ab89fe8fe5b47cbf6cd936bfd9f1e7ffa9d0015425aeed6/ipython-8.31.0-py3-none-any.whl", hash = "sha256:46ec58f8d3d076a61d128fe517a51eb730e3aaf0c184ea8c17d16e366660c6a6", size = 821583 },
]
[[package]]
name = "ipywidgets"
version = "8.1.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "comm" },
{ name = "ipython" },
{ name = "jupyterlab-widgets" },
{ name = "traitlets" },
{ name = "widgetsnbextension" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/4c/dab2a281b07596a5fc220d49827fe6c794c66f1493d7a74f1df0640f2cc5/ipywidgets-8.1.5.tar.gz", hash = "sha256:870e43b1a35656a80c18c9503bbf2d16802db1cb487eec6fab27d683381dde17", size = 116723 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/2d/9c0b76f2f9cc0ebede1b9371b6f317243028ed60b90705863d493bae622e/ipywidgets-8.1.5-py3-none-any.whl", hash = "sha256:3290f526f87ae6e77655555baba4f36681c555b8bdbbff430b70e52c34c86245", size = 139767 },
]
[[package]]
name = "isoduration"
version = "20.11.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "arrow" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/1a/3c8edc664e06e6bd06cce40c6b22da5f1429aa4224d0c590f3be21c91ead/isoduration-20.11.0.tar.gz", hash = "sha256:ac2f9015137935279eac671f94f89eb00584f940f5dc49462a0c4ee692ba1bd9", size = 11649 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/55/e5326141505c5d5e34c5e0935d2908a74e4561eca44108fbfb9c13d2911a/isoduration-20.11.0-py3-none-any.whl", hash = "sha256:b2904c2a4228c3d44f409c8ae8e2370eb21a26f7ac2ec5446df141dde3452042", size = 11321 },
]
[[package]]
name = "jaraco-classes"
version = "3.4.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "more-itertools" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/06/c0/ed4a27bc5571b99e3cff68f8a9fa5b56ff7df1c2251cc715a652ddd26402/jaraco.classes-3.4.0.tar.gz", hash = "sha256:47a024b51d0239c0dd8c8540c6c7f484be3b8fcf0b2d85c13825780d3b3f3acd", size = 11780 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7f/66/b15ce62552d84bbfcec9a4873ab79d993a1dd4edb922cbfccae192bd5b5f/jaraco.classes-3.4.0-py3-none-any.whl", hash = "sha256:f662826b6bed8cace05e7ff873ce0f9283b5c924470fe664fff1c2f00f581790", size = 6777 },
]
[[package]]
name = "jaraco-context"
version = "6.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "backports-tarfile", marker = "python_full_version < '3.12' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/ad/f3777b81bf0b6e7bc7514a1656d3e637b2e8e15fab2ce3235730b3e7a4e6/jaraco_context-6.0.1.tar.gz", hash = "sha256:9bae4ea555cf0b14938dc0aee7c9f32ed303aa20a3b73e7dc80111628792d1b3", size = 13912 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/db/0c52c4cf5e4bd9f5d7135ec7669a3a767af21b3a308e1ed3674881e52b62/jaraco.context-6.0.1-py3-none-any.whl", hash = "sha256:f797fc481b490edb305122c9181830a3a5b76d84ef6d1aef2fb9b47ab956f9e4", size = 6825 },
]
[[package]]
name = "jaraco-functools"
version = "4.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "more-itertools" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/23/9894b3df5d0a6eb44611c36aec777823fc2e07740dabbd0b810e19594013/jaraco_functools-4.1.0.tar.gz", hash = "sha256:70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d", size = 19159 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/4f/24b319316142c44283d7540e76c7b5a6dbd5db623abd86bb7b3491c21018/jaraco.functools-4.1.0-py3-none-any.whl", hash = "sha256:ad159f13428bc4acbf5541ad6dec511f91573b90fba04df61dafa2a1231cf649", size = 10187 },
]
[[package]]
name = "jedi"
version = "0.19.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "parso" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/3a/79a912fbd4d8dd6fbb02bf69afd3bb72cf0c729bb3063c6f4498603db17a/jedi-0.19.2.tar.gz", hash = "sha256:4770dc3de41bde3966b02eb84fbcf557fb33cce26ad23da12c742fb50ecb11f0", size = 1231287 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/5a/9cac0c82afec3d09ccd97c8b6502d48f165f9124db81b4bcb90b4af974ee/jedi-0.19.2-py2.py3-none-any.whl", hash = "sha256:a8ef22bde8490f57fe5c7681a3c83cb58874daf72b4784de3cce5b6ef6edb5b9", size = 1572278 },
]
[[package]]
name = "jeepney"
version = "0.8.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/f4/154cf374c2daf2020e05c3c6a03c91348d59b23c5366e968feb198306fdf/jeepney-0.8.0.tar.gz", hash = "sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806", size = 106005 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/72/2a1e2290f1ab1e06f71f3d0f1646c9e4634e70e1d37491535e19266e8dc9/jeepney-0.8.0-py3-none-any.whl", hash = "sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755", size = 48435 },
]
[[package]]
name = "jinja2"
version = "3.1.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "markupsafe" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/92/b3130cbbf5591acf9ade8708c365f3238046ac7cb8ccba6e81abccb0ccff/jinja2-3.1.5.tar.gz", hash = "sha256:8fefff8dc3034e27bb80d67c671eb8a9bc424c0ef4c0826edbff304cceff43bb", size = 244674 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/0f/2ba5fbcd631e3e88689309dbe978c5769e883e4b84ebfe7da30b43275c5a/jinja2-3.1.5-py3-none-any.whl", hash = "sha256:aba0f4dc9ed8013c424088f68a5c226f7d6097ed89b246d7749c2ec4175c6adb", size = 134596 },
]
[[package]]
name = "jiter"
version = "0.8.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/70/90bc7bd3932e651486861df5c8ffea4ca7c77d28e8532ddefe2abc561a53/jiter-0.8.2.tar.gz", hash = "sha256:cd73d3e740666d0e639f678adb176fad25c1bcbdae88d8d7b857e1783bb4212d", size = 163007 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/f3/8c11e0e87bd5934c414f9b1cfae3cbfd4a938d4669d57cb427e1c4d11a7f/jiter-0.8.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:ca8577f6a413abe29b079bc30f907894d7eb07a865c4df69475e868d73e71c7b", size = 303381 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/28/4cd3f0bcbf40e946bc6a62a82c951afc386a25673d3d8d5ee461f1559bbe/jiter-0.8.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:b25bd626bde7fb51534190c7e3cb97cee89ee76b76d7585580e22f34f5e3f393", size = 311718 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/17/57acab00507e60bd954eaec0837d9d7b119b4117ff49b8a62f2b646f32ed/jiter-0.8.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d5c826a221851a8dc028eb6d7d6429ba03184fa3c7e83ae01cd6d3bd1d4bd17d", size = 335465 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/b9/1a3ddd2bc95ae17c815b021521020f40c60b32137730126bada962ef32b4/jiter-0.8.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d35c864c2dff13dfd79fb070fc4fc6235d7b9b359efe340e1261deb21b9fcb66", size = 355570 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/69/6d29e2296a934199a7d0dde673ecccf98c9c8db44caf0248b3f2b65483cb/jiter-0.8.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f557c55bc2b7676e74d39d19bcb8775ca295c7a028246175d6a8b431e70835e5", size = 381383 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/d7/fbc4c3fb1bf65f9be22a32759b539f88e897aeb13fe84ab0266e4423487a/jiter-0.8.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:580ccf358539153db147e40751a0b41688a5ceb275e6f3e93d91c9467f42b2e3", size = 390454 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/a0/3993cda2e267fe679b45d0bcc2cef0b4504b0aa810659cdae9737d6bace9/jiter-0.8.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:af102d3372e917cffce49b521e4c32c497515119dc7bd8a75665e90a718bbf08", size = 345039 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/ef/69c18562b4c09ce88fab5df1dcaf643f6b1a8b970b65216e7221169b81c4/jiter-0.8.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:cadcc978f82397d515bb2683fc0d50103acff2a180552654bb92d6045dec2c49", size = 376200 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/17/0b5a8de46a6ab4d836f70934036278b49b8530c292b29dde3483326d4555/jiter-0.8.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:ba5bdf56969cad2019d4e8ffd3f879b5fdc792624129741d3d83fc832fef8c7d", size = 511158 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/b2/c401a0a2554b36c9e6d6e4876b43790d75139cf3936f0222e675cbc23451/jiter-0.8.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:3b94a33a241bee9e34b8481cdcaa3d5c2116f575e0226e421bed3f7a6ea71cff", size = 503956 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/02/a0291ed7d72c0ac130f172354ee3cf0b2556b69584de391463a8ee534f40/jiter-0.8.2-cp310-cp310-win32.whl", hash = "sha256:6e5337bf454abddd91bd048ce0dca5134056fc99ca0205258766db35d0a2ea43", size = 202846 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/20/8c988831ae4bf437e29f1671e198fc99ba8fe49f2895f23789acad1d1811/jiter-0.8.2-cp310-cp310-win_amd64.whl", hash = "sha256:4a9220497ca0cb1fe94e3f334f65b9b5102a0b8147646118f020d8ce1de70105", size = 204414 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/b0/c1a7caa7f9dc5f1f6cfa08722867790fe2d3645d6e7170ca280e6e52d163/jiter-0.8.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:2dd61c5afc88a4fda7d8b2cf03ae5947c6ac7516d32b7a15bf4b49569a5c076b", size = 303666 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/97/0468bc9eeae43079aaa5feb9267964e496bf13133d469cfdc135498f8dd0/jiter-0.8.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:a6c710d657c8d1d2adbbb5c0b0c6bfcec28fd35bd6b5f016395f9ac43e878a15", size = 311934 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/69/64058e18263d9a5f1e10f90c436853616d5f047d997c37c7b2df11b085ec/jiter-0.8.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a9584de0cd306072635fe4b89742bf26feae858a0683b399ad0c2509011b9dc0", size = 335506 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/14/b747f9a77b8c0542141d77ca1e2a7523e854754af2c339ac89a8b66527d6/jiter-0.8.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5a90a923338531b7970abb063cfc087eebae6ef8ec8139762007188f6bc69a9f", size = 355849 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/e2/98a08161db7cc9d0e39bc385415890928ff09709034982f48eccfca40733/jiter-0.8.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d21974d246ed0181558087cd9f76e84e8321091ebfb3a93d4c341479a736f099", size = 381700 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/38/1674672954d35bce3b1c9af99d5849f9256ac8f5b672e020ac7821581206/jiter-0.8.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:32475a42b2ea7b344069dc1e81445cfc00b9d0e3ca837f0523072432332e9f74", size = 389710 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/9b/92f9da9a9e107d019bcf883cd9125fa1690079f323f5a9d5c6986eeec3c0/jiter-0.8.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8b9931fd36ee513c26b5bf08c940b0ac875de175341cbdd4fa3be109f0492586", size = 345553 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/a6/6d030003394e9659cd0d7136bbeabd82e869849ceccddc34d40abbbbb269/jiter-0.8.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:ce0820f4a3a59ddced7fce696d86a096d5cc48d32a4183483a17671a61edfddc", size = 376388 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/8d/87b09e648e4aca5f9af89e3ab3cfb93db2d1e633b2f2931ede8dabd9b19a/jiter-0.8.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:8ffc86ae5e3e6a93765d49d1ab47b6075a9c978a2b3b80f0f32628f39caa0c88", size = 511226 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/95/8008ebe4cdc82eac1c97864a8042ca7e383ed67e0ec17bfd03797045c727/jiter-0.8.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5127dc1abd809431172bc3fbe8168d6b90556a30bb10acd5ded41c3cfd6f43b6", size = 504134 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/0d/3056a74de13e8b2562e4d526de6dac2f65d91ace63a8234deb9284a1d24d/jiter-0.8.2-cp311-cp311-win32.whl", hash = "sha256:66227a2c7b575720c1871c8800d3a0122bb8ee94edb43a5685aa9aceb2782d44", size = 203103 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/1e/7f96b798f356e531ffc0f53dd2f37185fac60fae4d6c612bbbd4639b90aa/jiter-0.8.2-cp311-cp311-win_amd64.whl", hash = "sha256:cde031d8413842a1e7501e9129b8e676e62a657f8ec8166e18a70d94d4682855", size = 206717 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/17/c8747af8ea4e045f57d6cfd6fc180752cab9bc3de0e8a0c9ca4e8af333b1/jiter-0.8.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:e6ec2be506e7d6f9527dae9ff4b7f54e68ea44a0ef6b098256ddf895218a2f8f", size = 302027 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/c1/6da849640cd35a41e91085723b76acc818d4b7d92b0b6e5111736ce1dd10/jiter-0.8.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:76e324da7b5da060287c54f2fabd3db5f76468006c811831f051942bf68c9d44", size = 310326 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/06/99/a2bf660d8ccffee9ad7ed46b4f860d2108a148d0ea36043fd16f4dc37e94/jiter-0.8.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:180a8aea058f7535d1c84183c0362c710f4750bef66630c05f40c93c2b152a0f", size = 334242 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/5f/cea1c17864828731f11427b9d1ab7f24764dbd9aaf4648a7f851164d2718/jiter-0.8.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:025337859077b41548bdcbabe38698bcd93cfe10b06ff66617a48ff92c9aec60", size = 356654 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/13/62774b7e5e7f5d5043efe1d0f94ead66e6d0f894ae010adb56b3f788de71/jiter-0.8.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ecff0dc14f409599bbcafa7e470c00b80f17abc14d1405d38ab02e4b42e55b57", size = 379967 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ec/fb/096b34c553bb0bd3f2289d5013dcad6074948b8d55212aa13a10d44c5326/jiter-0.8.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:ffd9fee7d0775ebaba131f7ca2e2d83839a62ad65e8e02fe2bd8fc975cedeb9e", size = 389252 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/61/beea645c0bf398ced8b199e377b61eb999d8e46e053bb285c91c3d3eaab0/jiter-0.8.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:14601dcac4889e0a1c75ccf6a0e4baf70dbc75041e51bcf8d0e9274519df6887", size = 345490 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/df/834aa17ad5dcc3cf0118821da0a0cf1589ea7db9832589278553640366bc/jiter-0.8.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:92249669925bc1c54fcd2ec73f70f2c1d6a817928480ee1c65af5f6b81cdf12d", size = 376991 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/80/87d140399d382fb4ea5b3d56e7ecaa4efdca17cd7411ff904c1517855314/jiter-0.8.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:e725edd0929fa79f8349ab4ec7f81c714df51dc4e991539a578e5018fa4a7152", size = 510822 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/37/3394bb47bac1ad2cb0465601f86828a0518d07828a650722e55268cdb7e6/jiter-0.8.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:bf55846c7b7a680eebaf9c3c48d630e1bf51bdf76c68a5f654b8524335b0ad29", size = 503730 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/e2/253fc1fa59103bb4e3aa0665d6ceb1818df1cd7bf3eb492c4dad229b1cd4/jiter-0.8.2-cp312-cp312-win32.whl", hash = "sha256:7efe4853ecd3d6110301665a5178b9856be7e2a9485f49d91aa4d737ad2ae49e", size = 203375 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/69/6d4bbe66b3b3b4507e47aa1dd5d075919ad242b4b1115b3f80eecd443687/jiter-0.8.2-cp312-cp312-win_amd64.whl", hash = "sha256:83c0efd80b29695058d0fd2fa8a556490dbce9804eac3e281f373bbc99045f6c", size = 204740 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/b0/bfa1f6f2c956b948802ef5a021281978bf53b7a6ca54bb126fd88a5d014e/jiter-0.8.2-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:ca1f08b8e43dc3bd0594c992fb1fd2f7ce87f7bf0d44358198d6da8034afdf84", size = 301190 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/8f/396ddb4e292b5ea57e45ade5dc48229556b9044bad29a3b4b2dddeaedd52/jiter-0.8.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5672a86d55416ccd214c778efccf3266b84f87b89063b582167d803246354be4", size = 309334 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7f/68/805978f2f446fa6362ba0cc2e4489b945695940656edd844e110a61c98f8/jiter-0.8.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:58dc9bc9767a1101f4e5e22db1b652161a225874d66f0e5cb8e2c7d1c438b587", size = 333918 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/99/0f71f7be667c33403fa9706e5b50583ae5106d96fab997fa7e2f38ee8347/jiter-0.8.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:37b2998606d6dadbb5ccda959a33d6a5e853252d921fec1792fc902351bb4e2c", size = 356057 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/50/a82796e421a22b699ee4d2ce527e5bcb29471a2351cbdc931819d941a167/jiter-0.8.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4ab9a87f3784eb0e098f84a32670cfe4a79cb6512fd8f42ae3d0709f06405d18", size = 379790 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/31/10fb012b00f6d83342ca9e2c9618869ab449f1aa78c8f1b2193a6b49647c/jiter-0.8.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:79aec8172b9e3c6d05fd4b219d5de1ac616bd8da934107325a6c0d0e866a21b6", size = 388285 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/81/f15ebf7de57be488aa22944bf4274962aca8092e4f7817f92ffa50d3ee46/jiter-0.8.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:711e408732d4e9a0208008e5892c2966b485c783cd2d9a681f3eb147cf36c7ef", size = 344764 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/e8/0cae550d72b48829ba653eb348cdc25f3f06f8a62363723702ec18e7be9c/jiter-0.8.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:653cf462db4e8c41995e33d865965e79641ef45369d8a11f54cd30888b7e6ff1", size = 376620 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/50/e5478ff9d82534a944c03b63bc217c5f37019d4a34d288db0f079b13c10b/jiter-0.8.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:9c63eaef32b7bebac8ebebf4dabebdbc6769a09c127294db6babee38e9f405b9", size = 510402 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/1e/3de48bbebbc8f7025bd454cedc8c62378c0e32dd483dece5f4a814a5cb55/jiter-0.8.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:eb21aaa9a200d0a80dacc7a81038d2e476ffe473ffdd9c91eb745d623561de05", size = 503018 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/cd/d5a5501d72a11fe3e5fd65c78c884e5164eefe80077680533919be22d3a3/jiter-0.8.2-cp313-cp313-win32.whl", hash = "sha256:789361ed945d8d42850f919342a8665d2dc79e7e44ca1c97cc786966a21f627a", size = 203190 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/bf/e5ca301245ba951447e3ad677a02a64a8845b185de2603dabd83e1e4b9c6/jiter-0.8.2-cp313-cp313-win_amd64.whl", hash = "sha256:ab7f43235d71e03b941c1630f4b6e3055d46b6cb8728a17663eaac9d8e83a865", size = 203551 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/3c/71a491952c37b87d127790dd7a0b1ebea0514c6b6ad30085b16bbe00aee6/jiter-0.8.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:b426f72cd77da3fec300ed3bc990895e2dd6b49e3bfe6c438592a3ba660e41ca", size = 308347 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/4c/c02408042e6a7605ec063daed138e07b982fdb98467deaaf1c90950cf2c6/jiter-0.8.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b2dd880785088ff2ad21ffee205e58a8c1ddabc63612444ae41e5e4b321b39c0", size = 342875 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/61/c80ef80ed8a0a21158e289ef70dac01e351d929a1c30cb0f49be60772547/jiter-0.8.2-cp313-cp313t-win_amd64.whl", hash = "sha256:3ac9f578c46f22405ff7f8b1f5848fb753cc4b8377fbec8470a7dc3997ca7566", size = 202374 },
]
[[package]]
name = "joblib"
version = "1.4.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/33/60135848598c076ce4b231e1b1895170f45fbcaeaa2c9d5e38b04db70c35/joblib-1.4.2.tar.gz", hash = "sha256:2382c5816b2636fbd20a09e0f4e9dad4736765fdfb7dca582943b9c1366b3f0e", size = 2116621 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/29/df4b9b42f2be0b623cbd5e2140cafcaa2bef0759a00b7b70104dcfe2fb51/joblib-1.4.2-py3-none-any.whl", hash = "sha256:06d478d5674cbc267e7496a410ee875abd68e4340feff4490bcb7afb88060ae6", size = 301817 },
]
[[package]]
name = "json5"
version = "0.10.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/3d/bbe62f3d0c05a689c711cff57b2e3ac3d3e526380adb7c781989f075115c/json5-0.10.0.tar.gz", hash = "sha256:e66941c8f0a02026943c52c2eb34ebeb2a6f819a0be05920a6f5243cd30fd559", size = 48202 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/42/797895b952b682c3dafe23b1834507ee7f02f4d6299b65aaa61425763278/json5-0.10.0-py3-none-any.whl", hash = "sha256:19b23410220a7271e8377f81ba8aacba2fdd56947fbb137ee5977cbe1f5e8dfa", size = 34049 },
]
[[package]]
name = "jsonpatch"
version = "1.33"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "jsonpointer" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/78/18813351fe5d63acad16aec57f94ec2b70a09e53ca98145589e185423873/jsonpatch-1.33.tar.gz", hash = "sha256:9fcd4009c41e6d12348b4a0ff2563ba56a2923a7dfee731d004e212e1ee5030c" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/07/02e16ed01e04a374e644b575638ec7987ae846d25ad97bcc9945a3ee4b0e/jsonpatch-1.33-py2.py3-none-any.whl", hash = "sha256:0ae28c0cd062bbd8b8ecc26d7d164fbbea9652a1a3693f3b956c1eae5145dade" },
]
[[package]]
name = "jsonpointer"
version = "3.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/0a/eebeb1fa92507ea94016a2a790b93c2ae41a7e18778f85471dc54475ed25/jsonpointer-3.0.0.tar.gz", hash = "sha256:2b2d729f2091522d61c3b31f82e11870f60b68f43fbc705cb76bf4b832af59ef", size = 9114 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/92/5e77f98553e9e75130c78900d000368476aed74276eb8ae8796f65f00918/jsonpointer-3.0.0-py2.py3-none-any.whl", hash = "sha256:13e088adc14fca8b6aa8177c044e12701e6ad4b28ff10e65f2267a90109c9942", size = 7595 },
]
[[package]]
name = "jsonschema"
version = "4.23.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "attrs" },
{ name = "jsonschema-specifications" },
{ name = "referencing" },
{ name = "rpds-py" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec/jsonschema-4.23.0.tar.gz", hash = "sha256:d71497fef26351a33265337fa77ffeb82423f3ea21283cd9467bb03999266bc4", size = 325778 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/4a/4f9dbeb84e8850557c02365a0eee0649abe5eb1d84af92a25731c6c0f922/jsonschema-4.23.0-py3-none-any.whl", hash = "sha256:fbadb6f8b144a8f8cf9f0b89ba94501d143e50411a1278633f56a7acf7fd5566", size = 88462 },
]
[package.optional-dependencies]
format-nongpl = [
{ name = "fqdn" },
{ name = "idna" },
{ name = "isoduration" },
{ name = "jsonpointer" },
{ name = "rfc3339-validator" },
{ name = "rfc3986-validator" },
{ name = "uri-template" },
{ name = "webcolors" },
]
[[package]]
name = "jsonschema-specifications"
version = "2024.10.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "referencing" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352/jsonschema_specifications-2024.10.1.tar.gz", hash = "sha256:0f38b83639958ce1152d02a7f062902c41c8fd20d558b0c34344292d417ae272", size = 15561 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/0f/8910b19ac0670a0f80ce1008e5e751c4a57e14d2c4c13a482aa6079fa9d6/jsonschema_specifications-2024.10.1-py3-none-any.whl", hash = "sha256:a09a0680616357d9a0ecf05c12ad234479f549239d0f5b55f3deea67475da9bf", size = 18459 },
]
[[package]]
name = "jupyter"
version = "1.1.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "ipykernel" },
{ name = "ipywidgets" },
{ name = "jupyter-console" },
{ name = "jupyterlab" },
{ name = "nbconvert" },
{ name = "notebook" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/f3/af28ea964ab8bc1e472dba2e82627d36d470c51f5cd38c37502eeffaa25e/jupyter-1.1.1.tar.gz", hash = "sha256:d55467bceabdea49d7e3624af7e33d59c37fff53ed3a350e1ac957bed731de7a", size = 5714959 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/64/285f20a31679bf547b75602702f7800e74dbabae36ef324f716c02804753/jupyter-1.1.1-py2.py3-none-any.whl", hash = "sha256:7a59533c22af65439b24bbe60373a4e95af8f16ac65a6c00820ad378e3f7cc83", size = 2657 },
]
[[package]]
name = "jupyter-client"
version = "8.6.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "jupyter-core" },
{ name = "python-dateutil" },
{ name = "pyzmq" },
{ name = "tornado" },
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/22/bf9f12fdaeae18019a468b68952a60fe6dbab5d67cd2a103cac7659b41ca/jupyter_client-8.6.3.tar.gz", hash = "sha256:35b3a0947c4a6e9d589eb97d7d4cd5e90f910ee73101611f01283732bd6d9419", size = 342019 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/85/b0394e0b6fcccd2c1eeefc230978a6f8cb0c5df1e4cd3e7625735a0d7d1e/jupyter_client-8.6.3-py3-none-any.whl", hash = "sha256:e8a19cc986cc45905ac3362915f410f3af85424b4c0905e94fa5f2cb08e8f23f", size = 106105 },
]
[[package]]
name = "jupyter-console"
version = "6.6.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "ipykernel" },
{ name = "ipython" },
{ name = "jupyter-client" },
{ name = "jupyter-core" },
{ name = "prompt-toolkit" },
{ name = "pygments" },
{ name = "pyzmq" },
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/2d/e2fd31e2fc41c14e2bcb6c976ab732597e907523f6b2420305f9fc7fdbdb/jupyter_console-6.6.3.tar.gz", hash = "sha256:566a4bf31c87adbfadf22cdf846e3069b59a71ed5da71d6ba4d8aaad14a53539", size = 34363 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/77/71d78d58f15c22db16328a476426f7ac4a60d3a5a7ba3b9627ee2f7903d4/jupyter_console-6.6.3-py3-none-any.whl", hash = "sha256:309d33409fcc92ffdad25f0bcdf9a4a9daa61b6f341177570fdac03de5352485", size = 24510 },
]
[[package]]
name = "jupyter-core"
version = "5.7.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "platformdirs" },
{ name = "pywin32", marker = "(platform_python_implementation != 'PyPy' and sys_platform == 'win32') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/11/b56381fa6c3f4cc5d2cf54a7dbf98ad9aa0b339ef7a601d6053538b079a7/jupyter_core-5.7.2.tar.gz", hash = "sha256:aa5f8d32bbf6b431ac830496da7392035d6f61b4f54872f15c4bd2a9c3f536d9", size = 87629 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/fb/108ecd1fe961941959ad0ee4e12ee7b8b1477247f30b1fdfd83ceaf017f0/jupyter_core-5.7.2-py3-none-any.whl", hash = "sha256:4f7315d2f6b4bcf2e3e7cb6e46772eba760ae459cd1f59d29eb57b0a01bd7409", size = 28965 },
]
[[package]]
name = "jupyter-events"
version = "0.11.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "jsonschema", extra = ["format-nongpl"] },
{ name = "python-json-logger" },
{ name = "pyyaml" },
{ name = "referencing" },
{ name = "rfc3339-validator" },
{ name = "rfc3986-validator" },
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/65/5791c8a979b5646ca29ea50e42b6708908b789f7ff389d1a03c1b93a1c54/jupyter_events-0.11.0.tar.gz", hash = "sha256:c0bc56a37aac29c1fbc3bcfbddb8c8c49533f9cf11f1c4e6adadba936574ab90", size = 62039 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/8c/9b65cb2cd4ea32d885993d5542244641590530836802a2e8c7449a4c61c9/jupyter_events-0.11.0-py3-none-any.whl", hash = "sha256:36399b41ce1ca45fe8b8271067d6a140ffa54cec4028e95491c93b78a855cacf", size = 19423 },
]
[[package]]
name = "jupyter-lsp"
version = "2.2.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "jupyter-server" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/b4/3200b0b09c12bc3b72d943d923323c398eff382d1dcc7c0dbc8b74630e40/jupyter-lsp-2.2.5.tar.gz", hash = "sha256:793147a05ad446f809fd53ef1cd19a9f5256fd0a2d6b7ce943a982cb4f545001", size = 48741 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/e0/7bd7cff65594fd9936e2f9385701e44574fc7d721331ff676ce440b14100/jupyter_lsp-2.2.5-py3-none-any.whl", hash = "sha256:45fbddbd505f3fbfb0b6cb2f1bc5e15e83ab7c79cd6e89416b248cb3c00c11da", size = 69146 },
]
[[package]]
name = "jupyter-server"
version = "2.15.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "anyio" },
{ name = "argon2-cffi" },
{ name = "jinja2" },
{ name = "jupyter-client" },
{ name = "jupyter-core" },
{ name = "jupyter-events" },
{ name = "jupyter-server-terminals" },
{ name = "nbconvert" },
{ name = "nbformat" },
{ name = "overrides" },
{ name = "packaging" },
{ name = "prometheus-client" },
{ name = "pywinpty", marker = "(os_name == 'nt' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto') or (os_name == 'nt' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (os_name == 'nt' and sys_platform != 'darwin' and sys_platform != 'linux') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyzmq" },
{ name = "send2trash" },
{ name = "terminado" },
{ name = "tornado" },
{ name = "traitlets" },
{ name = "websocket-client" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/8c/df09d4ab646141f130f9977b32b206ba8615d1969b2eba6a2e84b7f89137/jupyter_server-2.15.0.tar.gz", hash = "sha256:9d446b8697b4f7337a1b7cdcac40778babdd93ba614b6d68ab1c0c918f1c4084", size = 725227 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/a2/89eeaf0bb954a123a909859fa507fa86f96eb61b62dc30667b60dbd5fdaf/jupyter_server-2.15.0-py3-none-any.whl", hash = "sha256:872d989becf83517012ee669f09604aa4a28097c0bd90b2f424310156c2cdae3", size = 385826 },
]
[[package]]
name = "jupyter-server-terminals"
version = "0.5.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pywinpty", marker = "(os_name == 'nt' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto') or (os_name == 'nt' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (os_name == 'nt' and sys_platform != 'darwin' and sys_platform != 'linux') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "terminado" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/d5/562469734f476159e99a55426d697cbf8e7eb5efe89fb0e0b4f83a3d3459/jupyter_server_terminals-0.5.3.tar.gz", hash = "sha256:5ae0295167220e9ace0edcfdb212afd2b01ee8d179fe6f23c899590e9b8a5269", size = 31430 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/2d/2b32cdbe8d2a602f697a649798554e4f072115438e92249624e532e8aca6/jupyter_server_terminals-0.5.3-py3-none-any.whl", hash = "sha256:41ee0d7dc0ebf2809c668e0fc726dfaf258fcd3e769568996ca731b6194ae9aa", size = 13656 },
]
[[package]]
name = "jupyterlab"
version = "4.3.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "async-lru" },
{ name = "httpx" },
{ name = "ipykernel" },
{ name = "jinja2" },
{ name = "jupyter-core" },
{ name = "jupyter-lsp" },
{ name = "jupyter-server" },
{ name = "jupyterlab-server" },
{ name = "notebook-shim" },
{ name = "packaging" },
{ name = "setuptools" },
{ name = "tomli", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tornado" },
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/17/6f3d73c3e54b71bbaf03edcc4a54b0aa6328e0a134755f297ea87d425711/jupyterlab-4.3.5.tar.gz", hash = "sha256:c779bf72ced007d7d29d5bcef128e7fdda96ea69299e19b04a43635a7d641f9d", size = 21800023 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/6f/94d4c879b3e2b7b9bca1913ea6fbbef180f8b1ed065b46ade40d651ec54d/jupyterlab-4.3.5-py3-none-any.whl", hash = "sha256:571bbdee20e4c5321ab5195bc41cf92a75a5cff886be5e57ce78dfa37a5e9fdb", size = 11666944 },
]
[[package]]
name = "jupyterlab-pygments"
version = "0.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/51/9187be60d989df97f5f0aba133fa54e7300f17616e065d1ada7d7646b6d6/jupyterlab_pygments-0.3.0.tar.gz", hash = "sha256:721aca4d9029252b11cfa9d185e5b5af4d54772bb8072f9b7036f4170054d35d" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/dd/ead9d8ea85bf202d90cc513b533f9c363121c7792674f78e0d8a854b63b4/jupyterlab_pygments-0.3.0-py3-none-any.whl", hash = "sha256:841a89020971da1d8693f1a99997aefc5dc424bb1b251fd6322462a1b8842780" },
]
[[package]]
name = "jupyterlab-server"
version = "2.27.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "babel" },
{ name = "jinja2" },
{ name = "json5" },
{ name = "jsonschema" },
{ name = "jupyter-server" },
{ name = "packaging" },
{ name = "requests" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/c9/a883ce65eb27905ce77ace410d83587c82ea64dc85a48d1f7ed52bcfa68d/jupyterlab_server-2.27.3.tar.gz", hash = "sha256:eb36caca59e74471988f0ae25c77945610b887f777255aa21f8065def9e51ed4", size = 76173 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/09/2032e7d15c544a0e3cd831c51d77a8ca57f7555b2e1b2922142eddb02a84/jupyterlab_server-2.27.3-py3-none-any.whl", hash = "sha256:e697488f66c3db49df675158a77b3b017520d772c6e1548c7d9bcc5df7944ee4", size = 59700 },
]
[[package]]
name = "jupyterlab-widgets"
version = "3.0.13"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/73/fa26bbb747a9ea4fca6b01453aa22990d52ab62dd61384f1ac0dc9d4e7ba/jupyterlab_widgets-3.0.13.tar.gz", hash = "sha256:a2966d385328c1942b683a8cd96b89b8dd82c8b8f81dda902bb2bc06d46f5bed", size = 203556 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/93/858e87edc634d628e5d752ba944c2833133a28fa87bb093e6832ced36a3e/jupyterlab_widgets-3.0.13-py3-none-any.whl", hash = "sha256:e3cda2c233ce144192f1e29914ad522b2f4c40e77214b0cc97377ca3d323db54", size = 214392 },
]
[[package]]
name = "keyring"
version = "25.6.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "importlib-metadata", marker = "python_full_version < '3.12' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jaraco-classes" },
{ name = "jaraco-context" },
{ name = "jaraco-functools" },
{ name = "jeepney", marker = "sys_platform == 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pywin32-ctypes", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "secretstorage", marker = "sys_platform == 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/09/d904a6e96f76ff214be59e7aa6ef7190008f52a0ab6689760a98de0bf37d/keyring-25.6.0.tar.gz", hash = "sha256:0b39998aa941431eb3d9b0d4b2460bc773b9df6fed7621c2dfb291a7e0187a66", size = 62750 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/32/da7f44bcb1105d3e88a0b74ebdca50c59121d2ddf71c9e34ba47df7f3a56/keyring-25.6.0-py3-none-any.whl", hash = "sha256:552a3f7af126ece7ed5c89753650eec89c7eaae8617d0aa4d9ad2b75111266bd", size = 39085 },
]
[[package]]
name = "kiwisolver"
version = "1.4.8"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/59/7c91426a8ac292e1cdd53a63b6d9439abd573c875c3f92c146767dd33faf/kiwisolver-1.4.8.tar.gz", hash = "sha256:23d5f023bdc8c7e54eb65f03ca5d5bb25b601eac4d7f1a042888a1f45237987e", size = 97538 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/5f/4d8e9e852d98ecd26cdf8eaf7ed8bc33174033bba5e07001b289f07308fd/kiwisolver-1.4.8-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:88c6f252f6816a73b1f8c904f7bbe02fd67c09a69f7cb8a0eecdbf5ce78e63db", size = 124623 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/70/7f5af2a18a76fe92ea14675f8bd88ce53ee79e37900fa5f1a1d8e0b42998/kiwisolver-1.4.8-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c72941acb7b67138f35b879bbe85be0f6c6a70cab78fe3ef6db9c024d9223e5b", size = 66720 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/13/e15f804a142353aefd089fadc8f1d985561a15358c97aca27b0979cb0785/kiwisolver-1.4.8-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ce2cf1e5688edcb727fdf7cd1bbd0b6416758996826a8be1d958f91880d0809d", size = 65413 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/6d/67d36c4d2054e83fb875c6b59d0809d5c530de8148846b1370475eeeece9/kiwisolver-1.4.8-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl", hash = "sha256:c8bf637892dc6e6aad2bc6d4d69d08764166e5e3f69d469e55427b6ac001b19d", size = 1650826 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/c6/7b9bb8044e150d4d1558423a1568e4f227193662a02231064e3824f37e0a/kiwisolver-1.4.8-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:034d2c891f76bd3edbdb3ea11140d8510dca675443da7304205a2eaa45d8334c", size = 1628231 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/38/ad10d437563063eaaedbe2c3540a71101fc7fb07a7e71f855e93ea4de605/kiwisolver-1.4.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d47b28d1dfe0793d5e96bce90835e17edf9a499b53969b03c6c47ea5985844c3", size = 1408938 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/ce/c0106b3bd7f9e665c5f5bc1e07cc95b5dabd4e08e3dad42dbe2faad467e7/kiwisolver-1.4.8-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:eb158fe28ca0c29f2260cca8c43005329ad58452c36f0edf298204de32a9a3ed", size = 1422799 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/87/efb704b1d75dc9758087ba374c0f23d3254505edaedd09cf9d247f7878b9/kiwisolver-1.4.8-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d5536185fce131780ebd809f8e623bf4030ce1b161353166c49a3c74c287897f", size = 1354362 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/b3/fd760dc214ec9a8f208b99e42e8f0130ff4b384eca8b29dd0efc62052176/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:369b75d40abedc1da2c1f4de13f3482cb99e3237b38726710f4a793432b1c5ff", size = 2222695 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/09/a27fb36cca3fc01700687cc45dae7a6a5f8eeb5f657b9f710f788748e10d/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:641f2ddf9358c80faa22e22eb4c9f54bd3f0e442e038728f500e3b978d00aa7d", size = 2370802 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/c3/ba0a0346db35fe4dc1f2f2cf8b99362fbb922d7562e5f911f7ce7a7b60fa/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:d561d2d8883e0819445cfe58d7ddd673e4015c3c57261d7bdcd3710d0d14005c", size = 2334646 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/52/942cf69e562f5ed253ac67d5c92a693745f0bed3c81f49fc0cbebe4d6b00/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:1732e065704b47c9afca7ffa272f845300a4eb959276bf6970dc07265e73b605", size = 2467260 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/26/2d9668f30d8a494b0411d4d7d4ea1345ba12deb6a75274d58dd6ea01e951/kiwisolver-1.4.8-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:bcb1ebc3547619c3b58a39e2448af089ea2ef44b37988caf432447374941574e", size = 2288633 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/99/0dd05071654aa44fe5d5e350729961e7bb535372935a45ac89a8924316e6/kiwisolver-1.4.8-cp310-cp310-win_amd64.whl", hash = "sha256:89c107041f7b27844179ea9c85d6da275aa55ecf28413e87624d033cf1f6b751", size = 71885 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/fc/822e532262a97442989335394d441cd1d0448c2e46d26d3e04efca84df22/kiwisolver-1.4.8-cp310-cp310-win_arm64.whl", hash = "sha256:b5773efa2be9eb9fcf5415ea3ab70fc785d598729fd6057bea38d539ead28271", size = 65175 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/ed/c913ee28936c371418cb167b128066ffb20bbf37771eecc2c97edf8a6e4c/kiwisolver-1.4.8-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:a4d3601908c560bdf880f07d94f31d734afd1bb71e96585cace0e38ef44c6d84", size = 124635 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/45/4a7f896f7467aaf5f56ef093d1f329346f3b594e77c6a3c327b2d415f521/kiwisolver-1.4.8-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:856b269c4d28a5c0d5e6c1955ec36ebfd1651ac00e1ce0afa3e28da95293b561", size = 66717 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/b4/c12b3ac0852a3a68f94598d4c8d569f55361beef6159dce4e7b624160da2/kiwisolver-1.4.8-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c2b9a96e0f326205af81a15718a9073328df1173a2619a68553decb7097fd5d7", size = 65413 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/98/1df4089b1ed23d83d410adfdc5947245c753bddfbe06541c4aae330e9e70/kiwisolver-1.4.8-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c5020c83e8553f770cb3b5fc13faac40f17e0b205bd237aebd21d53d733adb03", size = 1343994 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/bf/b4b169b050c8421a7c53ea1ea74e4ef9c335ee9013216c558a047f162d20/kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dace81d28c787956bfbfbbfd72fdcef014f37d9b48830829e488fdb32b49d954", size = 1434804 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/5a/e13bd341fbcf73325ea60fdc8af752addf75c5079867af2e04cc41f34434/kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:11e1022b524bd48ae56c9b4f9296bce77e15a2e42a502cceba602f804b32bb79", size = 1450690 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/4f/5955dcb376ba4a830384cc6fab7d7547bd6759fe75a09564910e9e3bb8ea/kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3b9b4d2892fefc886f30301cdd80debd8bb01ecdf165a449eb6e78f79f0fabd6", size = 1376839 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/97/5edbed69a9d0caa2e4aa616ae7df8127e10f6586940aa683a496c2c280b9/kiwisolver-1.4.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a96c0e790ee875d65e340ab383700e2b4891677b7fcd30a699146f9384a2bb0", size = 1435109 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/fc/e756382cb64e556af6c1809a1bbb22c141bbc2445049f2da06b420fe52bf/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:23454ff084b07ac54ca8be535f4174170c1094a4cff78fbae4f73a4bcc0d4dab", size = 2245269 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/15/e59e45829d7f41c776d138245cabae6515cb4eb44b418f6d4109c478b481/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:87b287251ad6488e95b4f0b4a79a6d04d3ea35fde6340eb38fbd1ca9cd35bbbc", size = 2393468 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/39/483558c2a913ab8384d6e4b66a932406f87c95a6080112433da5ed668559/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:b21dbe165081142b1232a240fc6383fd32cdd877ca6cc89eab93e5f5883e1c25", size = 2355394 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/aa/efad1fbca6570a161d29224f14b082960c7e08268a133fe5dc0f6906820e/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:768cade2c2df13db52475bd28d3a3fac8c9eff04b0e9e2fda0f3760f20b3f7fc", size = 2490901 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/4f/15988966ba46bcd5ab9d0c8296914436720dd67fca689ae1a75b4ec1c72f/kiwisolver-1.4.8-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d47cfb2650f0e103d4bf68b0b5804c68da97272c84bb12850d877a95c056bd67", size = 2312306 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/27/bdf1c769c83f74d98cbc34483a972f221440703054894a37d174fba8aa68/kiwisolver-1.4.8-cp311-cp311-win_amd64.whl", hash = "sha256:ed33ca2002a779a2e20eeb06aea7721b6e47f2d4b8a8ece979d8ba9e2a167e34", size = 71966 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/c9/9642ea855604aeb2968a8e145fc662edf61db7632ad2e4fb92424be6b6c0/kiwisolver-1.4.8-cp311-cp311-win_arm64.whl", hash = "sha256:16523b40aab60426ffdebe33ac374457cf62863e330a90a0383639ce14bf44b2", size = 65311 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/aa/cea685c4ab647f349c3bc92d2daf7ae34c8e8cf405a6dcd3a497f58a2ac3/kiwisolver-1.4.8-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:d6af5e8815fd02997cb6ad9bbed0ee1e60014438ee1a5c2444c96f87b8843502", size = 124152 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/0b/8db6d2e2452d60d5ebc4ce4b204feeb16176a851fd42462f66ade6808084/kiwisolver-1.4.8-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:bade438f86e21d91e0cf5dd7c0ed00cda0f77c8c1616bd83f9fc157fa6760d31", size = 66555 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/26/d6a0db6785dd35d3ba5bf2b2df0aedc5af089962c6eb2cbf67a15b81369e/kiwisolver-1.4.8-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:b83dc6769ddbc57613280118fb4ce3cd08899cc3369f7d0e0fab518a7cf37fdb", size = 65067 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/ed/1d97f7e3561e09757a196231edccc1bcf59d55ddccefa2afc9c615abd8e0/kiwisolver-1.4.8-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:111793b232842991be367ed828076b03d96202c19221b5ebab421ce8bcad016f", size = 1378443 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/61/39d30b99954e6b46f760e6289c12fede2ab96a254c443639052d1b573fbc/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:257af1622860e51b1a9d0ce387bf5c2c4f36a90594cb9514f55b074bcc787cfc", size = 1472728 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/3e/804163b932f7603ef256e4a715e5843a9600802bb23a68b4e08c8c0ff61d/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:69b5637c3f316cab1ec1c9a12b8c5f4750a4c4b71af9157645bf32830e39c03a", size = 1478388 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/9e/60eaa75169a154700be74f875a4d9961b11ba048bef315fbe89cb6999056/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:782bb86f245ec18009890e7cb8d13a5ef54dcf2ebe18ed65f795e635a96a1c6a", size = 1413849 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/b3/9458adb9472e61a998c8c4d95cfdfec91c73c53a375b30b1428310f923e4/kiwisolver-1.4.8-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cc978a80a0db3a66d25767b03688f1147a69e6237175c0f4ffffaaedf744055a", size = 1475533 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/7a/0a42d9571e35798de80aef4bb43a9b672aa7f8e58643d7bd1950398ffb0a/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:36dbbfd34838500a31f52c9786990d00150860e46cd5041386f217101350f0d3", size = 2268898 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/07/1255dc8d80271400126ed8db35a1795b1a2c098ac3a72645075d06fe5c5d/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:eaa973f1e05131de5ff3569bbba7f5fd07ea0595d3870ed4a526d486fe57fa1b", size = 2425605 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/df/5a3b4cf13780ef6f6942df67b138b03b7e79e9f1f08f57c49957d5867f6e/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:a66f60f8d0c87ab7f59b6fb80e642ebb29fec354a4dfad687ca4092ae69d04f4", size = 2375801 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/10/2348d068e8b0f635c8c86892788dac7a6b5c0cb12356620ab575775aad89/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:858416b7fb777a53f0c59ca08190ce24e9abbd3cffa18886a5781b8e3e26f65d", size = 2520077 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/d8/014b89fee5d4dce157d814303b0fce4d31385a2af4c41fed194b173b81ac/kiwisolver-1.4.8-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:085940635c62697391baafaaeabdf3dd7a6c3643577dde337f4d66eba021b2b8", size = 2338410 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/72/dfff0cc97f2a0776e1c9eb5bef1ddfd45f46246c6533b0191887a427bca5/kiwisolver-1.4.8-cp312-cp312-win_amd64.whl", hash = "sha256:01c3d31902c7db5fb6182832713d3b4122ad9317c2c5877d0539227d96bb2e50", size = 71853 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/85/220d13d914485c0948a00f0b9eb419efaf6da81b7d72e88ce2391f7aed8d/kiwisolver-1.4.8-cp312-cp312-win_arm64.whl", hash = "sha256:a3c44cb68861de93f0c4a8175fbaa691f0aa22550c331fefef02b618a9dcb476", size = 65424 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/b3/e62464a652f4f8cd9006e13d07abad844a47df1e6537f73ddfbf1bc997ec/kiwisolver-1.4.8-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:1c8ceb754339793c24aee1c9fb2485b5b1f5bb1c2c214ff13368431e51fc9a09", size = 124156 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/2d/f13d06998b546a2ad4f48607a146e045bbe48030774de29f90bdc573df15/kiwisolver-1.4.8-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:54a62808ac74b5e55a04a408cda6156f986cefbcf0ada13572696b507cc92fa1", size = 66555 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/e3/b8bd14b0a54998a9fd1e8da591c60998dc003618cb19a3f94cb233ec1511/kiwisolver-1.4.8-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:68269e60ee4929893aad82666821aaacbd455284124817af45c11e50a4b42e3c", size = 65071 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/1c/6c86f6d85ffe4d0ce04228d976f00674f1df5dc893bf2dd4f1928748f187/kiwisolver-1.4.8-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:34d142fba9c464bc3bbfeff15c96eab0e7310343d6aefb62a79d51421fcc5f1b", size = 1378053 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/b9/1c6e9f6dcb103ac5cf87cb695845f5fa71379021500153566d8a8a9fc291/kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3ddc373e0eef45b59197de815b1b28ef89ae3955e7722cc9710fb91cd77b7f47", size = 1472278 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/81/aca1eb176de671f8bda479b11acdc42c132b61a2ac861c883907dde6debb/kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:77e6f57a20b9bd4e1e2cedda4d0b986ebd0216236f0106e55c28aea3d3d69b16", size = 1478139 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/f4/e081522473671c97b2687d380e9e4c26f748a86363ce5af48b4a28e48d06/kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:08e77738ed7538f036cd1170cbed942ef749137b1311fa2bbe2a7fda2f6bf3cc", size = 1413517 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/e9/6a7d025d8da8c4931522922cd706105aa32b3291d1add8c5427cdcd66e63/kiwisolver-1.4.8-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a5ce1e481a74b44dd5e92ff03ea0cb371ae7a0268318e202be06c8f04f4f1246", size = 1474952 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/13/13fa685ae167bee5d94b415991c4fc7bb0a1b6ebea6e753a87044b209678/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:fc2ace710ba7c1dfd1a3b42530b62b9ceed115f19a1656adefce7b1782a37794", size = 2269132 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/92/bb7c9395489b99a6cb41d502d3686bac692586db2045adc19e45ee64ed23/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:3452046c37c7692bd52b0e752b87954ef86ee2224e624ef7ce6cb21e8c41cc1b", size = 2425997 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/12/87f0e9271e2b63d35d0d8524954145837dd1a6c15b62a2d8c1ebe0f182b4/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:7e9a60b50fe8b2ec6f448fe8d81b07e40141bfced7f896309df271a0b92f80f3", size = 2376060 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/6e/c8af39288edbce8bf0fa35dee427b082758a4b71e9c91ef18fa667782138/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:918139571133f366e8362fa4a297aeba86c7816b7ecf0bc79168080e2bd79957", size = 2520471 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/78/df381bc7b26e535c91469f77f16adcd073beb3e2dd25042efd064af82323/kiwisolver-1.4.8-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e063ef9f89885a1d68dd8b2e18f5ead48653176d10a0e324e3b0030e3a69adeb", size = 2338793 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/dc/c1abe38c37c071d0fc71c9a474fd0b9ede05d42f5a458d584619cfd2371a/kiwisolver-1.4.8-cp313-cp313-win_amd64.whl", hash = "sha256:a17b7c4f5b2c51bb68ed379defd608a03954a1845dfed7cc0117f1cc8a9b7fd2", size = 71855 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/b6/21529d595b126ac298fdd90b705d87d4c5693de60023e0efcb4f387ed99e/kiwisolver-1.4.8-cp313-cp313-win_arm64.whl", hash = "sha256:3cd3bc628b25f74aedc6d374d5babf0166a92ff1317f46267f12d2ed54bc1d30", size = 65430 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/bd/b89380b7298e3af9b39f49334e3e2a4af0e04819789f04b43d560516c0c8/kiwisolver-1.4.8-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:370fd2df41660ed4e26b8c9d6bbcad668fbe2560462cba151a721d49e5b6628c", size = 126294 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/41/5857dc72e5e4148eaac5aa76e0703e594e4465f8ab7ec0fc60e3a9bb8fea/kiwisolver-1.4.8-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:84a2f830d42707de1d191b9490ac186bf7997a9495d4e9072210a1296345f7dc", size = 67736 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/d1/be059b8db56ac270489fb0b3297fd1e53d195ba76e9bbb30e5401fa6b759/kiwisolver-1.4.8-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:7a3ad337add5148cf51ce0b55642dc551c0b9d6248458a757f98796ca7348712", size = 66194 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/83/4b73975f149819eb7dcf9299ed467eba068ecb16439a98990dcb12e63fdd/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7506488470f41169b86d8c9aeff587293f530a23a23a49d6bc64dab66bedc71e", size = 1465942 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/2c/30a5cdde5102958e602c07466bce058b9d7cb48734aa7a4327261ac8e002/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2f0121b07b356a22fb0414cec4666bbe36fd6d0d759db3d37228f496ed67c880", size = 1595341 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/9b/1e71db1c000385aa069704f5990574b8244cce854ecd83119c19e83c9586/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d6d6bd87df62c27d4185de7c511c6248040afae67028a8a22012b010bc7ad062", size = 1598455 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/92/c8fec52ddf06231b31cbb779af77e99b8253cd96bd135250b9498144c78b/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:291331973c64bb9cce50bbe871fb2e675c4331dab4f31abe89f175ad7679a4d7", size = 1522138 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/51/9eb7e2cd07a15d8bdd976f6190c0164f92ce1904e5c0c79198c4972926b7/kiwisolver-1.4.8-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:893f5525bb92d3d735878ec00f781b2de998333659507d29ea4466208df37bed", size = 1582857 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/95/c5a00387a5405e68ba32cc64af65ce881a39b98d73cc394b24143bebc5b8/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:b47a465040146981dc9db8647981b8cb96366fbc8d452b031e4f8fdffec3f26d", size = 2293129 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/83/eeb7af7d706b8347548313fa3a3a15931f404533cc54fe01f39e830dd231/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:99cea8b9dd34ff80c521aef46a1dddb0dcc0283cf18bde6d756f1e6f31772165", size = 2421538 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/f9/27e94c1b3eb29e6933b6986ffc5fa1177d2cd1f0c8efc5f02c91c9ac61de/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_ppc64le.whl", hash = "sha256:151dffc4865e5fe6dafce5480fab84f950d14566c480c08a53c663a0020504b6", size = 2390661 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/d4/3c9735faa36ac591a4afcc2980d2691000506050b7a7e80bcfe44048daa7/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_s390x.whl", hash = "sha256:577facaa411c10421314598b50413aa1ebcf5126f704f1e5d72d7e4e9f020d90", size = 2546710 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/fa/be89a49c640930180657482a74970cdcf6f7072c8d2471e1babe17a222dc/kiwisolver-1.4.8-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:be4816dc51c8a471749d664161b434912eee82f2ea66bd7628bd14583a833e85", size = 2349213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/f9/ae81c47a43e33b93b0a9819cac6723257f5da2a5a60daf46aa5c7226ea85/kiwisolver-1.4.8-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:e7a019419b7b510f0f7c9dceff8c5eae2392037eae483a7f9162625233802b0a", size = 60403 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/ca/f92b5cb6f4ce0c1ebfcfe3e2e42b96917e16f7090e45b21102941924f18f/kiwisolver-1.4.8-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:286b18e86682fd2217a48fc6be6b0f20c1d0ed10958d8dc53453ad58d7be0bf8", size = 58657 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/28/ae0240f732f0484d3a4dc885d055653c47144bdf59b670aae0ec3c65a7c8/kiwisolver-1.4.8-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4191ee8dfd0be1c3666ccbac178c5a05d5f8d689bbe3fc92f3c4abec817f8fe0", size = 84948 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5d/eb/78d50346c51db22c7203c1611f9b513075f35c4e0e4877c5dde378d66043/kiwisolver-1.4.8-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7cd2785b9391f2873ad46088ed7599a6a71e762e1ea33e87514b1a441ed1da1c", size = 81186 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/f8/7259f18c77adca88d5f64f9a522792e178b2691f3748817a8750c2d216ef/kiwisolver-1.4.8-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c07b29089b7ba090b6f1a669f1411f27221c3662b3a1b7010e67b59bb5a6f10b", size = 80279 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/1d/50ad811d1c5dae091e4cf046beba925bcae0a610e79ae4c538f996f63ed5/kiwisolver-1.4.8-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:65ea09a5a3faadd59c2ce96dc7bf0f364986a315949dc6374f04396b0d60e09b", size = 71762 },
]
[[package]]
name = "kubernetes"
version = "31.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "certifi" },
{ name = "durationpy" },
{ name = "google-auth" },
{ name = "oauthlib" },
{ name = "python-dateutil" },
{ name = "pyyaml" },
{ name = "requests" },
{ name = "requests-oauthlib" },
{ name = "six" },
{ name = "urllib3" },
{ name = "websocket-client" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/bd/ffcd3104155b467347cd9b3a64eb24182e459579845196b3a200569c8912/kubernetes-31.0.0.tar.gz", hash = "sha256:28945de906c8c259c1ebe62703b56a03b714049372196f854105afe4e6d014c0", size = 916096 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/a8/17f5e28cecdbd6d48127c22abdb794740803491f422a11905c4569d8e139/kubernetes-31.0.0-py2.py3-none-any.whl", hash = "sha256:bf141e2d380c8520eada8b351f4e319ffee9636328c137aa432bc486ca1200e1", size = 1857013 },
]
[[package]]
name = "langchain"
version = "0.3.14"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "aiohttp" },
{ name = "async-timeout", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "langchain-core" },
{ name = "langchain-text-splitters" },
{ name = "langsmith" },
{ name = "numpy" },
{ name = "pydantic" },
{ name = "pyyaml" },
{ name = "requests" },
{ name = "sqlalchemy" },
{ name = "tenacity" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/35/2adb0693acc149e462bc0e7856ecd58096c285f66a78bc44fc2b8ae91ce0/langchain-0.3.14.tar.gz", hash = "sha256:4a5ae817b5832fa0e1fcadc5353fbf74bebd2f8e550294d4dc039f651ddcd3d1", size = 420409 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/a8/0a8f868615b7a30636b1d15b718e3ea9875bf0dccced03583477c2372495/langchain-0.3.14-py3-none-any.whl", hash = "sha256:5df9031702f7fe6c956e84256b4639a46d5d03a75be1ca4c1bc9479b358061a2", size = 1009213 },
]
[[package]]
name = "langchain-community"
version = "0.3.14"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "aiohttp" },
{ name = "dataclasses-json" },
{ name = "httpx-sse" },
{ name = "langchain" },
{ name = "langchain-core" },
{ name = "langsmith" },
{ name = "numpy" },
{ name = "pydantic-settings" },
{ name = "pyyaml" },
{ name = "requests" },
{ name = "sqlalchemy" },
{ name = "tenacity" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/9a/a32cddaa9e8c618e69cfbfdb11cb8718bd9a531ae8426f6a2125a7a5d31f/langchain_community-0.3.14.tar.gz", hash = "sha256:d8ba0fe2dbb5795bff707684b712baa5ee379227194610af415ccdfdefda0479", size = 1720031 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/df/3a226f47aad50605a4ff77a30e876d7520f2060aa624532872e44ea048d8/langchain_community-0.3.14-py3-none-any.whl", hash = "sha256:cc02a0abad0551edef3e565dff643386a5b2ee45b933b6d883d4a935b9649f3c", size = 2502417 },
]
[[package]]
name = "langchain-core"
version = "0.3.29"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "jsonpatch" },
{ name = "langsmith" },
{ name = "packaging" },
{ name = "pydantic" },
{ name = "pyyaml" },
{ name = "tenacity" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/05/8fc844c2f79a2c30845de2db948de1cf7c17b94f419f7ae7b616d628a54f/langchain_core-0.3.29.tar.gz", hash = "sha256:773d6aeeb612e7ce3d996c0be403433d8c6a91e77bbb7a7461c13e15cfbe5b06", size = 330785 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/4f/fe1de63f6fc1ac7af3ba4ae12d420af1a19f7893b5fcb72856b9fc67f650/langchain_core-0.3.29-py3-none-any.whl", hash = "sha256:817db1474871611a81105594a3e4d11704949661008e455a10e38ca9ff601a1a", size = 411593 },
]
[[package]]
name = "langchain-openai"
version = "0.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "langchain-core" },
{ name = "openai" },
{ name = "tiktoken" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/0a/0711117a4e8273d5edd4899399a8597d848b2d7b3c9ba3be97038b4fbc1a/langchain_openai-0.3.0.tar.gz", hash = "sha256:88d623eeb2aaa1fff65c2b419a4a1cfd37d3a1d504e598b87cf0bc822a3b70d0", size = 48067 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/9c/b38e308ac668f6db067b424a2a78e5b865753c144a119456f008a09230db/langchain_openai-0.3.0-py3-none-any.whl", hash = "sha256:49c921a22d272b04749a61e78bffa83aecdb8840b24b69f2909e115a357a9a5b", size = 54218 },
]
[[package]]
name = "langchain-text-splitters"
version = "0.3.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "langchain-core" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/35/a6f8d6b1bb0e6e8c00b49bce4d1a115f8b68368b1899f65bb34dbbb44160/langchain_text_splitters-0.3.5.tar.gz", hash = "sha256:11cb7ca3694e5bdd342bc16d3875b7f7381651d4a53cbb91d34f22412ae16443", size = 26318 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/83/f8081c3bea416bd9d9f0c26af795c74f42c24f9ad3c4fbf361b7d69de134/langchain_text_splitters-0.3.5-py3-none-any.whl", hash = "sha256:8c9b059827438c5fa8f327b4df857e307828a5ec815163c9b5c9569a3e82c8ee", size = 31620 },
]
[[package]]
name = "langcodes"
version = "3.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "language-data" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/7a/5a97e327063409a5caa21541e6d08ae4a0f2da328447e9f2c7b39e179226/langcodes-3.5.0.tar.gz", hash = "sha256:1eef8168d07e51e131a2497ffecad4b663f6208e7c3ae3b8dc15c51734a6f801", size = 191030 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/6b/068c2ea7a712bf805c62445bd9e9c06d7340358ef2824150eceac027444b/langcodes-3.5.0-py3-none-any.whl", hash = "sha256:853c69d1a35e0e13da2f427bb68fb2fa4a8f4fb899e0c62ad8df8d073dcfed33", size = 182974 },
]
[[package]]
name = "langsmith"
version = "0.2.10"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "httpx" },
{ name = "orjson", marker = "platform_python_implementation != 'PyPy' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pydantic" },
{ name = "requests" },
{ name = "requests-toolbelt" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/f8/d642c101267101ddeb44f898a98a5700f90c8959a4119c341a9678fe18cc/langsmith-0.2.10.tar.gz", hash = "sha256:153c7b3ccbd823528ff5bec84801e7e50a164e388919fc583252df5b27dd7830", size = 314154 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/91/e72d13f6b57a0ea9d884ab1d3388f544d7fe3354dbe1d4dd67678693a9fd/langsmith-0.2.10-py3-none-any.whl", hash = "sha256:b02f2f174189ff72e54c88b1aa63343defd6f0f676c396a690c63a4b6495dcc2", size = 326432 },
]
[[package]]
name = "language-data"
version = "1.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "marisa-trie" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/ce/3f144716a9f2cbf42aa86ebc8b085a184be25c80aa453eea17c294d239c1/language_data-1.3.0.tar.gz", hash = "sha256:7600ef8aa39555145d06c89f0c324bf7dab834ea0b0a439d8243762e3ebad7ec", size = 5129310 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5d/e9/5a5ffd9b286db82be70d677d0a91e4d58f7912bb8dd026ddeeb4abe70679/language_data-1.3.0-py3-none-any.whl", hash = "sha256:e2ee943551b5ae5f89cd0e801d1fc3835bb0ef5b7e9c3a4e8e17b2b214548fbf", size = 5385760 },
]
[[package]]
name = "lark"
version = "1.2.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/60/bc7622aefb2aee1c0b4ba23c1446d3e30225c8770b38d7aedbfb65ca9d5a/lark-1.2.2.tar.gz", hash = "sha256:ca807d0162cd16cef15a8feecb862d7319e7a09bdb13aef927968e45040fed80", size = 252132 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/00/d90b10b962b4277f5e64a78b6609968859ff86889f5b898c1a778c06ec00/lark-1.2.2-py3-none-any.whl", hash = "sha256:c2276486b02f0f1b90be155f2c8ba4a8e194d42775786db622faccd652d8e80c", size = 111036 },
]
[[package]]
name = "libro"
version = "0.1.26"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "libro-ai" },
{ name = "libro-server" },
{ name = "libro-sql" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/1a/e4c589db2e6d4e0264f773065842153afdd051bfecae3eec6181e8f662ed/libro-0.1.26.tar.gz", hash = "sha256:e3f427fb49ddfd0410bdb943c09006de5ce4fd5e646bc16bfed64a2aa9b822fd", size = 1046 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/91/4b7b883dd2b6a91a34e23e022501d0bf1ac0a6015698a35d5824e6f118c6/libro-0.1.26-py3-none-any.whl", hash = "sha256:a648417d42309c2a97ec02d00088982e0f345c050baa40751629ed4a8fac9001", size = 1447 },
]
[[package]]
name = "libro-ai"
version = "0.1.13"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "ipython" },
{ name = "langchain" },
{ name = "langchain-community" },
{ name = "langchain-openai" },
{ name = "libro-core" },
{ name = "nbclient" },
{ name = "pydantic" },
{ name = "requests" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/92/2dd874328c8921a7aa10d7e4da74a0228e4799aa67b663e3e757615a31a7/libro_ai-0.1.13.tar.gz", hash = "sha256:6e9c4a71d3ea176f72cae9d0b7f193579b0c4ebb2e9a816e9ede9fd577159dc8", size = 9168 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/c9/6abbaf9bf6d7db85ea983652dcc214b2329076d7633afa5e88b8cea6501b/libro_ai-0.1.13-py3-none-any.whl", hash = "sha256:77cd2604ae02dc0fd65d7b473b8bb3e724bc7d4f4a546d1ac82a256cac19c126", size = 19351 },
]
[[package]]
name = "libro-core"
version = "0.1.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pyyaml" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/3c/c081be5bd31d3ce8fafa589a584ee7ece2ab43e42e006137f725347fa09b/libro_core-0.1.6.tar.gz", hash = "sha256:1ffcb18ee04a02a997acaea661dbac429b0a572f2f1752c9fb626135edfbbe0c", size = 1963 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/2a/b381801118eef0d494eacef9764a90b67010ca4dda9c1b9883cd3d0d7d55/libro_core-0.1.6-py3-none-any.whl", hash = "sha256:3461cfbd95e79e7392bca9f6e3ef913e4a48580d90779cb7c74dcb00d1e5a471", size = 2586 },
]
[[package]]
name = "libro-server"
version = "0.1.10"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "ipykernel" },
{ name = "ipython" },
{ name = "jupyter-lsp" },
{ name = "jupyter-server" },
{ name = "jupyterlab-server" },
{ name = "libro-core" },
{ name = "packaging" },
{ name = "ruff-lsp" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/9a/fe69c72f90e83a2cc276a66c268bd291e1c235f83e5941cdccab36e004f8/libro_server-0.1.10.tar.gz", hash = "sha256:8dc2c7f41b5607ee6c1647bae633bacc9fbd36b8874f364b5c93309df8e4f188", size = 12241851 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/77/94576f9e9b893c5d99108d653095b181f4603f6630412b26533692b81724/libro_server-0.1.10-py3-none-any.whl", hash = "sha256:8774e7dbf01e48c9d54f76cd47d77c5f6ee6e7c644fc668202ad93b1f3dbc2a5", size = 11505417 },
]
[[package]]
name = "libro-sql"
version = "0.1.11"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "ipython" },
{ name = "libro-core" },
{ name = "pandas" },
{ name = "psycopg2-binary" },
{ name = "pydantic" },
{ name = "pymysql" },
{ name = "sqlalchemy" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/e8/74f9945bbac5e429c1e160bc1eef8680ebf4b715e5853d988e5f7a93ed2f/libro_sql-0.1.11.tar.gz", hash = "sha256:58f5b40a8be79e0d7a2931c1390beecf279238605a4290cc9b718dd4e6fdc7e7", size = 4044 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/02/2bf77442b837f4ddc376118611a7cbe906068d4f9270dbf2abbb1bc4b4ab/libro_sql-0.1.11-py3-none-any.whl", hash = "sha256:6acd2769949755b1b7dc03f508f8e9a4e500bec2bc0e374613e3498c2a4fcfe6", size = 5494 },
]
[[package]]
name = "llama-cpp-python"
version = "0.3.7"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "diskcache" },
{ name = "jinja2" },
{ name = "numpy" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/38/7a47b1fb1d83eaddd86ca8ddaf20f141cbc019faf7b425283d8e5ef710e5/llama_cpp_python-0.3.7.tar.gz", hash = "sha256:0566a0dcc0f38005c4093309a87f67c2452449522e3e17e15cd735a62957894c", size = 66715891 }
[[package]]
name = "llama-cpp-server-py"
version = "0.1.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "llama-cpp-server-py-core" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/e8/e4b7e5fdcfe56c97143dedb2b7f503df5675828dfb8ce58a6d8487bc370f/llama_cpp_server_py-0.1.2.tar.gz", hash = "sha256:295b7283e214f75c27ab6d40e218b9356342d1baabc2665aa9ef1f23f9a60905", size = 758 }
[[package]]
name = "llama-cpp-server-py-core"
version = "0.1.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/af/068376aa50a4312f67121b06f3ff360c98a9692b5b7e99f3ea7e41989512/llama_cpp_server_py_core-0.1.2.tar.gz", hash = "sha256:5d1ca66d351286c7995ca47c4aaa7cb8d117120a35cfb52d97b5b45f34c7a9dc", size = 33850015 }
[[package]]
name = "lm-format-enforcer"
version = "0.10.10"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "interegular", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "packaging", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pydantic", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyyaml", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/3f/1ec9e91208a2b8af28ef2caf096e70446d7b3c7218c891fffa899608bf08/lm_format_enforcer-0.10.10.tar.gz", hash = "sha256:b1ff9530ccf73097e35bded94737677c9768a235d74b26af8cd25414efdf85f5", size = 39393 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/55/9b91312b7b59903ffa2d1c4310cbeecfea0f8e8e12b154d7ad1d093d0b03/lm_format_enforcer-0.10.10-py3-none-any.whl", hash = "sha256:c5e4330c717780b046c77f46699f8a668cb2b806da540c0127da942538d13695", size = 44231 },
]
[[package]]
name = "lsprotocol"
version = "2023.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "attrs" },
{ name = "cattrs" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/f6/6e80484ec078d0b50699ceb1833597b792a6c695f90c645fbaf54b947e6f/lsprotocol-2023.0.1.tar.gz", hash = "sha256:cc5c15130d2403c18b734304339e51242d3018a05c4f7d0f198ad6e0cd21861d", size = 69434 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/37/2351e48cb3309673492d3a8c59d407b75fb6630e560eb27ecd4da03adc9a/lsprotocol-2023.0.1-py3-none-any.whl", hash = "sha256:c75223c9e4af2f24272b14c6375787438279369236cd568f596d4951052a60f2", size = 70826 },
]
[[package]]
name = "lxml"
version = "5.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/6b/20c3a4b24751377aaa6307eb230b66701024012c29dd374999cc92983269/lxml-5.3.0.tar.gz", hash = "sha256:4e109ca30d1edec1ac60cdbe341905dc3b8f55b16855e03a54aaf59e51ec8c6f", size = 3679318 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/ce/2789e39eddf2b13fac29878bfa465f0910eb6b0096e29090e5176bc8cf43/lxml-5.3.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:dd36439be765e2dde7660212b5275641edbc813e7b24668831a5c8ac91180656", size = 8124570 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/a8/f4010166a25d41715527129af2675981a50d3bbf7df09c5d9ab8ca24fbf9/lxml-5.3.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ae5fe5c4b525aa82b8076c1a59d642c17b6e8739ecf852522c6321852178119d", size = 4413042 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/a4/7e45756cecdd7577ddf67a68b69c1db0f5ddbf0c9f65021ee769165ffc5a/lxml-5.3.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:501d0d7e26b4d261fca8132854d845e4988097611ba2531408ec91cf3fd9d20a", size = 5139213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/e2/ecf845b12323c92748077e1818b64e8b4dba509a4cb12920b3762ebe7552/lxml-5.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb66442c2546446944437df74379e9cf9e9db353e61301d1a0e26482f43f0dd8", size = 4838814 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/91/619f9fb72cf75e9ceb8700706f7276f23995f6ad757e6d400fbe35ca4990/lxml-5.3.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9e41506fec7a7f9405b14aa2d5c8abbb4dbbd09d88f9496958b6d00cb4d45330", size = 5425084 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/3b/162a85a8f0fd2a3032ec3f936636911c6e9523a8e263fffcfd581ce98b54/lxml-5.3.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f7d4a670107d75dfe5ad080bed6c341d18c4442f9378c9f58e5851e86eb79965", size = 4875993 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/af/dd3f58cc7d946da6ae42909629a2b1d5dd2d1b583334d4af9396697d6863/lxml-5.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:41ce1f1e2c7755abfc7e759dc34d7d05fd221723ff822947132dc934d122fe22", size = 5012462 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/c1/5ea46b2d4c98f5bf5c83fffab8a0ad293c9bc74df9ecfbafef10f77f7201/lxml-5.3.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:44264ecae91b30e5633013fb66f6ddd05c006d3e0e884f75ce0b4755b3e3847b", size = 4815288 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/51/a0acca077ad35da458f4d3f729ef98effd2b90f003440d35fc36323f8ae6/lxml-5.3.0-cp310-cp310-manylinux_2_28_ppc64le.whl", hash = "sha256:3c174dc350d3ec52deb77f2faf05c439331d6ed5e702fc247ccb4e6b62d884b7", size = 5472435 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/6b/0989c9368986961a6b0f55b46c80404c4b758417acdb6d87bfc3bd5f4967/lxml-5.3.0-cp310-cp310-manylinux_2_28_s390x.whl", hash = "sha256:2dfab5fa6a28a0b60a20638dc48e6343c02ea9933e3279ccb132f555a62323d8", size = 4976354 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/9e/87492d03ff604fbf656ed2bf3e2e8d28f5d58ea1f00ff27ac27b06509079/lxml-5.3.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:b1c8c20847b9f34e98080da785bb2336ea982e7f913eed5809e5a3c872900f32", size = 5029973 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/cc/9ae1baf5472af88e19e2c454b3710c1be9ecafb20eb474eeabcd88a055d2/lxml-5.3.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:2c86bf781b12ba417f64f3422cfc302523ac9cd1d8ae8c0f92a1c66e56ef2e86", size = 4888837 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/10/5594ffaec8c120d75b17e3ad23439b740a51549a9b5fd7484b2179adfe8f/lxml-5.3.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:c162b216070f280fa7da844531169be0baf9ccb17263cf5a8bf876fcd3117fa5", size = 5530555 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/9b/de17f05377c8833343b629905571fb06cff2028f15a6f58ae2267662e341/lxml-5.3.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:36aef61a1678cb778097b4a6eeae96a69875d51d1e8f4d4b491ab3cfb54b5a03", size = 5405314 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/b4/227be0f1f3cca8255925985164c3838b8b36e441ff0cc10c1d3c6bdba031/lxml-5.3.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:f65e5120863c2b266dbcc927b306c5b78e502c71edf3295dfcb9501ec96e5fc7", size = 5079303 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/ee/19abcebb7fc40319bb71cd6adefa1ad94d09b5660228715854d6cc420713/lxml-5.3.0-cp310-cp310-win32.whl", hash = "sha256:ef0c1fe22171dd7c7c27147f2e9c3e86f8bdf473fed75f16b0c2e84a5030ce80", size = 3475126 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/35/183d32551447e280032b2331738cd850da435a42f850b71ebeaab42c1313/lxml-5.3.0-cp310-cp310-win_amd64.whl", hash = "sha256:052d99051e77a4f3e8482c65014cf6372e61b0a6f4fe9edb98503bb5364cfee3", size = 3805065 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/a8/449faa2a3cbe6a99f8d38dcd51a3ee8844c17862841a6f769ea7c2a9cd0f/lxml-5.3.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:74bcb423462233bc5d6066e4e98b0264e7c1bed7541fff2f4e34fe6b21563c8b", size = 8141056 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/8a/ae6325e994e2052de92f894363b038351c50ee38749d30cc6b6d96aaf90f/lxml-5.3.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a3d819eb6f9b8677f57f9664265d0a10dd6551d227afb4af2b9cd7bdc2ccbf18", size = 4425238 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/fb/128dddb7f9086236bce0eeae2bfb316d138b49b159f50bc681d56c1bdd19/lxml-5.3.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5b8f5db71b28b8c404956ddf79575ea77aa8b1538e8b2ef9ec877945b3f46442", size = 5095197 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/f9/a181a8ef106e41e3086629c8bdb2d21a942f14c84a0e77452c22d6b22091/lxml-5.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2c3406b63232fc7e9b8783ab0b765d7c59e7c59ff96759d8ef9632fca27c7ee4", size = 4809809 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/2f/b20565e808f7f6868aacea48ddcdd7e9e9fb4c799287f21f1a6c7c2e8b71/lxml-5.3.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2ecdd78ab768f844c7a1d4a03595038c166b609f6395e25af9b0f3f26ae1230f", size = 5407593 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/0e/caac672ec246d3189a16c4d364ed4f7d6bf856c080215382c06764058c08/lxml-5.3.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:168f2dfcfdedf611eb285efac1516c8454c8c99caf271dccda8943576b67552e", size = 4866657 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/a4/1f5fbd3f58d4069000522196b0b776a014f3feec1796da03e495cf23532d/lxml-5.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:aa617107a410245b8660028a7483b68e7914304a6d4882b5ff3d2d3eb5948d8c", size = 4967017 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/73/623ecea6ca3c530dd0a4ed0d00d9702e0e85cd5624e2d5b93b005fe00abd/lxml-5.3.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:69959bd3167b993e6e710b99051265654133a98f20cec1d9b493b931942e9c16", size = 4810730 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/ce/fb84fb8e3c298f3a245ae3ea6221c2426f1bbaa82d10a88787412a498145/lxml-5.3.0-cp311-cp311-manylinux_2_28_ppc64le.whl", hash = "sha256:bd96517ef76c8654446fc3db9242d019a1bb5fe8b751ba414765d59f99210b79", size = 5455154 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/72/4d1ad363748a72c7c0411c28be2b0dc7150d91e823eadad3b91a4514cbea/lxml-5.3.0-cp311-cp311-manylinux_2_28_s390x.whl", hash = "sha256:ab6dd83b970dc97c2d10bc71aa925b84788c7c05de30241b9e96f9b6d9ea3080", size = 4969416 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/07/b29571a58a3a80681722ea8ed0ba569211d9bb8531ad49b5cacf6d409185/lxml-5.3.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:eec1bb8cdbba2925bedc887bc0609a80e599c75b12d87ae42ac23fd199445654", size = 5013672 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/93/bde740d5a58cf04cbd38e3dd93ad1e36c2f95553bbf7d57807bc6815d926/lxml-5.3.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:6a7095eeec6f89111d03dabfe5883a1fd54da319c94e0fb104ee8f23616b572d", size = 4878644 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/b5/645c8c02721d49927c93181de4017164ec0e141413577687c3df8ff0800f/lxml-5.3.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:6f651ebd0b21ec65dfca93aa629610a0dbc13dbc13554f19b0113da2e61a4763", size = 5511531 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/3f/6a99a12d9438316f4fc86ef88c5d4c8fb674247b17f3173ecadd8346b671/lxml-5.3.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:f422a209d2455c56849442ae42f25dbaaba1c6c3f501d58761c619c7836642ec", size = 5402065 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/8a/df47bff6ad5ac57335bf552babfb2408f9eb680c074ec1ba412a1a6af2c5/lxml-5.3.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:62f7fdb0d1ed2065451f086519865b4c90aa19aed51081979ecd05a21eb4d1be", size = 5069775 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/ae/e7ad0f0fbe4b6368c5ee1e3ef0c3365098d806d42379c46c1ba2802a52f7/lxml-5.3.0-cp311-cp311-win32.whl", hash = "sha256:c6379f35350b655fd817cd0d6cbeef7f265f3ae5fedb1caae2eb442bbeae9ab9", size = 3474226 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/b5/91c2249bfac02ee514ab135e9304b89d55967be7e53e94a879b74eec7a5c/lxml-5.3.0-cp311-cp311-win_amd64.whl", hash = "sha256:9c52100e2c2dbb0649b90467935c4b0de5528833c76a35ea1a2691ec9f1ee7a1", size = 3814971 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/6d/d1f1c5e40c64bf62afd7a3f9b34ce18a586a1cccbf71e783cd0a6d8e8971/lxml-5.3.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:e99f5507401436fdcc85036a2e7dc2e28d962550afe1cbfc07c40e454256a859", size = 8171753 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/83/26b1864921869784355459f374896dcf8b44d4af3b15d7697e9156cb2de9/lxml-5.3.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:384aacddf2e5813a36495233b64cb96b1949da72bef933918ba5c84e06af8f0e", size = 4441955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/d2/e9bff9fb359226c25cda3538f664f54f2804f4b37b0d7c944639e1a51f69/lxml-5.3.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:874a216bf6afaf97c263b56371434e47e2c652d215788396f60477540298218f", size = 5050778 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/69/6972bfafa8cd3ddc8562b126dd607011e218e17be313a8b1b9cc5a0ee876/lxml-5.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:65ab5685d56914b9a2a34d67dd5488b83213d680b0c5d10b47f81da5a16b0b0e", size = 4748628 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5d/ea/a6523c7c7f6dc755a6eed3d2f6d6646617cad4d3d6d8ce4ed71bfd2362c8/lxml-5.3.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:aac0bbd3e8dd2d9c45ceb82249e8bdd3ac99131a32b4d35c8af3cc9db1657179", size = 5322215 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/37/396fbd24a70f62b31d988e4500f2068c7f3fd399d2fd45257d13eab51a6f/lxml-5.3.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b369d3db3c22ed14c75ccd5af429086f166a19627e84a8fdade3f8f31426e52a", size = 4813963 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/91/e6136f17459a11ce1757df864b213efbeab7adcb2efa63efb1b846ab6723/lxml-5.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c24037349665434f375645fa9d1f5304800cec574d0310f618490c871fd902b3", size = 4923353 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/7c/2eeecf87c9a1fca4f84f991067c693e67340f2b7127fc3eca8fa29d75ee3/lxml-5.3.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:62d172f358f33a26d6b41b28c170c63886742f5b6772a42b59b4f0fa10526cb1", size = 4740541 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/ed/4c38ba58defca84f5f0d0ac2480fdcd99fc7ae4b28fc417c93640a6949ae/lxml-5.3.0-cp312-cp312-manylinux_2_28_ppc64le.whl", hash = "sha256:c1f794c02903c2824fccce5b20c339a1a14b114e83b306ff11b597c5f71a1c8d", size = 5346504 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/22/bbd3995437e5745cb4c2b5d89088d70ab19d4feabf8a27a24cecb9745464/lxml-5.3.0-cp312-cp312-manylinux_2_28_s390x.whl", hash = "sha256:5d6a6972b93c426ace71e0be9a6f4b2cfae9b1baed2eed2006076a746692288c", size = 4898077 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/6e/94537acfb5b8f18235d13186d247bca478fea5e87d224644e0fe907df976/lxml-5.3.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:3879cc6ce938ff4eb4900d901ed63555c778731a96365e53fadb36437a131a99", size = 4946543 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/e8/4b15df533fe8e8d53363b23a41df9be907330e1fa28c7ca36893fad338ee/lxml-5.3.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:74068c601baff6ff021c70f0935b0c7bc528baa8ea210c202e03757c68c5a4ff", size = 4816841 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/e7/03f390ea37d1acda50bc538feb5b2bda6745b25731e4e76ab48fae7106bf/lxml-5.3.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:ecd4ad8453ac17bc7ba3868371bffb46f628161ad0eefbd0a855d2c8c32dd81a", size = 5417341 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/99/d1133ab4c250da85a883c3b60249d3d3e7c64f24faff494cf0fd23f91e80/lxml-5.3.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:7e2f58095acc211eb9d8b5771bf04df9ff37d6b87618d1cbf85f92399c98dae8", size = 5327539 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/ed/e6276c8d9668028213df01f598f385b05b55a4e1b4662ee12ef05dab35aa/lxml-5.3.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e63601ad5cd8f860aa99d109889b5ac34de571c7ee902d6812d5d9ddcc77fa7d", size = 5012542 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/88/684d4e800f5aa28df2a991a6a622783fb73cf0e46235cfa690f9776f032e/lxml-5.3.0-cp312-cp312-win32.whl", hash = "sha256:17e8d968d04a37c50ad9c456a286b525d78c4a1c15dd53aa46c1d8e06bf6fa30", size = 3486454 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/82/ace5a5676051e60355bd8fb945df7b1ba4f4fb8447f2010fb816bfd57724/lxml-5.3.0-cp312-cp312-win_amd64.whl", hash = "sha256:c1a69e58a6bb2de65902051d57fde951febad631a20a64572677a1052690482f", size = 3816857 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/6a/42141e4d373903bfea6f8e94b2f554d05506dfda522ada5343c651410dc8/lxml-5.3.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:8c72e9563347c7395910de6a3100a4840a75a6f60e05af5e58566868d5eb2d6a", size = 8156284 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/5e/fa097f0f7d8b3d113fb7312c6308af702f2667f22644441715be961f2c7e/lxml-5.3.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e92ce66cd919d18d14b3856906a61d3f6b6a8500e0794142338da644260595cd", size = 4432407 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/a1/b901988aa6d4ff937f2e5cfc114e4ec561901ff00660c3e56713642728da/lxml-5.3.0-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1d04f064bebdfef9240478f7a779e8c5dc32b8b7b0b2fc6a62e39b928d428e51", size = 5048331 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/0f/b2a54f48e52de578b71bbe2a2f8160672a8a5e103df3a78da53907e8c7ed/lxml-5.3.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5c2fb570d7823c2bbaf8b419ba6e5662137f8166e364a8b2b91051a1fb40ab8b", size = 4744835 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/9d/b000c15538b60934589e83826ecbc437a1586488d7c13f8ee5ff1f79a9b8/lxml-5.3.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0c120f43553ec759f8de1fee2f4794452b0946773299d44c36bfe18e83caf002", size = 5316649 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/ee/ffbb9eaff5e541922611d2c56b175c45893d1c0b8b11e5a497708a6a3b3b/lxml-5.3.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:562e7494778a69086f0312ec9689f6b6ac1c6b65670ed7d0267e49f57ffa08c4", size = 4812046 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/ff/7ff89d567485c7b943cdac316087f16b2399a8b997007ed352a1248397e5/lxml-5.3.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:423b121f7e6fa514ba0c7918e56955a1d4470ed35faa03e3d9f0e3baa4c7e492", size = 4918597 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/a3/535b6ed8c048412ff51268bdf4bf1cf052a37aa7e31d2e6518038a883b29/lxml-5.3.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:c00f323cc00576df6165cc9d21a4c21285fa6b9989c5c39830c3903dc4303ef3", size = 4738071 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/8f/cbbfa59cb4d4fd677fe183725a76d8c956495d7a3c7f111ab8f5e13d2e83/lxml-5.3.0-cp313-cp313-manylinux_2_28_ppc64le.whl", hash = "sha256:1fdc9fae8dd4c763e8a31e7630afef517eab9f5d5d31a278df087f307bf601f4", size = 5342213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/fb/db4c10dd9958d4b52e34d1d1f7c1f434422aeaf6ae2bbaaff2264351d944/lxml-5.3.0-cp313-cp313-manylinux_2_28_s390x.whl", hash = "sha256:658f2aa69d31e09699705949b5fc4719cbecbd4a97f9656a232e7d6c7be1a367", size = 4893749 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/38/bb4581c143957c47740de18a3281a0cab7722390a77cc6e610e8ebf2d736/lxml-5.3.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:1473427aff3d66a3fa2199004c3e601e6c4500ab86696edffdbc84954c72d832", size = 4945901 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/d5/18b7de4960c731e98037bd48fa9f8e6e8f2558e6fbca4303d9b14d21ef3b/lxml-5.3.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a87de7dd873bf9a792bf1e58b1c3887b9264036629a5bf2d2e6579fe8e73edff", size = 4815447 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/a8/cd51ceaad6eb849246559a8ef60ae55065a3df550fc5fcd27014361c1bab/lxml-5.3.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:0d7b36afa46c97875303a94e8f3ad932bf78bace9e18e603f2085b652422edcd", size = 5411186 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/c3/1e3dabab519481ed7b1fdcba21dcfb8832f57000733ef0e71cf6d09a5e03/lxml-5.3.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:cf120cce539453ae086eacc0130a324e7026113510efa83ab42ef3fcfccac7fb", size = 5324481 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/17/71e9984cf0570cd202ac0a1c9ed5c1b8889b0fc8dc736f5ef0ffb181c284/lxml-5.3.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:df5c7333167b9674aa8ae1d4008fa4bc17a313cc490b2cca27838bbdcc6bb15b", size = 5011053 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/68/9f7e6d3312a91e30829368c2b3217e750adef12a6f8eb10498249f4e8d72/lxml-5.3.0-cp313-cp313-win32.whl", hash = "sha256:c802e1c2ed9f0c06a65bc4ed0189d000ada8049312cfeab6ca635e39c9608957", size = 3485634 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/db/214290d58ad68c587bd5d6af3d34e56830438733d0d0856c0275fde43652/lxml-5.3.0-cp313-cp313-win_amd64.whl", hash = "sha256:406246b96d552e0503e17a1006fd27edac678b3fcc9f1be71a2f94b4ff61528d", size = 3814417 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/f7/b73a431c8500565aa500e99e60b448d305eaf7c0b4c893c7c5a8a69cc595/lxml-5.3.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:7b1cd427cb0d5f7393c31b7496419da594fe600e6fdc4b105a54f82405e6626c", size = 3925431 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/48/4a206623c0d093d0e3b15f415ffb4345b0bdf661a3d0b15a112948c033c7/lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:51806cfe0279e06ed8500ce19479d757db42a30fd509940b1701be9c86a5ff9a", size = 4216683 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/47/577820c45dd954523ae8453b632d91e76da94ca6d9ee40d8c98dd86f916b/lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ee70d08fd60c9565ba8190f41a46a54096afa0eeb8f76bd66f2c25d3b1b83005", size = 4326732 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/de/96cb6d3269bc994b4f5ede8ca7bf0840f5de0a278bc6e50cb317ff71cafa/lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:8dc2c0395bea8254d8daebc76dcf8eb3a95ec2a46fa6fae5eaccee366bfe02ce", size = 4218377 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/43/19b1ef6cbffa4244a217f95cc5f41a6cb4720fed33510a49670b03c5f1a0/lxml-5.3.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:6ba0d3dcac281aad8a0e5b14c7ed6f9fa89c8612b47939fc94f80b16e2e9bc83", size = 4351237 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/b2/6a22fb5c0885da3b00e116aee81f0b829ec9ac8f736cd414b4a09413fc7d/lxml-5.3.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:6e91cf736959057f7aac7adfc83481e03615a8e8dd5758aa1d95ea69e8931dba", size = 3487557 },
]
[[package]]
name = "lyric-component-ts-transpiling"
version = "0.1.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "lyric-task" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/ad/92307adcf9c29495246b0c537493f3524cb8f654e1a3b60b64a8eee29d28/lyric_component_ts_transpiling-0.1.6.tar.gz", hash = "sha256:7943f2344bf8aaa4ac8f76f9a21dfb00ebaa502c9417e6e2a125955968afec1c", size = 1785105 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/33/28c417a6d22e676ca199150c40afcf36ee7b351701c4feeb427209f657ec/lyric_component_ts_transpiling-0.1.6-py3-none-any.whl", hash = "sha256:0e7ec03ce596cdffd802602e0a0257bea700160e74110c0f0185a5ed6b1bcb7f", size = 1804154 },
]
[[package]]
name = "lyric-js-worker"
version = "0.1.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "lyric-task" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/10/cd5efa45b8a45a532d0d5caeee2ac3a44e66e2ca5b86f5d9933807ada34e/lyric_js_worker-0.1.6.tar.gz", hash = "sha256:55ef0b14cfb329bb5daffb2971e6cd6bfcf0e4f822614d759baa2dbc7e80abe1", size = 3515998 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/38/4ae980dc62d7112052f9737f567117958d27647c4219dece7cfd3f93d964/lyric_js_worker-0.1.6-py3-none-any.whl", hash = "sha256:6dc10a6f54966610b70a512e01663d718f4b30af1f59087d8a479a5f7a4a493a", size = 3533291 },
]
[[package]]
name = "lyric-py"
version = "0.1.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cloudpickle" },
{ name = "lyric-task" },
{ name = "msgpack" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/bc/dd46085d1cf48674aaf7d6e8f1a42181fe0c073d4517b7239c8682b4a706/lyric_py-0.1.6.tar.gz", hash = "sha256:e19c923de38ea1d02abdc7f1d067fdd792859d5bb8326f545ff069476d573fbe", size = 158210 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/38/953c0bac1fe969873d15c6ed42144b9e3005556a4439e4e2cbabd4cf89de/lyric_py-0.1.6-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:1ae41537bc2cbf2a42c7a03bc8839eec5efbd6465de6bc7a9a9d720ed855e059", size = 11802514 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/92/e67cdd030260064eebb75e8d8d63da0a587d606146efd53a73562a3966ae/lyric_py-0.1.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:709bc1b566b2a12c392c554af88c95586cc632ad04c7f941b472cc3a238fea7b", size = 11233222 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/8d/754f9d1b325be7106284aeedc70d05130edf1eed1754829b606c96ed47b7/lyric_py-0.1.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fb8ccb024eb648702ea6e7606592c6141c650f2e5f69b8f9e27ae3b23722e70d", size = 13442010 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/fb/52ddd2c577fc2abe886b86a238af5e76433473f7f70b7e07235080489055/lyric_py-0.1.6-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:c710de7674ad01e43f0da582876856083c3a539656494816c0691ea8059642d8", size = 13604617 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/e6/8e34425f3f94acd10210b5afce8bf6df59599c80e0a092be405abbb0c0dc/lyric_py-0.1.6-cp310-cp310-win_amd64.whl", hash = "sha256:e76fc5466f7dc2329d5bae05f3ea9493e0858f396ef60183086b7f305fc8defd", size = 10584958 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/c9/fb43584ef6a12cf500b3191900764fbcfd2dd8fb34be2c498ebd5c1c495f/lyric_py-0.1.6-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:d5da24ebf6feca5c1bb4958caab13f82722ee7d70337dad6ccfe8dd3ec2f00f4", size = 11800821 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/8d/28df5f9a6f749851d61c0f09c6377356dea5c05a9a53d10c59caabe848bd/lyric_py-0.1.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:bada26006eabaf5d5aa9db87651f61b6a1d5dd40e14614957f83cc4d170c77be", size = 11219244 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2c/d8/69d01acff0e99a0d9744786734f442f476c72a973ca08b17867a13c24317/lyric_py-0.1.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d5335d1a9488006e836cca8b59cf333e1d1ef0787eec27a13689e17b4075eca8", size = 13444593 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/e1/ef571022f9c5709515779d5200aed42acb28198fd6c16f560b818423abb9/lyric_py-0.1.6-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:204bcfae17ccdf805be1a7a0c334a97323f7b3132046cde76d42fa41b1420661", size = 13605010 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/0e/98c1269ad3b6276c918bad85a5f19b57c9a6c112347deb1ff3a41feb29c6/lyric_py-0.1.6-cp311-cp311-win_amd64.whl", hash = "sha256:c35c4b5d7f2590ada2c89015a599e541d5beabbbabfde452246c1c9897448b92", size = 10585231 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/03/76ad6843405cfc35f12bd70ae8cdfca3a230906f8cbba4aede9406388f35/lyric_py-0.1.6-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:431ab0c555ee46a4eedea52f0e3ff463b573ce87482ac6f67c0f98d48b71a506", size = 11825665 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/aa/73303a495f491c501664a7ad6d686279bddb5f13dc594bdacc4985bb8703/lyric_py-0.1.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ad7b12fa512ad04ac95dcf78b9d1ec8d6868b6f3ccaf2756f45242d3b022bfe7", size = 11236323 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/04/ce83045ce7e931c615c0aa3a02e1360ff70a7f2b8a0154a22cba3c8019af/lyric_py-0.1.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6d7070240f3ebfacd687c61d9ddf65e3c133e4276ee477099838e8898fb11d21", size = 13453373 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/4a/63aa116a61f037fc6dcff44b28a75ba3c26a08b5347ca5be94ff71734296/lyric_py-0.1.6-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:3599376399fc8d7a0f270532a8bb6c468f123fe91d373b543035d1d67f86222d", size = 13614294 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/e9/e134c3dfd76de41d3f843465ff6ca8602531209e559ec7bf80d1ba87f3e7/lyric_py-0.1.6-cp312-cp312-win_amd64.whl", hash = "sha256:c0764655b0f9e5b7700ee32b09e9679287b8adc2698cd878729ada4d262ad272", size = 10585555 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/7c/3b7ac26b9de23fcc7bb0050c0e2ce0c7a49f0a62aa647c055af802d0d186/lyric_py-0.1.6-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:933de25cfacde516c58f77a3f332dd3d3ef75cc24d94d2a20e10c9a5e4447f31", size = 11824843 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/f5/95cf2a49c81a66aaabe535b9c855cc20fe875133eb94000696ac5fa69efa/lyric_py-0.1.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:d7a31683a515ff21ff247b417c345d9bb6df496c13ba2e81696a19c6aaef3f04", size = 11235466 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/a6/15019eec166c3d08ad419be2b11f31e0cdd4f11df89ed9cc842db393616f/lyric_py-0.1.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:13e0f2647b27fb17dcabeec95f37dab4f8b2e4279db3aef0e6e3625aef2190a2", size = 13452946 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/90/5caba3918b6af80cd1f2e0ea4bf3bad698d94747cd3e5e4bb48a7fc77694/lyric_py-0.1.6-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:7d83b99ff296b210d73bf1c704f81cb3dbc27ab7d73d4b04b3818340c8cbe633", size = 11823490 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/07/881956dac7cea2a1a3cae86ab04f348b1280a321bd0eb1f1cee4b4734bba/lyric_py-0.1.6-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:2f8a0cc61ade01ebe0a34e627ca31d8d90c314092d901e59ba2b7a1741598f70", size = 11233496 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/b6/196733f136ec05b78c5f3881c1d36e82249c923d78b906daf5ffe269b537/lyric_py-0.1.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b8ea792800f669d0be5bce07d033a474b6359500928ea0961d93f76822c40d80", size = 13413087 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/dc/4dae2df04612e1db9387780f0d2ce28914a4c4f163bc49d24135385339bb/lyric_py-0.1.6-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:490bf43e06b7e79955546331421d3ed573bb8d0b0f72aabec515c5fae2fa33fc", size = 13577253 },
]
[[package]]
name = "lyric-py-worker"
version = "0.1.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "lyric-task" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/d0/371b179784e326144e60ce6f4c12ebc98a0f97ec584da8926060b0d39146/lyric_py_worker-0.1.6.tar.gz", hash = "sha256:7041cd2526bc6483c2955b7c53b416e09ee2c282ade716326225ac87496e3274", size = 10842724 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/66/71a0ebbbcdf6a5710b351ff254a45504ef63c5e33a774a147a2bcf990ab2/lyric_py_worker-0.1.6-py3-none-any.whl", hash = "sha256:7f64d70f328e3a1ac4804abe7a2bc7874a4a213c9022f5bfa8ffcbdc3302fb8e", size = 10947553 },
]
[[package]]
name = "lyric-task"
version = "0.1.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cloudpickle" },
{ name = "msgpack" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/83/657a5805e3a4ddd3af27d5395275d3c91bf7756beb687093cf735f37b4cc/lyric_task-0.1.6.tar.gz", hash = "sha256:eaca4c64b096613bfdd471f58a7a2f7a09fcdc4c95490a2bbdce214c3e6917a6", size = 6229 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/7a/997aafb8001e3327ae4bd2b8f00a6f44e5efc1ebcd00d71739db5f111171/lyric_task-0.1.6-py3-none-any.whl", hash = "sha256:fb22938a85ff1882c52d4d675e954a6a1fd6a71f52a25c8f200302210048c824", size = 7368 },
]
[[package]]
name = "lz4"
version = "4.3.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/31/ec1259ca8ad11568abaf090a7da719616ca96b60d097ccc5799cd0ff599c/lz4-4.3.3.tar.gz", hash = "sha256:01fe674ef2889dbb9899d8a67361e0c4a2c833af5aeb37dd505727cf5d2a131e", size = 171509 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/53/61258b5effac76dea5768b07042b2c3c56e15a91194cef92284a0dc0f5e7/lz4-4.3.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b891880c187e96339474af2a3b2bfb11a8e4732ff5034be919aa9029484cd201", size = 254266 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/84/c243a5515950d72ff04220fd49903801825e4ac23691e19e7082d9d9f94b/lz4-4.3.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:222a7e35137d7539c9c33bb53fcbb26510c5748779364014235afc62b0ec797f", size = 212359 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/26/5287564a909d069fdd6c25f2f420c58c5758993fa3ad2e064a7b610e6e5f/lz4-4.3.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f76176492ff082657ada0d0f10c794b6da5800249ef1692b35cf49b1e93e8ef7", size = 1237799 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/50/75c8f966dbcc524e7253f99b8e04c6cad7328f517eb0323abf8b4068f5bb/lz4-4.3.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1d18718f9d78182c6b60f568c9a9cec8a7204d7cb6fad4e511a2ef279e4cb05", size = 1263957 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/54/0f61c77a9599beb14ac5b828e8da20a04c6eaadb4f3fdbd79a817c66eb74/lz4-4.3.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6cdc60e21ec70266947a48839b437d46025076eb4b12c76bd47f8e5eb8a75dcc", size = 1184035 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/84/3be7fad87d84b67cd43174d67fc567e0aa3be154f8b0a1c2c0ff8df30854/lz4-4.3.3-cp310-cp310-win32.whl", hash = "sha256:c81703b12475da73a5d66618856d04b1307e43428a7e59d98cfe5a5d608a74c6", size = 87235 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/08/dc4714eb771b502deec8a714e40e5fbd2242bacd5fe55dcd29a0cb35c567/lz4-4.3.3-cp310-cp310-win_amd64.whl", hash = "sha256:43cf03059c0f941b772c8aeb42a0813d68d7081c009542301637e5782f8a33e2", size = 99781 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/f7/cfb942edd53c8a6aba168720ccf3d6a0cac3e891a7feba97d5823b5dd047/lz4-4.3.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:30e8c20b8857adef7be045c65f47ab1e2c4fabba86a9fa9a997d7674a31ea6b6", size = 254267 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/ca/046bd7e7e1ed4639eb398192374bc3fbf5010d3c168361fec161b63e8bfa/lz4-4.3.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2f7b1839f795315e480fb87d9bc60b186a98e3e5d17203c6e757611ef7dcef61", size = 212353 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/c2/5beb6a7bb7fd27cd5fe5bb93c15636d30987794b161e4609fbf20dc3b5c7/lz4-4.3.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:edfd858985c23523f4e5a7526ca6ee65ff930207a7ec8a8f57a01eae506aaee7", size = 1239095 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/d4/12915eb3083dfd1746d50b71b73334030b129cd25abbed9133dd2d413c21/lz4-4.3.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e9c410b11a31dbdc94c05ac3c480cb4b222460faf9231f12538d0074e56c563", size = 1265760 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/7b/5e72b7504d7675b484812bfc65fe958f7649a64e0d6fe35c11812511f0b5/lz4-4.3.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d2507ee9c99dbddd191c86f0e0c8b724c76d26b0602db9ea23232304382e1f21", size = 1185451 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/b5/3726a678b3a0c64d24e71179e35e7ff8e3553da9d32c2fddce879d042b63/lz4-4.3.3-cp311-cp311-win32.whl", hash = "sha256:f180904f33bdd1e92967923a43c22899e303906d19b2cf8bb547db6653ea6e7d", size = 87232 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/f9/69ed96043dae4d982286a4dda2feb473f49e95e4c90a928ec583d93769a2/lz4-4.3.3-cp311-cp311-win_amd64.whl", hash = "sha256:b14d948e6dce389f9a7afc666d60dd1e35fa2138a8ec5306d30cd2e30d36b40c", size = 99794 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/6f/081811b17ccaec5f06b3030756af2737841447849118a6e1078481a78c6c/lz4-4.3.3-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:e36cd7b9d4d920d3bfc2369840da506fa68258f7bb176b8743189793c055e43d", size = 254213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/4d/8e04ef75feff8848ba3c624ce81c7732bdcea5f8f994758afa88cd3d7764/lz4-4.3.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:31ea4be9d0059c00b2572d700bf2c1bc82f241f2c3282034a759c9a4d6ca4dc2", size = 212354 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a3/04/257a72d6a879dbc8c669018989f776fcdd5b4bf3c2c51c09a54f1ca31721/lz4-4.3.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:33c9a6fd20767ccaf70649982f8f3eeb0884035c150c0b818ea660152cf3c809", size = 1238643 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/93/4a7e489156fa7ded03ba9cde4a8ca7f373672b5787cac9a0391befa752a1/lz4-4.3.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bca8fccc15e3add173da91be8f34121578dc777711ffd98d399be35487c934bf", size = 1265014 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/a4/f84ebc23bc7602623b1b003b4e1120cbf86fb03a35c595c226be1985449b/lz4-4.3.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e7d84b479ddf39fe3ea05387f10b779155fc0990125f4fb35d636114e1c63a2e", size = 1184881 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/3d/8ba48305378e84908221de143a21ba0c0ce52778893865cf85b66b1068da/lz4-4.3.3-cp312-cp312-win32.whl", hash = "sha256:337cb94488a1b060ef1685187d6ad4ba8bc61d26d631d7ba909ee984ea736be1", size = 87241 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/5d/7b70965a0692de29af2af1007fe837f46fd456bbe2aa8f838a8543a3b5cb/lz4-4.3.3-cp312-cp312-win_amd64.whl", hash = "sha256:5d35533bf2cee56f38ced91f766cd0038b6abf46f438a80d50c52750088be93f", size = 99776 },
]
[[package]]
name = "mako"
version = "1.3.8"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "markupsafe" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/d9/8518279534ed7dace1795d5a47e49d5299dd0994eed1053996402a8902f9/mako-1.3.8.tar.gz", hash = "sha256:577b97e414580d3e088d47c2dbbe9594aa7a5146ed2875d4dfa9075af2dd3cc8", size = 392069 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/bf/7a6a36ce2e4cafdfb202752be68850e22607fccd692847c45c1ae3c17ba6/Mako-1.3.8-py3-none-any.whl", hash = "sha256:42f48953c7eb91332040ff567eb7eea69b22e7a4affbc5ba8e845e8f730f6627", size = 78569 },
]
[[package]]
name = "marisa-trie"
version = "1.2.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "setuptools" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/15/9d9743897e4450b2de199ee673b50cb018980c4ced477d41cf91304a85e3/marisa_trie-1.2.1.tar.gz", hash = "sha256:3a27c408e2aefc03e0f1d25b2ff2afb85aac3568f6fa2ae2a53b57a2e87ce29d", size = 416124 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/83/ccf5b33f2123f3110705c608f8e0caa82002626511aafafc58f82e50d322/marisa_trie-1.2.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a2eb41d2f9114d8b7bd66772c237111e00d2bae2260824560eaa0a1e291ce9e8", size = 362200 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/74/f7ce1fc2ee480c7f8ceadd9b992caceaba442a97e5e99d6aea00d3635a0b/marisa_trie-1.2.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9e956e6a46f604b17d570901e66f5214fb6f658c21e5e7665deace236793cef6", size = 192309 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/52/5dbbc13e57ce54c2ef0d04962d7d8f66edc69ed34310c734a2913199a581/marisa_trie-1.2.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bd45142501300e7538b2e544905580918b67b1c82abed1275fe4c682c95635fa", size = 174713 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/49/2580372f3f980aea95c23d05b2c1d3bbb9ee1ab8cfd441545153e44f1be7/marisa_trie-1.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a8443d116c612cfd1961fbf76769faf0561a46d8e317315dd13f9d9639ad500c", size = 1314808 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/ba/e12a4d450f265414cc68df6a116a78beece72b95f774f04d29cd48e08d19/marisa_trie-1.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:875a6248e60fbb48d947b574ffa4170f34981f9e579bde960d0f9a49ea393ecc", size = 1346678 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/81/8e130cb1eea741fd17694d821096f7ec9841f0e3d3c69b740257f5eeafa8/marisa_trie-1.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:746a7c60a17fccd3cfcfd4326926f02ea4fcdfc25d513411a0c4fc8e4a1ca51f", size = 1307254 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/d0/3deb5ea2bf7e4d845339875dbb31f3c3f66c8d6568723db1d137fb08a91c/marisa_trie-1.2.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e70869737cc0e5bd903f620667da6c330d6737048d1f44db792a6af68a1d35be", size = 2194712 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9c/5f/b38d728dd30954816497b53425cfaddaf7b93ac0912db5911888f191b07a/marisa_trie-1.2.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:06b099dd743676dbcd8abd8465ceac8f6d97d8bfaabe2c83b965495523b4cef2", size = 2355625 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/4f/61c0faa9ae9e53600a1b7a0c367bc9db1a4fdc625402ec232c755a05e094/marisa_trie-1.2.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:d2a82eb21afdaf22b50d9b996472305c05ca67fc4ff5a026a220320c9c961db6", size = 2290290 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/7d/713b970fb3043248881ed776dbf4d54918398aa5dde843a38711d0d62c8f/marisa_trie-1.2.1-cp310-cp310-win32.whl", hash = "sha256:8951e7ce5d3167fbd085703b4cbb3f47948ed66826bef9a2173c379508776cf5", size = 130743 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/94/3d619cc82c30daeacd18a88674f4e6540ebfb7b4b7752ca0552793be80cf/marisa_trie-1.2.1-cp310-cp310-win_amd64.whl", hash = "sha256:5685a14b3099b1422c4f59fa38b0bf4b5342ee6cc38ae57df9666a0b28eeaad3", size = 151891 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/93/ffb01dfa22b6eee918e798e0bc3487427036c608aa4c065725f31aaf4104/marisa_trie-1.2.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:ed3fb4ed7f2084597e862bcd56c56c5529e773729a426c083238682dba540e98", size = 362823 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/1d/5c36500ac350c278c9bdfd88e17fa846fa4136d75597c167141ed973cdf2/marisa_trie-1.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0fe69fb9ffb2767746181f7b3b29bbd3454d1d24717b5958e030494f3d3cddf3", size = 192741 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/04/87dd0840f3f720e511eba56193c02bf64d7d96df1ca9f6d19994f55154be/marisa_trie-1.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:4728ed3ae372d1ea2cdbd5eaa27b8f20a10e415d1f9d153314831e67d963f281", size = 174995 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/51/9e903a7e13b7593e2e675d0ec4c390ca076dc5df1c1a0d5e85a513b886a3/marisa_trie-1.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8cf4f25cf895692b232f49aa5397af6aba78bb679fb917a05fce8d3cb1ee446d", size = 1384728 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/3f/7362a5ac60c2b0aad0f52cd57e7bd0c708f20d2660d8df85360f3d8f1c4b/marisa_trie-1.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7cca7f96236ffdbf49be4b2e42c132e3df05968ac424544034767650913524de", size = 1412620 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/bc/aaa3eaf6875f78a204a8da9692d56e3a36f89997dad2c388628385614576/marisa_trie-1.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d7eb20bf0e8b55a58d2a9b518aabc4c18278787bdba476c551dd1c1ed109e509", size = 1361555 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/98/e11b5a6206c5d110f32adab37fa84a85410d684e9c731acdd5c9250e2ce4/marisa_trie-1.2.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:b1ec93f0d1ee6d7ab680a6d8ea1a08bf264636358e92692072170032dda652ba", size = 2257717 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/9d/6b4a40867875e738a67c5b29f83e2e490a66bd9067ace3dd9a5c497e2b7f/marisa_trie-1.2.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e2699255d7ac610dee26d4ae7bda5951d05c7d9123a22e1f7c6a6f1964e0a4e4", size = 2417044 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/61/e25613c72f2931757334b8bcf6b501569ef713f5ee9c6c7688ec460bd720/marisa_trie-1.2.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:c484410911182457a8a1a0249d0c09c01e2071b78a0a8538cd5f7fa45589b13a", size = 2351960 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/0a/a90ccaf3eb476d13ec261f80c6c52defaf10ebc7f35eb2bcd7dfb533aef7/marisa_trie-1.2.1-cp311-cp311-win32.whl", hash = "sha256:ad548117744b2bcf0e3d97374608be0a92d18c2af13d98b728d37cd06248e571", size = 130446 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/98/574b4e143e0a2f5f71af8716b6c4a8a46220f75a6e0847ce7d11ee0ba4aa/marisa_trie-1.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:436f62d27714970b9cdd3b3c41bdad046f260e62ebb0daa38125ef70536fc73b", size = 152037 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/bf/8bd4ac8436b33fd46c9e1ffe3c2a131cd9744cc1649dbbe13308f744ef2b/marisa_trie-1.2.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:638506eacf20ca503fff72221a7e66a6eadbf28d6a4a6f949fcf5b1701bb05ec", size = 360041 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/dd/4d3151e302e66ae387885f6ec265bd189e096b0c43c1379bfd9a3b9d2543/marisa_trie-1.2.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:de1665eaafefa48a308e4753786519888021740501a15461c77bdfd57638e6b4", size = 190520 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/28/ae5991c74fb90b173167a366a634c83445f948ad044d37287b478d6b457e/marisa_trie-1.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f713af9b8aa66a34cd3a78c7d150a560a75734713abe818a69021fd269e927fa", size = 174175 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/6a/fbfa89a8680eaabc6847a6c421e65427c43182db0c4bdb60e1516c81c822/marisa_trie-1.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b2a7d00f53f4945320b551bccb826b3fb26948bde1a10d50bb9802fabb611b10", size = 1354995 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/4c/2ba0b385e5f64ca4ddb0c10ec52ddf881bc4521f135948786fc339d1d6c8/marisa_trie-1.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:98042040d1d6085792e8d0f74004fc0f5f9ca6091c298f593dd81a22a4643854", size = 1390989 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/22/0791ed3045c91d0938345a86be472fc7c188b894f16c5dfad2ef31e7f882/marisa_trie-1.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6532615111eec2c79e711965ece0bc95adac1ff547a7fff5ffca525463116deb", size = 1328810 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/7d/3f566e563abae6efce7fc311c63282a447c611739b3cd66c0e36077c86f8/marisa_trie-1.2.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:20948e40ab2038e62b7000ca6b4a913bc16c91a2c2e6da501bd1f917eeb28d51", size = 2230222 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/0b/38fbb4611b5d1030242ddc2aa62e524438c8076e26f87395dbbf222dc62d/marisa_trie-1.2.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:66b23e5b35dd547f85bf98db7c749bc0ffc57916ade2534a6bbc32db9a4abc44", size = 2383620 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/17/4553c63de29904d5d2521a24cad817bc7883cfa90506ab702ec4dae59a7b/marisa_trie-1.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:6704adf0247d2dda42e876b793be40775dff46624309ad99bc7537098bee106d", size = 2329202 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/08/6307a630e63cd763fe77ac56516faa67fa9cd342060691e40fabc84be6b0/marisa_trie-1.2.1-cp312-cp312-win32.whl", hash = "sha256:3ad356442c2fea4c2a6f514738ddf213d23930f942299a2b2c05df464a00848a", size = 129652 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/fe/67c357bfd92710d95a16b86e1453c663d565415d7f7838781c79ff7e1a7e/marisa_trie-1.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:f2806f75817392cedcacb24ac5d80b0350dde8d3861d67d045c1d9b109764114", size = 150845 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/a4/a110cd9952f0e72da7bafea1f0084b18b9e03952110d9083bfda52279f5c/marisa_trie-1.2.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:b5ea16e69bfda0ac028c921b58de1a4aaf83d43934892977368579cd3c0a2554", size = 354439 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/a5/a6099eb1c3fd8d7e93408c45501e1d08536ac57dfef02ec331f78e1ace18/marisa_trie-1.2.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:9f627f4e41be710b6cb6ed54b0128b229ac9d50e2054d9cde3af0fef277c23cf", size = 188187 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/cc/f637127e2beffa920d21f7fc45b4029575bcd1b28a90c0d90cb2b08c2205/marisa_trie-1.2.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5e649f3dc8ab5476732094f2828cc90cac3be7c79bc0c8318b6fda0c1d248db4", size = 171484 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/0f/29f2ad7260b956570f69f25a542efa51ba76eb76ecd53c63ee9d21987c3d/marisa_trie-1.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:46e528ee71808c961baf8c3ce1c46a8337ec7a96cc55389d11baafe5b632f8e9", size = 1319770 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/12/0b69ed61fba59551a5f3d569af367afae614db7214ce1da12946ba9a433a/marisa_trie-1.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:36aa4401a1180615f74d575571a6550081d84fc6461e9aefc0bb7b2427af098e", size = 1356488 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/23/483b110db7ffe8729d6ebea2bf74258aef51f10fef5775f99e4bac7aef69/marisa_trie-1.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ce59bcd2cda9bb52b0e90cc7f36413cd86c3d0ce7224143447424aafb9f4aa48", size = 1302334 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/6f/46c2be99ce925985127fdf78900f1673bce8cb72debfebee6dccd11032c6/marisa_trie-1.2.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f4cd800704a5fc57e53c39c3a6b0c9b1519ebdbcb644ede3ee67a06eb542697d", size = 2202624 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/b6/ef642327dbd4ec35be55d5682520b8f70fca98a54024f441ef2732f6b305/marisa_trie-1.2.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:2428b495003c189695fb91ceeb499f9fcced3a2dce853e17fa475519433c67ff", size = 2364206 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/04/ef8197a79d0ab5043b781cc9b457bd11b81d4204fe78adf7625a67f48c21/marisa_trie-1.2.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:735c363d9aaac82eaf516a28f7c6b95084c2e176d8231c87328dc80e112a9afa", size = 2304801 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/72/f87564d653daf31d8f33d9bf0121e99ccc21f18f5c485fb404ba06abc10e/marisa_trie-1.2.1-cp313-cp313-win32.whl", hash = "sha256:eba6ca45500ca1a042466a0684aacc9838e7f20fe2605521ee19f2853062798f", size = 128799 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/40/5f9eb8b73030cc4b0d6817176e66079a62a2ddd9d5530da54f8011473428/marisa_trie-1.2.1-cp313-cp313-win_amd64.whl", hash = "sha256:aa7cd17e1c690ce96c538b2f4aae003d9a498e65067dd433c52dd069009951d4", size = 149035 },
]
[[package]]
name = "markdown"
version = "3.7"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/28/3af612670f82f4c056911fbbbb42760255801b3068c48de792d354ff4472/markdown-3.7.tar.gz", hash = "sha256:2ae2471477cfd02dbbf038d5d9bc226d40def84b4fe2986e49b59b6b472bbed2", size = 357086 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/08/83871f3c50fc983b88547c196d11cf8c3340e37c32d2e9d6152abe2c61f7/Markdown-3.7-py3-none-any.whl", hash = "sha256:7eb6df5690b81a1d7942992c97fad2938e956e79df20cbc6186e9c3a77b1c803", size = 106349 },
]
[[package]]
name = "markdown-it-py"
version = "2.2.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
]
dependencies = [
{ name = "mdurl", marker = "(python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/c0/59bd6d0571986f72899288a95d9d6178d0eebd70b6650f1bb3f0da90f8f7/markdown-it-py-2.2.0.tar.gz", hash = "sha256:7c9a5e412688bc771c67432cbfebcdd686c93ce6484913dccf06cb5a0bea35a1", size = 67120 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/25/2d88e8feee8e055d015343f9b86e370a1ccbec546f2865c98397aaef24af/markdown_it_py-2.2.0-py3-none-any.whl", hash = "sha256:5a35f8d1870171d9acc47b99612dc146129b631baf04970128b568f190d0cc30", size = 84466 },
]
[[package]]
name = "markdown-it-py"
version = "3.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "mdurl", marker = "python_full_version < '3.12.4' or platform_machine != 'x86_64' or sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/71/3b932df36c1a044d397a1f92d1cf91ee0a503d91e470cbd670aa66b07ed0/markdown-it-py-3.0.0.tar.gz", hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb", size = 74596 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/d7/1ec15b46af6af88f19b8e5ffea08fa375d433c998b8a7639e76935c14f1f/markdown_it_py-3.0.0-py3-none-any.whl", hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1", size = 87528 },
]
[[package]]
name = "markupsafe"
version = "3.0.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/97/5d42485e71dfc078108a86d6de8fa46db44a1a9295e89c5d6d4a06e23a62/markupsafe-3.0.2.tar.gz", hash = "sha256:ee55d3edf80167e48ea11a923c7386f4669df67d7994554387f84e7d8b0a2bf0", size = 20537 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/90/d08277ce111dd22f77149fd1a5d4653eeb3b3eaacbdfcbae5afb2600eebd/MarkupSafe-3.0.2-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7e94c425039cde14257288fd61dcfb01963e658efbc0ff54f5306b06054700f8", size = 14357 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/e1/6e2194baeae0bca1fae6629dc0cbbb968d4d941469cbab11a3872edff374/MarkupSafe-3.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9e2d922824181480953426608b81967de705c3cef4d1af983af849d7bd619158", size = 12393 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/69/35fa85a8ece0a437493dc61ce0bb6d459dcba482c34197e3efc829aa357f/MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:38a9ef736c01fccdd6600705b09dc574584b89bea478200c5fbf112a6b0d5579", size = 21732 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/35/137da042dfb4720b638d2937c38a9c2df83fe32d20e8c8f3185dbfef05f7/MarkupSafe-3.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bbcb445fa71794da8f178f0f6d66789a28d7319071af7a496d4d507ed566270d", size = 20866 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/28/6d029a903727a1b62edb51863232152fd335d602def598dade38996887f0/MarkupSafe-3.0.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:57cb5a3cf367aeb1d316576250f65edec5bb3be939e9247ae594b4bcbc317dfb", size = 20964 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/cd/07438f95f83e8bc028279909d9c9bd39e24149b0d60053a97b2bc4f8aa51/MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:3809ede931876f5b2ec92eef964286840ed3540dadf803dd570c3b7e13141a3b", size = 21977 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/01/84b57395b4cc062f9c4c55ce0df7d3108ca32397299d9df00fedd9117d3d/MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:e07c3764494e3776c602c1e78e298937c3315ccc9043ead7e685b7f2b8d47b3c", size = 21366 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/6e/61ebf08d8940553afff20d1fb1ba7294b6f8d279df9fd0c0db911b4bbcfd/MarkupSafe-3.0.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:b424c77b206d63d500bcb69fa55ed8d0e6a3774056bdc4839fc9298a7edca171", size = 21091 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/23/ffbf53694e8c94ebd1e7e491de185124277964344733c45481f32ede2499/MarkupSafe-3.0.2-cp310-cp310-win32.whl", hash = "sha256:fcabf5ff6eea076f859677f5f0b6b5c1a51e70a376b0579e0eadef8db48c6b50", size = 15065 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/06/e7175d06dd6e9172d4a69a72592cb3f7a996a9c396eee29082826449bbc3/MarkupSafe-3.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:6af100e168aa82a50e186c82875a5893c5597a0c1ccdb0d8b40240b1f28b969a", size = 15514 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/28/bbf83e3f76936960b850435576dd5e67034e200469571be53f69174a2dfd/MarkupSafe-3.0.2-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9025b4018f3a1314059769c7bf15441064b2207cb3f065e6ea1e7359cb46db9d", size = 14353 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/30/316d194b093cde57d448a4c3209f22e3046c5bb2fb0820b118292b334be7/MarkupSafe-3.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:93335ca3812df2f366e80509ae119189886b0f3c2b81325d39efdb84a1e2ae93", size = 12392 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/96/9cdafba8445d3a53cae530aaf83c38ec64c4d5427d975c974084af5bc5d2/MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2cb8438c3cbb25e220c2ab33bb226559e7afb3baec11c4f218ffa7308603c832", size = 23984 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/a4/aefb044a2cd8d7334c8a47d3fb2c9f328ac48cb349468cc31c20b539305f/MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a123e330ef0853c6e822384873bef7507557d8e4a082961e1defa947aa59ba84", size = 23120 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/21/5e4851379f88f3fad1de30361db501300d4f07bcad047d3cb0449fc51f8c/MarkupSafe-3.0.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1e084f686b92e5b83186b07e8a17fc09e38fff551f3602b249881fec658d3eca", size = 23032 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/7b/e92c64e079b2d0d7ddf69899c98842f3f9a60a1ae72657c89ce2655c999d/MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:d8213e09c917a951de9d09ecee036d5c7d36cb6cb7dbaece4c71a60d79fb9798", size = 24057 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/ac/46f960ca323037caa0a10662ef97d0a4728e890334fc156b9f9e52bcc4ca/MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:5b02fb34468b6aaa40dfc198d813a641e3a63b98c2b05a16b9f80b7ec314185e", size = 23359 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/84/83439e16197337b8b14b6a5b9c2105fff81d42c2a7c5b58ac7b62ee2c3b1/MarkupSafe-3.0.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:0bff5e0ae4ef2e1ae4fdf2dfd5b76c75e5c2fa4132d05fc1b0dabcd20c7e28c4", size = 23306 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/34/a15aa69f01e2181ed8d2b685c0d2f6655d5cca2c4db0ddea775e631918cd/MarkupSafe-3.0.2-cp311-cp311-win32.whl", hash = "sha256:6c89876f41da747c8d3677a2b540fb32ef5715f97b66eeb0c6b66f5e3ef6f59d", size = 15094 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/b8/3a3bd761922d416f3dc5d00bfbed11f66b1ab89a0c2b6e887240a30b0f6b/MarkupSafe-3.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:70a87b411535ccad5ef2f1df5136506a10775d267e197e4cf531ced10537bd6b", size = 15521 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/09/d1f21434c97fc42f09d290cbb6350d44eb12f09cc62c9476effdb33a18aa/MarkupSafe-3.0.2-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:9778bd8ab0a994ebf6f84c2b949e65736d5575320a17ae8984a77fab08db94cf", size = 14274 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/b0/18f76bba336fa5aecf79d45dcd6c806c280ec44538b3c13671d49099fdd0/MarkupSafe-3.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:846ade7b71e3536c4e56b386c2a47adf5741d2d8b94ec9dc3e92e5e1ee1e2225", size = 12348 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/25/dd5c0f6ac1311e9b40f4af06c78efde0f3b5cbf02502f8ef9501294c425b/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1c99d261bd2d5f6b59325c92c73df481e05e57f19837bdca8413b9eac4bd8028", size = 24149 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/f0/89e7aadfb3749d0f52234a0c8c7867877876e0a20b60e2188e9850794c17/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e17c96c14e19278594aa4841ec148115f9c7615a47382ecb6b82bd8fea3ab0c8", size = 23118 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/da/f2eeb64c723f5e3777bc081da884b414671982008c47dcc1873d81f625b6/MarkupSafe-3.0.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:88416bd1e65dcea10bc7569faacb2c20ce071dd1f87539ca2ab364bf6231393c", size = 22993 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/0e/1f32af846df486dce7c227fe0f2398dc7e2e51d4a370508281f3c1c5cddc/MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2181e67807fc2fa785d0592dc2d6206c019b9502410671cc905d132a92866557", size = 24178 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/f6/bb3ca0532de8086cbff5f06d137064c8410d10779c4c127e0e47d17c0b71/MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:52305740fe773d09cffb16f8ed0427942901f00adedac82ec8b67752f58a1b22", size = 23319 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/82/8be4c96ffee03c5b4a034e60a31294daf481e12c7c43ab8e34a1453ee48b/MarkupSafe-3.0.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:ad10d3ded218f1039f11a75f8091880239651b52e9bb592ca27de44eed242a48", size = 23352 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/ae/97827349d3fcffee7e184bdf7f41cd6b88d9919c80f0263ba7acd1bbcb18/MarkupSafe-3.0.2-cp312-cp312-win32.whl", hash = "sha256:0f4ca02bea9a23221c0182836703cbf8930c5e9454bacce27e767509fa286a30", size = 15097 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/80/a61f99dc3a936413c3ee4e1eecac96c0da5ed07ad56fd975f1a9da5bc630/MarkupSafe-3.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:8e06879fc22a25ca47312fbe7c8264eb0b662f6db27cb2d3bbbc74b1df4b9b87", size = 15601 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/0e/67eb10a7ecc77a0c2bbe2b0235765b98d164d81600746914bebada795e97/MarkupSafe-3.0.2-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:ba9527cdd4c926ed0760bc301f6728ef34d841f405abf9d4f959c478421e4efd", size = 14274 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/6d/9409f3684d3335375d04e5f05744dfe7e9f120062c9857df4ab490a1031a/MarkupSafe-3.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f8b3d067f2e40fe93e1ccdd6b2e1d16c43140e76f02fb1319a05cf2b79d99430", size = 12352 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/f5/6eadfcd3885ea85fe2a7c128315cc1bb7241e1987443d78c8fe712d03091/MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:569511d3b58c8791ab4c2e1285575265991e6d8f8700c7be0e88f86cb0672094", size = 24122 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/91/96cf928db8236f1bfab6ce15ad070dfdd02ed88261c2afafd4b43575e9e9/MarkupSafe-3.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:15ab75ef81add55874e7ab7055e9c397312385bd9ced94920f2802310c930396", size = 23085 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/cf/c9d56af24d56ea04daae7ac0940232d31d5a8354f2b457c6d856b2057d69/MarkupSafe-3.0.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f3818cb119498c0678015754eba762e0d61e5b52d34c8b13d770f0719f7b1d79", size = 22978 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/9f/8619835cd6a711d6272d62abb78c033bda638fdc54c4e7f4272cf1c0962b/MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:cdb82a876c47801bb54a690c5ae105a46b392ac6099881cdfb9f6e95e4014c6a", size = 24208 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/bf/176950a1792b2cd2102b8ffeb5133e1ed984547b75db47c25a67d3359f77/MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:cabc348d87e913db6ab4aa100f01b08f481097838bdddf7c7a84b7575b7309ca", size = 23357 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/4f/9a02c1d335caabe5c4efb90e1b6e8ee944aa245c1aaaab8e8a618987d816/MarkupSafe-3.0.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:444dcda765c8a838eaae23112db52f1efaf750daddb2d9ca300bcae1039adc5c", size = 23344 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/55/c271b57db36f748f0e04a759ace9f8f759ccf22b4960c270c78a394f58be/MarkupSafe-3.0.2-cp313-cp313-win32.whl", hash = "sha256:bcf3e58998965654fdaff38e58584d8937aa3096ab5354d493c77d1fdd66d7a1", size = 15101 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/88/07df22d2dd4df40aba9f3e402e6dc1b8ee86297dddbad4872bd5e7b0094f/MarkupSafe-3.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:e6a2a455bd412959b57a172ce6328d2dd1f01cb2135efda2e4576e8a23fa3b0f", size = 15603 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/6a/8b89d24db2d32d433dffcd6a8779159da109842434f1dd2f6e71f32f738c/MarkupSafe-3.0.2-cp313-cp313t-macosx_10_13_universal2.whl", hash = "sha256:b5a6b3ada725cea8a5e634536b1b01c30bcdcd7f9c6fff4151548d5bf6b3a36c", size = 14510 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/06/a10f955f70a2e5a9bf78d11a161029d278eeacbd35ef806c3fd17b13060d/MarkupSafe-3.0.2-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:a904af0a6162c73e3edcb969eeeb53a63ceeb5d8cf642fade7d39e7963a22ddb", size = 12486 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/cf/65d4a571869a1a9078198ca28f39fba5fbb910f952f9dbc5220afff9f5e6/MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4aa4e5faecf353ed117801a068ebab7b7e09ffb6e1d5e412dc852e0da018126c", size = 25480 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/e3/90e9651924c430b885468b56b3d597cabf6d72be4b24a0acd1fa0e12af67/MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c0ef13eaeee5b615fb07c9a7dadb38eac06a0608b41570d8ade51c56539e509d", size = 23914 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/8c/6c7cf61f95d63bb866db39085150df1f2a5bd3335298f14a66b48e92659c/MarkupSafe-3.0.2-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d16a81a06776313e817c951135cf7340a3e91e8c1ff2fac444cfd75fffa04afe", size = 23796 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/35/cbe9238ec3f47ac9a7c8b3df7a808e7cb50fe149dc7039f5f454b3fba218/MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:6381026f158fdb7c72a168278597a5e3a5222e83ea18f543112b2662a9b699c5", size = 25473 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/32/7621a4382488aa283cc05e8984a9c219abad3bca087be9ec77e89939ded9/MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:3d79d162e7be8f996986c064d1c7c817f6df3a77fe3d6859f6f9e7be4b8c213a", size = 24114 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/80/0985960e4b89922cb5a0bac0ed39c5b96cbc1a536a99f30e8c220a996ed9/MarkupSafe-3.0.2-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:131a3c7689c85f5ad20f9f6fb1b866f402c445b220c19fe4308c0b147ccd2ad9", size = 24098 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/78/fedb03c7d5380df2427038ec8d973587e90561b2d90cd472ce9254cf348b/MarkupSafe-3.0.2-cp313-cp313t-win32.whl", hash = "sha256:ba8062ed2cf21c07a9e295d5b8a2a5ce678b913b45fdf68c32d95d6c1291e0b6", size = 15208 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/65/6079a46068dfceaeabb5dcad6d674f5f5c61a6fa5673746f42a9f4c233b3/MarkupSafe-3.0.2-cp313-cp313t-win_amd64.whl", hash = "sha256:e444a31f8db13eb18ada366ab3cf45fd4b31e4db1236a4448f68778c1d1a5a2f", size = 15739 },
]
[[package]]
name = "marshmallow"
version = "3.25.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "packaging" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/85/43b8e95251312e8d0d3389263e87e368a5a015db475e140d5dd8cb8dcb47/marshmallow-3.25.1.tar.gz", hash = "sha256:f4debda3bb11153d81ac34b0d582bf23053055ee11e791b54b4b35493468040a", size = 217295 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/25/5b300f0400078d9783fbe44d30fedd849a130fc3aff01f18278c12342b6f/marshmallow-3.25.1-py3-none-any.whl", hash = "sha256:ec5d00d873ce473b7f2ffcb7104286a376c354cab0c2fa12f5573dab03e87210", size = 49624 },
]
[[package]]
name = "matplotlib"
version = "3.10.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "contourpy" },
{ name = "cycler" },
{ name = "fonttools" },
{ name = "kiwisolver" },
{ name = "numpy" },
{ name = "packaging" },
{ name = "pillow" },
{ name = "pyparsing" },
{ name = "python-dateutil" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/dd/fa2e1a45fce2d09f4aea3cee169760e672c8262325aa5796c49d543dc7e6/matplotlib-3.10.0.tar.gz", hash = "sha256:b886d02a581b96704c9d1ffe55709e49b4d2d52709ccebc4be42db856e511278", size = 36686418 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/ec/3cdff7b5239adaaacefcc4f77c316dfbbdf853c4ed2beec467e0fec31b9f/matplotlib-3.10.0-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:2c5829a5a1dd5a71f0e31e6e8bb449bc0ee9dbfb05ad28fc0c6b55101b3a4be6", size = 8160551 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/f2/b518f2c7f29895c9b167bf79f8529c63383ae94eaf49a247a4528e9a148d/matplotlib-3.10.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a2a43cbefe22d653ab34bb55d42384ed30f611bcbdea1f8d7f431011a2e1c62e", size = 8034853 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/8d/45754b4affdb8f0d1a44e4e2bcd932cdf35b256b60d5eda9f455bb293ed0/matplotlib-3.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:607b16c8a73943df110f99ee2e940b8a1cbf9714b65307c040d422558397dac5", size = 8446724 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/5a/a113495110ae3e3395c72d82d7bc4802902e46dc797f6b041e572f195c56/matplotlib-3.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:01d2b19f13aeec2e759414d3bfe19ddfb16b13a1250add08d46d5ff6f9be83c6", size = 8583905 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/b1/8b1655b4c9ed4600c817c419f7eaaf70082630efd7556a5b2e77a8a3cdaf/matplotlib-3.10.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5e6c6461e1fc63df30bf6f80f0b93f5b6784299f721bc28530477acd51bfc3d1", size = 9395223 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/85/b9a54d64585a6b8737a78a61897450403c30f39e0bd3214270bb0b96f002/matplotlib-3.10.0-cp310-cp310-win_amd64.whl", hash = "sha256:994c07b9d9fe8d25951e3202a68c17900679274dadfc1248738dcfa1bd40d7f3", size = 8025355 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/f1/e37f6c84d252867d7ddc418fff70fc661cfd363179263b08e52e8b748e30/matplotlib-3.10.0-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:fd44fc75522f58612ec4a33958a7e5552562b7705b42ef1b4f8c0818e304a363", size = 8171677 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/8b/92e9da1f28310a1f6572b5c55097b0c0ceb5e27486d85fb73b54f5a9b939/matplotlib-3.10.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:c58a9622d5dbeb668f407f35f4e6bfac34bb9ecdcc81680c04d0258169747997", size = 8044945 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/cb/49e83f0fd066937a5bd3bc5c5d63093703f3637b2824df8d856e0558beef/matplotlib-3.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:845d96568ec873be63f25fa80e9e7fae4be854a66a7e2f0c8ccc99e94a8bd4ef", size = 8458269 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/7d/2d873209536b9ee17340754118a2a17988bc18981b5b56e6715ee07373ac/matplotlib-3.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5439f4c5a3e2e8eab18e2f8c3ef929772fd5641876db71f08127eed95ab64683", size = 8599369 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/03/57d6cbbe85c61fe4cbb7c94b54dce443d68c21961830833a1f34d056e5ea/matplotlib-3.10.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4673ff67a36152c48ddeaf1135e74ce0d4bce1bbf836ae40ed39c29edf7e2765", size = 9405992 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/cf/e382598f98be11bf51dd0bc60eca44a517f6793e3dc8b9d53634a144620c/matplotlib-3.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:7e8632baebb058555ac0cde75db885c61f1212e47723d63921879806b40bec6a", size = 8034580 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/c7/6b2d8cb7cc251d53c976799cacd3200add56351c175ba89ab9cbd7c1e68a/matplotlib-3.10.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:4659665bc7c9b58f8c00317c3c2a299f7f258eeae5a5d56b4c64226fca2f7c59", size = 8172465 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/2a/6d66d0fba41e13e9ca6512a0a51170f43e7e7ed3a8dfa036324100775612/matplotlib-3.10.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:d44cb942af1693cced2604c33a9abcef6205601c445f6d0dc531d813af8a2f5a", size = 8043300 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/60/2a60342b27b90a16bada939a85e29589902b41073f59668b904b15ea666c/matplotlib-3.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a994f29e968ca002b50982b27168addfd65f0105610b6be7fa515ca4b5307c95", size = 8448936 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/b2/d872fc3d753516870d520595ddd8ce4dd44fa797a240999f125f58521ad7/matplotlib-3.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9b0558bae37f154fffda54d779a592bc97ca8b4701f1c710055b609a3bac44c8", size = 8594151 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/bd/b2f60cf7f57d014ab33e4f74602a2b5bdc657976db8196bbc022185f6f9c/matplotlib-3.10.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:503feb23bd8c8acc75541548a1d709c059b7184cde26314896e10a9f14df5f12", size = 9400347 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/6e/264673e64001b99d747aff5a288eca82826c024437a3694e19aed1decf46/matplotlib-3.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:c40ba2eb08b3f5de88152c2333c58cee7edcead0a2a0d60fcafa116b17117adc", size = 8039144 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/11/1b2a094d95dcb6e6edd4a0b238177c439006c6b7a9fe8d31801237bf512f/matplotlib-3.10.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:96f2886f5c1e466f21cc41b70c5a0cd47bfa0015eb2d5793c88ebce658600e25", size = 8173073 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/c4/87b6ad2723070511a411ea719f9c70fde64605423b184face4e94986de9d/matplotlib-3.10.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:12eaf48463b472c3c0f8dbacdbf906e573013df81a0ab82f0616ea4b11281908", size = 8043892 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/69/cb0812a136550b21361335e9ffb7d459bf6d13e03cb7b015555d5143d2d6/matplotlib-3.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2fbbabc82fde51391c4da5006f965e36d86d95f6ee83fb594b279564a4c5d0d2", size = 8450532 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/3a/bab9deb4fb199c05e9100f94d7f1c702f78d3241e6a71b784d2b88d7bebd/matplotlib-3.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ad2e15300530c1a94c63cfa546e3b7864bd18ea2901317bae8bbf06a5ade6dcf", size = 8593905 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/66/742fd242f989adc1847ddf5f445815f73ad7c46aa3440690cc889cfa423c/matplotlib-3.10.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:3547d153d70233a8496859097ef0312212e2689cdf8d7ed764441c77604095ae", size = 9399609 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/d6/54cee7142cef7d910a324a7aedf335c0c147b03658b54d49ec48166f10a6/matplotlib-3.10.0-cp313-cp313-win_amd64.whl", hash = "sha256:c55b20591ced744aa04e8c3e4b7543ea4d650b6c3c4b208c08a05b4010e8b442", size = 8039076 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/14/815d072dc36e88753433bfd0385113405efb947e6895ff7b4d2e8614a33b/matplotlib-3.10.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:9ade1003376731a971e398cc4ef38bb83ee8caf0aee46ac6daa4b0506db1fd06", size = 8211000 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/76/34e75f364194ec352678adcb540964be6f35ec7d3d8c75ebcb17e6839359/matplotlib-3.10.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:95b710fea129c76d30be72c3b38f330269363fbc6e570a5dd43580487380b5ff", size = 8087707 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/2b/b6bc0dff6a72d333bc7df94a66e6ce662d224e43daa8ad8ae4eaa9a77f55/matplotlib-3.10.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5cdbaf909887373c3e094b0318d7ff230b2ad9dcb64da7ade654182872ab2593", size = 8477384 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/2d/b5949fb2b76e9b47ab05e25a5f5f887c70de20d8b0cbc704a4e2ee71c786/matplotlib-3.10.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d907fddb39f923d011875452ff1eca29a9e7f21722b873e90db32e5d8ddff12e", size = 8610334 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/9a/6e3c799d5134d9af44b01c787e1360bee38cf51850506ea2e743a787700b/matplotlib-3.10.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:3b427392354d10975c1d0f4ee18aa5844640b512d5311ef32efd4dd7db106ede", size = 9406777 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0e/dd/e6ae97151e5ed648ab2ea48885bc33d39202b640eec7a2910e2c843f7ac0/matplotlib-3.10.0-cp313-cp313t-win_amd64.whl", hash = "sha256:5fd41b0ec7ee45cd960a8e71aea7c946a28a0b8a4dcee47d2856b2af051f334c", size = 8109742 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/5f/29def7ce4e815ab939b56280976ee35afffb3bbdb43f332caee74cb8c951/matplotlib-3.10.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:81713dd0d103b379de4516b861d964b1d789a144103277769238c732229d7f03", size = 8155500 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/6d/d570383c9f7ca799d0a54161446f9ce7b17d6c50f2994b653514bcaa108f/matplotlib-3.10.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:359f87baedb1f836ce307f0e850d12bb5f1936f70d035561f90d41d305fdacea", size = 8032398 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/b4/680aa700d99b48e8c4393fa08e9ab8c49c0555ee6f4c9c0a5e8ea8dfde5d/matplotlib-3.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ae80dc3a4add4665cf2faa90138384a7ffe2a4e37c58d83e115b54287c4f06ef", size = 8587361 },
]
[[package]]
name = "matplotlib-inline"
version = "0.1.7"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/5b/a36a337438a14116b16480db471ad061c36c3694df7c2084a0da7ba538b7/matplotlib_inline-0.1.7.tar.gz", hash = "sha256:8423b23ec666be3d16e16b60bdd8ac4e86e840ebd1dd11a30b9f117f2fa0ab90", size = 8159 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/8e/9ad090d3553c280a8060fbf6e24dc1c0c29704ee7d1c372f0c174aa59285/matplotlib_inline-0.1.7-py3-none-any.whl", hash = "sha256:df192d39a4ff8f21b1895d72e6a13f5fcc5099f00fa84384e0ea28c2cc0653ca", size = 9899 },
]
[[package]]
name = "mdurl"
version = "0.1.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/54/cfe61301667036ec958cb99bd3efefba235e65cdeb9c84d24a8293ba1d90/mdurl-0.1.2.tar.gz", hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba", size = 8729 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/38/89ba8ad64ae25be8de66a6d463314cf1eb366222074cfda9ee839c56a4b4/mdurl-0.1.2-py3-none-any.whl", hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8", size = 9979 },
]
[[package]]
name = "milvus-lite"
version = "2.4.11"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "tqdm", marker = "sys_platform != 'win32' or extra == 'extra-17-dbgpt-accelerator-auto' or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/42/6f4706066ec3251d5a3d42f7fc2bbb02deffa518e40ec63d9abdee58964b/milvus_lite-2.4.11-py3-none-macosx_10_9_x86_64.whl", hash = "sha256:9e563ae0dca1b41bfd76b90f06b2bcc474460fe4eba142c9bab18d2747ff843b", size = 19841144 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/69/eabed32162362ba460d81b5c26c6554c2ffef9427fc5d440aa74fbe675dc/milvus_lite-2.4.11-py3-none-macosx_11_0_arm64.whl", hash = "sha256:d21472bd24eb327542817829ce7cb51878318e6173c4d62353c77421aecf98d6", size = 16872814 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/85/feb5ef0d92ab4b62c20a5a91fdfc8515f1038d9947a41f5e8ba357724c28/milvus_lite-2.4.11-py3-none-manylinux2014_aarch64.whl", hash = "sha256:8e6ef27f7f84976f9fd0047b675ede746db2e0cc581c44a916ac9e71e0cef05d", size = 36006762 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/c2/b294a7699ef097d7b0ab89f95f34fb0710726f12d7da912734e18c2558eb/milvus_lite-2.4.11-py3-none-manylinux2014_x86_64.whl", hash = "sha256:551f56b49fcfbb330b658b4a3c56ed29ba9b692ec201edd1f2dade7f5e39957d", size = 45177882 },
]
[[package]]
name = "mistral-common"
version = "1.5.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "jsonschema", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "numpy", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pillow", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pydantic", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "requests", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "sentencepiece", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tiktoken", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/09/21752753352fe9cdb15d3f9179086c23da75670c4031ce61e54fcef12ab7/mistral_common-1.5.3.tar.gz", hash = "sha256:1e9cc740197a55f9bc20d44160ce9230d9fff399da2e781d91c2677011765eff", size = 6269649 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/37/289b79404b138d45648e22cc32325de6006948cce3943003e6ee2a2f940c/mistral_common-1.5.3-py3-none-any.whl", hash = "sha256:918af99501282bdd14cc453d561fbce13ba1416654604b94bed22c6aaebbb819", size = 6477749 },
]
[package.optional-dependencies]
opencv = [
{ name = "opencv-python-headless", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
[[package]]
name = "mistune"
version = "3.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/6e/96fc7cb3288666c5de2c396eb0e338dc95f7a8e4920e43e38783a22d0084/mistune-3.1.0.tar.gz", hash = "sha256:dbcac2f78292b9dc066cd03b7a3a26b62d85f8159f2ea5fd28e55df79908d667", size = 94401 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/b3/743ffc3f59da380da504d84ccd1faf9a857a1445991ff19bf2ec754163c2/mistune-3.1.0-py3-none-any.whl", hash = "sha256:b05198cf6d671b3deba6c87ec6cf0d4eb7b72c524636eddb6dbf13823b52cee1", size = 53694 },
]
[[package]]
name = "mmh3"
version = "5.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/08/04ad6419f072ea3f51f9a0f429dd30f5f0a0b02ead7ca11a831117b6f9e8/mmh3-5.0.1.tar.gz", hash = "sha256:7dab080061aeb31a6069a181f27c473a1f67933854e36a3464931f2716508896", size = 32008 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/b9/9a91b0a0e330557cdbf51fc43ca0ba306633f2ec6d2b15e871e288592a32/mmh3-5.0.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f0a4b4bf05778ed77d820d6e7d0e9bd6beb0c01af10e1ce9233f5d2f814fcafa", size = 52867 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/28/6b37f0d6707872764e1af49f327b0940b6a3ad995d91b3839b90ba35f559/mmh3-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ac7a391039aeab95810c2d020b69a94eb6b4b37d4e2374831e92db3a0cdf71c6", size = 38352 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/84/a98f59a620b522f218876a0630b02fc345ecf078f6393595756ddb3aa0b5/mmh3-5.0.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3a2583b5521ca49756d8d8bceba80627a9cc295f255dcab4e3df7ccc2f09679a", size = 38214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/cb/4980c7eb6cd31f49d1913a4066562bc9e0af28526750f1232be9688a9cd4/mmh3-5.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:081a8423fe53c1ac94f87165f3e4c500125d343410c1a0c5f1703e898a3ef038", size = 93502 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/f3/29726296fadeaf06134a6978f7c453dfa562cf2f0f1faf9ae28b9b8ef76e/mmh3-5.0.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b8b4d72713799755dc8954a7d36d5c20a6c8de7b233c82404d122c7c7c1707cc", size = 98394 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/fd/e181f4f4b250f7b63ee27a7d65e5e290a3ea0e26cc633f4bfd906f04558b/mmh3-5.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:389a6fd51efc76d3182d36ec306448559c1244f11227d2bb771bdd0e6cc91321", size = 98052 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/5c/8a5d838da3eb3fb91035ef5eaaea469abab4e8e3fae55607c27a1a07d162/mmh3-5.0.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:39f4128edaa074bff721b1d31a72508cba4d2887ee7867f22082e1fe9d4edea0", size = 86320 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/80/3f33a8f4de12cea322607da1a84d001513affb741b3c3cc1277ecb85d34b/mmh3-5.0.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1d5d23a94d91aabba3386b3769048d5f4210fdfef80393fece2f34ba5a7b466c", size = 93232 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/1c/d0ce5f498493be4de2e7e7596e1cbf63315a4c0bb8bb94e3c37c4fad965d/mmh3-5.0.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:16347d038361f8b8f24fd2b7ef378c9b68ddee9f7706e46269b6e0d322814713", size = 93590 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/66/770b5ad35b5a2eb7965f3fcaeaa76148e59543575d2e27b80690c1b0795c/mmh3-5.0.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:6e299408565af7d61f2d20a5ffdd77cf2ed902460fe4e6726839d59ba4b72316", size = 88433 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/58/e0d258b18749d8640233976493716a40aa27352dcb1cea941836357dac24/mmh3-5.0.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:42050af21ddfc5445ee5a66e73a8fc758c71790305e3ee9e4a85a8e69e810f94", size = 99339 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/26/7267146122deb584cf377975b994d80c6d72c4c8d0e8eedff4d0cc5cd4c8/mmh3-5.0.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:2ae9b1f5ef27ec54659920f0404b7ceb39966e28867c461bfe83a05e8d18ddb0", size = 93944 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/6b/df60b14a2dd383d8848f6f35496c86c7003be3ffb236789e98d002c542c6/mmh3-5.0.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:50c2495a02045f3047d71d4ae9cdd7a15efc0bcbb7ff17a18346834a8e2d1d19", size = 92798 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/3f/d5fecf13915163a15b449e5cc89232a4df90e836ecad1c38121318119d27/mmh3-5.0.1-cp310-cp310-win32.whl", hash = "sha256:c028fa77cddf351ca13b4a56d43c1775652cde0764cadb39120b68f02a23ecf6", size = 39185 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/8e/4bb5ade332a87de633cda21dae09d6002d69601f2b93e9f40302ab2d9acf/mmh3-5.0.1-cp310-cp310-win_amd64.whl", hash = "sha256:c5e741e421ec14400c4aae30890515c201f518403bdef29ae1e00d375bb4bbb5", size = 39766 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/2b/cd5cfa4d7ad40a37655af491f9270909d63fc27bcf0558ec36000ee5347f/mmh3-5.0.1-cp310-cp310-win_arm64.whl", hash = "sha256:b17156d56fabc73dbf41bca677ceb6faed435cc8544f6566d72ea77d8a17e9d0", size = 36540 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/8a/f3b9cf8b7110fef0f130158d7602af6f5b09f2cf568130814b7c92e2507b/mmh3-5.0.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:9a6d5a9b1b923f1643559ba1fc0bf7a5076c90cbb558878d3bf3641ce458f25d", size = 52867 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/06/f466e0da3c5bd6fbb1e047f70fd4e9e9563d0268aa56de511f363478dbf2/mmh3-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3349b968be555f7334bbcce839da98f50e1e80b1c615d8e2aa847ea4a964a012", size = 38349 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/f0/2d3daca276a4673f82af859e4b0b18befd4e6e54f1017ba48ea9735b2f1b/mmh3-5.0.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1bd3c94b110e55db02ab9b605029f48a2f7f677c6e58c09d44e42402d438b7e1", size = 38211 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/56/a2d203ca97702d4e045ac1a46a608393da1a1dddb24f81de664dae940518/mmh3-5.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d47ba84d48608f79adbb10bb09986b6dc33eeda5c2d1bd75d00820081b73bde9", size = 95104 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ec/45/c7c8ae64e3ae024776a0ce5377c16c6741a3359f3e9505fc35fc5012beb2/mmh3-5.0.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c0217987a8b8525c8d9170f66d036dec4ab45cfbd53d47e8d76125791ceb155e", size = 100049 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/74/681113776fe406c09870ab2152ffbd214a15bbc8f1d1da9ad73ce594b878/mmh3-5.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:b2797063a34e78d1b61639a98b0edec1c856fa86ab80c7ec859f1796d10ba429", size = 99671 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/4f/dbb8be18ce9b6ff8df14bc14348c0404b3091fb51df9c673ebfcf5877db3/mmh3-5.0.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8bba16340adcbd47853a2fbe5afdb397549e8f2e79324ff1dced69a3f8afe7c3", size = 87549 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/82/274d646f3f604c35b7e3d4eb7f3ff08b3bdc6a2c87d797709bb6f084a611/mmh3-5.0.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:282797957c9f60b51b9d768a602c25f579420cc9af46feb77d457a27823d270a", size = 94780 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/a1/f094ca8b8fb5e2ac53201070bda42b0fee80ceb92c153eb99a1453e3aed3/mmh3-5.0.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e4fb670c29e63f954f9e7a2cdcd57b36a854c2538f579ef62681ccbaa1de2b69", size = 90430 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/23/4732ba68c6ef7242b69bb53b9e1bcb2ef065d68ed85fd26e829fb911ab5a/mmh3-5.0.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:8ee7d85438dc6aff328e19ab052086a3c29e8a9b632998a49e5c4b0034e9e8d6", size = 89451 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/c5/daea5d534fcf20b2399c2a7b1cd00a8d29d4d474247c15c2c94548a1a272/mmh3-5.0.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:b7fb5db231f3092444bc13901e6a8d299667126b00636ffbad4a7b45e1051e2f", size = 94703 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/4a/34d5691e7be7c63c34181387bc69bdcc0005ca93c8b562d68cb5775e0e78/mmh3-5.0.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:c100dd441703da5ec136b1d9003ed4a041d8a1136234c9acd887499796df6ad8", size = 91054 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/3a/ab31bb5e9e1a19a4a997593cbe6ce56710308218ff36c7f76d40ff9c8d2e/mmh3-5.0.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:71f3b765138260fd7a7a2dba0ea5727dabcd18c1f80323c9cfef97a7e86e01d0", size = 89571 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/79/b986bb067dbfcba6879afe6e723aad1bd53f223450532dd9a4606d0af389/mmh3-5.0.1-cp311-cp311-win32.whl", hash = "sha256:9a76518336247fd17689ce3ae5b16883fd86a490947d46a0193d47fb913e26e3", size = 39187 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/69/97029eda3df0f84edde16a496a2e71bac508fc5d1f0a31e163da071e2670/mmh3-5.0.1-cp311-cp311-win_amd64.whl", hash = "sha256:336bc4df2e44271f1c302d289cc3d78bd52d3eed8d306c7e4bff8361a12bf148", size = 39766 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/51/538f2b8412303281d8ce2a9a5c4ea84ff81f06de98af0b7c72059727a3bb/mmh3-5.0.1-cp311-cp311-win_arm64.whl", hash = "sha256:af6522722fbbc5999aa66f7244d0986767a46f1fb05accc5200f75b72428a508", size = 36540 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/c7/5b52d0882e7c0dccfaf8786a648e2b26c5307c594abe5cbe98c092607c97/mmh3-5.0.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:f2730bb263ed9c388e8860438b057a53e3cc701134a6ea140f90443c4c11aa40", size = 52907 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/b5/9609fa353c27188292748db033323c206f3fc6fbfa124bccf6a42af0da08/mmh3-5.0.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:6246927bc293f6d56724536400b85fb85f5be26101fa77d5f97dd5e2a4c69bf2", size = 38389 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/99/49bf3c86244857b3b250c2f54aff22a5a78ef12258af556fa39bb1e80699/mmh3-5.0.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fbca322519a6e6e25b6abf43e940e1667cf8ea12510e07fb4919b48a0cd1c411", size = 38204 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/04/8860cab35b48aaefe40cf88344437e79ddc93cf7ff745dacd1cd56a2be1e/mmh3-5.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eae8c19903ed8a1724ad9e67e86f15d198a7a1271a4f9be83d47e38f312ed672", size = 95091 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/e9/4ac56001a5bab6d26aa3dfabeddea6d7f037fd2972c76803259f51a5af75/mmh3-5.0.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a09fd6cc72c07c0c07c3357714234b646d78052487c4a3bd5f7f6e08408cff60", size = 100055 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/e8/7d5fd73f559c423ed5b72f940130c27803a406ee0ffc32ef5422f733df67/mmh3-5.0.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2ff8551fee7ae3b11c5d986b6347ade0dccaadd4670ffdb2b944dee120ffcc84", size = 99764 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/d8/c0d89da6c729feec997a9b3b68698894cef12359ade0da95eba9e03b1d5d/mmh3-5.0.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e39694c73a5a20c8bf36dfd8676ed351e5234d55751ba4f7562d85449b21ef3f", size = 87650 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/41/ec0ee3fd5124c83cb767dcea8569bb326f8981cc88c991e3e4e948a31e24/mmh3-5.0.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eba6001989a92f72a89c7cf382fda831678bd780707a66b4f8ca90239fdf2123", size = 94976 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/fa/e8059199fe6fbb2fd6494302904cb1209b2f8b6899d58059858a280e89a5/mmh3-5.0.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:0771f90c9911811cc606a5c7b7b58f33501c9ee896ed68a6ac22c7d55878ecc0", size = 90485 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/a0/eb9da5f93dea3f44b8e970f013279d1543ab210ccf63bb030830968682aa/mmh3-5.0.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:09b31ed0c0c0920363e96641fac4efde65b1ab62b8df86293142f35a254e72b4", size = 89554 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/e8/5803181eac4e015b4caf307af22fea74292dca48e580d93afe402dcdc138/mmh3-5.0.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:5cf4a8deda0235312db12075331cb417c4ba163770edfe789bde71d08a24b692", size = 94872 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/f9/4d55063f9dcaed41524f078a85989efdf1d335159af5e70af29942ebae67/mmh3-5.0.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:41f7090a95185ef20ac018581a99337f0cbc84a2135171ee3290a9c0d9519585", size = 91326 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/75/0a5acab5291480acd939db80e94448ac937fc7fbfddc0a67b3e721ebfc9c/mmh3-5.0.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b97b5b368fb7ff22194ec5854f5b12d8de9ab67a0f304728c7f16e5d12135b76", size = 89810 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/fd/eb1a3573cda74d4c2381d10ded62c128e869954ced1881c15e2bcd97a48f/mmh3-5.0.1-cp312-cp312-win32.whl", hash = "sha256:842516acf04da546f94fad52db125ee619ccbdcada179da51c326a22c4578cb9", size = 39206 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/e8/542ed252924002b84c43a68a080cfd4facbea0d5df361e4f59637638d3c7/mmh3-5.0.1-cp312-cp312-win_amd64.whl", hash = "sha256:d963be0dbfd9fca209c17172f6110787ebf78934af25e3694fe2ba40e55c1e2b", size = 39799 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/25/ff2cd36c82a23afa57a05cdb52ab467a911fb12c055c8a8238c0d426cbf0/mmh3-5.0.1-cp312-cp312-win_arm64.whl", hash = "sha256:a5da292ceeed8ce8e32b68847261a462d30fd7b478c3f55daae841404f433c15", size = 36537 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/e0/fb19c46265c18311b422ba5ce3e18046ad45c48cfb213fd6dbec23ae6b51/mmh3-5.0.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:673e3f1c8d4231d6fb0271484ee34cb7146a6499fc0df80788adb56fd76842da", size = 52909 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/94/54fc591e7a24c7ce2c531ecfc5715cff932f9d320c2936550cc33d67304d/mmh3-5.0.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f795a306bd16a52ad578b663462cc8e95500b3925d64118ae63453485d67282b", size = 38396 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/9a/142bcc9d0d28fc8ae45bbfb83926adc069f984cdf3495a71534cc22b8e27/mmh3-5.0.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5ed57a5e28e502a1d60436cc25c76c3a5ba57545f250f2969af231dc1221e0a5", size = 38207 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/5b/f1c9110aa70321bb1ee713f17851b9534586c63bc25e0110e4fc03ae2450/mmh3-5.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:632c28e7612e909dbb6cbe2fe496201ada4695b7715584005689c5dc038e59ad", size = 94988 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/e5/4dc67e7e0e716c641ab0a5875a659e37258417439590feff5c3bd3ff4538/mmh3-5.0.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:53fd6bd525a5985e391c43384672d9d6b317fcb36726447347c7fc75bfed34ec", size = 99969 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/68/d148327337687c53f04ad9ceaedfa9ad155ee0111d0cb06220f044d66720/mmh3-5.0.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:dceacf6b0b961a0e499836af3aa62d60633265607aef551b2a3e3c48cdaa5edd", size = 99662 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/79/782adb6df6397947c1097b1e94b7f8d95629a4a73df05cf7207bd5148c1f/mmh3-5.0.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8f0738d478fdfb5d920f6aff5452c78f2c35b0eff72caa2a97dfe38e82f93da2", size = 87606 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/c2/0404383281df049d0e4ccf07fabd659fc1f3da834df6708d934116cbf45d/mmh3-5.0.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8e70285e7391ab88b872e5bef632bad16b9d99a6d3ca0590656a4753d55988af", size = 94836 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/33/fda67c5f28e4c2131891cf8cbc3513cfc55881e3cfe26e49328e38ffacb3/mmh3-5.0.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:27e5fc6360aa6b828546a4318da1a7da6bf6e5474ccb053c3a6aa8ef19ff97bd", size = 90492 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/2f/0ed38aefe2a87f30bb1b12e5b75dc69fcffdc16def40d1752d6fc7cbbf96/mmh3-5.0.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:7989530c3c1e2c17bf5a0ec2bba09fd19819078ba90beedabb1c3885f5040b0d", size = 89594 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/ab/6e7a5e765fc78e3dbd0a04a04cfdf72e91eb8e31976228e69d82c741a5b4/mmh3-5.0.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:cdad7bee649950da7ecd3cbbbd12fb81f1161072ecbdb5acfa0018338c5cb9cf", size = 94929 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/51/f748f00c072006f4a093d9b08853a0e2e3cd5aeaa91343d4e2d942851978/mmh3-5.0.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:e143b8f184c1bb58cecd85ab4a4fd6dc65a2d71aee74157392c3fddac2a4a331", size = 91317 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/a1/21ee8017a7feb0270c49f756ff56da9f99bd150dcfe3b3f6f0d4b243423d/mmh3-5.0.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:e5eb12e886f3646dd636f16b76eb23fc0c27e8ff3c1ae73d4391e50ef60b40f6", size = 89861 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/d2/46a6d070de4659bdf91cd6a62d659f8cc547dadee52b6d02bcbacb3262ed/mmh3-5.0.1-cp313-cp313-win32.whl", hash = "sha256:16e6dddfa98e1c2d021268e72c78951234186deb4df6630e984ac82df63d0a5d", size = 39201 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/07/316c062f09019b99b248a4183c5333f8eeebe638345484774908a8f2c9c0/mmh3-5.0.1-cp313-cp313-win_amd64.whl", hash = "sha256:d3ffb792d70b8c4a2382af3598dad6ae0c5bd9cee5b7ffcc99aa2f5fd2c1bf70", size = 39807 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/d3/f7e6d7d062b8d7072c3989a528d9d47486ee5d5ae75250f6e26b4976d098/mmh3-5.0.1-cp313-cp313-win_arm64.whl", hash = "sha256:122fa9ec148383f9124292962bda745f192b47bfd470b2af5fe7bb3982b17896", size = 36539 },
]
[[package]]
name = "monotonic"
version = "1.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/ca/8e91948b782ddfbd194f323e7e7d9ba12e5877addf04fb2bf8fca38e86ac/monotonic-1.6.tar.gz", hash = "sha256:3a55207bcfed53ddd5c5bae174524062935efed17792e9de2ad0205ce9ad63f7", size = 7615 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/67/7e8406a29b6c45be7af7740456f7f37025f0506ae2e05fb9009a53946860/monotonic-1.6-py2.py3-none-any.whl", hash = "sha256:68687e19a14f11f26d140dd5c86f3dba4bf5df58003000ed467e0e2a69bca96c", size = 8154 },
]
[[package]]
name = "more-itertools"
version = "10.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/78/65922308c4248e0eb08ebcbe67c95d48615cc6f27854b6f2e57143e9178f/more-itertools-10.5.0.tar.gz", hash = "sha256:5482bfef7849c25dc3c6dd53a6173ae4795da2a41a80faea6700d9f5846c5da6", size = 121020 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/7e/3a64597054a70f7c86eb0a7d4fc315b8c1ab932f64883a297bdffeb5f967/more_itertools-10.5.0-py3-none-any.whl", hash = "sha256:037b0d3203ce90cca8ab1defbbdac29d5f993fc20131f3664dc8d6acfa872aef", size = 60952 },
]
[[package]]
name = "mpmath"
version = "1.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/47/dd32fa426cc72114383ac549964eecb20ecfd886d1e5ccf5340b55b02f57/mpmath-1.3.0.tar.gz", hash = "sha256:7a28eb2a9774d00c7bc92411c19a89209d5da7c4c9a9e227be8330a23a25b91f", size = 508106 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/e3/7d92a15f894aa0c9c4b49b8ee9ac9850d6e63b03c9c32c0367a13ae62209/mpmath-1.3.0-py3-none-any.whl", hash = "sha256:a0b2b9fe80bbcd81a6647ff13108738cfb482d481d826cc0e02f5b35e5c88d2c", size = 536198 },
]
[[package]]
name = "msgpack"
version = "1.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/d0/7555686ae7ff5731205df1012ede15dd9d927f6227ea151e901c7406af4f/msgpack-1.1.0.tar.gz", hash = "sha256:dd432ccc2c72b914e4cb77afce64aab761c1137cc698be3984eee260bcb2896e", size = 167260 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/f9/a892a6038c861fa849b11a2bb0502c07bc698ab6ea53359e5771397d883b/msgpack-1.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7ad442d527a7e358a469faf43fda45aaf4ac3249c8310a82f0ccff9164e5dccd", size = 150428 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/7a/d174cc6a3b6bb85556e6a046d3193294a92f9a8e583cdbd46dc8a1d7e7f4/msgpack-1.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:74bed8f63f8f14d75eec75cf3d04ad581da6b914001b474a5d3cd3372c8cc27d", size = 84131 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/52/bf4fbf72f897a23a56b822997a72c16de07d8d56d7bf273242f884055682/msgpack-1.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:914571a2a5b4e7606997e169f64ce53a8b1e06f2cf2c3a7273aa106236d43dd5", size = 81215 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/95/dc0044b439b518236aaf012da4677c1b8183ce388411ad1b1e63c32d8979/msgpack-1.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c921af52214dcbb75e6bdf6a661b23c3e6417f00c603dd2070bccb5c3ef499f5", size = 371229 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/75/09081792db60470bef19d9c2be89f024d366b1e1973c197bb59e6aabc647/msgpack-1.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d8ce0b22b890be5d252de90d0e0d119f363012027cf256185fc3d474c44b1b9e", size = 378034 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/d3/c152e0c55fead87dd948d4b29879b0f14feeeec92ef1fd2ec21b107c3f49/msgpack-1.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:73322a6cc57fcee3c0c57c4463d828e9428275fb85a27aa2aa1a92fdc42afd7b", size = 363070 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/2c/82e73506dd55f9e43ac8aa007c9dd088c6f0de2aa19e8f7330e6a65879fc/msgpack-1.1.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e1f3c3d21f7cf67bcf2da8e494d30a75e4cf60041d98b3f79875afb5b96f3a3f", size = 359863 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/a0/3d093b248837094220e1edc9ec4337de3443b1cfeeb6e0896af8ccc4cc7a/msgpack-1.1.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:64fc9068d701233effd61b19efb1485587560b66fe57b3e50d29c5d78e7fef68", size = 368166 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/13/7646f14f06838b406cf5a6ddbb7e8dc78b4996d891ab3b93c33d1ccc8678/msgpack-1.1.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:42f754515e0f683f9c79210a5d1cad631ec3d06cea5172214d2176a42e67e19b", size = 370105 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/fa/dbbd2443e4578e165192dabbc6a22c0812cda2649261b1264ff515f19f15/msgpack-1.1.0-cp310-cp310-win32.whl", hash = "sha256:3df7e6b05571b3814361e8464f9304c42d2196808e0119f55d0d3e62cd5ea044", size = 68513 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/ce/c2c8fbf0ded750cb63cbcbb61bc1f2dfd69e16dca30a8af8ba80ec182dcd/msgpack-1.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:685ec345eefc757a7c8af44a3032734a739f8c45d1b0ac45efc5d8977aa4720f", size = 74687 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/5e/a4c7154ba65d93be91f2f1e55f90e76c5f91ccadc7efc4341e6f04c8647f/msgpack-1.1.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3d364a55082fb2a7416f6c63ae383fbd903adb5a6cf78c5b96cc6316dc1cedc7", size = 150803 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/c2/687684164698f1d51c41778c838d854965dd284a4b9d3a44beba9265c931/msgpack-1.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:79ec007767b9b56860e0372085f8504db5d06bd6a327a335449508bbee9648fa", size = 84343 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/ae/d3adea9bb4a1342763556078b5765e666f8fdf242e00f3f6657380920972/msgpack-1.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6ad622bf7756d5a497d5b6836e7fc3752e2dd6f4c648e24b1803f6048596f701", size = 81408 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/17/6313325a6ff40ce9c3207293aee3ba50104aed6c2c1559d20d09e5c1ff54/msgpack-1.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8e59bca908d9ca0de3dc8684f21ebf9a690fe47b6be93236eb40b99af28b6ea6", size = 396096 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/a1/ad7b84b91ab5a324e707f4c9761633e357820b011a01e34ce658c1dda7cc/msgpack-1.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e1da8f11a3dd397f0a32c76165cf0c4eb95b31013a94f6ecc0b280c05c91b59", size = 403671 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/0b/fd5b7c0b308bbf1831df0ca04ec76fe2f5bf6319833646b0a4bd5e9dc76d/msgpack-1.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:452aff037287acb1d70a804ffd022b21fa2bb7c46bee884dbc864cc9024128a0", size = 387414 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/03/ff8233b7c6e9929a1f5da3c7860eccd847e2523ca2de0d8ef4878d354cfa/msgpack-1.1.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8da4bf6d54ceed70e8861f833f83ce0814a2b72102e890cbdfe4b34764cdd66e", size = 383759 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/1b/eb82e1fed5a16dddd9bc75f0854b6e2fe86c0259c4353666d7fab37d39f4/msgpack-1.1.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:41c991beebf175faf352fb940bf2af9ad1fb77fd25f38d9142053914947cdbf6", size = 394405 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/2e/962c6004e373d54ecf33d695fb1402f99b51832631e37c49273cc564ffc5/msgpack-1.1.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:a52a1f3a5af7ba1c9ace055b659189f6c669cf3657095b50f9602af3a3ba0fe5", size = 396041 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/20/6e03342f629474414860c48aeffcc2f7f50ddaf351d95f20c3f1c67399a8/msgpack-1.1.0-cp311-cp311-win32.whl", hash = "sha256:58638690ebd0a06427c5fe1a227bb6b8b9fdc2bd07701bec13c2335c82131a88", size = 68538 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/c4/5a582fc9a87991a3e6f6800e9bb2f3c82972912235eb9539954f3e9997c7/msgpack-1.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:fd2906780f25c8ed5d7b323379f6138524ba793428db5d0e9d226d3fa6aa1788", size = 74871 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/d6/716b7ca1dbde63290d2973d22bbef1b5032ca634c3ff4384a958ec3f093a/msgpack-1.1.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:d46cf9e3705ea9485687aa4001a76e44748b609d260af21c4ceea7f2212a501d", size = 152421 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/da/5312b067f6773429cec2f8f08b021c06af416bba340c912c2ec778539ed6/msgpack-1.1.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:5dbad74103df937e1325cc4bfeaf57713be0b4f15e1c2da43ccdd836393e2ea2", size = 85277 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/51/da7f3ae4462e8bb98af0d5bdf2707f1b8c65a0d4f496e46b6afb06cbc286/msgpack-1.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:58dfc47f8b102da61e8949708b3eafc3504509a5728f8b4ddef84bd9e16ad420", size = 82222 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/af/dc95c4b2a49cff17ce47611ca9ba218198806cad7796c0b01d1e332c86bb/msgpack-1.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4676e5be1b472909b2ee6356ff425ebedf5142427842aa06b4dfd5117d1ca8a2", size = 392971 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/54/65af8de681fa8255402c80eda2a501ba467921d5a7a028c9c22a2c2eedb5/msgpack-1.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:17fb65dd0bec285907f68b15734a993ad3fc94332b5bb21b0435846228de1f39", size = 401403 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/8c/e333690777bd33919ab7024269dc3c41c76ef5137b211d776fbb404bfead/msgpack-1.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a51abd48c6d8ac89e0cfd4fe177c61481aca2d5e7ba42044fd218cfd8ea9899f", size = 385356 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/52/406795ba478dc1c890559dd4e89280fa86506608a28ccf3a72fbf45df9f5/msgpack-1.1.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:2137773500afa5494a61b1208619e3871f75f27b03bcfca7b3a7023284140247", size = 383028 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/69/053b6549bf90a3acadcd8232eae03e2fefc87f066a5b9fbb37e2e608859f/msgpack-1.1.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:398b713459fea610861c8a7b62a6fec1882759f308ae0795b5413ff6a160cf3c", size = 391100 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/f0/d4101d4da054f04274995ddc4086c2715d9b93111eb9ed49686c0f7ccc8a/msgpack-1.1.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:06f5fd2f6bb2a7914922d935d3b8bb4a7fff3a9a91cfce6d06c13bc42bec975b", size = 394254 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/12/cf07458f35d0d775ff3a2dc5559fa2e1fcd06c46f1ef510e594ebefdca01/msgpack-1.1.0-cp312-cp312-win32.whl", hash = "sha256:ad33e8400e4ec17ba782f7b9cf868977d867ed784a1f5f2ab46e7ba53b6e1e1b", size = 69085 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/80/2708a4641f7d553a63bc934a3eb7214806b5b39d200133ca7f7afb0a53e8/msgpack-1.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:115a7af8ee9e8cddc10f87636767857e7e3717b7a2e97379dc2054712693e90f", size = 75347 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/b0/380f5f639543a4ac413e969109978feb1f3c66e931068f91ab6ab0f8be00/msgpack-1.1.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:071603e2f0771c45ad9bc65719291c568d4edf120b44eb36324dcb02a13bfddf", size = 151142 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/ee/be57e9702400a6cb2606883d55b05784fada898dfc7fd12608ab1fdb054e/msgpack-1.1.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:0f92a83b84e7c0749e3f12821949d79485971f087604178026085f60ce109330", size = 84523 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/3a/2919f63acca3c119565449681ad08a2f84b2171ddfcff1dba6959db2cceb/msgpack-1.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:4a1964df7b81285d00a84da4e70cb1383f2e665e0f1f2a7027e683956d04b734", size = 81556 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/43/a11113d9e5c1498c145a8925768ea2d5fce7cbab15c99cda655aa09947ed/msgpack-1.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:59caf6a4ed0d164055ccff8fe31eddc0ebc07cf7326a2aaa0dbf7a4001cd823e", size = 392105 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/7b/2c1d74ca6c94f70a1add74a8393a0138172207dc5de6fc6269483519d048/msgpack-1.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0907e1a7119b337971a689153665764adc34e89175f9a34793307d9def08e6ca", size = 399979 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/8c/cf64ae518c7b8efc763ca1f1348a96f0e37150061e777a8ea5430b413a74/msgpack-1.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:65553c9b6da8166e819a6aa90ad15288599b340f91d18f60b2061f402b9a4915", size = 383816 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/86/a847ef7a0f5ef3fa94ae20f52a4cacf596a4e4a010197fbcc27744eb9a83/msgpack-1.1.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:7a946a8992941fea80ed4beae6bff74ffd7ee129a90b4dd5cf9c476a30e9708d", size = 380973 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/90/c74cf6e1126faa93185d3b830ee97246ecc4fe12cf9d2d31318ee4246994/msgpack-1.1.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:4b51405e36e075193bc051315dbf29168d6141ae2500ba8cd80a522964e31434", size = 387435 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/40/631c238f1f338eb09f4acb0f34ab5862c4e9d7eda11c1b685471a4c5ea37/msgpack-1.1.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:b4c01941fd2ff87c2a934ee6055bda4ed353a7846b8d4f341c428109e9fcde8c", size = 399082 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/1b/fa8a952be252a1555ed39f97c06778e3aeb9123aa4cccc0fd2acd0b4e315/msgpack-1.1.0-cp313-cp313-win32.whl", hash = "sha256:7c9a35ce2c2573bada929e0b7b3576de647b0defbd25f5139dcdaba0ae35a4cc", size = 69037 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/bc/8bd826dd03e022153bfa1766dcdec4976d6c818865ed54223d71f07862b3/msgpack-1.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:bce7d9e614a04d0883af0b3d4d501171fbfca038f12c77fa838d9f198147a23f", size = 75140 },
]
[[package]]
name = "msgspec"
version = "0.19.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/9b/95d8ce458462b8b71b8a70fa94563b2498b89933689f3a7b8911edfae3d7/msgspec-0.19.0.tar.gz", hash = "sha256:604037e7cd475345848116e89c553aa9a233259733ab51986ac924ab1b976f8e", size = 216934 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/40/817282b42f58399762267b30deb8ac011d8db373f8da0c212c85fbe62b8f/msgspec-0.19.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d8dd848ee7ca7c8153462557655570156c2be94e79acec3561cf379581343259", size = 190019 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/99/bd7ed738c00f223a8119928661167a89124140792af18af513e6519b0d54/msgspec-0.19.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:0553bbc77662e5708fe66aa75e7bd3e4b0f209709c48b299afd791d711a93c36", size = 183680 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/27/322badde18eb234e36d4a14122b89edd4e2973cdbc3da61ca7edf40a1ccd/msgspec-0.19.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fe2c4bf29bf4e89790b3117470dea2c20b59932772483082c468b990d45fb947", size = 209334 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/65/080509c5774a1592b2779d902a70b5fe008532759927e011f068145a16cb/msgspec-0.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:00e87ecfa9795ee5214861eab8326b0e75475c2e68a384002aa135ea2a27d909", size = 211551 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/2e/1c23c6b4ca6f4285c30a39def1054e2bee281389e4b681b5e3711bd5a8c9/msgspec-0.19.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:3c4ec642689da44618f68c90855a10edbc6ac3ff7c1d94395446c65a776e712a", size = 215099 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/fe/95f9654518879f3359d1e76bc41189113aa9102452170ab7c9a9a4ee52f6/msgspec-0.19.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:2719647625320b60e2d8af06b35f5b12d4f4d281db30a15a1df22adb2295f633", size = 218211 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/f6/71ca7e87a1fb34dfe5efea8156c9ef59dd55613aeda2ca562f122cd22012/msgspec-0.19.0-cp310-cp310-win_amd64.whl", hash = "sha256:695b832d0091edd86eeb535cd39e45f3919f48d997685f7ac31acb15e0a2ed90", size = 186174 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/d4/2ec2567ac30dab072cce3e91fb17803c52f0a37aab6b0c24375d2b20a581/msgspec-0.19.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:aa77046904db764b0462036bc63ef71f02b75b8f72e9c9dd4c447d6da1ed8f8e", size = 187939 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/c0/18226e4328897f4f19875cb62bb9259fe47e901eade9d9376ab5f251a929/msgspec-0.19.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:047cfa8675eb3bad68722cfe95c60e7afabf84d1bd8938979dd2b92e9e4a9551", size = 182202 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/25/3a4b24d468203d8af90d1d351b77ea3cffb96b29492855cf83078f16bfe4/msgspec-0.19.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e78f46ff39a427e10b4a61614a2777ad69559cc8d603a7c05681f5a595ea98f7", size = 209029 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/2e/db7e189b57901955239f7689b5dcd6ae9458637a9c66747326726c650523/msgspec-0.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6c7adf191e4bd3be0e9231c3b6dc20cf1199ada2af523885efc2ed218eafd011", size = 210682 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/97/7c8895c9074a97052d7e4a1cc1230b7b6e2ca2486714eb12c3f08bb9d284/msgspec-0.19.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:f04cad4385e20be7c7176bb8ae3dca54a08e9756cfc97bcdb4f18560c3042063", size = 214003 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/61/e892997bcaa289559b4d5869f066a8021b79f4bf8e955f831b095f47a4cd/msgspec-0.19.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:45c8fb410670b3b7eb884d44a75589377c341ec1392b778311acdbfa55187716", size = 216833 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/3d/71b2dffd3a1c743ffe13296ff701ee503feaebc3f04d0e75613b6563c374/msgspec-0.19.0-cp311-cp311-win_amd64.whl", hash = "sha256:70eaef4934b87193a27d802534dc466778ad8d536e296ae2f9334e182ac27b6c", size = 186184 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/5f/a70c24f075e3e7af2fae5414c7048b0e11389685b7f717bb55ba282a34a7/msgspec-0.19.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f98bd8962ad549c27d63845b50af3f53ec468b6318400c9f1adfe8b092d7b62f", size = 190485 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/b0/1b9763938cfae12acf14b682fcf05c92855974d921a5a985ecc197d1c672/msgspec-0.19.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:43bbb237feab761b815ed9df43b266114203f53596f9b6e6f00ebd79d178cdf2", size = 183910 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/81/0c8c93f0b92c97e326b279795f9c5b956c5a97af28ca0fbb9fd86c83737a/msgspec-0.19.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4cfc033c02c3e0aec52b71710d7f84cb3ca5eb407ab2ad23d75631153fdb1f12", size = 210633 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/ef/c5422ce8af73928d194a6606f8ae36e93a52fd5e8df5abd366903a5ca8da/msgspec-0.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d911c442571605e17658ca2b416fd8579c5050ac9adc5e00c2cb3126c97f73bc", size = 213594 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/2b/4137bc2ed45660444842d042be2cf5b18aa06efd2cda107cff18253b9653/msgspec-0.19.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:757b501fa57e24896cf40a831442b19a864f56d253679f34f260dcb002524a6c", size = 214053 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/e6/8ad51bdc806aac1dc501e8fe43f759f9ed7284043d722b53323ea421c360/msgspec-0.19.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:5f0f65f29b45e2816d8bded36e6b837a4bf5fb60ec4bc3c625fa2c6da4124537", size = 219081 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/ef/27dd35a7049c9a4f4211c6cd6a8c9db0a50647546f003a5867827ec45391/msgspec-0.19.0-cp312-cp312-win_amd64.whl", hash = "sha256:067f0de1c33cfa0b6a8206562efdf6be5985b988b53dd244a8e06f993f27c8c0", size = 187467 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/cb/2842c312bbe618d8fefc8b9cedce37f773cdc8fa453306546dba2c21fd98/msgspec-0.19.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f12d30dd6266557aaaf0aa0f9580a9a8fbeadfa83699c487713e355ec5f0bd86", size = 190498 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/95/c40b01b93465e1a5f3b6c7d91b10fb574818163740cc3acbe722d1e0e7e4/msgspec-0.19.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:82b2c42c1b9ebc89e822e7e13bbe9d17ede0c23c187469fdd9505afd5a481314", size = 183950 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/f0/5b764e066ce9aba4b70d1db8b087ea66098c7c27d59b9dd8a3532774d48f/msgspec-0.19.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:19746b50be214a54239aab822964f2ac81e38b0055cca94808359d779338c10e", size = 210647 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/87/bc14f49bc95c4cb0dd0a8c56028a67c014ee7e6818ccdce74a4862af259b/msgspec-0.19.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:60ef4bdb0ec8e4ad62e5a1f95230c08efb1f64f32e6e8dd2ced685bcc73858b5", size = 213563 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/2f/2b1c2b056894fbaa975f68f81e3014bb447516a8b010f1bed3fb0e016ed7/msgspec-0.19.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ac7f7c377c122b649f7545810c6cd1b47586e3aa3059126ce3516ac7ccc6a6a9", size = 213996 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/5a/4cd408d90d1417e8d2ce6a22b98a6853c1b4d7cb7669153e4424d60087f6/msgspec-0.19.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a5bc1472223a643f5ffb5bf46ccdede7f9795078194f14edd69e3aab7020d327", size = 219087 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/d8/f15b40611c2d5753d1abb0ca0da0c75348daf1252220e5dda2867bd81062/msgspec-0.19.0-cp313-cp313-win_amd64.whl", hash = "sha256:317050bc0f7739cb30d257ff09152ca309bf5a369854bbf1e57dffc310c1f20f", size = 187432 },
]
[[package]]
name = "multidict"
version = "6.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/be/504b89a5e9ca731cd47487e91c469064f8ae5af93b7259758dcfc2b9c848/multidict-6.1.0.tar.gz", hash = "sha256:22ae2ebf9b0c69d206c003e2f6a914ea33f0a932d4aa16f236afc049d9958f4a", size = 64002 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/68/259dee7fd14cf56a17c554125e534f6274c2860159692a414d0b402b9a6d/multidict-6.1.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:3380252550e372e8511d49481bd836264c009adb826b23fefcc5dd3c69692f60", size = 48628 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/79/53ba256069fe5386a4a9e80d4e12857ced9de295baf3e20c68cdda746e04/multidict-6.1.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:99f826cbf970077383d7de805c0681799491cb939c25450b9b5b3ced03ca99f1", size = 29327 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/10/71f1379b05b196dae749b5ac062e87273e3f11634f447ebac12a571d90ae/multidict-6.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a114d03b938376557927ab23f1e950827c3b893ccb94b62fd95d430fd0e5cf53", size = 29689 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/45/70bac4f87438ded36ad4793793c0095de6572d433d98575a5752629ef549/multidict-6.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b1c416351ee6271b2f49b56ad7f308072f6f44b37118d69c2cad94f3fa8a40d5", size = 126639 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/cf/17f35b3b9509b4959303c05379c4bfb0d7dd05c3306039fc79cf035bbac0/multidict-6.1.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6b5d83030255983181005e6cfbac1617ce9746b219bc2aad52201ad121226581", size = 134315 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/1f/652d70ab5effb33c031510a3503d4d6efc5ec93153562f1ee0acdc895a57/multidict-6.1.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3e97b5e938051226dc025ec80980c285b053ffb1e25a3db2a3aa3bc046bf7f56", size = 129471 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/64/2dd6c4c681688c0165dea3975a6a4eab4944ea30f35000f8b8af1df3148c/multidict-6.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d618649d4e70ac6efcbba75be98b26ef5078faad23592f9b51ca492953012429", size = 124585 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/56/e6ee5459894c7e554b57ba88f7257dc3c3d2d379cb15baaa1e265b8c6165/multidict-6.1.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:10524ebd769727ac77ef2278390fb0068d83f3acb7773792a5080f2b0abf7748", size = 116957 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/9e/616ce5e8d375c24b84f14fc263c7ef1d8d5e8ef529dbc0f1df8ce71bb5b8/multidict-6.1.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:ff3827aef427c89a25cc96ded1759271a93603aba9fb977a6d264648ebf989db", size = 128609 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/4f/4783e48a38495d000f2124020dc96bacc806a4340345211b1ab6175a6cb4/multidict-6.1.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:06809f4f0f7ab7ea2cabf9caca7d79c22c0758b58a71f9d32943ae13c7ace056", size = 123016 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/b3/4950551ab8fc39862ba5e9907dc821f896aa829b4524b4deefd3e12945ab/multidict-6.1.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:f179dee3b863ab1c59580ff60f9d99f632f34ccb38bf67a33ec6b3ecadd0fd76", size = 133542 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/4d/f0ce6ac9914168a2a71df117935bb1f1781916acdecbb43285e225b484b8/multidict-6.1.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:aaed8b0562be4a0876ee3b6946f6869b7bcdb571a5d1496683505944e268b160", size = 130163 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/72/17c9f67e7542a49dd252c5ae50248607dfb780bcc03035907dafefb067e3/multidict-6.1.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:3c8b88a2ccf5493b6c8da9076fb151ba106960a2df90c2633f342f120751a9e7", size = 126832 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/9f/72d719e248cbd755c8736c6d14780533a1606ffb3fbb0fbd77da9f0372da/multidict-6.1.0-cp310-cp310-win32.whl", hash = "sha256:4a9cb68166a34117d6646c0023c7b759bf197bee5ad4272f420a0141d7eb03a0", size = 26402 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/5a/d88cd5d00a184e1ddffc82aa2e6e915164a6d2641ed3606e766b5d2f275a/multidict-6.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:20b9b5fbe0b88d0bdef2012ef7dee867f874b72528cf1d08f1d59b0e3850129d", size = 28800 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/93/13/df3505a46d0cd08428e4c8169a196131d1b0c4b515c3649829258843dde6/multidict-6.1.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:3efe2c2cb5763f2f1b275ad2bf7a287d3f7ebbef35648a9726e3b69284a4f3d6", size = 48570 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/e1/a215908bfae1343cdb72f805366592bdd60487b4232d039c437fe8f5013d/multidict-6.1.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:c7053d3b0353a8b9de430a4f4b4268ac9a4fb3481af37dfe49825bf45ca24156", size = 29316 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/0f/6dc70ddf5d442702ed74f298d69977f904960b82368532c88e854b79f72b/multidict-6.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:27e5fc84ccef8dfaabb09d82b7d179c7cf1a3fbc8a966f8274fcb4ab2eb4cadb", size = 29640 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/6d/9c87b73a13d1cdea30b321ef4b3824449866bd7f7127eceed066ccb9b9ff/multidict-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0e2b90b43e696f25c62656389d32236e049568b39320e2735d51f08fd362761b", size = 131067 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/1e/1b34154fef373371fd6c65125b3d42ff5f56c7ccc6bfff91b9b3c60ae9e0/multidict-6.1.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d83a047959d38a7ff552ff94be767b7fd79b831ad1cd9920662db05fec24fe72", size = 138507 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/e0/0bc6b2bac6e461822b5f575eae85da6aae76d0e2a79b6665d6206b8e2e48/multidict-6.1.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d1a9dd711d0877a1ece3d2e4fea11a8e75741ca21954c919406b44e7cf971304", size = 133905 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/af/73d13b918071ff9b2205fcf773d316e0f8fefb4ec65354bbcf0b10908cc6/multidict-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec2abea24d98246b94913b76a125e855eb5c434f7c46546046372fe60f666351", size = 129004 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/21/23960627b00ed39643302d81bcda44c9444ebcdc04ee5bedd0757513f259/multidict-6.1.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4867cafcbc6585e4b678876c489b9273b13e9fff9f6d6d66add5e15d11d926cb", size = 121308 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/5c/cf282263ffce4a596ed0bb2aa1a1dddfe1996d6a62d08842a8d4b33dca13/multidict-6.1.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:5b48204e8d955c47c55b72779802b219a39acc3ee3d0116d5080c388970b76e3", size = 132608 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/3e/97e778c041c72063f42b290888daff008d3ab1427f5b09b714f5a8eff294/multidict-6.1.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:d8fff389528cad1618fb4b26b95550327495462cd745d879a8c7c2115248e399", size = 127029 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/ac/3efb7bfe2f3aefcf8d103e9a7162572f01936155ab2f7ebcc7c255a23212/multidict-6.1.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:a7a9541cd308eed5e30318430a9c74d2132e9a8cb46b901326272d780bf2d423", size = 137594 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/9b/6c6e9e8dc4f915fc90a9b7798c44a30773dea2995fdcb619870e705afe2b/multidict-6.1.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:da1758c76f50c39a2efd5e9859ce7d776317eb1dd34317c8152ac9251fc574a3", size = 134556 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/10/8e881743b26aaf718379a14ac58572a240e8293a1c9d68e1418fb11c0f90/multidict-6.1.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:c943a53e9186688b45b323602298ab727d8865d8c9ee0b17f8d62d14b56f0753", size = 130993 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/84/3eb91b4b557442802d058a7579e864b329968c8d0ea57d907e7023c677f2/multidict-6.1.0-cp311-cp311-win32.whl", hash = "sha256:90f8717cb649eea3504091e640a1b8568faad18bd4b9fcd692853a04475a4b80", size = 26405 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/0b/ad879847ecbf6d27e90a6eabb7eff6b62c129eefe617ea45eae7c1f0aead/multidict-6.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:82176036e65644a6cc5bd619f65f6f19781e8ec2e5330f51aa9ada7504cc1926", size = 28795 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/16/92057c74ba3b96d5e211b553895cd6dc7cc4d1e43d9ab8fafc727681ef71/multidict-6.1.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:b04772ed465fa3cc947db808fa306d79b43e896beb677a56fb2347ca1a49c1fa", size = 48713 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/3d/37d1b8893ae79716179540b89fc6a0ee56b4a65fcc0d63535c6f5d96f217/multidict-6.1.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:6180c0ae073bddeb5a97a38c03f30c233e0a4d39cd86166251617d1bbd0af436", size = 29516 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/12/adb6b3200c363062f805275b4c1e656be2b3681aada66c80129932ff0bae/multidict-6.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:071120490b47aa997cca00666923a83f02c7fbb44f71cf7f136df753f7fa8761", size = 29557 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/e9/604bb05e6e5bce1e6a5cf80a474e0f072e80d8ac105f1b994a53e0b28c42/multidict-6.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50b3a2710631848991d0bf7de077502e8994c804bb805aeb2925a981de58ec2e", size = 130170 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/13/9efa50801785eccbf7086b3c83b71a4fb501a4d43549c2f2f80b8787d69f/multidict-6.1.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b58c621844d55e71c1b7f7c498ce5aa6985d743a1a59034c57a905b3f153c1ef", size = 134836 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/0f/93808b765192780d117814a6dfcc2e75de6dcc610009ad408b8814dca3ba/multidict-6.1.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:55b6d90641869892caa9ca42ff913f7ff1c5ece06474fbd32fb2cf6834726c95", size = 133475 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/c8/529101d7176fe7dfe1d99604e48d69c5dfdcadb4f06561f465c8ef12b4df/multidict-6.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4b820514bfc0b98a30e3d85462084779900347e4d49267f747ff54060cc33925", size = 131049 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/0c/fc85b439014d5a58063e19c3a158a889deec399d47b5269a0f3b6a2e28bc/multidict-6.1.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:10a9b09aba0c5b48c53761b7c720aaaf7cf236d5fe394cd399c7ba662d5f9966", size = 120370 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/46/d4416eb20176492d2258fbd47b4abe729ff3b6e9c829ea4236f93c865089/multidict-6.1.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:1e16bf3e5fc9f44632affb159d30a437bfe286ce9e02754759be5536b169b305", size = 125178 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/46/73697ad7ec521df7de5531a32780bbfd908ded0643cbe457f981a701457c/multidict-6.1.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:76f364861c3bfc98cbbcbd402d83454ed9e01a5224bb3a28bf70002a230f73e2", size = 119567 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cd/ed/51f060e2cb0e7635329fa6ff930aa5cffa17f4c7f5c6c3ddc3500708e2f2/multidict-6.1.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:820c661588bd01a0aa62a1283f20d2be4281b086f80dad9e955e690c75fb54a2", size = 129822 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/9e/ee7d1954b1331da3eddea0c4e08d9142da5f14b1321c7301f5014f49d492/multidict-6.1.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:0e5f362e895bc5b9e67fe6e4ded2492d8124bdf817827f33c5b46c2fe3ffaca6", size = 128656 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/00/8538f11e3356b5d95fa4b024aa566cde7a38aa7a5f08f4912b32a037c5dc/multidict-6.1.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:3ec660d19bbc671e3a6443325f07263be452c453ac9e512f5eb935e7d4ac28b3", size = 125360 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/05/5d334c1f2462d43fec2363cd00b1c44c93a78c3925d952e9a71caf662e96/multidict-6.1.0-cp312-cp312-win32.whl", hash = "sha256:58130ecf8f7b8112cdb841486404f1282b9c86ccb30d3519faf301b2e5659133", size = 26382 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a3/bf/f332a13486b1ed0496d624bcc7e8357bb8053823e8cd4b9a18edc1d97e73/multidict-6.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:188215fc0aafb8e03341995e7c4797860181562380f81ed0a87ff455b70bf1f1", size = 28529 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/67/1c7c0f39fe069aa4e5d794f323be24bf4d33d62d2a348acdb7991f8f30db/multidict-6.1.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:d569388c381b24671589335a3be6e1d45546c2988c2ebe30fdcada8457a31008", size = 48771 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/25/c186ee7b212bdf0df2519eacfb1981a017bda34392c67542c274651daf23/multidict-6.1.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:052e10d2d37810b99cc170b785945421141bf7bb7d2f8799d431e7db229c385f", size = 29533 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/5e/04575fd837e0958e324ca035b339cea174554f6f641d3fb2b4f2e7ff44a2/multidict-6.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f90c822a402cb865e396a504f9fc8173ef34212a342d92e362ca498cad308e28", size = 29595 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/b2/e56388f86663810c07cfe4a3c3d87227f3811eeb2d08450b9e5d19d78876/multidict-6.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b225d95519a5bf73860323e633a664b0d85ad3d5bede6d30d95b35d4dfe8805b", size = 130094 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/ee/30ae9b4186a644d284543d55d491fbd4239b015d36b23fea43b4c94f7052/multidict-6.1.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:23bfd518810af7de1116313ebd9092cb9aa629beb12f6ed631ad53356ed6b86c", size = 134876 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/c7/70461c13ba8ce3c779503c70ec9d0345ae84de04521c1f45a04d5f48943d/multidict-6.1.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5c09fcfdccdd0b57867577b719c69e347a436b86cd83747f179dbf0cc0d4c1f3", size = 133500 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/9f/002af221253f10f99959561123fae676148dd730e2daa2cd053846a58507/multidict-6.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf6bea52ec97e95560af5ae576bdac3aa3aae0b6758c6efa115236d9e07dae44", size = 131099 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/42/d1c7a7301d52af79d88548a97e297f9d99c961ad76bbe6f67442bb77f097/multidict-6.1.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:57feec87371dbb3520da6192213c7d6fc892d5589a93db548331954de8248fd2", size = 120403 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/f3/471985c2c7ac707547553e8f37cff5158030d36bdec4414cb825fbaa5327/multidict-6.1.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:0c3f390dc53279cbc8ba976e5f8035eab997829066756d811616b652b00a23a3", size = 125348 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/2c/e6df05c77e0e433c214ec1d21ddd203d9a4770a1f2866a8ca40a545869a0/multidict-6.1.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:59bfeae4b25ec05b34f1956eaa1cb38032282cd4dfabc5056d0a1ec4d696d3aa", size = 119673 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/cd/bc8608fff06239c9fb333f9db7743a1b2eafe98c2666c9a196e867a3a0a4/multidict-6.1.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:b2f59caeaf7632cc633b5cf6fc449372b83bbdf0da4ae04d5be36118e46cc0aa", size = 129927 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/8e/281b69b7bc84fc963a44dc6e0bbcc7150e517b91df368a27834299a526ac/multidict-6.1.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:37bb93b2178e02b7b618893990941900fd25b6b9ac0fa49931a40aecdf083fe4", size = 128711 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/a4/63e7cd38ed29dd9f1881d5119f272c898ca92536cdb53ffe0843197f6c85/multidict-6.1.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4e9f48f58c2c523d5a06faea47866cd35b32655c46b443f163d08c6d0ddb17d6", size = 125519 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/e0/4f5855037a72cd8a7a2f60a3952d9aa45feedb37ae7831642102604e8a37/multidict-6.1.0-cp313-cp313-win32.whl", hash = "sha256:3a37ffb35399029b45c6cc33640a92bef403c9fd388acce75cdc88f58bd19a81", size = 26426 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/a5/17ee3a4db1e310b7405f5d25834460073a8ccd86198ce044dfaf69eac073/multidict-6.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:e9aa71e15d9d9beaad2c6b9319edcdc0a49a43ef5c0a4c8265ca9ee7d6c67774", size = 28531 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/b7/b9e70fde2c0f0c9af4cc5277782a89b66d35948ea3369ec9f598358c3ac5/multidict-6.1.0-py3-none-any.whl", hash = "sha256:48e171e52d1c4d33888e529b999e5900356b9ae588c2f09a52dcefb158b27506", size = 10051 },
]
[[package]]
name = "multiprocess"
version = "0.70.16"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "dill" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/ae/04f39c5d0d0def03247c2893d6f2b83c136bf3320a2154d7b8858f2ba72d/multiprocess-0.70.16.tar.gz", hash = "sha256:161af703d4652a0e1410be6abccecde4a7ddffd19341be0a7011b94aeb171ac1", size = 1772603 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/76/6e712a2623d146d314f17598df5de7224c85c0060ef63fd95cc15a25b3fa/multiprocess-0.70.16-pp310-pypy310_pp73-macosx_10_13_x86_64.whl", hash = "sha256:476887be10e2f59ff183c006af746cb6f1fd0eadcfd4ef49e605cbe2659920ee", size = 134980 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/ab/1e6e8009e380e22254ff539ebe117861e5bdb3bff1fc977920972237c6c7/multiprocess-0.70.16-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:d951bed82c8f73929ac82c61f01a7b5ce8f3e5ef40f5b52553b4f547ce2b08ec", size = 134982 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/f7/7ec7fddc92e50714ea3745631f79bd9c96424cb2702632521028e57d3a36/multiprocess-0.70.16-py310-none-any.whl", hash = "sha256:c4a9944c67bd49f823687463660a2d6daae94c289adff97e0f9d696ba6371d02", size = 134824 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/15/b56e50e8debaf439f44befec5b2af11db85f6e0f344c3113ae0be0593a91/multiprocess-0.70.16-py311-none-any.whl", hash = "sha256:af4cabb0dac72abfb1e794fa7855c325fd2b55a10a44628a3c1ad3311c04127a", size = 143519 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/7d/a988f258104dcd2ccf1ed40fdc97e26c4ac351eeaf81d76e266c52d84e2f/multiprocess-0.70.16-py312-none-any.whl", hash = "sha256:fc0544c531920dde3b00c29863377f87e1632601092ea2daca74e4beb40faa2e", size = 146741 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/89/38df130f2c799090c978b366cfdf5b96d08de5b29a4a293df7f7429fa50b/multiprocess-0.70.16-py38-none-any.whl", hash = "sha256:a71d82033454891091a226dfc319d0cfa8019a4e888ef9ca910372a446de4435", size = 132628 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/d9/f7f9379981e39b8c2511c9e0326d212accacb82f12fbfdc1aa2ce2a7b2b6/multiprocess-0.70.16-py39-none-any.whl", hash = "sha256:a0bafd3ae1b732eac64be2e72038231c1ba97724b60b09400d68f229fcc2fbf3", size = 133351 },
]
[[package]]
name = "murmurhash"
version = "1.0.11"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/71/01fc0866ce9015cc57c584922a0ecc842ec4ac704b442eff23779e6b9443/murmurhash-1.0.11.tar.gz", hash = "sha256:87ff68a255e54e7648d0729ff4130f43f7f38f03288a376e567934e16db93767", size = 13112 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/f0/2c02af6f8e94c165424249b2fada374aa2b40e725e9b744d35d1ef9d9dc1/murmurhash-1.0.11-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:a73cf9f55c8218d5aa47b3b6dac28fa2e1730bbca0874e7eabe5e1a6024780c5", size = 26796 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/99/c4121b0a374549bec05b3929eba25e2381398899a2486d90182f02ee6f73/murmurhash-1.0.11-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:48716859a12596024d9adecf399e356c3c5c38ba2eb0d8270bd6655c05a0af28", size = 26915 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/0e/4f4b6ae428f451bb7c3150aaeb3442d575b5e5424838fa3ff7d72558f5c3/murmurhash-1.0.11-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1967ccc893c80798a420c5c3829ea9755d0b4a4972b0bf6e5c34d1117f5d0222", size = 124265 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/17/5216e7627038eab0050f3ea08da5dc50002c365f89b31a5f3e10b3b288de/murmurhash-1.0.11-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:904c4d6550c640e0f640b6357ecaa13406e6d925e55fbb4ac9e1f27ff25bee3c", size = 119932 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/13/f77479af5923f297d74ed08c740860fea7829af9d804dbf812fa6aa15918/murmurhash-1.0.11-cp310-cp310-win_amd64.whl", hash = "sha256:4c24f1c96e8ce720ac85058c37e6e775be6017f0966abff2863733d91368e03e", size = 25319 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/3f/d9f39fb14871a402e420e8fed440a895b16abd7d71a2537862d01bdee5c1/murmurhash-1.0.11-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:53ed86ce0bef2475af9314f732ca66456e7b00abb1d1a6c29c432e5f0f49bad5", size = 26735 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/a2/34f2508058b6ae9c213736a36e5a7dbdc3e5b92e305b83d025a56e70f899/murmurhash-1.0.11-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:51e7c61f59e0ee1c465c841f530ef6373a98dc028059048fc0c857dfd5d57b1c", size = 26832 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/71/e54ef2da4fb9300857edd5ef0ae24823a9d9776aa00a3470d0f911e06681/murmurhash-1.0.11-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5b9a5109e29d43c79bfdca8dbad9bee7190846a88ec6d4135754727fb49a64e5", size = 134258 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/58/a16b51fa8b25c30ed2ef89f04aed3076e0ea491558c04e793939689eb1d3/murmurhash-1.0.11-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:12845ad43a2e54734b52f58e8d228eacd03803d368b689b3868a0bdec4c10da1", size = 128584 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/84/0c4dd8d5165a1d2fec755a404d1d41ab93f4ce240d5f7b0c1493656244c5/murmurhash-1.0.11-cp311-cp311-win_amd64.whl", hash = "sha256:e3d0bdbffd82924725cd6549b03ee11997a2c58253f0fdda571a5fedacc894a1", size = 25359 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/0d/5170cd2cf39cdcb804ca7ddd5bf7864112a217f7e6a318ac64fc23447820/murmurhash-1.0.11-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:185b2cd20b81fa876eaa2249faafd0b7b3d0c54ef04714e38135d9f482cf6ce9", size = 27062 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/18/7c37d4a97be0602fd9589a613128f5820742513d1cec1d4e491a7ba9d81a/murmurhash-1.0.11-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fd3083c6d977c2bc1e2f35ff999c39de43de09fd588f780243ec78debb316406", size = 27017 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/33/59d6a0830fe2aa963c9b90b6c581ed7f9f073c0ac8929b4c6053fcdf19a1/murmurhash-1.0.11-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:49a3cf4d26f7213d0f4a6c2c49496cbe9f78b30d56b1c3b17fbc74676372ea3f", size = 138536 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/ae/4baacba15e8973d2db61558d56b731fe093e92a004735c2a683dcb988589/murmurhash-1.0.11-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a1bdb3c3fe32d93f7c461f11e6b2f7bbe64b3d70f56e48052490435853ed5c91", size = 128894 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/87/f2bc915ea04ba7ba11c550d80d0c3a31331e00ef4266bcf241110978b9b1/murmurhash-1.0.11-cp312-cp312-win_amd64.whl", hash = "sha256:0b507dd8ea10f3e5204b397ea9917a3a5f11756859d91406a8f485f18a411bdf", size = 25499 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/15/4b56961be5ff1072b31a14d9ca23e8b334c2adce466fa2ec77fe8644af63/murmurhash-1.0.11-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:036aea55d160d65698888a903fd2a19c4258be711f7bf2ab1b6cebdf41e09e09", size = 26416 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/60/8d80e3cd6a21e531ea5bbd4792fad8bb048e85bdaeb08e2503c49c000964/murmurhash-1.0.11-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:61f4b991b5bd88f5d57550a6328f8adb2f16656781e9eade9c16e55b41f6fab7", size = 26360 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/3e/8480b420c0c03725863b6d13a9358f6814e27da7aa09176cdf8d82cbd3e4/murmurhash-1.0.11-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b5527ec305236a2ef404a38e0e57b1dc886a431e2032acf4c7ce3b17382c49ef", size = 133011 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/7c/92b67df028504d19c9c571eb87af52ce99c79629e2636dfcde245575d87f/murmurhash-1.0.11-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:b26cf1be87c13fb242b9c252f11a25da71056c8fb5f22623e455129cce99592a", size = 124637 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/f5/5ce095d7edceea9e1a5c2c7000b33aa29e2bbc983c61eaa6e022a733c025/murmurhash-1.0.11-cp313-cp313-win_amd64.whl", hash = "sha256:24aba80a793bf371de70fffffc1f16c06810e4d8b90125b5bb762aabda3174d1", size = 24648 },
]
[[package]]
name = "mypy-extensions"
version = "1.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/a4/1ab47638b92648243faf97a5aeb6ea83059cc3624972ab6b8d2316078d3f/mypy_extensions-1.0.0.tar.gz", hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782", size = 4433 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/e2/5d3f6ada4297caebe1a2add3b126fe800c96f56dbe5d1988a2cbe0b267aa/mypy_extensions-1.0.0-py3-none-any.whl", hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d", size = 4695 },
]
[[package]]
name = "mysqlclient"
version = "2.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/79/d02be3cb942afda6c99ca207858847572e38146eb73a7c4bfe3bdf154626/mysqlclient-2.1.0.tar.gz", hash = "sha256:973235686f1b720536d417bf0a0d39b4ab3d5086b2b6ad5e6752393428c02b12", size = 87635 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/33/35f73b08e0a898192fe3a273dd5c18e1b3cadb5dab6b701987bf07dbb296/mysqlclient-2.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:02c8826e6add9b20f4cb12dcf016485f7b1d6e30356a1204d05431867a1b3947", size = 180340 },
]
[[package]]
name = "nbclient"
version = "0.10.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "jupyter-client" },
{ name = "jupyter-core" },
{ name = "nbformat" },
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/66/7ffd18d58eae90d5721f9f39212327695b749e23ad44b3881744eaf4d9e8/nbclient-0.10.2.tar.gz", hash = "sha256:90b7fc6b810630db87a6d0c2250b1f0ab4cf4d3c27a299b0cde78a4ed3fd9193", size = 62424 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/6d/e7fa07f03a4a7b221d94b4d586edb754a9b0dc3c9e2c93353e9fa4e0d117/nbclient-0.10.2-py3-none-any.whl", hash = "sha256:4ffee11e788b4a27fabeb7955547e4318a5298f34342a4bfd01f2e1faaeadc3d", size = 25434 },
]
[[package]]
name = "nbconvert"
version = "7.16.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "beautifulsoup4" },
{ name = "bleach", extra = ["css"] },
{ name = "defusedxml" },
{ name = "jinja2" },
{ name = "jupyter-core" },
{ name = "jupyterlab-pygments" },
{ name = "markupsafe" },
{ name = "mistune" },
{ name = "nbclient" },
{ name = "nbformat" },
{ name = "packaging" },
{ name = "pandocfilters" },
{ name = "pygments" },
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/2c/d026c0367f2be2463d4c2f5b538e28add2bc67bc13730abb7f364ae4eb8b/nbconvert-7.16.5.tar.gz", hash = "sha256:c83467bb5777fdfaac5ebbb8e864f300b277f68692ecc04d6dab72f2d8442344", size = 856367 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/9e/2dcc9fe00cf55d95a8deae69384e9cea61816126e345754f6c75494d32ec/nbconvert-7.16.5-py3-none-any.whl", hash = "sha256:e12eac052d6fd03040af4166c563d76e7aeead2e9aadf5356db552a1784bd547", size = 258061 },
]
[[package]]
name = "nbformat"
version = "5.10.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "fastjsonschema" },
{ name = "jsonschema" },
{ name = "jupyter-core" },
{ name = "traitlets" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/fd/91545e604bc3dad7dca9ed03284086039b294c6b3d75c0d2fa45f9e9caf3/nbformat-5.10.4.tar.gz", hash = "sha256:322168b14f937a5d11362988ecac2a4952d3d8e3a2cbeb2319584631226d5b3a", size = 142749 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/82/0340caa499416c78e5d8f5f05947ae4bc3cba53c9f038ab6e9ed964e22f1/nbformat-5.10.4-py3-none-any.whl", hash = "sha256:3b48d6c8fbca4b299bf3982ea7db1af21580e4fec269ad087b9e81588891200b", size = 78454 },
]
[[package]]
name = "neo4j"
version = "5.27.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pytz" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/9c/b6/31ed9f3df8b948aecd31952193b803cd2007551f2f81aaa60d264e8d1950/neo4j-5.27.0.tar.gz", hash = "sha256:f82ee807cd15b178898d83f41a66372e11719a25dd487fd7bea48fd4b7323765", size = 223803 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/9a/cec819e5887804896db67b13215682b15e6f9201d9cf63890fee2b9a29e9/neo4j-5.27.0-py3-none-any.whl", hash = "sha256:929c14b9e5341267324eca170b39d1798b032bffacc26a0529eacaf678ae483f", size = 301679 },
]
[[package]]
name = "nest-asyncio"
version = "1.6.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/f8/51569ac65d696c8ecbee95938f89d4abf00f47d58d48f6fbabfe8f0baefe/nest_asyncio-1.6.0.tar.gz", hash = "sha256:6f172d5449aca15afd6c646851f4e31e02c598d553a667e38cafa997cfec55fe", size = 7418 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/c4/c2971a3ba4c6103a3d10c4b0f24f461ddc027f0f09763220cf35ca1401b3/nest_asyncio-1.6.0-py3-none-any.whl", hash = "sha256:87af6efd6b5e897c81050477ef65c62e2b2f35d51703cae01aff2905b1852e1c", size = 5195 },
]
[[package]]
name = "networkx"
version = "3.4.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/1d/06475e1cd5264c0b870ea2cc6fdb3e37177c1e565c43f56ff17a10e3937f/networkx-3.4.2.tar.gz", hash = "sha256:307c3669428c5362aab27c8a1260aa8f47c4e91d3891f48be0141738d8d053e1", size = 2151368 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/54/dd730b32ea14ea797530a4479b2ed46a6fb250f682a9cfb997e968bf0261/networkx-3.4.2-py3-none-any.whl", hash = "sha256:df5d4365b724cf81b8c6a7312509d0c22386097011ad1abe274afd5e9d3bbc5f", size = 1723263 },
]
[[package]]
name = "nh3"
version = "0.2.20"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/f2/eb781d94c7855e9129cbbdd3ab09a470441e4176a82a396ae1df270a7333/nh3-0.2.20.tar.gz", hash = "sha256:9705c42d7ff88a0bea546c82d7fe5e59135e3d3f057e485394f491248a1f8ed5", size = 17489 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/65/d31d93b6d1e5fe80d0cc18f0b96eaa561edfa0a15a6ef6b0fce50202a931/nh3-0.2.20-cp313-cp313t-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:e1061a4ab6681f6bdf72b110eea0c4e1379d57c9de937db3be4202f7ad6043db", size = 1202187 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/ae/5b03bf198e06921454012e4b9a51e676d26fd37d9fdc1f29371a0b380487/nh3-0.2.20-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eb4254b1dac4a1ee49919a5b3f1caf9803ea8dada1816d9e8289e63d3cd0dd9a", size = 737822 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/53/a12dffb6ee3772deba82eb5997667fc835afd2e813d1f4080d8738f29eec/nh3-0.2.20-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:0ae9cbd713524cdb81e64663d0d6aae26f678db9f2cd9db0bf162606f1f9f20c", size = 756643 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/0c/6cd2c5ac3e6e31f2a28721e8e2a924cb6b05ad054bf787bd1816ffd40b96/nh3-0.2.20-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:e1f7370b4e14cc03f5ae141ef30a1caf81fa5787711f80be9081418dd9eb79d2", size = 923415 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/f0/229a6c8b81b86ba22d8e7f27ade62cb2fcfb987e570f49944fdd8490a76a/nh3-0.2.20-cp313-cp313t-musllinux_1_2_armv7l.whl", hash = "sha256:ac4d27dc836a476efffc6eb661994426b8b805c951b29c9cf2ff36bc9ad58bc5", size = 994959 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/e3/62ae3d3b658739ee15b129356fe6d4c4bc8ab235d7bf2e0d2794d64f7bc6/nh3-0.2.20-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:4fd2e9248725ebcedac3997a8d3da0d90a12a28c9179c6ba51f1658938ac30d0", size = 915777 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/bd/8405d03371e335f02eb72e09dcf73307f8fd3095e4165cec6836346fe3db/nh3-0.2.20-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:f7d564871833ddbe54df3aa59053b1110729d3a800cb7628ae8f42adb3d75208", size = 908614 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/f8/5d977f09cf82c1f22a864375f471db111530fc79c88efdf0659fe6d3d6bc/nh3-0.2.20-cp313-cp313t-win32.whl", hash = "sha256:d2a176fd4306b6f0f178a3f67fac91bd97a3a8d8fafb771c9b9ef675ba5c8886", size = 540482 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/f4/e34afe5fd8bed1920eac2974c9c853f548b4b65c139444285ffd2a68495d/nh3-0.2.20-cp313-cp313t-win_amd64.whl", hash = "sha256:6ed834c68452a600f517dd3e1534dbfaff1f67f98899fecf139a055a25d99150", size = 541302 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/08/5e3b61eed1bc0efeb330ddc5cf5194f28a0b7be7943aa20bd44cfe14650b/nh3-0.2.20-cp38-abi3-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:76e2f603b30c02ff6456b233a83fc377dedab6a50947b04e960a6b905637b776", size = 1202141 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/d2/3377f8006c71e95e007b07b5bfcac22c9de4744ca3efb23b396d3deb9581/nh3-0.2.20-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:181063c581defe683bd4bb78188ac9936d208aebbc74c7f7c16b6a32ae2ebb38", size = 760699 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/d7/7077f925d7d680d53dcb6e18a4af13d1a7da59761c06c193bfa249a7470a/nh3-0.2.20-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:231addb7643c952cd6d71f1c8702d703f8fe34afcb20becb3efb319a501a12d7", size = 747353 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/59/6b2f32af477aae81f1454a7f6ef490ebc3c22dd9e1370e73fcfe243dc07a/nh3-0.2.20-cp38-abi3-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:1b9a8340a0aab991c68a5ca938d35ef4a8a3f4bf1b455da8855a40bee1fa0ace", size = 854125 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/f2/c3d2f7b801477b8b387b51fbefd16dc7ade888aeac547f18ba0558fd6f48/nh3-0.2.20-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:10317cd96fe4bbd4eb6b95f3920b71c902157ad44fed103fdcde43e3b8ee8be6", size = 817453 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/4d/f7e3a35506a0eba6eedafc21ad52773985511eb838812e9f96354831ad3c/nh3-0.2.20-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:8698db4c04b140800d1a1cd3067fda399e36e1e2b8fc1fe04292a907350a3e9b", size = 891694 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/0e/c499453c296fb40366e3069cd68fde77a10f0a30a17b9d3b491eb3ebc5bf/nh3-0.2.20-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3eb04b9c3deb13c3a375ea39fd4a3c00d1f92e8fb2349f25f1e3e4506751774b", size = 744388 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/67/c3de8022ba2719bdbbdd3704d1e32dbc7d3f8ac8646247711645fc90d051/nh3-0.2.20-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:92f3f1c4f47a2c6f3ca7317b1d5ced05bd29556a75d3a4e2715652ae9d15c05d", size = 764831 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/14/a4ea40e2439717d11c3104fc2dc0ac412301b7aeb81d6a3d0e6505c77e7d/nh3-0.2.20-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:ddefa9fd6794a87e37d05827d299d4b53a3ec6f23258101907b96029bfef138a", size = 923334 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/ae/e8ee8afaf67903dd304f390056d1ea620327524e2ad66127a331b14d5d98/nh3-0.2.20-cp38-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:ce3731c8f217685d33d9268362e5b4f770914e922bba94d368ab244a59a6c397", size = 994873 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/b5/02122cfe3b36cf0ba0fcd73a04fd462e1f7a9d91b456f6e0b70e46df21c7/nh3-0.2.20-cp38-abi3-musllinux_1_2_i686.whl", hash = "sha256:09f037c02fc2c43b211ff1523de32801dcfb0918648d8e651c36ef890f1731ec", size = 915707 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/d3/5df43cc3570cdc9eb1dc79a39191f89fedf8bcefd8d30a161ff1dffb146c/nh3-0.2.20-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:813f1c8012dd64c990514b795508abb90789334f76a561fa0fd4ca32d2275330", size = 908539 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/fd/aa000f6c76a832c488eac26f20d2e8a221ba2b965efce692f14ebc4290bf/nh3-0.2.20-cp38-abi3-win32.whl", hash = "sha256:47b2946c0e13057855209daeffb45dc910bd0c55daf10190bb0b4b60e2999784", size = 540439 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/31/d65594efd3b42b1de2335d576eb77525691fc320dbf8617948ee05c008e5/nh3-0.2.20-cp38-abi3-win_amd64.whl", hash = "sha256:da87573f03084edae8eb87cfe811ec338606288f81d333c07d2a9a0b9b976c0b", size = 541249 },
]
[[package]]
name = "notebook"
version = "7.3.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "jupyter-server" },
{ name = "jupyterlab" },
{ name = "jupyterlab-server" },
{ name = "notebook-shim" },
{ name = "tornado" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/04/ac488379d5afef43402b3fb4be2857db1a09804fecf98b9b714c741b225b/notebook-7.3.2.tar.gz", hash = "sha256:705e83a1785f45b383bf3ee13cb76680b92d24f56fb0c7d2136fe1d850cd3ca8", size = 12781804 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/9b/76e50ee18f183ea5fe1784a9eeaa50f2c71802e4740d6e959592b0993298/notebook-7.3.2-py3-none-any.whl", hash = "sha256:e5f85fc59b69d3618d73cf27544418193ff8e8058d5bf61d315ce4f473556288", size = 13163630 },
]
[[package]]
name = "notebook-shim"
version = "0.2.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "jupyter-server" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/d2/92fa3243712b9a3e8bafaf60aac366da1cada3639ca767ff4b5b3654ec28/notebook_shim-0.2.4.tar.gz", hash = "sha256:b4b2cfa1b65d98307ca24361f5b30fe785b53c3fd07b7a47e89acb5e6ac638cb", size = 13167 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/33/bd5b9137445ea4b680023eb0469b2bb969d61303dedb2aac6560ff3d14a1/notebook_shim-0.2.4-py3-none-any.whl", hash = "sha256:411a5be4e9dc882a074ccbcae671eda64cceb068767e9a3419096986560e1cef", size = 13307 },
]
[[package]]
name = "numpy"
version = "1.26.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/6e/09db70a523a96d25e115e71cc56a6f9031e7b8cd166c1ac8438307c14058/numpy-1.26.4.tar.gz", hash = "sha256:2a02aba9ed12e4ac4eb3ea9421c420301a0c6460d9830d74a9df87efa4912010", size = 15786129 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/94/ace0fdea5241a27d13543ee117cbc65868e82213fb31a8eb7fe9ff23f313/numpy-1.26.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9ff0f4f29c51e2803569d7a51c2304de5554655a60c5d776e35b4a41413830d0", size = 20631468 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/f7/b24208eba89f9d1b58c1668bc6c8c4fd472b20c45573cb767f59d49fb0f6/numpy-1.26.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2e4ee3380d6de9c9ec04745830fd9e2eccb3e6cf790d39d7b98ffd19b0dd754a", size = 13966411 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/a5/4beee6488160798683eed5bdb7eead455892c3b4e1f78d79d8d3f3b084ac/numpy-1.26.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d209d8969599b27ad20994c8e41936ee0964e6da07478d6c35016bc386b66ad4", size = 14219016 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/d7/ecf66c1cd12dc28b4040b15ab4d17b773b87fa9d29ca16125de01adb36cd/numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ffa75af20b44f8dba823498024771d5ac50620e6915abac414251bd971b4529f", size = 18240889 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/03/6f229fe3187546435c4f6f89f6d26c129d4f5bed40552899fcf1f0bf9e50/numpy-1.26.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:62b8e4b1e28009ef2846b4c7852046736bab361f7aeadeb6a5b89ebec3c7055a", size = 13876746 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/fe/39ada9b094f01f5a35486577c848fe274e374bbf8d8f472e1423a0bbd26d/numpy-1.26.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:a4abb4f9001ad2858e7ac189089c42178fcce737e4169dc61321660f1a96c7d2", size = 18078620 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/ef/6ad11d51197aad206a9ad2286dc1aac6a378059e06e8cf22cd08ed4f20dc/numpy-1.26.4-cp310-cp310-win32.whl", hash = "sha256:bfe25acf8b437eb2a8b2d49d443800a5f18508cd811fea3181723922a8a82b07", size = 5972659 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/77/538f202862b9183f54108557bfda67e17603fc560c384559e769321c9d92/numpy-1.26.4-cp310-cp310-win_amd64.whl", hash = "sha256:b97fe8060236edf3662adfc2c633f56a08ae30560c56310562cb4f95500022d5", size = 15808905 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/57/baae43d14fe163fa0e4c47f307b6b2511ab8d7d30177c491960504252053/numpy-1.26.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:4c66707fabe114439db9068ee468c26bbdf909cac0fb58686a42a24de1760c71", size = 20630554 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/2e/151484f49fd03944c4a3ad9c418ed193cfd02724e138ac8a9505d056c582/numpy-1.26.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:edd8b5fe47dab091176d21bb6de568acdd906d1887a4584a15a9a96a1dca06ef", size = 13997127 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/ae/7e5b85136806f9dadf4878bf73cf223fe5c2636818ba3ab1c585d0403164/numpy-1.26.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7ab55401287bfec946ced39700c053796e7cc0e3acbef09993a9ad2adba6ca6e", size = 14222994 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/d0/edc009c27b406c4f9cbc79274d6e46d634d139075492ad055e3d68445925/numpy-1.26.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:666dbfb6ec68962c033a450943ded891bed2d54e6755e35e5835d63f4f6931d5", size = 18252005 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/bf/2b1aaf8f525f2923ff6cfcf134ae5e750e279ac65ebf386c75a0cf6da06a/numpy-1.26.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:96ff0b2ad353d8f990b63294c8986f1ec3cb19d749234014f4e7eb0112ceba5a", size = 13885297 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/a0/4e0f14d847cfc2a633a1c8621d00724f3206cfeddeb66d35698c4e2cf3d2/numpy-1.26.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:60dedbb91afcbfdc9bc0b1f3f402804070deed7392c23eb7a7f07fa857868e8a", size = 18093567 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/b7/a734c733286e10a7f1a8ad1ae8c90f2d33bf604a96548e0a4a3a6739b468/numpy-1.26.4-cp311-cp311-win32.whl", hash = "sha256:1af303d6b2210eb850fcf03064d364652b7120803a0b872f5211f5234b399f20", size = 5968812 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/6b/5610004206cf7f8e7ad91c5a85a8c71b2f2f8051a0c0c4d5916b76d6cbb2/numpy-1.26.4-cp311-cp311-win_amd64.whl", hash = "sha256:cd25bcecc4974d09257ffcd1f098ee778f7834c3ad767fe5db785be9a4aa9cb2", size = 15811913 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/12/8f2020a8e8b8383ac0177dc9570aad031a3beb12e38847f7129bacd96228/numpy-1.26.4-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b3ce300f3644fb06443ee2222c2201dd3a89ea6040541412b8fa189341847218", size = 20335901 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/5b/ca6c8bd14007e5ca171c7c03102d17b4f4e0ceb53957e8c44343a9546dcc/numpy-1.26.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:03a8c78d01d9781b28a6989f6fa1bb2c4f2d51201cf99d3dd875df6fbd96b23b", size = 13685868 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/f8/97f10e6755e2a7d027ca783f63044d5b1bc1ae7acb12afe6a9b4286eac17/numpy-1.26.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9fad7dcb1aac3c7f0584a5a8133e3a43eeb2fe127f47e3632d43d677c66c102b", size = 13925109 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/50/de23fde84e45f5c4fda2488c759b69990fd4512387a8632860f3ac9cd225/numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:675d61ffbfa78604709862923189bad94014bef562cc35cf61d3a07bba02a7ed", size = 17950613 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/0c/9c603826b6465e82591e05ca230dfc13376da512b25ccd0894709b054ed0/numpy-1.26.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:ab47dbe5cc8210f55aa58e4805fe224dac469cde56b9f731a4c098b91917159a", size = 13572172 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/8c/2ba3902e1a0fc1c74962ea9bb33a534bb05984ad7ff9515bf8d07527cadd/numpy-1.26.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:1dda2e7b4ec9dd512f84935c5f126c8bd8b9f2fc001e9f54af255e8c5f16b0e0", size = 17786643 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/4a/46d9e65106879492374999e76eb85f87b15328e06bd1550668f79f7b18c6/numpy-1.26.4-cp312-cp312-win32.whl", hash = "sha256:50193e430acfc1346175fcbdaa28ffec49947a06918b7b92130744e81e640110", size = 5677803 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/2e/86f24451c2d530c88daf997cb8d6ac622c1d40d19f5a031ed68a4b73a374/numpy-1.26.4-cp312-cp312-win_amd64.whl", hash = "sha256:08beddf13648eb95f8d867350f6a018a4be2e5ad54c8d8caed89ebca558b2818", size = 15517754 },
]
[[package]]
name = "nvidia-cublas-cu11"
version = "11.11.3.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/be/c222e33e60d28ecd496a46fc4d78ccae0ee28e1fd7dc705b6288b4cad27e/nvidia_cublas_cu11-11.11.3.6-py3-none-manylinux1_x86_64.whl", hash = "sha256:39fb40e8f486dd8a2ddb8fdeefe1d5b28f5b99df01c87ab3676f057a74a5a6f3", size = 417870452 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/df/c5ac9ac5096355c47c606e613ecc7aa50fbccf5e0145df857d11da6464b1/nvidia_cublas_cu11-11.11.3.6-py3-none-manylinux2014_aarch64.whl", hash = "sha256:5ccae9e069a2c6be9af9cb5a0b0c6928c19c7915e390d15f598a1eead2a01a7a", size = 291428448 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/2e/9d99c60771d275ecf6c914a612e9a577f740a615bc826bec132368e1d3ae/nvidia_cublas_cu11-11.11.3.6-py3-none-manylinux2014_x86_64.whl", hash = "sha256:60252822adea5d0b10cd990a7dc7bedf7435f30ae40083c7a624a85a43225abc", size = 417870460 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/1d/7a78cd36fd5e3da4021b3ac2c2c8b2651dd72345b7c3ecc0d3e051884f50/nvidia_cublas_cu11-11.11.3.6-py3-none-win_amd64.whl", hash = "sha256:6ab12b1302bef8ac1ff4414edd1c059e57f4833abef9151683fb8f4de25900be", size = 427234740 },
]
[[package]]
name = "nvidia-cublas-cu12"
version = "12.1.3.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/6d/121efd7382d5b0284239f4ab1fc1590d86d34ed4a4a2fdb13b30ca8e5740/nvidia_cublas_cu12-12.1.3.1-py3-none-manylinux1_x86_64.whl", hash = "sha256:ee53ccca76a6fc08fb9701aa95b6ceb242cdaab118c3bb152af4e579af792728", size = 410594774 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/ef/32a375b74bea706c93deea5613552f7c9104f961b21df423f5887eca713b/nvidia_cublas_cu12-12.1.3.1-py3-none-win_amd64.whl", hash = "sha256:2b964d60e8cf11b5e1073d179d85fa340c120e99b3067558f3cf98dd69d02906", size = 439918445 },
]
[[package]]
name = "nvidia-cuda-cupti-cu11"
version = "11.8.87"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/c9/b4b15f709a694ea9f84871c6c4fbeeb54bab225962d852665a2c6f77f90d/nvidia_cuda_cupti_cu11-11.8.87-py3-none-manylinux1_x86_64.whl", hash = "sha256:0e50c707df56c75a2c0703dc6b886f3c97a22f37d6f63839f75b7418ba672a8d", size = 13093657 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/5a/fb7e315aaa9d2bb28d3f2d9127375823c43646e07db4fe1b08746626e677/nvidia_cuda_cupti_cu11-11.8.87-py3-none-manylinux2014_aarch64.whl", hash = "sha256:9aaa638963a8271df26b6ee0d93b781730b7acc6581ff700bd023d7934e4385e", size = 11687484 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/42/9f5c5cc084ce6f3073048c4f6806f45ba4c8c73f227c9587215d9c372e05/nvidia_cuda_cupti_cu11-11.8.87-py3-none-manylinux2014_x86_64.whl", hash = "sha256:4191a17913a706b5098681280cd089cd7d8d3df209a6f5cb79384974a96d24f2", size = 13093662 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9c/b9/371cff81be29e008a69f1681f468a2b428fa4ea03842196c178cb4cf1991/nvidia_cuda_cupti_cu11-11.8.87-py3-none-win_amd64.whl", hash = "sha256:4332d8550ad5f5b673f98d08e4e4f82030cb604c66d8d5ee919399ea01312e58", size = 9952361 },
]
[[package]]
name = "nvidia-cuda-cupti-cu12"
version = "12.1.105"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/00/6b218edd739ecfc60524e585ba8e6b00554dd908de2c9c66c1af3e44e18d/nvidia_cuda_cupti_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:e54fde3983165c624cb79254ae9818a456eb6e87a7fd4d56a2352c24ee542d7e", size = 14109015 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/56/0021e32ea2848c24242f6b56790bd0ccc8bf99f973ca790569c6ca028107/nvidia_cuda_cupti_cu12-12.1.105-py3-none-win_amd64.whl", hash = "sha256:bea8236d13a0ac7190bd2919c3e8e6ce1e402104276e6f9694479e48bb0eb2a4", size = 10154340 },
]
[[package]]
name = "nvidia-cuda-nvrtc-cu11"
version = "11.8.89"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/08/a9833e4e9f9165bedb7f36033b47aa399b053b9cb2eaf7b84d1e28705cf7/nvidia_cuda_nvrtc_cu11-11.8.89-py3-none-manylinux1_x86_64.whl", hash = "sha256:1f27d67b0f72902e9065ae568b4f6268dfe49ba3ed269c9a3da99bb86d1d2008", size = 23173264 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/ad/58a9f86b0280190582691b1141ac3678c08f698d3d6161eed5cbe4e43b46/nvidia_cuda_nvrtc_cu11-11.8.89-py3-none-manylinux2014_aarch64.whl", hash = "sha256:8ab17ed51e7c4928f7170a0551e3e3b42f89d973bd267ced9688c238b3e10aef", size = 22671777 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/44/202e027c224c26e15a53f01c5c7604c7f6b4fd368882d3164ea08fead207/nvidia_cuda_nvrtc_cu11-11.8.89-py3-none-manylinux2014_x86_64.whl", hash = "sha256:a8d02f3cba345be56b1ffc3e74d8f61f02bb758dd31b0f20e12277a5a244f756", size = 23173745 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/19/17745076214b0cc985cfdbabe2b3108f1237704985dab5b748e48432aca1/nvidia_cuda_nvrtc_cu11-11.8.89-py3-none-win_amd64.whl", hash = "sha256:e18a23a8f4064664a6f1c4a64f38c581cbebfb5935280e94a4943ea8ae3791b1", size = 19034935 },
]
[[package]]
name = "nvidia-cuda-nvrtc-cu12"
version = "12.1.105"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/9f/c64c03f49d6fbc56196664d05dba14e3a561038a81a638eeb47f4d4cfd48/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:339b385f50c309763ca65456ec75e17bbefcbbf2893f462cb8b90584cd27a1c2", size = 23671734 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/1d/f76987c4f454eb86e0b9a0e4f57c3bf1ac1d13ad13cd1a4da4eb0e0c0ce9/nvidia_cuda_nvrtc_cu12-12.1.105-py3-none-win_amd64.whl", hash = "sha256:0a98a522d9ff138b96c010a65e145dc1b4850e9ecb75a0172371793752fd46ed", size = 19331863 },
]
[[package]]
name = "nvidia-cuda-runtime-cu11"
version = "11.8.89"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/3e/84db02be49fe6d6df6e42f69fd64501c22d0f9ada9c9877f885612085d20/nvidia_cuda_runtime_cu11-11.8.89-py3-none-manylinux1_x86_64.whl", hash = "sha256:f587bd726eb2f7612cf77ce38a2c1e65cf23251ff49437f6161ce0d647f64f7c", size = 875585 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/16/86d6f3f25c1d69cfcaa01c9a9704b7e946387b7aa13cc2f385b50eb46da5/nvidia_cuda_runtime_cu11-11.8.89-py3-none-manylinux2014_aarch64.whl", hash = "sha256:e53bf160b6b660819cb6e4a9da2cc89e6aa2329858299780a2459780a2b8d012", size = 805995 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/ec/a540f28b31de7bc1ed49eecc72035d4cb77db88ead1d42f7bfa5ae407ac6/nvidia_cuda_runtime_cu11-11.8.89-py3-none-manylinux2014_x86_64.whl", hash = "sha256:92d04069a987e1fbc9213f8376d265df0f7bb42617d44f5eda1f496acea7f2d1", size = 875592 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/ae/09f335dfbca630ae213e53d2a9294540620453fe2b37e7489ff05817a525/nvidia_cuda_runtime_cu11-11.8.89-py3-none-win_amd64.whl", hash = "sha256:f60c9fdaed8065b38de8097867240efc5556a8a710007146daeb9082334a6e63", size = 1021163 },
]
[[package]]
name = "nvidia-cuda-runtime-cu12"
version = "12.1.105"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/d5/c68b1d2cdfcc59e72e8a5949a37ddb22ae6cade80cd4a57a84d4c8b55472/nvidia_cuda_runtime_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:6e258468ddf5796e25f1dc591a31029fa317d97a0a94ed93468fc86301d61e40", size = 823596 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/e2/7a2b4b5064af56ea8ea2d8b2776c0f2960d95c88716138806121ae52a9c9/nvidia_cuda_runtime_cu12-12.1.105-py3-none-win_amd64.whl", hash = "sha256:dfb46ef84d73fababab44cf03e3b83f80700d27ca300e537f85f636fac474344", size = 821226 },
]
[[package]]
name = "nvidia-cudnn-cu11"
version = "9.1.0.70"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "nvidia-cublas-cu11", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/3b/0b776f04e364cd99e4cf152c2a9eadb5934c67c9a91429da55169a9447fd/nvidia_cudnn_cu11-9.1.0.70-py3-none-manylinux2014_x86_64.whl", hash = "sha256:e6135ac63fe9d5b0b89cfb35c3fc1c1349f2b995becadf2e9dc21bca89d9633d", size = 663919573 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/66/c0d600fa64b65e474eced8f07c4a6e9441aacf746f800fd12fe395dd09db/nvidia_cudnn_cu11-9.1.0.70-py3-none-win_amd64.whl", hash = "sha256:32f6a2fe80b4b7ebc5f9c4cb403c4c381eca99e6daa3cf38241047b3d3e14daa", size = 680107132 },
]
[[package]]
name = "nvidia-cudnn-cu12"
version = "9.1.0.70"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/fd/713452cd72343f682b1c7b9321e23829f00b842ceaedcda96e742ea0b0b3/nvidia_cudnn_cu12-9.1.0.70-py3-none-manylinux2014_x86_64.whl", hash = "sha256:165764f44ef8c61fcdfdfdbe769d687e06374059fbb388b6c89ecb0e28793a6f", size = 664752741 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/d0/f90ee6956a628f9f04bf467932c0a25e5a7e706a684b896593c06c82f460/nvidia_cudnn_cu12-9.1.0.70-py3-none-win_amd64.whl", hash = "sha256:6278562929433d68365a07a4a1546c237ba2849852c0d4b2262a486e805b977a", size = 679925892 },
]
[[package]]
name = "nvidia-cufft-cu11"
version = "10.9.0.58"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/79/b912a77e38e41f15a0581a59f5c3548d1ddfdda3225936fb67c342719e7a/nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux1_x86_64.whl", hash = "sha256:222f9da70c80384632fd6035e4c3f16762d64ea7a843829cb278f98b3cb7dd81", size = 168405414 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/7a/a2ad9951d57c3cc23f4fa6d84b146afd9f375ffbc744b38935930ac4393f/nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux2014_aarch64.whl", hash = "sha256:34b7315104e615b230dc3c2d1861f13bff9ec465c5d3b4bb65b4986d03a1d8d4", size = 111231060 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/c8/133717b43182ba063803e983e7680a94826a9f4ff5734af0ca315803f1b3/nvidia_cufft_cu11-10.9.0.58-py3-none-manylinux2014_x86_64.whl", hash = "sha256:e21037259995243cc370dd63c430d77ae9280bedb68d5b5a18226bfc92e5d748", size = 168405419 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/b4/e432a74f8db0e84f734dc14d36c0e529225132bf7e239da21f55893351a6/nvidia_cufft_cu11-10.9.0.58-py3-none-win_amd64.whl", hash = "sha256:c4d316f17c745ec9c728e30409612eaf77a8404c3733cdf6c9c1569634d1ca03", size = 172237004 },
]
[[package]]
name = "nvidia-cufft-cu12"
version = "11.0.2.54"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/94/eb540db023ce1d162e7bea9f8f5aa781d57c65aed513c33ee9a5123ead4d/nvidia_cufft_cu12-11.0.2.54-py3-none-manylinux1_x86_64.whl", hash = "sha256:794e3948a1aa71fd817c3775866943936774d1c14e7628c74f6f7417224cdf56", size = 121635161 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/57/7927a3aa0e19927dfed30256d1c854caf991655d847a4e7c01fe87e3d4ac/nvidia_cufft_cu12-11.0.2.54-py3-none-win_amd64.whl", hash = "sha256:d9ac353f78ff89951da4af698f80870b1534ed69993f10a4cf1d96f21357e253", size = 121344196 },
]
[[package]]
name = "nvidia-curand-cu11"
version = "10.3.0.86"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/28/c47f8e2439ddbcbeae3cf74d43ed572b651d630ea72863d5357f3759eb66/nvidia_curand_cu11-10.3.0.86-py3-none-manylinux1_x86_64.whl", hash = "sha256:ac439548c88580269a1eb6aeb602a5aed32f0dbb20809a31d9ed7d01d77f6bf5", size = 58124493 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5d/c0/aec095de6cb3b07197042f9ff8958eda2a5eaaefabc8db2e3bfa32aafb97/nvidia_curand_cu11-10.3.0.86-py3-none-manylinux2014_aarch64.whl", hash = "sha256:64defc3016d8c1de351a764617818c2961210430f12476faee10084b269b188c", size = 58134524 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/e5/ce5806afc48a6e4e0dddd25316ac60b6fa94fd1791bdbf4ca17bf52696ea/nvidia_curand_cu11-10.3.0.86-py3-none-manylinux2014_x86_64.whl", hash = "sha256:cd4cffbf78bb06580206b4814d5dc696d1161c902aae37b2bba00056832379e6", size = 58124497 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/e0/a68e20f37512c2ff22c1b2707383faec80acc20c39727e4007065ed284ea/nvidia_curand_cu11-10.3.0.86-py3-none-win_amd64.whl", hash = "sha256:8fa8365065fc3e3760d7437b08f164a6bcf8f7124f3b544d2463ded01e6bdc70", size = 57597791 },
]
[[package]]
name = "nvidia-curand-cu12"
version = "10.3.2.106"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/31/4890b1c9abc496303412947fc7dcea3d14861720642b49e8ceed89636705/nvidia_curand_cu12-10.3.2.106-py3-none-manylinux1_x86_64.whl", hash = "sha256:9d264c5036dde4e64f1de8c50ae753237c12e0b1348738169cd0f8a536c0e1e0", size = 56467784 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/97/4c9c7c79efcdf5b70374241d48cf03b94ef6707fd18ea0c0f53684931d0b/nvidia_curand_cu12-10.3.2.106-py3-none-win_amd64.whl", hash = "sha256:75b6b0c574c0037839121317e17fd01f8a69fd2ef8e25853d826fec30bdba74a", size = 55995813 },
]
[[package]]
name = "nvidia-cusolver-cu11"
version = "11.4.1.48"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "nvidia-cublas-cu11", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/ee/939ff0104991dd7bdabb4c9767994c612ba0e1c9a55672a1ddd42f5e5b16/nvidia_cusolver_cu11-11.4.1.48-py3-none-manylinux1_x86_64.whl", hash = "sha256:ca538f545645b7e6629140786d3127fe067b3d5a085bd794cde5bfe877c8926f", size = 128240842 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/32/676f0cfea4ff5bbc6dcfe00b5f385ba49d322dc8e9ff1ef864b570e27e9e/nvidia_cusolver_cu11-11.4.1.48-py3-none-manylinux2014_aarch64.whl", hash = "sha256:1a96acb05768610bc414dbef5b25ebd2d820fc8a1e8c72097f41f53d80934d61", size = 127903177 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/fe/866e87e6e6a1b0a5fcf8524a058042656702f2057e22bfdb8899a7c38e10/nvidia_cusolver_cu11-11.4.1.48-py3-none-manylinux2014_x86_64.whl", hash = "sha256:ea9fb1ad8c644ca9ed55af13cc39af3b7ba4c3eb5aef18471fe1fe77d94383cb", size = 128246438 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/94/4fd658d09776307b98411eca09dd77773d8c3bdc484b186a2084038b75e2/nvidia_cusolver_cu11-11.4.1.48-py3-none-win_amd64.whl", hash = "sha256:7efe43b113495a64e2cf9a0b4365bd53b0a82afb2e2cf91e9f993c9ef5e69ee8", size = 125732382 },
]
[[package]]
name = "nvidia-cusolver-cu12"
version = "11.4.5.107"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "nvidia-cublas-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cusparse-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/1d/8de1e5c67099015c834315e333911273a8c6aaba78923dd1d1e25fc5f217/nvidia_cusolver_cu12-11.4.5.107-py3-none-manylinux1_x86_64.whl", hash = "sha256:8a7ec542f0412294b15072fa7dab71d31334014a69f953004ea7a118206fe0dd", size = 124161928 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/80/8fca0bf819122a631c3976b6fc517c1b10741b643b94046bd8dd451522c5/nvidia_cusolver_cu12-11.4.5.107-py3-none-win_amd64.whl", hash = "sha256:74e0c3a24c78612192a74fcd90dd117f1cf21dea4822e66d89e8ea80e3cd2da5", size = 121643081 },
]
[[package]]
name = "nvidia-cusparse-cu11"
version = "11.7.5.86"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/e0/21b829c535d569831835a4ca5d049a19ba00d3e91f3e12ab4ad27bd7385f/nvidia_cusparse_cu11-11.7.5.86-py3-none-manylinux1_x86_64.whl", hash = "sha256:4ae709fe78d3f23f60acaba8c54b8ad556cf16ca486e0cc1aa92dca7555d2d2b", size = 204126221 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/6e/4eb2842e7ab1804072bca43030a8b92731e5a35f6a4a1b8f1aa8fa5f411c/nvidia_cusparse_cu11-11.7.5.86-py3-none-manylinux2014_aarch64.whl", hash = "sha256:6c7da46abee7567e619d4aa2e90a1b032cfcbd1211d429853b1a6e87514a14b2", size = 203917797 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/5c/b0333b07c51ced77397c2fb0d9826072cea0da9d421aa7e792aa0f8ecc72/nvidia_cusparse_cu11-11.7.5.86-py3-none-manylinux2014_x86_64.whl", hash = "sha256:8d7cf1628fd8d462b5d2ba6678fae34733a48ecb80495b9c68672ec6a6dde5ef", size = 204126227 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/36/a670e8ca1deccd3c63be4d0286491cf5c6375253f0d948e7cc5167fe1da9/nvidia_cusparse_cu11-11.7.5.86-py3-none-win_amd64.whl", hash = "sha256:a0f6ee81cd91be606fc2f55992d06b09cd4e86d74b6ae5e8dd1631cf7f5a8706", size = 203420667 },
]
[[package]]
name = "nvidia-cusparse-cu12"
version = "12.1.0.106"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "nvidia-nvjitlink-cu12", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/5b/cfaeebf25cd9fdec14338ccb16f6b2c4c7fa9163aefcf057d86b9cc248bb/nvidia_cusparse_cu12-12.1.0.106-py3-none-manylinux1_x86_64.whl", hash = "sha256:f3b50f42cf363f86ab21f720998517a659a48131e8d538dc02f8768237bd884c", size = 195958278 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/95/48fdbba24c93614d1ecd35bc6bdc6087bd17cbacc3abc4b05a9c2a1ca232/nvidia_cusparse_cu12-12.1.0.106-py3-none-win_amd64.whl", hash = "sha256:b798237e81b9719373e8fae8d4f091b70a0cf09d9d85c95a557e11df2d8e9a5a", size = 195414588 },
]
[[package]]
name = "nvidia-ml-py"
version = "12.570.86"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/6e/7b0c9b88c7d520fb8639024a1a3b6dd1db03bf2c17ae85040c8758d2eb6f/nvidia_ml_py-12.570.86.tar.gz", hash = "sha256:0508d4a0c7b6d015cf574530b95a62ed4fc89da3b8b47e1aefe6777db170ec8b", size = 43147 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/a8/ec37169be4e2b7063b9076ed3fe0661e87335fbca665eed3f48c415cb234/nvidia_ml_py-12.570.86-py3-none-any.whl", hash = "sha256:58907de35a845abd13dcb227f18298f3b5dd94a72d04c9e594e77711e95c0b51", size = 44442 },
]
[[package]]
name = "nvidia-nccl-cu11"
version = "2.21.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/9a/8b6a28b3b87d5fddab0e92cd835339eb8fbddaa71ae67518c8c1b3d05bae/nvidia_nccl_cu11-2.21.5-py3-none-manylinux2014_x86_64.whl", hash = "sha256:49d8350629c7888701d1fd200934942671cb5c728f49acc5a0b3a768820bed29", size = 147811630 },
]
[[package]]
name = "nvidia-nccl-cu12"
version = "2.21.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/99/12cd266d6233f47d00daf3a72739872bdc10267d0383508b0b9c84a18bb6/nvidia_nccl_cu12-2.21.5-py3-none-manylinux2014_x86_64.whl", hash = "sha256:8579076d30a8c24988834445f8d633c697d42397e92ffc3f63fa26766d25e0a0", size = 188654414 },
]
[[package]]
name = "nvidia-nvjitlink-cu12"
version = "12.4.127"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/45/239d52c05074898a80a900f49b1615d81c07fceadd5ad6c4f86a987c0bc4/nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_aarch64.whl", hash = "sha256:4abe7fef64914ccfa909bc2ba39739670ecc9e820c83ccc7a6ed414122599b83", size = 20552510 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/ff/847841bacfbefc97a00036e0fce5a0f086b640756dc38caea5e1bb002655/nvidia_nvjitlink_cu12-12.4.127-py3-none-manylinux2014_x86_64.whl", hash = "sha256:06b3b9b25bf3f8af351d664978ca26a16d2c5127dbd53c0497e28d1fb9611d57", size = 21066810 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/19/0babc919031bee42620257b9a911c528f05fb2688520dcd9ca59159ffea8/nvidia_nvjitlink_cu12-12.4.127-py3-none-win_amd64.whl", hash = "sha256:fd9020c501d27d135f983c6d3e244b197a7ccad769e34df53a42e276b0e25fa1", size = 95336325 },
]
[[package]]
name = "nvidia-nvtx-cu11"
version = "11.8.86"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/a2/23214c23118784dc2189ac2d2e48190df3e4206e2f73eb17d47140797a2b/nvidia_nvtx_cu11-11.8.86-py3-none-manylinux1_x86_64.whl", hash = "sha256:890656d8bd9b4e280231c832e1f0d03459200ba4824ddda3dcb59b1e1989b9f5", size = 99125 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/b9/385e4323646d21f9aedb9e953e5c778311cd8df32eb2237f1ce242c58572/nvidia_nvtx_cu11-11.8.86-py3-none-manylinux2014_aarch64.whl", hash = "sha256:5e84b97062eb102b45a8a9172a06cfe28b239b1635075a13d6474e91295e0468", size = 100401 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/ad/973a187b137a3d45dc3faac421ef1275fb41fc169fd3889e2d5ceb0daa54/nvidia_nvtx_cu11-11.8.86-py3-none-manylinux2014_x86_64.whl", hash = "sha256:979f5b2aef5da164c5c53c64c85c3dfa61b8b4704f4f963bb568bf98fa8472e8", size = 99130 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/3f/0e1dd2bc4d89f838b86c76956ffa514307d3be4d8b5ee0da4e9d12a8b54b/nvidia_nvtx_cu11-11.8.86-py3-none-win_amd64.whl", hash = "sha256:54031010ee38d774b2991004d88f90bbd7bbc1458a96bbc4b42662756508c252", size = 66297 },
]
[[package]]
name = "nvidia-nvtx-cu12"
version = "12.1.105"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/d3/8057f0587683ed2fcd4dbfbdfdfa807b9160b809976099d36b8f60d08f03/nvidia_nvtx_cu12-12.1.105-py3-none-manylinux1_x86_64.whl", hash = "sha256:dc21cf308ca5691e7c04d962e213f8a4aa9bbfa23d95412f452254c2caeb09e5", size = 99138 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/d7/bd7cb2d95ac6ac6e8d05bfa96cdce69619f1ef2808e072919044c2d47a8c/nvidia_nvtx_cu12-12.1.105-py3-none-win_amd64.whl", hash = "sha256:65f4d98982b31b60026e0e6de73fbdfc09d08a96f4656dd3665ca616a11e1e82", size = 66307 },
]
[[package]]
name = "oauthlib"
version = "3.2.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/fa/fbf4001037904031639e6bfbfc02badfc7e12f137a8afa254df6c4c8a670/oauthlib-3.2.2.tar.gz", hash = "sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918", size = 177352 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/80/cab10959dc1faead58dc8384a781dfbf93cb4d33d50988f7a69f1b7c9bbe/oauthlib-3.2.2-py3-none-any.whl", hash = "sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca", size = 151688 },
]
[[package]]
name = "ollama"
version = "0.4.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "httpx" },
{ name = "pydantic" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/d6/2bd7cffbabc81282576051ebf66ebfaa97e6b541975cd4e886bfd6c0f83d/ollama-0.4.6.tar.gz", hash = "sha256:b00717651c829f96094ed4231b9f0d87e33cc92dc235aca50aeb5a2a4e6e95b7", size = 12710 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/60/ac0e47c4c400fbd1a72a3c6e4a76cf5ef859d60677e7c4b9f0203c5657d3/ollama-0.4.6-py3-none-any.whl", hash = "sha256:cbb4ebe009e10dd12bdd82508ab415fd131945e185753d728a7747c9ebe762e9", size = 13086 },
]
[[package]]
name = "onnxruntime"
version = "1.16.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "coloredlogs" },
{ name = "flatbuffers" },
{ name = "numpy" },
{ name = "packaging" },
{ name = "protobuf" },
{ name = "sympy" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/58/9f8ddb49dbce01ed390f50296f9ef5905a3147ca0d3f42a8fb27dbaba45f/onnxruntime-1.16.3-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:3bc41f323ac77acfed190be8ffdc47a6a75e4beeb3473fbf55eeb075ccca8df2", size = 7088377 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/ae/8a325b5c6768d8dd2243bf92aeef52c1dff51a378396dec20d4e2d742c4a/onnxruntime-1.16.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:212741b519ee61a4822c79c47147d63a8b0ffde25cd33988d3d7be9fbd51005d", size = 6236892 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/95/738c4d7716186feaed6e5ce748132f73b850956fcfaf4996aed7c8601710/onnxruntime-1.16.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5f91f5497fe3df4ceee2f9e66c6148d9bfeb320cd6a71df361c66c5b8bac985a", size = 5750013 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/cf/6aa8c56fd63f53c2c485921e411269c7b501a2b4e634bd02f226ab2d5d8e/onnxruntime-1.16.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ef2b1fc269cabd27f129fb9058917d6fdc89b188c49ed8700f300b945c81f889", size = 6411215 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/be/dfedb0aabc8b6d2c7d3ed6d8f0aa884852ff24121b6b8ba42b8d6c2833c9/onnxruntime-1.16.3-cp310-cp310-win32.whl", hash = "sha256:f36b56a593b49a3c430be008c2aea6658d91a3030115729609ec1d5ffbaab1b6", size = 6473818 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/6c/42aa73f0a2a4826dec84904ba71463a56824d185de9ad887a1df006b5b1e/onnxruntime-1.16.3-cp310-cp310-win_amd64.whl", hash = "sha256:3c467eaa3d2429c026b10c3d17b78b7f311f718ef9d2a0d6938e5c3c2611b0cf", size = 7359485 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/f6/d0000c17134d7078e32d91c721c4ebad157c2e129ceab592d2444f5d38b1/onnxruntime-1.16.3-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:a225bb683991001d111f75323d355b3590e75e16b5e0f07a0401e741a0143ea1", size = 7088190 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/28/1e1c9c3d16b1151ee00ffaee9834b0093f9c4eeb665641efead18643bb20/onnxruntime-1.16.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9aded21fe3d898edd86be8aa2eb995aa375e800ad3dfe4be9f618a20b8ee3630", size = 6236763 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/f9/738a604586f3221ad92587d5a413e52ce38de6df305842af33a1aadf520f/onnxruntime-1.16.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00cccc37a5195c8fca5011b9690b349db435986bd508eb44c9fce432da9228a4", size = 5751365 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/12/ddbf34a866fd0022883bc14cbec3aa2429d54783fa0c90f1fcbc14206249/onnxruntime-1.16.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e253e572021563226a86f1c024f8f70cdae28f2fb1cc8c3a9221e8b1ce37db5", size = 6412538 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/e3/38d958774cd67d30db5b5cde300929727e068ede2e4ac37baa3fa4a38ad5/onnxruntime-1.16.3-cp311-cp311-win32.whl", hash = "sha256:a82a8f0b4c978d08f9f5c7a6019ae51151bced9fd91e5aaa0c20a9e4ac7a60b6", size = 6472567 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/bd/a00f271510098ee62c097ecec663484ff12de632bea1bcaa02ea3679cd03/onnxruntime-1.16.3-cp311-cp311-win_amd64.whl", hash = "sha256:78d81d9af457a1dc90db9a7da0d09f3ccb1288ea1236c6ab19f0ca61f3eee2d3", size = 7359879 },
]
[[package]]
name = "openai"
version = "1.59.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "anyio" },
{ name = "distro" },
{ name = "httpx" },
{ name = "jiter" },
{ name = "pydantic" },
{ name = "sniffio" },
{ name = "tqdm" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/7a/07fbe7bdabffd0a5be1bfe5903a02c4fff232e9acbae894014752a8e4def/openai-1.59.6.tar.gz", hash = "sha256:c7670727c2f1e4473f62fea6fa51475c8bc098c9ffb47bfb9eef5be23c747934", size = 344915 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/45/6de8e5fd670c804b29c777e4716f1916741c71604d5c7d952eee8432f7d3/openai-1.59.6-py3-none-any.whl", hash = "sha256:b28ed44eee3d5ebe1a3ea045ee1b4b50fea36ecd50741aaa5ce5a5559c900cb6", size = 454817 },
]
[[package]]
name = "opencensus"
version = "0.11.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "google-api-core", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "opencensus-context", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "six", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/a7/a46dcffa1b63084f9f17fe3c8cb20724c4c8f91009fd0b2cfdb27d5d2b35/opencensus-0.11.4.tar.gz", hash = "sha256:cbef87d8b8773064ab60e5c2a1ced58bbaa38a6d052c41aec224958ce544eff2", size = 64966 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/ed/9fbdeb23a09e430d87b7d72d430484b88184633dc50f6bfb792354b6f661/opencensus-0.11.4-py2.py3-none-any.whl", hash = "sha256:a18487ce68bc19900336e0ff4655c5a116daf10c1b3685ece8d971bddad6a864", size = 128225 },
]
[[package]]
name = "opencensus-context"
version = "0.1.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/96/3b6f638f6275a8abbd45e582448723bffa29c1fb426721dedb5c72f7d056/opencensus-context-0.1.3.tar.gz", hash = "sha256:a03108c3c10d8c80bb5ddf5c8a1f033161fa61972a9917f9b9b3a18517f0088c", size = 4066 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/68/162c97ea78c957d68ecf78a5c5041d2e25bd5562bdf5d89a6cbf7f8429bf/opencensus_context-0.1.3-py2.py3-none-any.whl", hash = "sha256:073bb0590007af276853009fac7e4bab1d523c3f03baf4cb4511ca38967c6039", size = 5060 },
]
[[package]]
name = "opencv-python-headless"
version = "4.11.0.86"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/2f/5b2b3ba52c864848885ba988f24b7f105052f68da9ab0e693cc7c25b0b30/opencv-python-headless-4.11.0.86.tar.gz", hash = "sha256:996eb282ca4b43ec6a3972414de0e2331f5d9cda2b41091a49739c19fb843798", size = 95177929 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/53/2c50afa0b1e05ecdb4603818e85f7d174e683d874ef63a6abe3ac92220c8/opencv_python_headless-4.11.0.86-cp37-abi3-macosx_13_0_arm64.whl", hash = "sha256:48128188ade4a7e517237c8e1e11a9cdf5c282761473383e77beb875bb1e61ca", size = 37326460 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/43/68555327df94bb9b59a1fd645f63fafb0762515344d2046698762fc19d58/opencv_python_headless-4.11.0.86-cp37-abi3-macosx_13_0_x86_64.whl", hash = "sha256:a66c1b286a9de872c343ee7c3553b084244299714ebb50fbdcd76f07ebbe6c81", size = 56723330 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/be/1438ce43ebe65317344a87e4b150865c5585f4c0db880a34cdae5ac46881/opencv_python_headless-4.11.0.86-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6efabcaa9df731f29e5ea9051776715b1bdd1845d7c9530065c7951d2a2899eb", size = 29487060 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/5c/c139a7876099916879609372bfa513b7f1257f7f1a908b0bdc1c2328241b/opencv_python_headless-4.11.0.86-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0e0a27c19dd1f40ddff94976cfe43066fbbe9dfbb2ec1907d66c19caef42a57b", size = 49969856 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/dd/ed1191c9dc91abcc9f752b499b7928aacabf10567bb2c2535944d848af18/opencv_python_headless-4.11.0.86-cp37-abi3-win32.whl", hash = "sha256:f447d8acbb0b6f2808da71fddd29c1cdd448d2bc98f72d9bb78a7a898fc9621b", size = 29324425 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/8a/69176a64335aed183529207ba8bc3d329c2999d852b4f3818027203f50e6/opencv_python_headless-4.11.0.86-cp37-abi3-win_amd64.whl", hash = "sha256:6c304df9caa7a6a5710b91709dd4786bf20a74d57672b3c31f7033cc638174ca", size = 39402386 },
]
[[package]]
name = "openpyxl"
version = "3.1.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "et-xmlfile" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/e8/af028681d493814ca9c2ff8106fc62a4a32e4e0ae14602c2a98fc7b741c8/openpyxl-3.1.2.tar.gz", hash = "sha256:a6f5977418eff3b2d5500d54d9db50c8277a368436f4e4f8ddb1be3422870184", size = 185977 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/94/a59521de836ef0da54aaf50da6c4da8fb4072fb3053fa71f052fd9399e7a/openpyxl-3.1.2-py2.py3-none-any.whl", hash = "sha256:f91456ead12ab3c6c2e9491cf33ba6d08357d802192379bb482f1033ade496f5", size = 249985 },
]
[[package]]
name = "opentelemetry-api"
version = "1.29.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "deprecated" },
{ name = "importlib-metadata" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/8e/b886a5e9861afa188d1fe671fb96ff9a1d90a23d57799331e137cc95d573/opentelemetry_api-1.29.0.tar.gz", hash = "sha256:d04a6cf78aad09614f52964ecb38021e248f5714dc32c2e0d8fd99517b4d69cf", size = 62900 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/53/5249ea860d417a26a3a6f1bdedfc0748c4f081a3adaec3d398bc0f7c6a71/opentelemetry_api-1.29.0-py3-none-any.whl", hash = "sha256:5fcd94c4141cc49c736271f3e1efb777bebe9cc535759c54c936cca4f1b312b8", size = 64304 },
]
[[package]]
name = "opentelemetry-exporter-otlp"
version = "1.29.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "opentelemetry-exporter-otlp-proto-grpc" },
{ name = "opentelemetry-exporter-otlp-proto-http" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/23/824e71822969cd3018897f5b0246baf8305bf7635f20df1ce5dfc423c32d/opentelemetry_exporter_otlp-1.29.0.tar.gz", hash = "sha256:ee7dfcccbb5e87ad9b389908452e10b7beeab55f70a83f41ce5b8c4efbde6544", size = 6159 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/54/2a84533f39bb240958d691bb3ddf1c3fb6a92356654fb2e02a210f65ce6b/opentelemetry_exporter_otlp-1.29.0-py3-none-any.whl", hash = "sha256:b8da6e20f5b0ffe604154b1e16a407eade17ce310c42fb85bb4e1246fc3688ad", size = 7011 },
]
[[package]]
name = "opentelemetry-exporter-otlp-proto-common"
version = "1.29.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "opentelemetry-proto" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/58/f7fd7eaf592b2521999a4271ab3ce1c82fe37fe9b0dc25c348398d95d66a/opentelemetry_exporter_otlp_proto_common-1.29.0.tar.gz", hash = "sha256:e7c39b5dbd1b78fe199e40ddfe477e6983cb61aa74ba836df09c3869a3e3e163", size = 19133 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/75/7609bda3d72bf307839570b226180513e854c01443ebe265ed732a4980fc/opentelemetry_exporter_otlp_proto_common-1.29.0-py3-none-any.whl", hash = "sha256:a9d7376c06b4da9cf350677bcddb9618ed4b8255c3f6476975f5e38274ecd3aa", size = 18459 },
]
[[package]]
name = "opentelemetry-exporter-otlp-proto-grpc"
version = "1.29.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "deprecated" },
{ name = "googleapis-common-protos" },
{ name = "grpcio" },
{ name = "opentelemetry-api" },
{ name = "opentelemetry-exporter-otlp-proto-common" },
{ name = "opentelemetry-proto" },
{ name = "opentelemetry-sdk" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/aa/b3f2190613141f35fe15145bf438334fdd1eac8aeeee4f7ecbc887999443/opentelemetry_exporter_otlp_proto_grpc-1.29.0.tar.gz", hash = "sha256:3d324d07d64574d72ed178698de3d717f62a059a93b6b7685ee3e303384e73ea", size = 26224 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/de/4b4127a25d1594851d99032f3a9acb09cb512d11edec713410fb906607f4/opentelemetry_exporter_otlp_proto_grpc-1.29.0-py3-none-any.whl", hash = "sha256:5a2a3a741a2543ed162676cf3eefc2b4150e6f4f0a193187afb0d0e65039c69c", size = 18520 },
]
[[package]]
name = "opentelemetry-exporter-otlp-proto-http"
version = "1.29.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "deprecated" },
{ name = "googleapis-common-protos" },
{ name = "opentelemetry-api" },
{ name = "opentelemetry-exporter-otlp-proto-common" },
{ name = "opentelemetry-proto" },
{ name = "opentelemetry-sdk" },
{ name = "requests" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/88/e70a2e9fbb1bddb1ab7b6d74fb02c68601bff5948292ce33464c84ee082e/opentelemetry_exporter_otlp_proto_http-1.29.0.tar.gz", hash = "sha256:b10d174e3189716f49d386d66361fbcf6f2b9ad81e05404acdee3f65c8214204", size = 15041 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/49/a1c3d24e8fe73b5f422e21b46c24aed3db7fd9427371c06442e7bdfe4d3b/opentelemetry_exporter_otlp_proto_http-1.29.0-py3-none-any.whl", hash = "sha256:b228bdc0f0cfab82eeea834a7f0ffdd2a258b26aa33d89fb426c29e8e934d9d0", size = 17217 },
]
[[package]]
name = "opentelemetry-instrumentation"
version = "0.50b0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "opentelemetry-api" },
{ name = "opentelemetry-semantic-conventions" },
{ name = "packaging" },
{ name = "wrapt" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/2e/2e59a7cb636dc394bd7cf1758ada5e8ed87590458ca6bb2f9c26e0243847/opentelemetry_instrumentation-0.50b0.tar.gz", hash = "sha256:7d98af72de8dec5323e5202e46122e5f908592b22c6d24733aad619f07d82979", size = 26539 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/b1/55a77152a83ec8998e520a3a575f44af1020cfe4bdc000b7538583293b85/opentelemetry_instrumentation-0.50b0-py3-none-any.whl", hash = "sha256:b8f9fc8812de36e1c6dffa5bfc6224df258841fb387b6dfe5df15099daa10630", size = 30728 },
]
[[package]]
name = "opentelemetry-instrumentation-asgi"
version = "0.50b0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "asgiref" },
{ name = "opentelemetry-api" },
{ name = "opentelemetry-instrumentation" },
{ name = "opentelemetry-semantic-conventions" },
{ name = "opentelemetry-util-http" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/cc/a7b2fd243c6d2621803092eba62e450071b6752dfe4f64f530bbfd91a328/opentelemetry_instrumentation_asgi-0.50b0.tar.gz", hash = "sha256:3ca4cb5616ae6a3e8ce86e7d5c360a8d8cc8ed722cf3dc8a5e44300774e87d49", size = 24105 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/81/0899c6b56b1023835f266d909250d439174afa0c34ed5944c5021d3da263/opentelemetry_instrumentation_asgi-0.50b0-py3-none-any.whl", hash = "sha256:2ba1297f746e55dec5a17fe825689da0613662fb25c004c3965a6c54b1d5be22", size = 16304 },
]
[[package]]
name = "opentelemetry-instrumentation-fastapi"
version = "0.50b0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "opentelemetry-api" },
{ name = "opentelemetry-instrumentation" },
{ name = "opentelemetry-instrumentation-asgi" },
{ name = "opentelemetry-semantic-conventions" },
{ name = "opentelemetry-util-http" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/f8/1917b0b3e414e23c7d71c9a33f0ce020f94bc47d22a30f54ace704e07588/opentelemetry_instrumentation_fastapi-0.50b0.tar.gz", hash = "sha256:16b9181682136da210295def2bb304a32fb9bdee9a935cdc9da43567f7c1149e", size = 19214 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/d6/37784bb30b213e2dd6838b9f96c2940907022c1b75ef1ff18a99afe42433/opentelemetry_instrumentation_fastapi-0.50b0-py3-none-any.whl", hash = "sha256:8f03b738495e4705fbae51a2826389c7369629dace89d0f291c06ffefdff5e52", size = 12079 },
]
[[package]]
name = "opentelemetry-proto"
version = "1.29.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "protobuf" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/52/fd3b3d79e1b00ad2dcac92db6885e49bedbf7a6828647954e4952d653132/opentelemetry_proto-1.29.0.tar.gz", hash = "sha256:3c136aa293782e9b44978c738fff72877a4b78b5d21a64e879898db7b2d93e5d", size = 34320 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/66/a500e38ee322d89fce61c74bd7769c8ef3bebc6c2f43fda5f3fc3441286d/opentelemetry_proto-1.29.0-py3-none-any.whl", hash = "sha256:495069c6f5495cbf732501cdcd3b7f60fda2b9d3d4255706ca99b7ca8dec53ff", size = 55818 },
]
[[package]]
name = "opentelemetry-sdk"
version = "1.29.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "opentelemetry-api" },
{ name = "opentelemetry-semantic-conventions" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/5a/1ed4c3cf6c09f80565fc085f7e8efa0c222712fd2a9412d07424705dcf72/opentelemetry_sdk-1.29.0.tar.gz", hash = "sha256:b0787ce6aade6ab84315302e72bd7a7f2f014b0fb1b7c3295b88afe014ed0643", size = 157229 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/1d/512b86af21795fb463726665e2f61db77d384e8779fdcf4cb0ceec47866d/opentelemetry_sdk-1.29.0-py3-none-any.whl", hash = "sha256:173be3b5d3f8f7d671f20ea37056710217959e774e2749d984355d1f9391a30a", size = 118078 },
]
[[package]]
name = "opentelemetry-semantic-conventions"
version = "0.50b0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "deprecated" },
{ name = "opentelemetry-api" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/4e/d7c7c91ff47cd96fe4095dd7231701aec7347426fd66872ff320d6cd1fcc/opentelemetry_semantic_conventions-0.50b0.tar.gz", hash = "sha256:02dc6dbcb62f082de9b877ff19a3f1ffaa3c306300fa53bfac761c4567c83d38", size = 100459 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/fb/dc15fad105450a015e913cfa4f5c27b6a5f1bea8fb649f8cae11e699c8af/opentelemetry_semantic_conventions-0.50b0-py3-none-any.whl", hash = "sha256:e87efba8fdb67fb38113efea6a349531e75ed7ffc01562f65b802fcecb5e115e", size = 166602 },
]
[[package]]
name = "opentelemetry-util-http"
version = "0.50b0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/10/ce3f0d1157cedbd819194f0b27a6bbb7c19a8bceb3941e4a4775014076cf/opentelemetry_util_http-0.50b0.tar.gz", hash = "sha256:dc4606027e1bc02aabb9533cc330dd43f874fca492e4175c31d7154f341754af", size = 7859 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/8a/9e1b54f50d1fddebbeac9a9b0632f8db6ece7add904fb593ee2e268ee4de/opentelemetry_util_http-0.50b0-py3-none-any.whl", hash = "sha256:21f8aedac861ffa3b850f8c0a6c373026189eb8630ac6e14a2bf8c55695cc090", size = 6942 },
]
[[package]]
name = "optimum"
version = "1.24.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "huggingface-hub" },
{ name = "numpy" },
{ name = "packaging" },
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.0", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/8e/a607bf6aa0ebadc679bb585f08232f7e6b61d72a45cef539575c45fc1c19/optimum-1.24.0.tar.gz", hash = "sha256:b502a2afbf78bb73370ebb1eff07b93108a1b386116e87eb17e882d210150551", size = 349653 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/c8/40313826d7cfdd91a653e4aa650ebf9c69e8af7da76c3446448277b8adf2/optimum-1.24.0-py3-none-any.whl", hash = "sha256:196776949183cd3a56a15097a02be41e6f37aa92d824bd053de89c39ee6b0087", size = 433613 },
]
[[package]]
name = "orjson"
version = "3.10.14"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/f7/3219b56f47b4f5e864fb11cdf4ac0aaa3de608730ad2dc4c6e16382f35ec/orjson-3.10.14.tar.gz", hash = "sha256:cf31f6f071a6b8e7aa1ead1fa27b935b48d00fbfa6a28ce856cfff2d5dd68eed", size = 5282116 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/62/64348b8b29a14c7342f6aa45c8be0a87fdda2ce7716bc123717376537077/orjson-3.10.14-cp310-cp310-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:849ea7845a55f09965826e816cdc7689d6cf74fe9223d79d758c714af955bcb6", size = 249439 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/51/48f4dfbca7b4db630316b170db4a150a33cd405650258bd62a2d619b43b4/orjson-3.10.14-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5947b139dfa33f72eecc63f17e45230a97e741942955a6c9e650069305eb73d", size = 135811 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/1c/e18770843e6d045605c8e00a1be801da5668fa934b323b0492a49c9dee4f/orjson-3.10.14-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:cde6d76910d3179dae70f164466692f4ea36da124d6fb1a61399ca589e81d69a", size = 150154 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/1e/3817dc79164f1fc17fc53102f74f62d31f5f4ec042abdd24d94c5e06e51c/orjson-3.10.14-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c6dfbaeb7afa77ca608a50e2770a0461177b63a99520d4928e27591b142c74b1", size = 139740 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/fc/fbf9e25448f7a2d67c1a2b6dad78a9340666bf9fda3339ff59b1e93f0b6f/orjson-3.10.14-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:fa45e489ef80f28ff0e5ba0a72812b8cfc7c1ef8b46a694723807d1b07c89ebb", size = 154479 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/df/c8b7ea21ff658f6a9a26d562055631c01d445bda5eb613c02c7d0934607d/orjson-3.10.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f5007abfdbb1d866e2aa8990bd1c465f0f6da71d19e695fc278282be12cffa5", size = 130414 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/f7/e29c2d42bef8fbf696a5e54e6339b0b9ea5179326950fee6ae80acf59d09/orjson-3.10.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1b49e2af011c84c3f2d541bb5cd1e3c7c2df672223e7e3ea608f09cf295e5f8a", size = 138545 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/97/afdf2908fe8eaeecb29e97fa82dc934f275acf330e5271def0b8fbac5478/orjson-3.10.14-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:164ac155109226b3a2606ee6dda899ccfbe6e7e18b5bdc3fbc00f79cc074157d", size = 130952 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/dd/04e01c1305694f47e9794c60ec7cece02e55fa9d57c5d72081eaaa62ad1d/orjson-3.10.14-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:6b1225024cf0ef5d15934b5ffe9baf860fe8bc68a796513f5ea4f5056de30bca", size = 414673 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/12/28c4d5f6a395ac9693b250f0662366968c47fc99c8f3cd803a65b1f5ba46/orjson-3.10.14-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:d6546e8073dc382e60fcae4a001a5a1bc46da5eab4a4878acc2d12072d6166d5", size = 141002 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/f6/357cb167c2d2fd9542251cfd9f68681b67ed4dcdac82aa6ee2f4f3ab952e/orjson-3.10.14-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:9f1d2942605c894162252d6259b0121bf1cb493071a1ea8cb35d79cb3e6ac5bc", size = 129626 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/07/d9062353500df9db8bfa7c6a5982687c97d0b69a5b158c4166d407ac94e2/orjson-3.10.14-cp310-cp310-win32.whl", hash = "sha256:397083806abd51cf2b3bbbf6c347575374d160331a2d33c5823e22249ad3118b", size = 142429 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/ba/6ba2bf69ac0526d143aebe78bc39e6e5fbb51d5336fbc5efb9aab6687cd9/orjson-3.10.14-cp310-cp310-win_amd64.whl", hash = "sha256:fa18f949d3183a8d468367056be989666ac2bef3a72eece0bade9cdb733b3c28", size = 133512 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/18/26721760368e12b691fb6811692ed21ae5275ea918db409ba26866cacbe8/orjson-3.10.14-cp311-cp311-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:f506fd666dd1ecd15a832bebc66c4df45c1902fd47526292836c339f7ba665a9", size = 249437 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/5b/2adfe7cc301edeb3bffc1942956659c19ec00d51a21c53c17c0767bebf47/orjson-3.10.14-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:efe5fd254cfb0eeee13b8ef7ecb20f5d5a56ddda8a587f3852ab2cedfefdb5f6", size = 135812 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/68/07df7787fd9ff6dba815b2d793eec5e039d288fdf150431ed48a660bfcbb/orjson-3.10.14-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4ddc8c866d7467f5ee2991397d2ea94bcf60d0048bdd8ca555740b56f9042725", size = 150153 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/71/f68562734461b801b53bacd5365e079dcb3c78656a662f0639494880e522/orjson-3.10.14-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3af8e42ae4363773658b8d578d56dedffb4f05ceeb4d1d4dd3fb504950b45526", size = 139742 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/03/1355fb27652582f00d3c62e93a32b982fa42bc31d2e07f0a317867069096/orjson-3.10.14-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:84dd83110503bc10e94322bf3ffab8bc49150176b49b4984dc1cce4c0a993bf9", size = 154479 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/47/1c2a840f27715e8bc2bbafffc851512ede6e53483593eded190919bdcaf4/orjson-3.10.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:36f5bfc0399cd4811bf10ec7a759c7ab0cd18080956af8ee138097d5b5296a95", size = 130413 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/b2/5bb51006cbae85b052d1bbee7ff43ae26fa155bb3d31a71b0c07d384d5e3/orjson-3.10.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:868943660fb2a1e6b6b965b74430c16a79320b665b28dd4511d15ad5038d37d5", size = 138545 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/30/7841a5dd46bb46b8e868791d5469c9d4788d3e26b7e69d40256647997baf/orjson-3.10.14-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:33449c67195969b1a677533dee9d76e006001213a24501333624623e13c7cc8e", size = 130953 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/49/720e7c2040c0f1df630a36d83d449bd7e4d4471071d5ece47a4f7211d570/orjson-3.10.14-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:e4c9f60f9fb0b5be66e416dcd8c9d94c3eabff3801d875bdb1f8ffc12cf86905", size = 414675 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/b0/ca7619f34280e7dcbd50dbc9c5fe5200c12cd7269b8858652beb3887483f/orjson-3.10.14-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:0de4d6315cfdbd9ec803b945c23b3a68207fd47cbe43626036d97e8e9561a436", size = 141004 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/1b/7548e3a711543f438e87a4349e00439ab7f37807942e5659f29363f35765/orjson-3.10.14-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:83adda3db595cb1a7e2237029b3249c85afbe5c747d26b41b802e7482cb3933e", size = 129629 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/1e/4930a6ff46debd6be1ff18e869b7bc43a7ad762c865610b7e745038d6f68/orjson-3.10.14-cp311-cp311-win32.whl", hash = "sha256:998019ef74a4997a9d741b1473533cdb8faa31373afc9849b35129b4b8ec048d", size = 142430 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/e0/6cc1cd1dfde36555e81ac869f7847e86bb11c27f97b72fde2f1509b12163/orjson-3.10.14-cp311-cp311-win_amd64.whl", hash = "sha256:9d034abdd36f0f0f2240f91492684e5043d46f290525d1117712d5b8137784eb", size = 133516 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/dc/dc5a882be016ee8688bd867ad3b4e3b2ab039d91383099702301a1adb6ac/orjson-3.10.14-cp312-cp312-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:2ad4b7e367efba6dc3f119c9a0fcd41908b7ec0399a696f3cdea7ec477441b09", size = 249396 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/95/4c23ff5c0505cd687928608e0b7910ccb44ce59490079e1c17b7610aa0d0/orjson-3.10.14-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f496286fc85e93ce0f71cc84fc1c42de2decf1bf494094e188e27a53694777a7", size = 135689 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/39/b4bdd19604dce9d6509c4d86e8e251a1373a24204b4c4169866dcecbe5f5/orjson-3.10.14-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c7f189bbfcded40e41a6969c1068ba305850ba016665be71a217918931416fbf", size = 150136 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/92/7b9bad96353abd3e89947960252dcf1022ce2df7f29056e434de05e18b6d/orjson-3.10.14-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8cc8204f0b75606869c707da331058ddf085de29558b516fc43c73ee5ee2aadb", size = 139766 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/bd/abb13c86540b7a91b40d7d9f8549d03a026bc22d78fa93f71d68b8f4c36e/orjson-3.10.14-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:deaa2899dff7f03ab667e2ec25842d233e2a6a9e333efa484dfe666403f3501c", size = 154533 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/02/0bcb91ec9c7143012359983aca44f567f87df379957cd4af11336217b12f/orjson-3.10.14-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f1c3ea52642c9714dc6e56de8a451a066f6d2707d273e07fe8a9cc1ba073813d", size = 130658 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/1e/b304596bb1f800d47d6e92305bd09f0eef693ed4f7b2095db63f9808b229/orjson-3.10.14-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:9d3f9ed72e7458ded9a1fb1b4d4ed4c4fdbaf82030ce3f9274b4dc1bff7ace2b", size = 138546 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/c7/65d72b22080186ef618a46afeb9386e20056f3237664090f3a2f8da1cd6d/orjson-3.10.14-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:07520685d408a2aba514c17ccc16199ff2934f9f9e28501e676c557f454a37fe", size = 130774 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/85/1ab35a832f32b37ccd673721e845cf302f23453603112255af611c91d1d1/orjson-3.10.14-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:76344269b550ea01488d19a2a369ab572c1ac4449a72e9f6ac0d70eb1cbfb953", size = 414649 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/7d/1d6575f779bab8fe698fa6d52e8aa3aa0a9fca4885d0bf6197700455713a/orjson-3.10.14-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:e2979d0f2959990620f7e62da6cd954e4620ee815539bc57a8ae46e2dacf90e3", size = 141060 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/26/68513e28b3bd1d7633318ed2818e86d1bfc8b782c87c520c7b363092837f/orjson-3.10.14-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:03f61ca3674555adcb1aa717b9fc87ae936aa7a63f6aba90a474a88701278780", size = 129798 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/ca/020fb99c98ff7267ba18ce798ff0c8c3aa97cd949b611fc76cad3c87e534/orjson-3.10.14-cp312-cp312-win32.whl", hash = "sha256:d5075c54edf1d6ad81d4c6523ce54a748ba1208b542e54b97d8a882ecd810fd1", size = 142524 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/7f/f2d346819a273653825e7c92dc26418c8da506003c9fc1dfe8157e733b2e/orjson-3.10.14-cp312-cp312-win_amd64.whl", hash = "sha256:175cafd322e458603e8ce73510a068d16b6e6f389c13f69bf16de0e843d7d406", size = 133663 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/bb/f1b037d89f580c79eda0940772384cc226a697be1cb4eb94ae4e792aa34c/orjson-3.10.14-cp313-cp313-macosx_10_15_x86_64.macosx_11_0_arm64.macosx_10_15_universal2.whl", hash = "sha256:0905ca08a10f7e0e0c97d11359609300eb1437490a7f32bbaa349de757e2e0c7", size = 249333 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/72/12958a073cace3f8acef0f9a30739d95f46bbb1544126fecad11527d4508/orjson-3.10.14-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:92d13292249f9f2a3e418cbc307a9fbbef043c65f4bd8ba1eb620bc2aaba3d15", size = 125038 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/ae/461f78b1c98de1bc034af88bc21c6a792cc63373261fbc10a6ee560814fa/orjson-3.10.14-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90937664e776ad316d64251e2fa2ad69265e4443067668e4727074fe39676414", size = 130604 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/d2/17f50513f56bff7898840fddf7fb88f501305b9b2605d2793ff224789665/orjson-3.10.14-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:9ed3d26c4cb4f6babaf791aa46a029265850e80ec2a566581f5c2ee1a14df4f1", size = 130756 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/bc/673856e4af94c9890dfd8e2054c05dc2ddc16d1728c2aa0c5bd198943105/orjson-3.10.14-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:56ee546c2bbe9599aba78169f99d1dc33301853e897dbaf642d654248280dc6e", size = 414613 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/01/08c5b69b0756dd1790fcffa569d6a28dedcd7b97f825e4b46537b788908c/orjson-3.10.14-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:901e826cb2f1bdc1fcef3ef59adf0c451e8f7c0b5deb26c1a933fb66fb505eae", size = 141010 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/98/72883bb6cf88fd364996e62d2026622ca79bfb8dbaf96ccdd2018ada25b1/orjson-3.10.14-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:26336c0d4b2d44636e1e1e6ed1002f03c6aae4a8a9329561c8883f135e9ff010", size = 129732 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/99/347418f7ef56dcb478ba131a6112b8ddd5b747942652b6e77a53155a7e21/orjson-3.10.14-cp313-cp313-win32.whl", hash = "sha256:e2bc525e335a8545c4e48f84dd0328bc46158c9aaeb8a1c2276546e94540ea3d", size = 142504 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/ac/5e96cad01083015f7bfdb02ccafa489da8e6caa7f4c519e215f04d2bd856/orjson-3.10.14-cp313-cp313-win_amd64.whl", hash = "sha256:eca04dfd792cedad53dc9a917da1a522486255360cb4e77619343a20d9f35364", size = 133388 },
]
[[package]]
name = "outlines"
version = "0.1.11"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "airportsdata", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "cloudpickle", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "diskcache", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "interegular", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jinja2", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jsonschema", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "lark", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nest-asyncio", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "numpy", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "outlines-core", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pycountry", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pydantic", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "referencing", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "requests", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tqdm", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/d0/d59ae830bf7026425942899e3d48e77b58a713cff946a695e5405808da1b/outlines-0.1.11.tar.gz", hash = "sha256:0997bd9da1cc050e430bd08995dc7d4bd855918bafa4531e49d3f37110a23aba", size = 2488858 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/b4/99ea4a122bef60e3fd6402d19665aff1f928e0daf8fac3044d0b73f72003/outlines-0.1.11-py3-none-any.whl", hash = "sha256:f5a5f2242ed9802d3aab7a92789bf4008d734c576be9258cc0a297f690124727", size = 87623 },
]
[[package]]
name = "outlines-core"
version = "0.1.26"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "interegular", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jsonschema", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/f3/274d07f4702728b43581235a77e545ec602b25f9b0098b288a0f3052521d/outlines_core-0.1.26.tar.gz", hash = "sha256:481c4301341e77cc8f1832d616784adb4d461b4fec65878e7c0d2cba7163a189", size = 75139 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/df/e9ff00f1dcf671cb8c4c20abcfd53406328b344cafa689a2832e8059c0b4/outlines_core-0.1.26-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:6a962a7452e7ac170fa04d405342cadae2d28fafa5b1830cef7aa610257ed32f", size = 322602 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/f1/e9064f18c462a61f4abbe73b24f25e36d8abef19c593416fa69dce6a83c0/outlines_core-0.1.26-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:15a3684fa29564da2db03934cf0097bef3e871f70d3af0ef2b52fdb886da2e09", size = 301929 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/c3/6bc82db40b4818421e573237f43d4026c40a3305fa2558eb0aa1a7aa08f7/outlines_core-0.1.26-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:64e01c0cfa9ba371634d7c3f6ea1862397cef98e4509fe98e3f57faa721a72d6", size = 321355 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/c2/1d85bfeaee3a83327e0d162bee4bdc7d7889bea5998e44fcc66c924dc1fd/outlines_core-0.1.26-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a3c4196148e47f455f1ace78e329d5b97e531cbc406456d681592952adae7e17", size = 343552 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/da/1e61d3d997ba1858fb8e71c3127f24a95c30575559da012ea5b45b147ad3/outlines_core-0.1.26-cp310-cp310-win32.whl", hash = "sha256:f38d290a7f6e5e12cbfcaee03269dfc0dbda49b360024b4279d1aba251fdc346", size = 234750 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/04/6d7968019a81df235ad6bc7405eefe32be8da4c4153792655e7490d06c8d/outlines_core-0.1.26-cp310-cp310-win_amd64.whl", hash = "sha256:11ff56af56cb54c563b7f25d86cd9ee77f3fed825f1d4dccd9449bb1e4e89538", size = 243713 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/94/19d5c50c303ba71f3465c81620ca9b5af4db07fd8922dfe59ae5a9ae61d1/outlines_core-0.1.26-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:b6787b07b7c673fc3087d2b537719ecac8e03b10a47d032dd1926985c32885b0", size = 322344 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/ea/f44beea7f610f2737ebb908c8dfa37d8324e92ca529468a56b00a77af199/outlines_core-0.1.26-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1e0ea28a76da31d25b6f53242bf13e1b59a0241badf82353c88f55e1cf81b128", size = 301670 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/a6/ceac3760e1feb898b4047aeb54e0a3de975b59e87a17d6ba0a04dec5eaed/outlines_core-0.1.26-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a8932044a3d9329be53a226118850638f85b4d7842f9b863d0a123f23de220cd", size = 321067 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/f0/ad0074d6726fed86bb0bba1b9307cbbd67a2af5debd3540d66c69298a001/outlines_core-0.1.26-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a84b7cd2fb6268bf990dd3d479ffb4fa0bace6f571cb85b15b6cdb44b84f5b69", size = 343264 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/bd/198c9a73d5f36e2ecad558a26359af3f0dbe4f5ba11c4629e46fccdfe2d6/outlines_core-0.1.26-cp311-cp311-win32.whl", hash = "sha256:f19765c151abfc970996368080aeea6d2a19e927817fe4e2af6726e639be3de4", size = 234529 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/27/354b484045e6368c92f688d954124064ec2ce961681e56711852904e1ec2/outlines_core-0.1.26-cp311-cp311-win_amd64.whl", hash = "sha256:3f59aeccea21ed6ff3cf52102fd163f26d279821c20e5127ddd18d4ea4d0c8d2", size = 243457 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/86/0fb40746e579db38d89f127122a3900d9e0350f76aae8cb61adeaff44cc2/outlines_core-0.1.26-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f54633bca50055d42ea4d94ae06dcbe52d3d76a9b621b75723b1177d0d952953", size = 321874 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/0c/b91f7bc03843796c1d643ee030b6cd8fd5a8ba2cd4856c855f140c878976/outlines_core-0.1.26-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9525321b48700dcaaabf60bcdc951e45f9357ba3fb3e1bfc81b662d7d4170e7c", size = 301995 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/db/fa91a2d54288b900de82d86eda3adb2417b3b5b2db6256854a5e8bc85c32/outlines_core-0.1.26-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00f409f72c11f6ffadb57066950dd384d5388015028c1a1a615c9a64988dae3e", size = 321050 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/1d/a36292b6198986bd9c3ff8c24355deb82ed5475403379ee40b5b5473e2e3/outlines_core-0.1.26-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e86a1bb46adc5cbf6dfd7a7fe4105e0e2a4c6e041732a053126b41c521a1f223", size = 343201 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/63/5dd2b5a364412f674b6edcb59b0c21513bdb07cdcc7613b064c1a0660d01/outlines_core-0.1.26-cp312-cp312-win32.whl", hash = "sha256:19f462f6b00935708677ad27cb4df55e0e17f6ffe713ab750f5f2683b090f95d", size = 233970 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/56/8adf0b7446d1e975c2314454813c59eb7b195889908a2932ed34148c113c/outlines_core-0.1.26-cp312-cp312-win_amd64.whl", hash = "sha256:9b36bff12779e58883747116893a17b3551bbd10865878b951b03a44d112229a", size = 243578 },
]
[[package]]
name = "overrides"
version = "7.7.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/86/b585f53236dec60aba864e050778b25045f857e17f6e5ea0ae95fe80edd2/overrides-7.7.0.tar.gz", hash = "sha256:55158fa3d93b98cc75299b1e67078ad9003ca27945c76162c1c0766d6f91820a", size = 22812 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2c/ab/fc8290c6a4c722e5514d80f62b2dc4c4df1a68a41d1364e625c35990fcf3/overrides-7.7.0-py3-none-any.whl", hash = "sha256:c7ed9d062f78b8e4c1a7b70bd8796b35ead4d9f510227ef9c5dc7626c60d7e49", size = 17832 },
]
[[package]]
name = "packaging"
version = "24.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/63/68dbb6eb2de9cb10ee4c9c14a0148804425e13c4fb20d61cce69f53106da/packaging-24.2.tar.gz", hash = "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f", size = 163950 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/ef/eb23f262cca3c0c4eb7ab1933c3b1f03d021f2c48f54763065b6f0e321be/packaging-24.2-py3-none-any.whl", hash = "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", size = 65451 },
]
[[package]]
name = "pandas"
version = "2.0.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy" },
{ name = "python-dateutil" },
{ name = "pytz" },
{ name = "tzdata" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/a7/824332581e258b5aa4f3763ecb2a797e5f9a54269044ba2e50ac19936b32/pandas-2.0.3.tar.gz", hash = "sha256:c02f372a88e0d17f36d3093a644c73cfc1788e876a7c4bcb4020a77512e2043c", size = 5284455 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/b2/0d4a5729ce1ce11630c4fc5d5522a33b967b3ca146c210f58efde7c40e99/pandas-2.0.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e4c7c9f27a4185304c7caf96dc7d91bc60bc162221152de697c98eb0b2648dd8", size = 11760908 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/f6/f620ca62365d83e663a255a41b08d2fc2eaf304e0b8b21bb6d62a7390fe3/pandas-2.0.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:f167beed68918d62bffb6ec64f2e1d8a7d297a038f86d4aed056b9493fca407f", size = 10823486 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/59/cb4234bc9b968c57e81861b306b10cd8170272c57b098b724d3de5eda124/pandas-2.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ce0c6f76a0f1ba361551f3e6dceaff06bde7514a374aa43e33b588ec10420183", size = 11571897 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/59/35a2892bf09ded9c1bf3804461efe772836a5261ef5dfb4e264ce813ff99/pandas-2.0.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ba619e410a21d8c387a1ea6e8a0e49bb42216474436245718d7f2e88a2f8d7c0", size = 12306421 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/71/3a0c25433c54bb29b48e3155b959ac78f4c4f2f06f94d8318aac612cb80f/pandas-2.0.3-cp310-cp310-win32.whl", hash = "sha256:3ef285093b4fe5058eefd756100a367f27029913760773c8bf1d2d8bebe5d210", size = 9540792 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/30/b97456e7063edac0e5a405128065f0cd2033adfe3716fb2256c186bd41d0/pandas-2.0.3-cp310-cp310-win_amd64.whl", hash = "sha256:9ee1a69328d5c36c98d8e74db06f4ad518a1840e8ccb94a4ba86920986bb617e", size = 10664333 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/92/a5e5133421b49e901a12e02a6a7ef3a0130e10d13db8cb657fdd0cba3b90/pandas-2.0.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:b084b91d8d66ab19f5bb3256cbd5ea661848338301940e17f4492b2ce0801fe8", size = 11645672 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/bb/aea1fbeed5b474cb8634364718abe9030d7cc7a30bf51f40bd494bbc89a2/pandas-2.0.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:37673e3bdf1551b95bf5d4ce372b37770f9529743d2498032439371fc7b7eb26", size = 10693229 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/90/e7d387f1a416b14e59290baa7a454a90d719baebbf77433ff1bdcc727800/pandas-2.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b9cb1e14fdb546396b7e1b923ffaeeac24e4cedd14266c3497216dd4448e4f2d", size = 11581591 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/28/88b81881c056376254618fad622a5e94b5126db8c61157ea1910cd1c040a/pandas-2.0.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d9cd88488cceb7635aebb84809d087468eb33551097d600c6dad13602029c2df", size = 12219370 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/a5/212b9039e25bf8ebb97e417a96660e3dc925dacd3f8653d531b8f7fd9be4/pandas-2.0.3-cp311-cp311-win32.whl", hash = "sha256:694888a81198786f0e164ee3a581df7d505024fbb1f15202fc7db88a71d84ebd", size = 9482935 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/71/756a1be6bee0209d8c0d8c5e3b9fc72c00373f384a4017095ec404aec3ad/pandas-2.0.3-cp311-cp311-win_amd64.whl", hash = "sha256:6a21ab5c89dcbd57f78d0ae16630b090eec626360085a4148693def5452d8a6b", size = 10607692 },
]
[[package]]
name = "pandocfilters"
version = "1.5.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/6f/3dd4940bbe001c06a65f88e36bad298bc7a0de5036115639926b0c5c0458/pandocfilters-1.5.1.tar.gz", hash = "sha256:002b4a555ee4ebc03f8b66307e287fa492e4a77b4ea14d3f934328297bb4939e", size = 8454 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/af/4fbc8cab944db5d21b7e2a5b8e9211a03a79852b1157e2c102fcc61ac440/pandocfilters-1.5.1-py2.py3-none-any.whl", hash = "sha256:93be382804a9cdb0a7267585f157e5d1731bbe5545a85b268d6f5fe6232de2bc", size = 8663 },
]
[[package]]
name = "parso"
version = "0.8.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/94/68e2e17afaa9169cf6412ab0f28623903be73d1b32e208d9e8e541bb086d/parso-0.8.4.tar.gz", hash = "sha256:eb3a7b58240fb99099a345571deecc0f9540ea5f4dd2fe14c2a99d6b281ab92d", size = 400609 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/ac/dac4a63f978e4dcb3c6d3a78c4d8e0192a113d288502a1216950c41b1027/parso-0.8.4-py2.py3-none-any.whl", hash = "sha256:a418670a20291dacd2dddc80c377c5c3791378ee1e8d12bffc35420643d43f18", size = 103650 },
]
[[package]]
name = "partial-json-parser"
version = "0.2.1.1.post5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/9c/9c366aed65acb40a97842ce1375a87b27ea37d735fc9717f7729bae3cc00/partial_json_parser-0.2.1.1.post5.tar.gz", hash = "sha256:992710ac67e90b367921d52727698928040f7713ba7ecb33b96371ea7aec82ca", size = 10313 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/ee/a9476f01f27c74420601be208c6c2c0dd3486681d515e9d765931b89851c/partial_json_parser-0.2.1.1.post5-py3-none-any.whl", hash = "sha256:627715aaa3cb3fb60a65b0d62223243acaa6c70846520a90326fef3a2f0b61ca", size = 10885 },
]
[[package]]
name = "pathlib-abc"
version = "0.1.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/4e/3135887f5e4ff2eec7464697a89e517f5765017775fe8f1678658d510f27/pathlib_abc-0.1.1.tar.gz", hash = "sha256:084e7bdd919b0f7774914a9e64cd86a1b39860f81f781dd724258631f2915abe", size = 34276 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/ba/7baa8fe79d48520ae77e594ff1cc1d30a5eb0fefc3846495bcff8bb215a4/pathlib_abc-0.1.1-py3-none-any.whl", hash = "sha256:5cb2f942fdbb75ce0e00ed3b94de9695b0c5d4b419b5004a702da80f165b3109", size = 23785 },
]
[[package]]
name = "pathy"
version = "0.11.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pathlib-abc" },
{ name = "smart-open" },
{ name = "typer" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/33/990b4c1a5192797d0d83875a8d9eb4e602d619286decf043f3b1add6554a/pathy-0.11.0.tar.gz", hash = "sha256:bb3d0e6b0b8bf76ef4f63c7191e96e0af2ed65c8fdb5fa17488f9c879e63706d", size = 43794 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/54/c8f12c7cfb9b7a994acd3d92e816130940b3d4510f87ed1c66b3e7976b73/pathy-0.11.0-py3-none-any.whl", hash = "sha256:5027f44744cdcd6b6ffd0b0570133dc1bc4af4b87a4f574ecdd810552b1a9fb0", size = 47348 },
]
[[package]]
name = "pdfminer-six"
version = "20231228"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "charset-normalizer" },
{ name = "cryptography" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/b1/a43e3bd872ded4deea4f8efc7aff1703fca8c5455d0c06e20506a06a44ff/pdfminer.six-20231228.tar.gz", hash = "sha256:6004da3ad1a7a4d45930cb950393df89b068e73be365a6ff64a838d37bcb08c4", size = 7362505 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/9c/e46fe7502b32d7db6af6e36a9105abb93301fa1ec475b5ddcba8b35ae23a/pdfminer.six-20231228-py3-none-any.whl", hash = "sha256:e8d3c3310e6fbc1fe414090123ab01351634b4ecb021232206c4c9a8ca3e3b8f", size = 5614515 },
]
[[package]]
name = "pdfplumber"
version = "0.11.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pdfminer-six" },
{ name = "pillow" },
{ name = "pypdfium2" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/55/33d265185b4e7e6ac81e64478750ea26310055b1b5b278851b981a1c57e5/pdfplumber-0.11.5.tar.gz", hash = "sha256:dadd81b62a0b23e078cdd89de26e013850d4daf5690fcf46dec396b07e6737d6", size = 114626 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/fe/eebf169301bd1c1c69d639e81ba226d333d35c5ad105b7cd3cfc40a44862/pdfplumber-0.11.5-py3-none-any.whl", hash = "sha256:a6e0921a57e0ef7356001a0fd811250b0e37a0b42630a922ee48f55cdd534070", size = 59515 },
]
[[package]]
name = "peft"
version = "0.14.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "accelerate" },
{ name = "huggingface-hub" },
{ name = "numpy" },
{ name = "packaging" },
{ name = "psutil" },
{ name = "pyyaml" },
{ name = "safetensors" },
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tqdm" },
{ name = "transformers", version = "4.48.0", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/33/fb0c31eaa8162c01e9250b21aa65d46a5339f17a818a97c68391db2ff44b/peft-0.14.0.tar.gz", hash = "sha256:546d69af7b42f5ef715a3d3261ed818bc917ae6055e5d7e187ed3f2c76ad72dc", size = 411902 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/05/e58e3aaa36544d30a917814e336fc65a746f708e5874945e92999bc22fa3/peft-0.14.0-py3-none-any.whl", hash = "sha256:2f04f3a870c3baf30f15e7dcaa5dd70d3e54cfdd146d3c6c187735d3ae0a0700", size = 374831 },
]
[[package]]
name = "pexpect"
version = "4.9.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "ptyprocess", marker = "sys_platform != 'win32' or extra == 'extra-17-dbgpt-accelerator-auto' or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/92/cc564bf6381ff43ce1f4d06852fc19a2f11d180f23dc32d9588bee2f149d/pexpect-4.9.0.tar.gz", hash = "sha256:ee7d41123f3c9911050ea2c2dac107568dc43b2d3b0c7557a33212c398ead30f" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/c3/059298687310d527a58bb01f3b1965787ee3b40dce76752eda8b44e9a2c5/pexpect-4.9.0-py2.py3-none-any.whl", hash = "sha256:7236d1e080e4936be2dc3e326cec0af72acf9212a7e1d060210e70a47e253523" },
]
[[package]]
name = "pillow"
version = "11.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/af/c097e544e7bd278333db77933e535098c259609c4eb3b85381109602fb5b/pillow-11.1.0.tar.gz", hash = "sha256:368da70808b36d73b4b390a8ffac11069f8a5c85f29eff1f1b01bcf3ef5b2a20", size = 46742715 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/1c/2dcea34ac3d7bc96a1fd1bd0a6e06a57c67167fec2cff8d95d88229a8817/pillow-11.1.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:e1abe69aca89514737465752b4bcaf8016de61b3be1397a8fc260ba33321b3a8", size = 3229983 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/ca/6bec3df25e4c88432681de94a3531cc738bd85dea6c7aa6ab6f81ad8bd11/pillow-11.1.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:c640e5a06869c75994624551f45e5506e4256562ead981cce820d5ab39ae2192", size = 3101831 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/2c/668e18e5521e46eb9667b09e501d8e07049eb5bfe39d56be0724a43117e6/pillow-11.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a07dba04c5e22824816b2615ad7a7484432d7f540e6fa86af60d2de57b0fcee2", size = 4314074 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/80/79f99b714f0fc25f6a8499ecfd1f810df12aec170ea1e32a4f75746051ce/pillow-11.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e267b0ed063341f3e60acd25c05200df4193e15a4a5807075cd71225a2386e26", size = 4394933 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/aa/8d4ad25dc11fd10a2001d5b8a80fdc0e564ac33b293bdfe04ed387e0fd95/pillow-11.1.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:bd165131fd51697e22421d0e467997ad31621b74bfc0b75956608cb2906dda07", size = 4353349 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/7a/cd0c3eaf4a28cb2a74bdd19129f7726277a7f30c4f8424cd27a62987d864/pillow-11.1.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:abc56501c3fd148d60659aae0af6ddc149660469082859fa7b066a298bde9482", size = 4476532 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/8b/a907fdd3ae8f01c7670dfb1499c53c28e217c338b47a813af8d815e7ce97/pillow-11.1.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:54ce1c9a16a9561b6d6d8cb30089ab1e5eb66918cb47d457bd996ef34182922e", size = 4279789 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/9a/9f139d9e8cccd661c3efbf6898967a9a337eb2e9be2b454ba0a09533100d/pillow-11.1.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:73ddde795ee9b06257dac5ad42fcb07f3b9b813f8c1f7f870f402f4dc54b5269", size = 4413131 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/68/0d8d461f42a3f37432203c8e6df94da10ac8081b6d35af1c203bf3111088/pillow-11.1.0-cp310-cp310-win32.whl", hash = "sha256:3a5fe20a7b66e8135d7fd617b13272626a28278d0e578c98720d9ba4b2439d49", size = 2291213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/81/d0dff759a74ba87715509af9f6cb21fa21d93b02b3316ed43bda83664db9/pillow-11.1.0-cp310-cp310-win_amd64.whl", hash = "sha256:b6123aa4a59d75f06e9dd3dac5bf8bc9aa383121bb3dd9a7a612e05eabc9961a", size = 2625725 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/1f/8d50c096a1d58ef0584ddc37e6f602828515219e9d2428e14ce50f5ecad1/pillow-11.1.0-cp310-cp310-win_arm64.whl", hash = "sha256:a76da0a31da6fcae4210aa94fd779c65c75786bc9af06289cd1c184451ef7a65", size = 2375213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/d6/2000bfd8d5414fb70cbbe52c8332f2283ff30ed66a9cde42716c8ecbe22c/pillow-11.1.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:e06695e0326d05b06833b40b7ef477e475d0b1ba3a6d27da1bb48c23209bf457", size = 3229968 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/45/3fe487010dd9ce0a06adf9b8ff4f273cc0a44536e234b0fad3532a42c15b/pillow-11.1.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:96f82000e12f23e4f29346e42702b6ed9a2f2fea34a740dd5ffffcc8c539eb35", size = 3101806 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/72/776b3629c47d9d5f1c160113158a7a7ad177688d3a1159cd3b62ded5a33a/pillow-11.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a3cd561ded2cf2bbae44d4605837221b987c216cff94f49dfeed63488bb228d2", size = 4322283 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/c2/e25199e7e4e71d64eeb869f5b72c7ddec70e0a87926398785ab944d92375/pillow-11.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f189805c8be5ca5add39e6f899e6ce2ed824e65fb45f3c28cb2841911da19070", size = 4402945 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/ed/51d6136c9d5911f78632b1b86c45241c712c5a80ed7fa7f9120a5dff1eba/pillow-11.1.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:dd0052e9db3474df30433f83a71b9b23bd9e4ef1de13d92df21a52c0303b8ab6", size = 4361228 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/a4/fbfe9d5581d7b111b28f1d8c2762dee92e9821bb209af9fa83c940e507a0/pillow-11.1.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:837060a8599b8f5d402e97197d4924f05a2e0d68756998345c829c33186217b1", size = 4484021 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/db/0b3c1a5018117f3c1d4df671fb8e47d08937f27519e8614bbe86153b65a5/pillow-11.1.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:aa8dd43daa836b9a8128dbe7d923423e5ad86f50a7a14dc688194b7be5c0dea2", size = 4287449 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/58/bc128da7fea8c89fc85e09f773c4901e95b5936000e6f303222490c052f3/pillow-11.1.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:0a2f91f8a8b367e7a57c6e91cd25af510168091fb89ec5146003e424e1558a96", size = 4419972 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/bb/58f34379bde9fe197f51841c5bbe8830c28bbb6d3801f16a83b8f2ad37df/pillow-11.1.0-cp311-cp311-win32.whl", hash = "sha256:c12fc111ef090845de2bb15009372175d76ac99969bdf31e2ce9b42e4b8cd88f", size = 2291201 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/c6/fce9255272bcf0c39e15abd2f8fd8429a954cf344469eaceb9d0d1366913/pillow-11.1.0-cp311-cp311-win_amd64.whl", hash = "sha256:fbd43429d0d7ed6533b25fc993861b8fd512c42d04514a0dd6337fb3ccf22761", size = 2625686 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/52/8ba066d569d932365509054859f74f2a9abee273edcef5cd75e4bc3e831e/pillow-11.1.0-cp311-cp311-win_arm64.whl", hash = "sha256:f7955ecf5609dee9442cbface754f2c6e541d9e6eda87fad7f7a989b0bdb9d71", size = 2375194 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/20/9ce6ed62c91c073fcaa23d216e68289e19d95fb8188b9fb7a63d36771db8/pillow-11.1.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:2062ffb1d36544d42fcaa277b069c88b01bb7298f4efa06731a7fd6cc290b81a", size = 3226818 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/d8/f6004d98579a2596c098d1e30d10b248798cceff82d2b77aa914875bfea1/pillow-11.1.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a85b653980faad27e88b141348707ceeef8a1186f75ecc600c395dcac19f385b", size = 3101662 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/d9/892e705f90051c7a2574d9f24579c9e100c828700d78a63239676f960b74/pillow-11.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9409c080586d1f683df3f184f20e36fb647f2e0bc3988094d4fd8c9f4eb1b3b3", size = 4329317 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/aa/7f29711f26680eab0bcd3ecdd6d23ed6bce180d82e3f6380fb7ae35fcf3b/pillow-11.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7fdadc077553621911f27ce206ffcbec7d3f8d7b50e0da39f10997e8e2bb7f6a", size = 4412999 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/c4/8f0fe3b9e0f7196f6d0bbb151f9fba323d72a41da068610c4c960b16632a/pillow-11.1.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:93a18841d09bcdd774dcdc308e4537e1f867b3dec059c131fde0327899734aa1", size = 4368819 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/0d/84200ed6a871ce386ddc82904bfadc0c6b28b0c0ec78176871a4679e40b3/pillow-11.1.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:9aa9aeddeed452b2f616ff5507459e7bab436916ccb10961c4a382cd3e03f47f", size = 4496081 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/9c/9bcd66f714d7e25b64118e3952d52841a4babc6d97b6d28e2261c52045d4/pillow-11.1.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3cdcdb0b896e981678eee140d882b70092dac83ac1cdf6b3a60e2216a73f2b91", size = 4296513 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/61/ada2a226e22da011b45f7104c95ebda1b63dcbb0c378ad0f7c2a710f8fd2/pillow-11.1.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:36ba10b9cb413e7c7dfa3e189aba252deee0602c86c309799da5a74009ac7a1c", size = 4431298 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/c4/fc6e86750523f367923522014b821c11ebc5ad402e659d8c9d09b3c9d70c/pillow-11.1.0-cp312-cp312-win32.whl", hash = "sha256:cfd5cd998c2e36a862d0e27b2df63237e67273f2fc78f47445b14e73a810e7e6", size = 2291630 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/5c/2104299949b9d504baf3f4d35f73dbd14ef31bbd1ddc2c1b66a5b7dfda44/pillow-11.1.0-cp312-cp312-win_amd64.whl", hash = "sha256:a697cd8ba0383bba3d2d3ada02b34ed268cb548b369943cd349007730c92bddf", size = 2626369 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/f3/9b18362206b244167c958984b57c7f70a0289bfb59a530dd8af5f699b910/pillow-11.1.0-cp312-cp312-win_arm64.whl", hash = "sha256:4dd43a78897793f60766563969442020e90eb7847463eca901e41ba186a7d4a5", size = 2375240 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/31/9ca79cafdce364fd5c980cd3416c20ce1bebd235b470d262f9d24d810184/pillow-11.1.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:ae98e14432d458fc3de11a77ccb3ae65ddce70f730e7c76140653048c71bfcbc", size = 3226640 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/0f/ff07ad45a1f172a497aa393b13a9d81a32e1477ef0e869d030e3c1532521/pillow-11.1.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:cc1331b6d5a6e144aeb5e626f4375f5b7ae9934ba620c0ac6b3e43d5e683a0f0", size = 3101437 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/2f/9906fca87a68d29ec4530be1f893149e0cb64a86d1f9f70a7cfcdfe8ae44/pillow-11.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:758e9d4ef15d3560214cddbc97b8ef3ef86ce04d62ddac17ad39ba87e89bd3b1", size = 4326605 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/0f/f3547ee15b145bc5c8b336401b2d4c9d9da67da9dcb572d7c0d4103d2c69/pillow-11.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b523466b1a31d0dcef7c5be1f20b942919b62fd6e9a9be199d035509cbefc0ec", size = 4411173 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/df/bf8176aa5db515c5de584c5e00df9bab0713548fd780c82a86cba2c2fedb/pillow-11.1.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:9044b5e4f7083f209c4e35aa5dd54b1dd5b112b108648f5c902ad586d4f945c5", size = 4369145 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/7c/7433122d1cfadc740f577cb55526fdc39129a648ac65ce64db2eb7209277/pillow-11.1.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:3764d53e09cdedd91bee65c2527815d315c6b90d7b8b79759cc48d7bf5d4f114", size = 4496340 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/46/dd94b93ca6bd555588835f2504bd90c00d5438fe131cf01cfa0c5131a19d/pillow-11.1.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:31eba6bbdd27dde97b0174ddf0297d7a9c3a507a8a1480e1e60ef914fe23d352", size = 4296906 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/28/2f9d32014dfc7753e586db9add35b8a41b7a3b46540e965cb6d6bc607bd2/pillow-11.1.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:b5d658fbd9f0d6eea113aea286b21d3cd4d3fd978157cbf2447a6035916506d3", size = 4431759 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/48/19c2cbe7403870fbe8b7737d19eb013f46299cdfe4501573367f6396c775/pillow-11.1.0-cp313-cp313-win32.whl", hash = "sha256:f86d3a7a9af5d826744fabf4afd15b9dfef44fe69a98541f666f66fbb8d3fef9", size = 2291657 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/ad/285c556747d34c399f332ba7c1a595ba245796ef3e22eae190f5364bb62b/pillow-11.1.0-cp313-cp313-win_amd64.whl", hash = "sha256:593c5fd6be85da83656b93ffcccc2312d2d149d251e98588b14fbc288fd8909c", size = 2626304 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/7b/ef35a71163bf36db06e9c8729608f78dedf032fc8313d19bd4be5c2588f3/pillow-11.1.0-cp313-cp313-win_arm64.whl", hash = "sha256:11633d58b6ee5733bde153a8dafd25e505ea3d32e261accd388827ee987baf65", size = 2375117 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/30/77f54228401e84d6791354888549b45824ab0ffde659bafa67956303a09f/pillow-11.1.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:70ca5ef3b3b1c4a0812b5c63c57c23b63e53bc38e758b37a951e5bc466449861", size = 3230060 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/b1/56723b74b07dd64c1010fee011951ea9c35a43d8020acd03111f14298225/pillow-11.1.0-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:8000376f139d4d38d6851eb149b321a52bb8893a88dae8ee7d95840431977081", size = 3106192 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/cd/7bf7180e08f80a4dcc6b4c3a0aa9e0b0ae57168562726a05dc8aa8fa66b0/pillow-11.1.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9ee85f0696a17dd28fbcfceb59f9510aa71934b483d1f5601d1030c3c8304f3c", size = 4446805 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/42/87c856ea30c8ed97e8efbe672b58c8304dee0573f8c7cab62ae9e31db6ae/pillow-11.1.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:dd0e081319328928531df7a0e63621caf67652c8464303fd102141b785ef9547", size = 4530623 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/41/026879e90c84a88e33fb00cc6bd915ac2743c67e87a18f80270dfe3c2041/pillow-11.1.0-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:e63e4e5081de46517099dc30abe418122f54531a6ae2ebc8680bcd7096860eab", size = 4465191 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/fb/a7960e838bc5df57a2ce23183bfd2290d97c33028b96bde332a9057834d3/pillow-11.1.0-cp313-cp313t-win32.whl", hash = "sha256:dda60aa465b861324e65a78c9f5cf0f4bc713e4309f83bc387be158b077963d9", size = 2295494 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/6c/6ec83ee2f6f0fda8d4cf89045c6be4b0373ebfc363ba8538f8c999f63fcd/pillow-11.1.0-cp313-cp313t-win_amd64.whl", hash = "sha256:ad5db5781c774ab9a9b2c4302bbf0c1014960a0a7be63278d13ae6fdf88126fe", size = 2631595 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/6c/41c21c6c8af92b9fea313aa47c75de49e2f9a467964ee33eb0135d47eb64/pillow-11.1.0-cp313-cp313t-win_arm64.whl", hash = "sha256:67cd427c68926108778a9005f2a04adbd5e67c442ed21d95389fe1d595458756", size = 2377651 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/c5/389961578fb677b8b3244fcd934f720ed25a148b9a5cc81c91bdf59d8588/pillow-11.1.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:8c730dc3a83e5ac137fbc92dfcfe1511ce3b2b5d7578315b63dbbb76f7f51d90", size = 3198345 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/fa/803c0e50ffee74d4b965229e816af55276eac1d5806712de86f9371858fd/pillow-11.1.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:7d33d2fae0e8b170b6a6c57400e077412240f6f5bb2a342cf1ee512a787942bb", size = 3072938 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/67/2a3a5f8012b5d8c63fe53958ba906c1b1d0482ebed5618057ef4d22f8076/pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a8d65b38173085f24bc07f8b6c505cbb7418009fa1a1fcb111b1f4961814a442", size = 3400049 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/a0/514f0d317446c98c478d1872497eb92e7cde67003fed74f696441e647446/pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:015c6e863faa4779251436db398ae75051469f7c903b043a48f078e437656f83", size = 3422431 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cd/00/20f40a935514037b7d3f87adfc87d2c538430ea625b63b3af8c3f5578e72/pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:d44ff19eea13ae4acdaaab0179fa68c0c6f2f45d66a4d8ec1eda7d6cecbcc15f", size = 3446208 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/3c/7de681727963043e093c72e6c3348411b0185eab3263100d4490234ba2f6/pillow-11.1.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:d3d8da4a631471dfaf94c10c85f5277b1f8e42ac42bade1ac67da4b4a7359b73", size = 3509746 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/67/936f9814bdd74b2dfd4822f1f7725ab5d8ff4103919a1664eb4874c58b2f/pillow-11.1.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:4637b88343166249fe8aa94e7c4a62a180c4b3898283bb5d3d2fd5fe10d8e4e0", size = 2626353 },
]
[[package]]
name = "pip"
version = "24.3.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/b1/b422acd212ad7eedddaf7981eee6e5de085154ff726459cf2da7c5a184c1/pip-24.3.1.tar.gz", hash = "sha256:ebcb60557f2aefabc2e0f918751cd24ea0d56d8ec5445fe1807f1d2109660b99", size = 1931073 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/7d/500c9ad20238fcfcb4cb9243eede163594d7020ce87bd9610c9e02771876/pip-24.3.1-py3-none-any.whl", hash = "sha256:3790624780082365f47549d032f3770eeb2b1e8bd1f7b2e02dace1afa361b4ed", size = 1822182 },
]
[[package]]
name = "pkginfo"
version = "1.12.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/a5/fa2432da887652e3a0c07661ebe4aabe7f4692936c742da489178acd34de/pkginfo-1.12.0.tar.gz", hash = "sha256:8ad91a0445a036782b9366ef8b8c2c50291f83a553478ba8580c73d3215700cf", size = 451375 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/11/4af184fbd8ae13daa13953212b27a212f4e63772ca8a0dd84d08b60ed206/pkginfo-1.12.0-py3-none-any.whl", hash = "sha256:dcd589c9be4da8973eceffa247733c144812759aa67eaf4bbf97016a02f39088", size = 32322 },
]
[[package]]
name = "platformdirs"
version = "4.3.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/fc/128cc9cb8f03208bdbf93d3aa862e16d376844a14f9a0ce5cf4507372de4/platformdirs-4.3.6.tar.gz", hash = "sha256:357fb2acbc885b0419afd3ce3ed34564c13c9b95c89360cd9563f73aa5e2b907", size = 21302 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/a6/bc1012356d8ece4d66dd75c4b9fc6c1f6650ddd5991e421177d9f8f671be/platformdirs-4.3.6-py3-none-any.whl", hash = "sha256:73e575e1408ab8103900836b97580d5307456908a03e92031bab39e4554cc3fb", size = 18439 },
]
[[package]]
name = "pluggy"
version = "1.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/2d/02d4312c973c6050a18b314a5ad0b3210edb65a906f868e31c111dede4a6/pluggy-1.5.0.tar.gz", hash = "sha256:2cffa88e94fdc978c4c574f15f9e59b7f4201d439195c3715ca9e2486f1d0cf1", size = 67955 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/5f/e351af9a41f866ac3f1fac4ca0613908d9a41741cfcf2228f4ad853b697d/pluggy-1.5.0-py3-none-any.whl", hash = "sha256:44e1ad92c8ca002de6377e165f3e0f1be63266ab4d554740532335b9d75ea669", size = 20556 },
]
[[package]]
name = "poetry"
version = "2.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "build" },
{ name = "cachecontrol", extra = ["filecache"] },
{ name = "cleo" },
{ name = "dulwich" },
{ name = "fastjsonschema" },
{ name = "installer" },
{ name = "keyring" },
{ name = "packaging" },
{ name = "pkginfo" },
{ name = "platformdirs" },
{ name = "poetry-core" },
{ name = "pyproject-hooks" },
{ name = "requests" },
{ name = "requests-toolbelt" },
{ name = "shellingham" },
{ name = "tomli", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tomlkit" },
{ name = "trove-classifiers" },
{ name = "virtualenv" },
{ name = "xattr", marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/8b/5467e3301050055d365e602cc6ba574ee4fbc8163aeec213e5a75b3f219b/poetry-2.0.1.tar.gz", hash = "sha256:a2987c3162f6ded6db890701a6fc657d2cfcc702e9421ef4c345211c8bffc5d5", size = 2846041 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/7b/8fb18c676e360e7b9ded8fa09c777b55ff2995bc4d34a542b5d13edf499d/poetry-2.0.1-py3-none-any.whl", hash = "sha256:eb780a8acbd6eec4bc95e8ba104058c5129ea5a44115fc9b1fc0a2235412734d", size = 254355 },
]
[[package]]
name = "poetry-core"
version = "2.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/f5/89d11008714e0a49cab9cba7cce89c66ea5a94f37cc6d283798cc1725fac/poetry_core-2.0.1.tar.gz", hash = "sha256:10177c2772469d9032a49f0d8707af761b1c597cea3b4fb31546e5cd436eb157", size = 355487 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/9e/b2d13aecfd3a7ea05e6eeddff7c450b8ff5233e5d0da834fbfd81b19acaf/poetry_core-2.0.1-py3-none-any.whl", hash = "sha256:a3c7009536522cda4eb0fb3805c9dc935b5537f8727dd01efb9c15e51a17552b", size = 544761 },
]
[[package]]
name = "posthog"
version = "3.7.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "backoff" },
{ name = "monotonic" },
{ name = "python-dateutil" },
{ name = "requests" },
{ name = "six" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/e9/1cd7492bb58dd255129467e1221e2d6f51aa0c6f3c781ac9ac29cc8a2859/posthog-3.7.5.tar.gz", hash = "sha256:8ba40ab623da35db72715fc87fe7dccb7fc272ced92581fe31db2d4dbe7ad761", size = 50269 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/bd/2d550ac79443cdbb6a5a4193c37820f04df0499e1ecbe8e41c5462cf0c2d/posthog-3.7.5-py2.py3-none-any.whl", hash = "sha256:022132c17069dde03c5c5904e2ae1b9bd68d5059cbc5a8dffc5c1537a1b71cb5", size = 54882 },
]
[[package]]
name = "preshed"
version = "3.0.9"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cymem" },
{ name = "murmurhash" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/4e/76dbf784e7d4ed069f91a4c249b1d6ec6856ef0c0b2fd96992895d458b15/preshed-3.0.9.tar.gz", hash = "sha256:721863c5244ffcd2651ad0928951a2c7c77b102f4e11a251ad85d37ee7621660" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/7f/a7d3eeaee67ecebbe51866c1aae6310e34cefa0a64821aed963a0a167b51/preshed-3.0.9-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4f96ef4caf9847b2bb9868574dcbe2496f974e41c2b83d6621c24fb4c3fc57e3" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/4e/f251271ee9f0e0eb0ebe219a8df57ff8511a3b7a83e79e24d37105034164/preshed-3.0.9-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a61302cf8bd30568631adcdaf9e6b21d40491bd89ba8ebf67324f98b6c2a2c05" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/8b/6c8a153ea39b4750c20ed48dd9be4bf9d8c0b4e7822fc63c68cd2891703d/preshed-3.0.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:99499e8a58f58949d3f591295a97bca4e197066049c96f5d34944dd21a497193" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/59/8f65ad22c13020ff281529e415c32a56cfa691d24b0eca2eb3d756e4d644/preshed-3.0.9-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea6b6566997dc3acd8c6ee11a89539ac85c77275b4dcefb2dc746d11053a5af8" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/72/108426ca3b6e7f16db30b3b9396e3fa45a3fd5a76f6532ab04beada2e4e3/preshed-3.0.9-cp310-cp310-win_amd64.whl", hash = "sha256:bfd523085a84b1338ff18f61538e1cfcdedc4b9e76002589a301c364d19a2e36" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/1e/05fa559f53b635d96b233b63e93accb75215025b997486f7290991bec6c3/preshed-3.0.9-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:e7c2364da27f2875524ce1ca754dc071515a9ad26eb5def4c7e69129a13c9a59" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/b3/1a73ba16bab53043fd19dd0a7838ae05c705dccb329404dd4ad5925767f1/preshed-3.0.9-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:182138033c0730c683a6d97e567ceb8a3e83f3bff5704f300d582238dbd384b3" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2c/9a/919d3708f6fa98d9eab1a186e6b30ab25a4595907bbc1fea5c1e8faa9b9d/preshed-3.0.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:345a10be3b86bcc6c0591d343a6dc2bfd86aa6838c30ced4256dfcfa836c3a64" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/69/d9ab108dc670b5be9e292bbd555f39e6eb0a4baab25cd28f792850d5e65b/preshed-3.0.9-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:51d0192274aa061699b284f9fd08416065348edbafd64840c3889617ee1609de" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/fc/78cdbdb79f5d6d45949e72c32445d6c060977ad50a1dcfc0392622165f7c/preshed-3.0.9-cp311-cp311-win_amd64.whl", hash = "sha256:96b857d7a62cbccc3845ac8c41fd23addf052821be4eb987f2eb0da3d8745aa1" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/7e/a41595876f644d8bd2c3d5422d7211e876b1848a8cc0c03cce33d9cd048a/preshed-3.0.9-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b4fe6720012c62e6d550d6a5c1c7ad88cacef8388d186dad4bafea4140d9d198" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/68/1b4772ff3232e71b63a9206936eb1f75e976ebf4e4e24dc9b3ea7b68369b/preshed-3.0.9-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e04f05758875be9751e483bd3c519c22b00d3b07f5a64441ec328bb9e3c03700" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/52/48eefe876a3841c5850bd955daf145d0e408567c8f46a997bce136dc259d/preshed-3.0.9-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4a55091d0e395f1fdb62ab43401bb9f8b46c7d7794d5b071813c29dc1ab22fd0" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/ea/9e6c1a7b1d623f6340379290d603a3b8a71ce52a93f842fbf7547f7f1812/preshed-3.0.9-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7de8f5138bcac7870424e09684dc3dd33c8e30e81b269f6c9ede3d8c7bb8e257" },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/e4/d074efb7e8a8873d346d2fb8dd43e19b1eae0697351c0d79cff947cba46e/preshed-3.0.9-cp312-cp312-win_amd64.whl", hash = "sha256:24229c77364628743bc29c5620c5d6607ed104f0e02ae31f8a030f99a78a5ceb" },
]
[[package]]
name = "prettytable"
version = "3.12.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "wcwidth" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/8a/de4dc1a6098621781c266b3fb3964009af1e9023527180cb8a3b0dd9d09e/prettytable-3.12.0.tar.gz", hash = "sha256:f04b3e1ba35747ac86e96ec33e3bb9748ce08e254dc2a1c6253945901beec804", size = 59539 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/19/4bb9530512432774fdd7cb7c020851d4decbb811d95f86fd4f6a870a6d3e/prettytable-3.12.0-py3-none-any.whl", hash = "sha256:77ca0ad1c435b6e363d7e8623d7cc4fcf2cf15513bf77a1c1b2e814930ac57cc", size = 31105 },
]
[[package]]
name = "prometheus-client"
version = "0.21.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/14/7d0f567991f3a9af8d1cd4f619040c93b68f09a02b6d0b6ab1b2d1ded5fe/prometheus_client-0.21.1.tar.gz", hash = "sha256:252505a722ac04b0456be05c05f75f45d760c2911ffc45f2a06bcaed9f3ae3fb", size = 78551 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/c2/ab7d37426c179ceb9aeb109a85cda8948bb269b7561a0be870cc656eefe4/prometheus_client-0.21.1-py3-none-any.whl", hash = "sha256:594b45c410d6f4f8888940fe80b5cc2521b305a1fafe1c58609ef715a001f301", size = 54682 },
]
[[package]]
name = "prometheus-fastapi-instrumentator"
version = "7.0.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "prometheus-client", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "starlette", version = "0.37.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/01/e3ccb464ba9bf6c001ad85652e6fc7e63098c2685275a682cabc8e7871b8/prometheus_fastapi_instrumentator-7.0.2.tar.gz", hash = "sha256:8a4d8fb13dbe19d2882ac6af9ce236e4e1f98dc48e3fa44fe88d8e23ac3c953f", size = 19844 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/f7/a67e804853d05b3f1f5def0ebd662b9f48dbcfe0b452f0aa5d4c183a6f86/prometheus_fastapi_instrumentator-7.0.2-py3-none-any.whl", hash = "sha256:975e39992acb7a112758ff13ba95317e6c54d1bbf605f9156f31ac9f2800c32d", size = 18998 },
]
[[package]]
name = "prompt-toolkit"
version = "3.0.48"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "wcwidth" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/4f/feb5e137aff82f7c7f3248267b97451da3644f6cdc218edfe549fb354127/prompt_toolkit-3.0.48.tar.gz", hash = "sha256:d6623ab0477a80df74e646bdbc93621143f5caf104206aa29294d53de1a03d90", size = 424684 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/6a/fd08d94654f7e67c52ca30523a178b3f8ccc4237fce4be90d39c938a831a/prompt_toolkit-3.0.48-py3-none-any.whl", hash = "sha256:f49a827f90062e411f1ce1f854f2aedb3c23353244f8108b89283587397ac10e", size = 386595 },
]
[[package]]
name = "propcache"
version = "0.2.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/c8/2a13f78d82211490855b2fb303b6721348d0787fdd9a12ac46d99d3acde1/propcache-0.2.1.tar.gz", hash = "sha256:3f77ce728b19cb537714499928fe800c3dda29e8d9428778fc7c186da4c09a64", size = 41735 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/a5/0ea64c9426959ef145a938e38c832fc551843481d356713ececa9a8a64e8/propcache-0.2.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:6b3f39a85d671436ee3d12c017f8fdea38509e4f25b28eb25877293c98c243f6", size = 79296 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/5a/916db1aba735f55e5eca4733eea4d1973845cf77dfe67c2381a2ca3ce52d/propcache-0.2.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:39d51fbe4285d5db5d92a929e3e21536ea3dd43732c5b177c7ef03f918dff9f2", size = 45622 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/62/685d3cf268b8401ec12b250b925b21d152b9d193b7bffa5fdc4815c392c2/propcache-0.2.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:6445804cf4ec763dc70de65a3b0d9954e868609e83850a47ca4f0cb64bd79fea", size = 45133 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/3d/31c9c29ee7192defc05aa4d01624fd85a41cf98e5922aaed206017329944/propcache-0.2.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f9479aa06a793c5aeba49ce5c5692ffb51fcd9a7016e017d555d5e2b0045d212", size = 204809 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/a1/e4050776f4797fc86140ac9a480d5dc069fbfa9d499fe5c5d2fa1ae71f07/propcache-0.2.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d9631c5e8b5b3a0fda99cb0d29c18133bca1e18aea9effe55adb3da1adef80d3", size = 219109 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/c0/e7ae0df76343d5e107d81e59acc085cea5fd36a48aa53ef09add7503e888/propcache-0.2.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3156628250f46a0895f1f36e1d4fbe062a1af8718ec3ebeb746f1d23f0c5dc4d", size = 217368 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/e1/e0a2ed6394b5772508868a977d3238f4afb2eebaf9976f0b44a8d347ad63/propcache-0.2.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b6fb63ae352e13748289f04f37868099e69dba4c2b3e271c46061e82c745634", size = 205124 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/c1/e388c232d15ca10f233c778bbdc1034ba53ede14c207a72008de45b2db2e/propcache-0.2.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:887d9b0a65404929641a9fabb6452b07fe4572b269d901d622d8a34a4e9043b2", size = 195463 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/fd/71b349b9def426cc73813dbd0f33e266de77305e337c8c12bfb0a2a82bfb/propcache-0.2.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:a96dc1fa45bd8c407a0af03b2d5218392729e1822b0c32e62c5bf7eeb5fb3958", size = 198358 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/f2/d7c497cd148ebfc5b0ae32808e6c1af5922215fe38c7a06e4e722fe937c8/propcache-0.2.1-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:a7e65eb5c003a303b94aa2c3852ef130230ec79e349632d030e9571b87c4698c", size = 195560 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/57/f37041bbe5e0dfed80a3f6be2612a3a75b9cfe2652abf2c99bef3455bbad/propcache-0.2.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:999779addc413181912e984b942fbcc951be1f5b3663cd80b2687758f434c583", size = 196895 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/36/ae3cc3e4f310bff2f064e3d2ed5558935cc7778d6f827dce74dcfa125304/propcache-0.2.1-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:19a0f89a7bb9d8048d9c4370c9c543c396e894c76be5525f5e1ad287f1750ddf", size = 207124 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/c4/811b9f311f10ce9d31a32ff14ce58500458443627e4df4ae9c264defba7f/propcache-0.2.1-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:1ac2f5fe02fa75f56e1ad473f1175e11f475606ec9bd0be2e78e4734ad575034", size = 210442 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/dd/a1670d483a61ecac0d7fc4305d91caaac7a8fc1b200ea3965a01cf03bced/propcache-0.2.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:574faa3b79e8ebac7cb1d7930f51184ba1ccf69adfdec53a12f319a06030a68b", size = 203219 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/2d/30ced5afde41b099b2dc0c6573b66b45d16d73090e85655f1a30c5a24e07/propcache-0.2.1-cp310-cp310-win32.whl", hash = "sha256:03ff9d3f665769b2a85e6157ac8b439644f2d7fd17615a82fa55739bc97863f4", size = 40313 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/84/bd9b207ac80da237af77aa6e153b08ffa83264b1c7882495984fcbfcf85c/propcache-0.2.1-cp310-cp310-win_amd64.whl", hash = "sha256:2d3af2e79991102678f53e0dbf4c35de99b6b8b58f29a27ca0325816364caaba", size = 44428 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/0f/2913b6791ebefb2b25b4efd4bb2299c985e09786b9f5b19184a88e5778dd/propcache-0.2.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:1ffc3cca89bb438fb9c95c13fc874012f7b9466b89328c3c8b1aa93cdcfadd16", size = 79297 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/73/af2053aeccd40b05d6e19058419ac77674daecdd32478088b79375b9ab54/propcache-0.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:f174bbd484294ed9fdf09437f889f95807e5f229d5d93588d34e92106fbf6717", size = 45611 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/09/8386115ba7775ea3b9537730e8cf718d83bbf95bffe30757ccf37ec4e5da/propcache-0.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:70693319e0b8fd35dd863e3e29513875eb15c51945bf32519ef52927ca883bc3", size = 45146 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/7a/793aa12f0537b2e520bf09f4c6833706b63170a211ad042ca71cbf79d9cb/propcache-0.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b480c6a4e1138e1aa137c0079b9b6305ec6dcc1098a8ca5196283e8a49df95a9", size = 232136 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/38/b921b3168d72111769f648314100558c2ea1d52eb3d1ba7ea5c4aa6f9848/propcache-0.2.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d27b84d5880f6d8aa9ae3edb253c59d9f6642ffbb2c889b78b60361eed449787", size = 239706 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/29/4636f500c69b5edea7786db3c34eb6166f3384b905665ce312a6e42c720c/propcache-0.2.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:857112b22acd417c40fa4595db2fe28ab900c8c5fe4670c7989b1c0230955465", size = 238531 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/14/01fe53580a8e1734ebb704a3482b7829a0ef4ea68d356141cf0994d9659b/propcache-0.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cf6c4150f8c0e32d241436526f3c3f9cbd34429492abddbada2ffcff506c51af", size = 231063 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/5c/1d961299f3c3b8438301ccfbff0143b69afcc30c05fa28673cface692305/propcache-0.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:66d4cfda1d8ed687daa4bc0274fcfd5267873db9a5bc0418c2da19273040eeb7", size = 220134 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/d0/ed735e76db279ba67a7d3b45ba4c654e7b02bc2f8050671ec365d8665e21/propcache-0.2.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:c2f992c07c0fca81655066705beae35fc95a2fa7366467366db627d9f2ee097f", size = 220009 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/90/ee8fab7304ad6533872fee982cfff5a53b63d095d78140827d93de22e2d4/propcache-0.2.1-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:4a571d97dbe66ef38e472703067021b1467025ec85707d57e78711c085984e54", size = 212199 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/ec/977ffaf1664f82e90737275873461695d4c9407d52abc2f3c3e24716da13/propcache-0.2.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:bb6178c241278d5fe853b3de743087be7f5f4c6f7d6d22a3b524d323eecec505", size = 214827 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/48/031fb87ab6081764054821a71b71942161619549396224cbb242922525e8/propcache-0.2.1-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:ad1af54a62ffe39cf34db1aa6ed1a1873bd548f6401db39d8e7cd060b9211f82", size = 228009 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/06/ef1390f2524850838f2390421b23a8b298f6ce3396a7cc6d39dedd4047b0/propcache-0.2.1-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:e7048abd75fe40712005bcfc06bb44b9dfcd8e101dda2ecf2f5aa46115ad07ca", size = 231638 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/2a/101e6386d5a93358395da1d41642b79c1ee0f3b12e31727932b069282b1d/propcache-0.2.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:160291c60081f23ee43d44b08a7e5fb76681221a8e10b3139618c5a9a291b84e", size = 222788 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/81/786f687951d0979007e05ad9346cd357e50e3d0b0f1a1d6074df334b1bbb/propcache-0.2.1-cp311-cp311-win32.whl", hash = "sha256:819ce3b883b7576ca28da3861c7e1a88afd08cc8c96908e08a3f4dd64a228034", size = 40170 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/59/7cc7037b295d5772eceb426358bb1b86e6cab4616d971bd74275395d100d/propcache-0.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:edc9fc7051e3350643ad929df55c451899bb9ae6d24998a949d2e4c87fb596d3", size = 44404 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/28/1d205fe49be8b1b4df4c50024e62480a442b1a7b818e734308bb0d17e7fb/propcache-0.2.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:081a430aa8d5e8876c6909b67bd2d937bfd531b0382d3fdedb82612c618bc41a", size = 79588 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/ee/fc4d893f8d81cd4971affef2a6cb542b36617cd1d8ce56b406112cb80bf7/propcache-0.2.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:d2ccec9ac47cf4e04897619c0e0c1a48c54a71bdf045117d3a26f80d38ab1fb0", size = 45825 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/de/bbe712f94d088da1d237c35d735f675e494a816fd6f54e9db2f61ef4d03f/propcache-0.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:14d86fe14b7e04fa306e0c43cdbeebe6b2c2156a0c9ce56b815faacc193e320d", size = 45357 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7f/14/7ae06a6cf2a2f1cb382586d5a99efe66b0b3d0c6f9ac2f759e6f7af9d7cf/propcache-0.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:049324ee97bb67285b49632132db351b41e77833678432be52bdd0289c0e05e4", size = 241869 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/59/227a78be960b54a41124e639e2c39e8807ac0c751c735a900e21315f8c2b/propcache-0.2.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:1cd9a1d071158de1cc1c71a26014dcdfa7dd3d5f4f88c298c7f90ad6f27bb46d", size = 247884 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/58/f62b4ffaedf88dc1b17f04d57d8536601e4e030feb26617228ef930c3279/propcache-0.2.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:98110aa363f1bb4c073e8dcfaefd3a5cea0f0834c2aab23dda657e4dab2f53b5", size = 248486 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/07/ebe102777a830bca91bbb93e3479cd34c2ca5d0361b83be9dbd93104865e/propcache-0.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:647894f5ae99c4cf6bb82a1bb3a796f6e06af3caa3d32e26d2350d0e3e3faf24", size = 243649 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/bc/4f7aba7f08f520376c4bb6a20b9a981a581b7f2e385fa0ec9f789bb2d362/propcache-0.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bfd3223c15bebe26518d58ccf9a39b93948d3dcb3e57a20480dfdd315356baff", size = 229103 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/d5/04ac9cd4e51a57a96f78795e03c5a0ddb8f23ec098b86f92de028d7f2a6b/propcache-0.2.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:d71264a80f3fcf512eb4f18f59423fe82d6e346ee97b90625f283df56aee103f", size = 226607 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/f0/24060d959ea41d7a7cc7fdbf68b31852331aabda914a0c63bdb0e22e96d6/propcache-0.2.1-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:e73091191e4280403bde6c9a52a6999d69cdfde498f1fdf629105247599b57ec", size = 221153 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/a7/3ac76045a077b3e4de4859a0753010765e45749bdf53bd02bc4d372da1a0/propcache-0.2.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:3935bfa5fede35fb202c4b569bb9c042f337ca4ff7bd540a0aa5e37131659348", size = 222151 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/af/5e29da6f80cebab3f5a4dcd2a3240e7f56f2c4abf51cbfcc99be34e17f0b/propcache-0.2.1-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:f508b0491767bb1f2b87fdfacaba5f7eddc2f867740ec69ece6d1946d29029a6", size = 233812 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/89/ebe3ad52642cc5509eaa453e9f4b94b374d81bae3265c59d5c2d98efa1b4/propcache-0.2.1-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:1672137af7c46662a1c2be1e8dc78cb6d224319aaa40271c9257d886be4363a6", size = 238829 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/2f/6b32f273fa02e978b7577159eae7471b3cfb88b48563b1c2578b2d7ca0bb/propcache-0.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b74c261802d3d2b85c9df2dfb2fa81b6f90deeef63c2db9f0e029a3cac50b518", size = 230704 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/2e/f40ae6ff5624a5f77edd7b8359b208b5455ea113f68309e2b00a2e1426b6/propcache-0.2.1-cp312-cp312-win32.whl", hash = "sha256:d09c333d36c1409d56a9d29b3a1b800a42c76a57a5a8907eacdbce3f18768246", size = 40050 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/77/a92c3ef994e47180862b9d7d11e37624fb1c00a16d61faf55115d970628b/propcache-0.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:c214999039d4f2a5b2073ac506bba279945233da8c786e490d411dfc30f855c1", size = 44117 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/2a/329e0547cf2def8857157f9477669043e75524cc3e6251cef332b3ff256f/propcache-0.2.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:aca405706e0b0a44cc6bfd41fbe89919a6a56999157f6de7e182a990c36e37bc", size = 77002 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/2d/c4df5415e2382f840dc2ecbca0eeb2293024bc28e57a80392f2012b4708c/propcache-0.2.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:12d1083f001ace206fe34b6bdc2cb94be66d57a850866f0b908972f90996b3e9", size = 44639 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/5a/21aaa4ea2f326edaa4e240959ac8b8386ea31dedfdaa636a3544d9e7a408/propcache-0.2.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:d93f3307ad32a27bda2e88ec81134b823c240aa3abb55821a8da553eed8d9439", size = 44049 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/3e/021b6cd86c0acc90d74784ccbb66808b0bd36067a1bf3e2deb0f3845f618/propcache-0.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ba278acf14471d36316159c94a802933d10b6a1e117b8554fe0d0d9b75c9d536", size = 224819 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/57/c2fdeed1b3b8918b1770a133ba5c43ad3d78e18285b0c06364861ef5cc38/propcache-0.2.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:4e6281aedfca15301c41f74d7005e6e3f4ca143584ba696ac69df4f02f40d629", size = 229625 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/81/70d4ff57bf2877b5780b466471bebf5892f851a7e2ca0ae7ffd728220281/propcache-0.2.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5b750a8e5a1262434fb1517ddf64b5de58327f1adc3524a5e44c2ca43305eb0b", size = 232934 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/b9/bb51ea95d73b3fb4100cb95adbd4e1acaf2cbb1fd1083f5468eeb4a099a8/propcache-0.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bf72af5e0fb40e9babf594308911436c8efde3cb5e75b6f206c34ad18be5c052", size = 227361 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/20/3c6d696cd6fd70b29445960cc803b1851a1131e7a2e4ee261ee48e002bcd/propcache-0.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b2d0a12018b04f4cb820781ec0dffb5f7c7c1d2a5cd22bff7fb055a2cb19ebce", size = 213904 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/cb/1593bfc5ac6d40c010fa823f128056d6bc25b667f5393781e37d62f12005/propcache-0.2.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:e800776a79a5aabdb17dcc2346a7d66d0777e942e4cd251defeb084762ecd17d", size = 212632 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/5c/e95617e222be14a34c709442a0ec179f3207f8a2b900273720501a70ec5e/propcache-0.2.1-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:4160d9283bd382fa6c0c2b5e017acc95bc183570cd70968b9202ad6d8fc48dce", size = 207897 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/3b/56c5ab3dc00f6375fbcdeefdede5adf9bee94f1fab04adc8db118f0f9e25/propcache-0.2.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:30b43e74f1359353341a7adb783c8f1b1c676367b011709f466f42fda2045e95", size = 208118 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/25/d7ef738323fbc6ebcbce33eb2a19c5e07a89a3df2fded206065bd5e868a9/propcache-0.2.1-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:58791550b27d5488b1bb52bc96328456095d96206a250d28d874fafe11b3dfaf", size = 217851 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/77/763e6cef1852cf1ba740590364ec50309b89d1c818e3256d3929eb92fabf/propcache-0.2.1-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:0f022d381747f0dfe27e99d928e31bc51a18b65bb9e481ae0af1380a6725dd1f", size = 222630 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/e9/0f86be33602089c701696fbed8d8c4c07b6ee9605c5b7536fd27ed540c5b/propcache-0.2.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:297878dc9d0a334358f9b608b56d02e72899f3b8499fc6044133f0d319e2ec30", size = 216269 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/02/5ac83217d522394b6a2e81a2e888167e7ca629ef6569a3f09852d6dcb01a/propcache-0.2.1-cp313-cp313-win32.whl", hash = "sha256:ddfab44e4489bd79bda09d84c430677fc7f0a4939a73d2bba3073036f487a0a6", size = 39472 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/33/d6f5420252a36034bc8a3a01171bc55b4bff5df50d1c63d9caa50693662f/propcache-0.2.1-cp313-cp313-win_amd64.whl", hash = "sha256:556fc6c10989f19a179e4321e5d678db8eb2924131e64652a51fe83e4c3db0e1", size = 43363 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/b6/c5319caea262f4821995dca2107483b94a3345d4607ad797c76cb9c36bcc/propcache-0.2.1-py3-none-any.whl", hash = "sha256:52277518d6aae65536e9cea52d4e7fd2f7a66f4aa2d30ed3f2fcea620ace3c54", size = 11818 },
]
[[package]]
name = "proto-plus"
version = "1.26.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "protobuf", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/79/a5c6cbb42268cfd3ddc652dc526889044a8798c688a03ff58e5e92b743c8/proto_plus-1.26.0.tar.gz", hash = "sha256:6e93d5f5ca267b54300880fff156b6a3386b3fa3f43b1da62e680fc0c586ef22", size = 56136 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/c3/59308ccc07b34980f9d532f7afc718a9f32b40e52cde7a740df8d55632fb/proto_plus-1.26.0-py3-none-any.whl", hash = "sha256:bf2dfaa3da281fc3187d12d224c707cb57214fb2c22ba854eb0c105a3fb2d4d7", size = 50166 },
]
[[package]]
name = "protobuf"
version = "5.29.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/d1/e0a911544ca9993e0f17ce6d3cc0932752356c1b0a834397f28e63479344/protobuf-5.29.3.tar.gz", hash = "sha256:5da0f41edaf117bde316404bad1a486cb4ededf8e4a54891296f648e8e076620", size = 424945 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/7a/1e38f3cafa022f477ca0f57a1f49962f21ad25850c3ca0acd3b9d0091518/protobuf-5.29.3-cp310-abi3-win32.whl", hash = "sha256:3ea51771449e1035f26069c4c7fd51fba990d07bc55ba80701c78f886bf9c888", size = 422708 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/fa/aae8e10512b83de633f2646506a6d835b151edf4b30d18d73afd01447253/protobuf-5.29.3-cp310-abi3-win_amd64.whl", hash = "sha256:a4fa6f80816a9a0678429e84973f2f98cbc218cca434abe8db2ad0bffc98503a", size = 434508 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/04/3eaedc2ba17a088961d0e3bd396eac764450f431621b58a04ce898acd126/protobuf-5.29.3-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:a8434404bbf139aa9e1300dbf989667a83d42ddda9153d8ab76e0d5dcaca484e", size = 417825 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/06/7c467744d23c3979ce250397e26d8ad8eeb2bea7b18ca12ad58313c1b8d5/protobuf-5.29.3-cp38-abi3-manylinux2014_aarch64.whl", hash = "sha256:daaf63f70f25e8689c072cfad4334ca0ac1d1e05a92fc15c54eb9cf23c3efd84", size = 319573 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/45/2ebbde52ad2be18d3675b6bee50e68cd73c9e0654de77d595540b5129df8/protobuf-5.29.3-cp38-abi3-manylinux2014_x86_64.whl", hash = "sha256:c027e08a08be10b67c06bf2370b99c811c466398c357e615ca88c91c07f0910f", size = 319672 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/b2/ab07b09e0f6d143dfb839693aa05765257bceaa13d03bf1a696b78323e7a/protobuf-5.29.3-py3-none-any.whl", hash = "sha256:0a18ed4a24198528f2333802eb075e59dea9d679ab7a6c5efb017a59004d849f", size = 172550 },
]
[[package]]
name = "psutil"
version = "5.9.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/7d/d05864a69e452f003c0d77e728e155a89a2a26b09e64860ddd70ad64fb26/psutil-5.9.4.tar.gz", hash = "sha256:3d7f9739eb435d4b1338944abe23f49584bde5395f27487d2ee25ad9a8774a62", size = 485825 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/73/35cea01aad1baf901c915dc95ea33a2f271c8ff8cf2f1c73b7f591f1bdf1/psutil-5.9.4-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:54d5b184728298f2ca8567bf83c422b706200bcbbfafdc06718264f9393cfeb7", size = 243468 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/37/ef88eed265d93bc28c681316f68762c5e04167519e5627a0187c8878b409/psutil-5.9.4-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:16653106f3b59386ffe10e0bad3bb6299e169d5327d3f187614b1cb8f24cf2e1", size = 277515 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/c8/784968329c1c67c28cce91991ef9af8a8913aa5a3399a6a8954b1380572f/psutil-5.9.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:54c0d3d8e0078b7666984e11b12b88af2db11d11249a8ac8920dd5ef68a66e08", size = 280218 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/af/fe14b984e8b0f778d502d387b789d846cb2fcc3989f63be942741266d8c8/psutil-5.9.4-cp36-abi3-win32.whl", hash = "sha256:149555f59a69b33f056ba1c4eb22bb7bf24332ce631c44a319cec09f876aaeff", size = 247217 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/6e/ba97809175c90cbdcd33b470e466ebf0854d15d1506e605cc0ddd284d5b6/psutil-5.9.4-cp36-abi3-win_amd64.whl", hash = "sha256:fd8522436a6ada7b4aad6638662966de0d61d241cb821239b2ae7013d41a43d4", size = 252462 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/26/f026804298b933b11640cc2d15155a545805df732e5ead3a2ad7cf45a38b/psutil-5.9.4-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:6001c809253a29599bc0dfd5179d9f8a5779f9dffea1da0f13c53ee568115e1e", size = 244234 },
]
[[package]]
name = "psycopg2-binary"
version = "2.9.10"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/0e/bdc8274dc0585090b4e3432267d7be4dfbfd8971c0fa59167c711105a6bf/psycopg2-binary-2.9.10.tar.gz", hash = "sha256:4b3df0e6990aa98acda57d983942eff13d824135fe2250e6522edaa782a06de2", size = 385764 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/81/331257dbf2801cdb82105306042f7a1637cc752f65f2bb688188e0de5f0b/psycopg2_binary-2.9.10-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:0ea8e3d0ae83564f2fc554955d327fa081d065c8ca5cc6d2abb643e2c9c1200f", size = 3043397 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/9a/7f4f2f031010bbfe6a02b4a15c01e12eb6b9b7b358ab33229f28baadbfc1/psycopg2_binary-2.9.10-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:3e9c76f0ac6f92ecfc79516a8034a544926430f7b080ec5a0537bca389ee0906", size = 3274806 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/57/8ddd4b374fa811a0b0a0f49b6abad1cde9cb34df73ea3348cc283fcd70b4/psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2ad26b467a405c798aaa1458ba09d7e2b6e5f96b1ce0ac15d82fd9f95dc38a92", size = 2851361 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/66/d1e52c20d283f1f3a8e7e5c1e06851d432f123ef57b13043b4f9b21ffa1f/psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:270934a475a0e4b6925b5f804e3809dd5f90f8613621d062848dd82f9cd62007", size = 3080836 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/cb/592d44a9546aba78f8a1249021fe7c59d3afb8a0ba51434d6610cc3462b6/psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:48b338f08d93e7be4ab2b5f1dbe69dc5e9ef07170fe1f86514422076d9c010d0", size = 3264552 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/33/c8548560b94b7617f203d7236d6cdf36fe1a5a3645600ada6efd79da946f/psycopg2_binary-2.9.10-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7f4152f8f76d2023aac16285576a9ecd2b11a9895373a1f10fd9db54b3ff06b4", size = 3019789 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/0e/c2da0db5bea88a3be52307f88b75eec72c4de62814cbe9ee600c29c06334/psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:32581b3020c72d7a421009ee1c6bf4a131ef5f0a968fab2e2de0c9d2bb4577f1", size = 2871776 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/d7/774afa1eadb787ddf41aab52d4c62785563e29949613c958955031408ae6/psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:2ce3e21dc3437b1d960521eca599d57408a695a0d3c26797ea0f72e834c7ffe5", size = 2820959 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/ed/440dc3f5991a8c6172a1cde44850ead0e483a375277a1aef7cfcec00af07/psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:e984839e75e0b60cfe75e351db53d6db750b00de45644c5d1f7ee5d1f34a1ce5", size = 2919329 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/be/2cc8f4282898306732d2ae7b7378ae14e8df3c1231b53579efa056aae887/psycopg2_binary-2.9.10-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:3c4745a90b78e51d9ba06e2088a2fe0c693ae19cc8cb051ccda44e8df8a6eb53", size = 2957659 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/12/fb8e4f485d98c570e00dad5800e9a2349cfe0f71a767c856857160d343a5/psycopg2_binary-2.9.10-cp310-cp310-win32.whl", hash = "sha256:e5720a5d25e3b99cd0dc5c8a440570469ff82659bb09431c1439b92caf184d3b", size = 1024605 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/4f/217cd2471ecf45d82905dd09085e049af8de6cfdc008b6663c3226dc1c98/psycopg2_binary-2.9.10-cp310-cp310-win_amd64.whl", hash = "sha256:3c18f74eb4386bf35e92ab2354a12c17e5eb4d9798e4c0ad3a00783eae7cd9f1", size = 1163817 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9c/8f/9feb01291d0d7a0a4c6a6bab24094135c2b59c6a81943752f632c75896d6/psycopg2_binary-2.9.10-cp311-cp311-macosx_12_0_x86_64.whl", hash = "sha256:04392983d0bb89a8717772a193cfaac58871321e3ec69514e1c4e0d4957b5aff", size = 3043397 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/30/346e4683532011561cd9c8dfeac6a8153dd96452fee0b12666058ab7893c/psycopg2_binary-2.9.10-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:1a6784f0ce3fec4edc64e985865c17778514325074adf5ad8f80636cd029ef7c", size = 3274806 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/6e/4efebe76f76aee7ec99166b6c023ff8abdc4e183f7b70913d7c047701b79/psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b5f86c56eeb91dc3135b3fd8a95dc7ae14c538a2f3ad77a19645cf55bab1799c", size = 2851370 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7f/fd/ff83313f86b50f7ca089b161b8e0a22bb3c319974096093cd50680433fdb/psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:2b3d2491d4d78b6b14f76881905c7a8a8abcf974aad4a8a0b065273a0ed7a2cb", size = 3080780 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/c4/bfadd202dcda8333a7ccafdc51c541dbdfce7c2c7cda89fa2374455d795f/psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2286791ececda3a723d1910441c793be44625d86d1a4e79942751197f4d30341", size = 3264583 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5d/f1/09f45ac25e704ac954862581f9f9ae21303cc5ded3d0b775532b407f0e90/psycopg2_binary-2.9.10-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:512d29bb12608891e349af6a0cccedce51677725a921c07dba6342beaf576f9a", size = 3019831 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/2e/9beaea078095cc558f215e38f647c7114987d9febfc25cb2beed7c3582a5/psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:5a507320c58903967ef7384355a4da7ff3f28132d679aeb23572753cbf2ec10b", size = 2871822 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/9e/ef93c5d93f3dc9fc92786ffab39e323b9aed066ba59fdc34cf85e2722271/psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:6d4fa1079cab9018f4d0bd2db307beaa612b0d13ba73b5c6304b9fe2fb441ff7", size = 2820975 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/f0/049e9631e3268fe4c5a387f6fc27e267ebe199acf1bc1bc9cbde4bd6916c/psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:851485a42dbb0bdc1edcdabdb8557c09c9655dfa2ca0460ff210522e073e319e", size = 2919320 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/9a/bcb8773b88e45fb5a5ea8339e2104d82c863a3b8558fbb2aadfe66df86b3/psycopg2_binary-2.9.10-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:35958ec9e46432d9076286dda67942ed6d968b9c3a6a2fd62b48939d1d78bf68", size = 2957617 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/6b/144336a9bf08a67d217b3af3246abb1d027095dab726f0687f01f43e8c03/psycopg2_binary-2.9.10-cp311-cp311-win32.whl", hash = "sha256:ecced182e935529727401b24d76634a357c71c9275b356efafd8a2a91ec07392", size = 1024618 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/69/3b3d7bd583c6d3cbe5100802efa5beacaacc86e37b653fc708bf3d6853b8/psycopg2_binary-2.9.10-cp311-cp311-win_amd64.whl", hash = "sha256:ee0e8c683a7ff25d23b55b11161c2663d4b099770f6085ff0a20d4505778d6b4", size = 1163816 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/7d/465cc9795cf76f6d329efdafca74693714556ea3891813701ac1fee87545/psycopg2_binary-2.9.10-cp312-cp312-macosx_12_0_x86_64.whl", hash = "sha256:880845dfe1f85d9d5f7c412efea7a08946a46894537e4e5d091732eb1d34d9a0", size = 3044771 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/31/6d225b7b641a1a2148e3ed65e1aa74fc86ba3fee850545e27be9e1de893d/psycopg2_binary-2.9.10-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:9440fa522a79356aaa482aa4ba500b65f28e5d0e63b801abf6aa152a29bd842a", size = 3275336 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/b7/a68c2b4bff1cbb1728e3ec864b2d92327c77ad52edcd27922535a8366f68/psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e3923c1d9870c49a2d44f795df0c889a22380d36ef92440ff618ec315757e539", size = 2851637 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/b1/cfedc0e0e6f9ad61f8657fd173b2f831ce261c02a08c0b09c652b127d813/psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b2c956c028ea5de47ff3a8d6b3cc3330ab45cf0b7c3da35a2d6ff8420896526", size = 3082097 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/ed/0a8e4153c9b769f59c02fb5e7914f20f0b2483a19dae7bf2db54b743d0d0/psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:f758ed67cab30b9a8d2833609513ce4d3bd027641673d4ebc9c067e4d208eec1", size = 3264776 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/db/d09da68c6a0cdab41566b74e0a6068a425f077169bed0946559b7348ebe9/psycopg2_binary-2.9.10-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8cd9b4f2cfab88ed4a9106192de509464b75a906462fb846b936eabe45c2063e", size = 3020968 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/28/4d6f8c255f0dfffb410db2b3f9ac5218d959a66c715c34cac31081e19b95/psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6dc08420625b5a20b53551c50deae6e231e6371194fa0651dbe0fb206452ae1f", size = 2872334 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/f7/20d7bf796593c4fea95e12119d6cc384ff1f6141a24fbb7df5a668d29d29/psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:d7cd730dfa7c36dbe8724426bf5612798734bff2d3c3857f36f2733f5bfc7c00", size = 2822722 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/e4/0c407ae919ef626dbdb32835a03b6737013c3cc7240169843965cada2bdf/psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:155e69561d54d02b3c3209545fb08938e27889ff5a10c19de8d23eb5a41be8a5", size = 2920132 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/70/aa69c9f69cf09a01da224909ff6ce8b68faeef476f00f7ec377e8f03be70/psycopg2_binary-2.9.10-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:c3cc28a6fd5a4a26224007712e79b81dbaee2ffb90ff406256158ec4d7b52b47", size = 2959312 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/bd/213e59854fafe87ba47814bf413ace0dcee33a89c8c8c814faca6bc7cf3c/psycopg2_binary-2.9.10-cp312-cp312-win32.whl", hash = "sha256:ec8a77f521a17506a24a5f626cb2aee7850f9b69a0afe704586f63a464f3cd64", size = 1025191 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/29/06261ea000e2dc1e22907dbbc483a1093665509ea586b29b8986a0e56733/psycopg2_binary-2.9.10-cp312-cp312-win_amd64.whl", hash = "sha256:18c5ee682b9c6dd3696dad6e54cc7ff3a1a9020df6a5c0f861ef8bfd338c3ca0", size = 1164031 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/30/d41d3ba765609c0763505d565c4d12d8f3c79793f0d0f044ff5a28bf395b/psycopg2_binary-2.9.10-cp313-cp313-macosx_12_0_x86_64.whl", hash = "sha256:26540d4a9a4e2b096f1ff9cce51253d0504dca5a85872c7f7be23be5a53eb18d", size = 3044699 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/44/257ddadec7ef04536ba71af6bc6a75ec05c5343004a7ec93006bee66c0bc/psycopg2_binary-2.9.10-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:e217ce4d37667df0bc1c397fdcd8de5e81018ef305aed9415c3b093faaeb10fb", size = 3275245 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1b/11/48ea1cd11de67f9efd7262085588790a95d9dfcd9b8a687d46caf7305c1a/psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:245159e7ab20a71d989da00f280ca57da7641fa2cdcf71749c193cea540a74f7", size = 2851631 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/e0/62ce5ee650e6c86719d621a761fe4bc846ab9eff8c1f12b1ed5741bf1c9b/psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3c4ded1a24b20021ebe677b7b08ad10bf09aac197d6943bfe6fec70ac4e4690d", size = 3082140 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/ce/63f946c098611f7be234c0dd7cb1ad68b0b5744d34f68062bb3c5aa510c8/psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3abb691ff9e57d4a93355f60d4f4c1dd2d68326c968e7db17ea96df3c023ef73", size = 3264762 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/25/c603cd81402e69edf7daa59b1602bd41eb9859e2824b8c0855d748366ac9/psycopg2_binary-2.9.10-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8608c078134f0b3cbd9f89b34bd60a943b23fd33cc5f065e8d5f840061bd0673", size = 3020967 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/d6/8708d8c6fca531057fa170cdde8df870e8b6a9b136e82b361c65e42b841e/psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:230eeae2d71594103cd5b93fd29d1ace6420d0b86f4778739cb1a5a32f607d1f", size = 2872326 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/ac/5b1ea50fc08a9df82de7e1771537557f07c2632231bbab652c7e22597908/psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:bb89f0a835bcfc1d42ccd5f41f04870c1b936d8507c6df12b7737febc40f0909", size = 2822712 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/fc/504d4503b2abc4570fac3ca56eb8fed5e437bf9c9ef13f36b6621db8ef00/psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f0c2d907a1e102526dd2986df638343388b94c33860ff3bbe1384130828714b1", size = 2920155 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/d1/323581e9273ad2c0dbd1902f3fb50c441da86e894b6e25a73c3fda32c57e/psycopg2_binary-2.9.10-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:f8157bed2f51db683f31306aa497311b560f2265998122abe1dce6428bd86567", size = 2959356 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/50/d13ea0a054189ae1bc21af1d85b6f8bb9bbc5572991055d70ad9006fe2d6/psycopg2_binary-2.9.10-cp313-cp313-win_amd64.whl", hash = "sha256:27422aa5f11fbcd9b18da48373eb67081243662f9b46e6fd07c3eb46e4535142", size = 2569224 },
]
[[package]]
name = "ptyprocess"
version = "0.7.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/e5/16ff212c1e452235a90aeb09066144d0c5a6a8c0834397e03f5224495c4e/ptyprocess-0.7.0.tar.gz", hash = "sha256:5c5d0a3b48ceee0b48485e0c26037c0acd7d29765ca3fbb5cb3831d347423220", size = 70762 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/a6/858897256d0deac81a172289110f31629fc4cee19b6f01283303e18c8db3/ptyprocess-0.7.0-py2.py3-none-any.whl", hash = "sha256:4b41f3967fce3af57cc7e94b888626c18bf37a083e3651ca8feeb66d492fef35", size = 13993 },
]
[[package]]
name = "pure-eval"
version = "0.2.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/cd/05/0a34433a064256a578f1783a10da6df098ceaa4a57bbeaa96a6c0352786b/pure_eval-0.2.3.tar.gz", hash = "sha256:5f4e983f40564c576c7c8635ae88db5956bb2229d7e9237d03b3c0b0190eaf42", size = 19752 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/37/efad0257dc6e593a18957422533ff0f87ede7c9c6ea010a2177d738fb82f/pure_eval-0.2.3-py3-none-any.whl", hash = "sha256:1db8e35b67b3d218d818ae653e27f06c3aa420901fa7b081ca98cbedc874e0d0", size = 11842 },
]
[[package]]
name = "pure-sasl"
version = "0.6.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/b7/a0d688f86c869073cc28c0640899394a1cf68a6d87ee78a09565e9037da6/pure-sasl-0.6.2.tar.gz", hash = "sha256:53c1355f5da95e2b85b2cc9a6af435518edc20c81193faa0eea65fdc835138f4", size = 11617 }
[[package]]
name = "py-cpuinfo"
version = "9.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/a8/d832f7293ebb21690860d2e01d8115e5ff6f2ae8bbdc953f0eb0fa4bd2c7/py-cpuinfo-9.0.0.tar.gz", hash = "sha256:3cdbbf3fac90dc6f118bfd64384f309edeadd902d7c8fb17f02ffa1fc3f49690", size = 104716 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/a9/023730ba63db1e494a271cb018dcd361bd2c917ba7004c3e49d5daf795a2/py_cpuinfo-9.0.0-py3-none-any.whl", hash = "sha256:859625bc251f64e21f077d099d4162689c762b5d6a4c3c97553d56241c9674d5", size = 22335 },
]
[[package]]
name = "py-spy"
version = "0.4.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/cd/9dacc04604dc4398ce5bed77ed59918ad0940f15165954d4aaa651cc640c/py_spy-0.4.0.tar.gz", hash = "sha256:806602ce7972782cc9c1e383f339bfc27bfb822d42485e6a3e0530ae5040e1f0", size = 253236 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/7e/02ca3ee68507db47afce769504060d71b4dc1455f0f9faa8d32fc7762221/py_spy-0.4.0-py2.py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl", hash = "sha256:f2cf3f7130e7d780471faa5957441d3b4e0ec39a79b2c00f4c33d494f7728428", size = 3617847 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/7c/d9e26cc4c8e91f96a3a65de04d2e2e4131fbcaf6830d10917d4fab9d6788/py_spy-0.4.0-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:47cdda4c34d9b6cb01f3aaeceb2e88faf57da880207fe72ff6ff97e9bb6cc8a9", size = 1761955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/e4/8fbfd219b7f282b80e6b2e74c9197850d2c51db8555705567bb65507b060/py_spy-0.4.0-py2.py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eee3d0bde85ca5cf4f01f012d461180ca76c24835a96f7b5c4ded64eb6a008ab", size = 2059471 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/1d/79a94a5ace810c13b730ce96765ca465c171b4952034f1be7402d8accbc1/py_spy-0.4.0-py2.py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:c5f06ffce4c9c98b7fc9f5e67e5e7db591173f1351837633f3f23d9378b1d18a", size = 2067486 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/90/fbbb038f826a83ed15ebc4ae606815d6cad6c5c6399c86c7ab96f6c60817/py_spy-0.4.0-py2.py3-none-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:87573e64dbfdfc89ba2e0f5e2f525aa84e0299c7eb6454b47ea335fde583a7a0", size = 2141433 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/c1/5e012669ebb687e546dc99fcfc4861ebfcf3a337b7a41af945df23140bb5/py_spy-0.4.0-py2.py3-none-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:8bf2f3702cef367a489faa45177b41a6c31b2a3e5bd78c978d44e29340152f5a", size = 2732951 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/8b/dd8490660019a6b0be28d9ffd2bf1db967604b19f3f2719c0e283a16ac7f/py_spy-0.4.0-py2.py3-none-win_amd64.whl", hash = "sha256:77d8f637ade38367d944874776f45b703b7ac5938b1f7be8891f3a5876ddbb96", size = 1810770 },
]
[[package]]
name = "py4j"
version = "0.10.9.7"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/f2/b34255180c72c36ff7097f7c2cdca02abcbd89f5eebf7c7c41262a9a0637/py4j-0.10.9.7.tar.gz", hash = "sha256:0b6e5315bb3ada5cf62ac651d107bb2ebc02def3dee9d9548e3baac644ea8dbb", size = 1508234 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/30/a58b32568f1623aaad7db22aa9eafc4c6c194b429ff35bdc55ca2726da47/py4j-0.10.9.7-py2.py3-none-any.whl", hash = "sha256:85defdfd2b2376eb3abf5ca6474b51ab7e0de341c75a02f46dc9b5976f5a5c1b", size = 200481 },
]
[[package]]
name = "pyarrow"
version = "19.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/01/fe1fd04744c2aa038e5a11c7a4adb3d62bce09798695e54f7274b5977134/pyarrow-19.0.0.tar.gz", hash = "sha256:8d47c691765cf497aaeed4954d226568563f1b3b74ff61139f2d77876717084b", size = 1129096 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/02/1ad80ffd3c558916858a49c83b6e494a9d93009bbebc603cf0cb8263bea7/pyarrow-19.0.0-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:c318eda14f6627966997a7d8c374a87d084a94e4e38e9abbe97395c215830e0c", size = 30686262 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1b/f0/adab5f142eb8203db8bfbd3a816816e37a85423ae684567e7f3555658315/pyarrow-19.0.0-cp310-cp310-macosx_12_0_x86_64.whl", hash = "sha256:62ef8360ff256e960f57ce0299090fb86423afed5e46f18f1225f960e05aae3d", size = 32100005 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/8b/e674083610e5efc48d2f205c568d842cdfdf683d12f9ff0d546e38757722/pyarrow-19.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2795064647add0f16563e57e3d294dbfc067b723f0fd82ecd80af56dad15f503", size = 41144815 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/fb/2726241a792b7f8a58789e5a63d1be9a5a4059206318fd0ff9485a578952/pyarrow-19.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a218670b26fb1bc74796458d97bcab072765f9b524f95b2fccad70158feb8b17", size = 42180380 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/09/7aef12446d8e7002dfc07bb7bc71f594c1d5844ca78b364a49f07efb65b1/pyarrow-19.0.0-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:66732e39eaa2247996a6b04c8aa33e3503d351831424cdf8d2e9a0582ac54b34", size = 40515021 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/55/f05fc5608cc96060c2b24de505324d641888bd62d4eed2fa1dacd872a1e1/pyarrow-19.0.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:e675a3ad4732b92d72e4d24009707e923cab76b0d088e5054914f11a797ebe44", size = 42067488 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/01/097653cec7a944c16313cb748a326771133c142034b252076bd84743b98d/pyarrow-19.0.0-cp310-cp310-win_amd64.whl", hash = "sha256:f094742275586cdd6b1a03655ccff3b24b2610c3af76f810356c4c71d24a2a6c", size = 25276726 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/42/fba3a35bef5833bf88ed35e6a810dc1781236e1d4f808d2df824a7d21819/pyarrow-19.0.0-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:8e3a839bf36ec03b4315dc924d36dcde5444a50066f1c10f8290293c0427b46a", size = 30711936 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/7a/0da93a3eaaf251a30e32f3221e874263cdcd366c2cd6b7c05293aad91152/pyarrow-19.0.0-cp311-cp311-macosx_12_0_x86_64.whl", hash = "sha256:ce42275097512d9e4e4a39aade58ef2b3798a93aa3026566b7892177c266f735", size = 32133182 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/df/fe43b1c50d3100d0de53f988344118bc20362d0de005f8a407454fa565f8/pyarrow-19.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9348a0137568c45601b031a8d118275069435f151cbb77e6a08a27e8125f59d4", size = 41145489 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/bb/6f73b41b342a0342f2516a02db4aa97a4f9569cc35482a5c288090140cd4/pyarrow-19.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a0144a712d990d60f7f42b7a31f0acaccf4c1e43e957f7b1ad58150d6f639c1", size = 42177823 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/7b/f038a96f421e453a71bd7a0f78d62b1b2ae9bcac06ed51179ca532e6a0a2/pyarrow-19.0.0-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:2a1a109dfda558eb011e5f6385837daffd920d54ca00669f7a11132d0b1e6042", size = 40530609 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/39/a2a6714b471c000e6dd6af4495dce00d7d1332351b8e3170dfb9f91dad1f/pyarrow-19.0.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:be686bf625aa7b9bada18defb3a3ea3981c1099697239788ff111d87f04cd263", size = 42081534 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/a3/8396fb06ca05d807e89980c177be26617aad15211ece3184e0caa730b8a6/pyarrow-19.0.0-cp311-cp311-win_amd64.whl", hash = "sha256:239ca66d9a05844bdf5af128861af525e14df3c9591bcc05bac25918e650d3a2", size = 25281090 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/2e/152885f5ef421e80dae68b9c133ab261934f93a6d5e16b61d79c0ed597fb/pyarrow-19.0.0-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:a7bbe7109ab6198688b7079cbad5a8c22de4d47c4880d8e4847520a83b0d1b68", size = 30667964 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/c2/08bbee9a8610a47c9a1466845f405baf53a639ddd947c5133d8ba13544b6/pyarrow-19.0.0-cp312-cp312-macosx_12_0_x86_64.whl", hash = "sha256:4624c89d6f777c580e8732c27bb8e77fd1433b89707f17c04af7635dd9638351", size = 32125039 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/56/06994df823212f5688d3c8bf4294928b12c9be36681872853655724d28c6/pyarrow-19.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2b6d3ce4288793350dc2d08d1e184fd70631ea22a4ff9ea5c4ff182130249d9b", size = 41140729 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/65/38ad577c98140a9db71e9e1e594b6adb58a7478a5afec6456a8ca2df7f70/pyarrow-19.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:450a7d27e840e4d9a384b5c77199d489b401529e75a3b7a3799d4cd7957f2f9c", size = 42202267 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/1f/966b722251a7354114ccbb71cf1a83922023e69efd8945ebf628a851ec4c/pyarrow-19.0.0-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:a08e2a8a039a3f72afb67a6668180f09fddaa38fe0d21f13212b4aba4b5d2451", size = 40505858 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/5e/6bc81aa7fc9affc7d1c03b912fbcc984ca56c2a18513684da267715dab7b/pyarrow-19.0.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:f43f5aef2a13d4d56adadae5720d1fed4c1356c993eda8b59dace4b5983843c1", size = 42084973 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/c3/2f56da818b6a4758cbd514957c67bd0f078ebffa5390ee2e2bf0f9e8defc/pyarrow-19.0.0-cp312-cp312-win_amd64.whl", hash = "sha256:2f672f5364b2d7829ef7c94be199bb88bf5661dd485e21d2d37de12ccb78a136", size = 25241976 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/b9/ba07ed3dd6b6e4f379b78e9c47c50c8886e07862ab7fa6339ac38622d755/pyarrow-19.0.0-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:cf3bf0ce511b833f7bc5f5bb3127ba731e97222023a444b7359f3a22e2a3b463", size = 30651291 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/10/0d304243c8277035298a68a70807efb76199c6c929bb3363c92ac9be6a0d/pyarrow-19.0.0-cp313-cp313-macosx_12_0_x86_64.whl", hash = "sha256:4d8b0c0de0a73df1f1bf439af1b60f273d719d70648e898bc077547649bb8352", size = 32100461 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/61/bcfc5182e11831bca3f849945b9b106e09fd10ded773dff466658e972a45/pyarrow-19.0.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a92aff08e23d281c69835e4a47b80569242a504095ef6a6223c1f6bb8883431d", size = 41132491 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/87/2915a29049ec352dc69a967fbcbd76b0180319233de0daf8bd368df37099/pyarrow-19.0.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c3b78eff5968a1889a0f3bc81ca57e1e19b75f664d9c61a42a604bf9d8402aae", size = 42192529 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/18/44e5542b2707a8afaf78b5b88c608f261871ae77787eac07b7c679ca6f0f/pyarrow-19.0.0-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:b34d3bde38eba66190b215bae441646330f8e9da05c29e4b5dd3e41bde701098", size = 40495363 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/d6/5096deb7599bbd20bc2768058fe23bc725b88eb41bee58303293583a2935/pyarrow-19.0.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:5418d4d0fab3a0ed497bad21d17a7973aad336d66ad4932a3f5f7480d4ca0c04", size = 42074075 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2c/df/e3c839c04c284c9ec3d62b02a8c452b795d9b07b04079ab91ce33484d4c5/pyarrow-19.0.0-cp313-cp313-win_amd64.whl", hash = "sha256:e82c3d5e44e969c217827b780ed8faf7ac4c53f934ae9238872e749fa531f7c9", size = 25239803 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/d3/a6d4088e906c7b5d47792256212606d2ae679046dc750eee0ae167338e5c/pyarrow-19.0.0-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:f208c3b58a6df3b239e0bb130e13bc7487ed14f39a9ff357b6415e3f6339b560", size = 30695401 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/25/70040fd0e397dd1b937f459eaeeec942a76027357491dca0ada09d1322af/pyarrow-19.0.0-cp313-cp313t-macosx_12_0_x86_64.whl", hash = "sha256:c751c1c93955b7a84c06794df46f1cec93e18610dcd5ab7d08e89a81df70a849", size = 32104680 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/f9/92783290cc0d80ca16d34b0c126305bfacca4b87dd889c8f16c6ef2a8fd7/pyarrow-19.0.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b903afaa5df66d50fc38672ad095806443b05f202c792694f3a604ead7c6ea6e", size = 41076754 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/46/2c9870f50a495c72e2b8982ae29a9b1680707ea936edc0de444cec48f875/pyarrow-19.0.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a22a4bc0937856263df8b94f2f2781b33dd7f876f787ed746608e06902d691a5", size = 42163133 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/2f/437922b902549228fb15814e8a26105bff2787ece466a8d886eb6699efad/pyarrow-19.0.0-cp313-cp313t-manylinux_2_28_aarch64.whl", hash = "sha256:5e8a28b918e2e878c918f6d89137386c06fe577cd08d73a6be8dafb317dc2d73", size = 40452210 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/ef/1d7975053af9d106da973bac142d0d4da71b7550a3576cc3e0b3f444d21a/pyarrow-19.0.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:29cd86c8001a94f768f79440bf83fee23963af5e7bc68ce3a7e5f120e17edf89", size = 42077618 },
]
[[package]]
name = "pyasn1"
version = "0.6.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/e9/01f1a64245b89f039897cb0130016d79f77d52669aae6ee7b159a6c4c018/pyasn1-0.6.1.tar.gz", hash = "sha256:6f580d2bdd84365380830acf45550f2511469f673cb4a5ae3857a3170128b034", size = 145322 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/f1/d6a797abb14f6283c0ddff96bbdd46937f64122b8c925cab503dd37f8214/pyasn1-0.6.1-py3-none-any.whl", hash = "sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629", size = 83135 },
]
[[package]]
name = "pyasn1-modules"
version = "0.4.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pyasn1" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/67/6afbf0d507f73c32d21084a79946bfcfca5fbc62a72057e9c23797a737c9/pyasn1_modules-0.4.1.tar.gz", hash = "sha256:c28e2dbf9c06ad61c71a075c7e0f9fd0f1b0bb2d2ad4377f240d33ac2ab60a7c", size = 310028 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/89/bc88a6711935ba795a679ea6ebee07e128050d6382eaa35a0a47c8032bdc/pyasn1_modules-0.4.1-py3-none-any.whl", hash = "sha256:49bfa96b45a292b711e986f222502c1c9a5e1f4e568fc30e2574a6c7d07838fd", size = 181537 },
]
[[package]]
name = "pybind11"
version = "2.13.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/c1/72b9622fcb32ff98b054f724e213c7f70d6898baa714f4516288456ceaba/pybind11-2.13.6.tar.gz", hash = "sha256:ba6af10348c12b24e92fa086b39cfba0eff619b61ac77c406167d813b096d39a", size = 218403 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/2f/0f24b288e2ce56f51c920137620b4434a38fd80583dbbe24fc2a1656c388/pybind11-2.13.6-py3-none-any.whl", hash = "sha256:237c41e29157b962835d356b370ededd57594a26d5894a795960f0047cb5caf5", size = 243282 },
]
[[package]]
name = "pycountry"
version = "24.6.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/57/c389fa68c50590881a75b7883eeb3dc15e9e73a0fdc001cdd45c13290c92/pycountry-24.6.1.tar.gz", hash = "sha256:b61b3faccea67f87d10c1f2b0fc0be714409e8fcdcc1315613174f6466c10221", size = 6043910 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/ec/1fb891d8a2660716aadb2143235481d15ed1cbfe3ad669194690b0604492/pycountry-24.6.1-py3-none-any.whl", hash = "sha256:f1a4fb391cd7214f8eefd39556d740adcc233c778a27f8942c8dca351d6ce06f", size = 6335189 },
]
[[package]]
name = "pycparser"
version = "2.22"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/1d/b2/31537cf4b1ca988837256c910a668b553fceb8f069bedc4b1c826024b52c/pycparser-2.22.tar.gz", hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6", size = 172736 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/a3/a812df4e2dd5696d1f351d58b8fe16a405b234ad2886a0dab9183fb78109/pycparser-2.22-py3-none-any.whl", hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc", size = 117552 },
]
[[package]]
name = "pycryptodome"
version = "3.21.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/52/13b9db4a913eee948152a079fe58d035bd3d1a519584155da8e786f767e6/pycryptodome-3.21.0.tar.gz", hash = "sha256:f7787e0d469bdae763b876174cf2e6c0f7be79808af26b1da96f1a64bcf47297", size = 4818071 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/88/5e83de10450027c96c79dc65ac45e9d0d7a7fef334f39d3789a191f33602/pycryptodome-3.21.0-cp36-abi3-macosx_10_9_universal2.whl", hash = "sha256:2480ec2c72438430da9f601ebc12c518c093c13111a5c1644c82cdfc2e50b1e4", size = 2495937 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/e1/8f28cd8cf7f7563319819d1e172879ccce2333781ae38da61c28fe22d6ff/pycryptodome-3.21.0-cp36-abi3-macosx_10_9_x86_64.whl", hash = "sha256:de18954104667f565e2fbb4783b56667f30fb49c4d79b346f52a29cb198d5b6b", size = 1634629 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/c1/f75a1aaff0c20c11df8dc8e2bf8057e7f73296af7dfd8cbb40077d1c930d/pycryptodome-3.21.0-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2de4b7263a33947ff440412339cb72b28a5a4c769b5c1ca19e33dd6cd1dcec6e", size = 2168708 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/66/6f2b7ddb457b19f73b82053ecc83ba768680609d56dd457dbc7e902c41aa/pycryptodome-3.21.0-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0714206d467fc911042d01ea3a1847c847bc10884cf674c82e12915cfe1649f8", size = 2254555 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2c/2b/152c330732a887a86cbf591ed69bd1b489439b5464806adb270f169ec139/pycryptodome-3.21.0-cp36-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7d85c1b613121ed3dbaa5a97369b3b757909531a959d229406a75b912dd51dd1", size = 2294143 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/92/517c5c498c2980c1b6d6b9965dffbe31f3cd7f20f40d00ec4069559c5902/pycryptodome-3.21.0-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:8898a66425a57bcf15e25fc19c12490b87bd939800f39a03ea2de2aea5e3611a", size = 2160509 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/1f/c74288f54d80a20a78da87df1818c6464ac1041d10988bb7d982c4153fbc/pycryptodome-3.21.0-cp36-abi3-musllinux_1_2_i686.whl", hash = "sha256:932c905b71a56474bff8a9c014030bc3c882cee696b448af920399f730a650c2", size = 2329480 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/1b/d0b013bf7d1af7cf0a6a4fce13f5fe5813ab225313755367b36e714a63f8/pycryptodome-3.21.0-cp36-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:18caa8cfbc676eaaf28613637a89980ad2fd96e00c564135bf90bc3f0b34dd93", size = 2254397 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/71/4cbd3870d3e926c34706f705d6793159ac49d9a213e3ababcdade5864663/pycryptodome-3.21.0-cp36-abi3-win32.whl", hash = "sha256:280b67d20e33bb63171d55b1067f61fbd932e0b1ad976b3a184303a3dad22764", size = 1775641 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/1d/81d59d228381576b92ecede5cd7239762c14001a828bdba30d64896e9778/pycryptodome-3.21.0-cp36-abi3-win_amd64.whl", hash = "sha256:b7aa25fc0baa5b1d95b7633af4f5f1838467f1815442b22487426f94e0d66c53", size = 1812863 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/b3/09ff7072e6d96c9939c24cf51d3c389d7c345bf675420355c22402f71b68/pycryptodome-3.21.0-pp27-pypy_73-manylinux2010_x86_64.whl", hash = "sha256:2cb635b67011bc147c257e61ce864879ffe6d03342dc74b6045059dfbdedafca", size = 1691593 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/91/38e43628148f68ba9b68dedbc323cf409e537fd11264031961fd7c744034/pycryptodome-3.21.0-pp27-pypy_73-win32.whl", hash = "sha256:4c26a2f0dc15f81ea3afa3b0c87b87e501f235d332b7f27e2225ecb80c0b1cdd", size = 1765997 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/16/ae464d4ac338c1dd41f89c41f9488e54f7d2a3acf93bb920bb193b99f8e3/pycryptodome-3.21.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:d5ebe0763c982f069d3877832254f64974139f4f9655058452603ff559c482e8", size = 1615855 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/8c/b0cee957eee1950ce7655006b26a8894cee1dc4b8747ae913684352786eb/pycryptodome-3.21.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7ee86cbde706be13f2dec5a42b52b1c1d1cbb90c8e405c68d0755134735c8dc6", size = 1650018 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/93/4d/d7138068089b99f6b0368622e60f97a577c936d75f533552a82613060c58/pycryptodome-3.21.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0fd54003ec3ce4e0f16c484a10bc5d8b9bd77fa662a12b85779a2d2d85d67ee0", size = 1687977 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/02/90ae1ac9f28be4df0ed88c127bf4acc1b102b40053e172759d4d1c54d937/pycryptodome-3.21.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:5dfafca172933506773482b0e18f0cd766fd3920bd03ec85a283df90d8a17bc6", size = 1788273 },
]
[[package]]
name = "pydantic"
version = "2.10.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "annotated-types" },
{ name = "pydantic-core" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/c7/ca334c2ef6f2e046b1144fe4bb2a5da8a4c574e7f2ebf7e16b34a6a2fa92/pydantic-2.10.5.tar.gz", hash = "sha256:278b38dbbaec562011d659ee05f63346951b3a248a6f3642e1bc68894ea2b4ff", size = 761287 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/26/82663c79010b28eddf29dcdd0ea723439535fa917fce5905885c0e9ba562/pydantic-2.10.5-py3-none-any.whl", hash = "sha256:4dd4e322dbe55472cb7ca7e73f4b63574eecccf2835ffa2af9021ce113c83c53", size = 431426 },
]
[[package]]
name = "pydantic-core"
version = "2.27.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/01/f3e5ac5e7c25833db5eb555f7b7ab24cd6f8c322d3a3ad2d67a952dc0abc/pydantic_core-2.27.2.tar.gz", hash = "sha256:eb026e5a4c1fee05726072337ff51d1efb6f59090b7da90d30ea58625b1ffb39", size = 413443 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/bc/fed5f74b5d802cf9a03e83f60f18864e90e3aed7223adaca5ffb7a8d8d64/pydantic_core-2.27.2-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:2d367ca20b2f14095a8f4fa1210f5a7b78b8a20009ecced6b12818f455b1e9fa", size = 1895938 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/2a/185aff24ce844e39abb8dd680f4e959f0006944f4a8a0ea372d9f9ae2e53/pydantic_core-2.27.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:491a2b73db93fab69731eaee494f320faa4e093dbed776be1a829c2eb222c34c", size = 1815684 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/43/fafabd3d94d159d4f1ed62e383e264f146a17dd4d48453319fd782e7979e/pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7969e133a6f183be60e9f6f56bfae753585680f3b7307a8e555a948d443cc05a", size = 1829169 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/d1/f2dfe1a2a637ce6800b799aa086d079998959f6f1215eb4497966efd2274/pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:3de9961f2a346257caf0aa508a4da705467f53778e9ef6fe744c038119737ef5", size = 1867227 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/39/e06fcbcc1c785daa3160ccf6c1c38fea31f5754b756e34b65f74e99780b5/pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e2bb4d3e5873c37bb3dd58714d4cd0b0e6238cebc4177ac8fe878f8b3aa8e74c", size = 2037695 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/67/61291ee98e07f0650eb756d44998214231f50751ba7e13f4f325d95249ab/pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:280d219beebb0752699480fe8f1dc61ab6615c2046d76b7ab7ee38858de0a4e7", size = 2741662 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/90/3b15e31b88ca39e9e626630b4c4a1f5a0dfd09076366f4219429e6786076/pydantic_core-2.27.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:47956ae78b6422cbd46f772f1746799cbb862de838fd8d1fbd34a82e05b0983a", size = 1993370 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/83/c06d333ee3a67e2e13e07794995c1535565132940715931c1c43bfc85b11/pydantic_core-2.27.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:14d4a5c49d2f009d62a2a7140d3064f686d17a5d1a268bc641954ba181880236", size = 1996813 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/f7/89be1c8deb6e22618a74f0ca0d933fdcb8baa254753b26b25ad3acff8f74/pydantic_core-2.27.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:337b443af21d488716f8d0b6164de833e788aa6bd7e3a39c005febc1284f4962", size = 2005287 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/7d/8eb3e23206c00ef7feee17b83a4ffa0a623eb1a9d382e56e4aa46fd15ff2/pydantic_core-2.27.2-cp310-cp310-musllinux_1_1_armv7l.whl", hash = "sha256:03d0f86ea3184a12f41a2d23f7ccb79cdb5a18e06993f8a45baa8dfec746f0e9", size = 2128414 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/99/fe80f3ff8dd71a3ea15763878d464476e6cb0a2db95ff1c5c554133b6b83/pydantic_core-2.27.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:7041c36f5680c6e0f08d922aed302e98b3745d97fe1589db0a3eebf6624523af", size = 2155301 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/a3/e50460b9a5789ca1451b70d4f52546fa9e2b420ba3bfa6100105c0559238/pydantic_core-2.27.2-cp310-cp310-win32.whl", hash = "sha256:50a68f3e3819077be2c98110c1f9dcb3817e93f267ba80a2c05bb4f8799e2ff4", size = 1816685 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/4c/a8838731cb0f2c2a39d3535376466de6049034d7b239c0202a64aaa05533/pydantic_core-2.27.2-cp310-cp310-win_amd64.whl", hash = "sha256:e0fd26b16394ead34a424eecf8a31a1f5137094cabe84a1bcb10fa6ba39d3d31", size = 1982876 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/89/f3450af9d09d44eea1f2c369f49e8f181d742f28220f88cc4dfaae91ea6e/pydantic_core-2.27.2-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:8e10c99ef58cfdf2a66fc15d66b16c4a04f62bca39db589ae8cba08bc55331bc", size = 1893421 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/e3/71fe85af2021f3f386da42d291412e5baf6ce7716bd7101ea49c810eda90/pydantic_core-2.27.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:26f32e0adf166a84d0cb63be85c562ca8a6fa8de28e5f0d92250c6b7e9e2aff7", size = 1814998 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/3c/724039e0d848fd69dbf5806894e26479577316c6f0f112bacaf67aa889ac/pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8c19d1ea0673cd13cc2f872f6c9ab42acc4e4f492a7ca9d3795ce2b112dd7e15", size = 1826167 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/5b/1b29e8c1fb5f3199a9a57c1452004ff39f494bbe9bdbe9a81e18172e40d3/pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5e68c4446fe0810e959cdff46ab0a41ce2f2c86d227d96dc3847af0ba7def306", size = 1865071 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/6c/3985203863d76bb7d7266e36970d7e3b6385148c18a68cc8915fd8c84d57/pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d9640b0059ff4f14d1f37321b94061c6db164fbe49b334b31643e0528d100d99", size = 2036244 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0e/41/f15316858a246b5d723f7d7f599f79e37493b2e84bfc789e58d88c209f8a/pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:40d02e7d45c9f8af700f3452f329ead92da4c5f4317ca9b896de7ce7199ea459", size = 2737470 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/7c/b860618c25678bbd6d1d99dbdfdf0510ccb50790099b963ff78a124b754f/pydantic_core-2.27.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1c1fd185014191700554795c99b347d64f2bb637966c4cfc16998a0ca700d048", size = 1992291 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/73/42c3742a391eccbeab39f15213ecda3104ae8682ba3c0c28069fbcb8c10d/pydantic_core-2.27.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:d81d2068e1c1228a565af076598f9e7451712700b673de8f502f0334f281387d", size = 1994613 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/7a/941e89096d1175d56f59340f3a8ebaf20762fef222c298ea96d36a6328c5/pydantic_core-2.27.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:1a4207639fb02ec2dbb76227d7c751a20b1a6b4bc52850568e52260cae64ca3b", size = 2002355 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/95/2359937a73d49e336a5a19848713555605d4d8d6940c3ec6c6c0ca4dcf25/pydantic_core-2.27.2-cp311-cp311-musllinux_1_1_armv7l.whl", hash = "sha256:3de3ce3c9ddc8bbd88f6e0e304dea0e66d843ec9de1b0042b0911c1663ffd474", size = 2126661 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/4c/ca02b7bdb6012a1adef21a50625b14f43ed4d11f1fc237f9d7490aa5078c/pydantic_core-2.27.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:30c5f68ded0c36466acede341551106821043e9afaad516adfb6e8fa80a4e6a6", size = 2153261 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/9d/a241db83f973049a1092a079272ffe2e3e82e98561ef6214ab53fe53b1c7/pydantic_core-2.27.2-cp311-cp311-win32.whl", hash = "sha256:c70c26d2c99f78b125a3459f8afe1aed4d9687c24fd677c6a4436bc042e50d6c", size = 1812361 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/ef/013f07248041b74abd48a385e2110aa3a9bbfef0fbd97d4e6d07d2f5b89a/pydantic_core-2.27.2-cp311-cp311-win_amd64.whl", hash = "sha256:08e125dbdc505fa69ca7d9c499639ab6407cfa909214d500897d02afb816e7cc", size = 1982484 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/1c/16b3a3e3398fd29dca77cea0a1d998d6bde3902fa2706985191e2313cc76/pydantic_core-2.27.2-cp311-cp311-win_arm64.whl", hash = "sha256:26f0d68d4b235a2bae0c3fc585c585b4ecc51382db0e3ba402a22cbc440915e4", size = 1867102 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/74/51c8a5482ca447871c93e142d9d4a92ead74de6c8dc5e66733e22c9bba89/pydantic_core-2.27.2-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:9e0c8cfefa0ef83b4da9588448b6d8d2a2bf1a53c3f1ae5fca39eb3061e2f0b0", size = 1893127 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/f3/c97e80721735868313c58b89d2de85fa80fe8dfeeed84dc51598b92a135e/pydantic_core-2.27.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:83097677b8e3bd7eaa6775720ec8e0405f1575015a463285a92bfdfe254529ef", size = 1811340 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/91/840ec1375e686dbae1bd80a9e46c26a1e0083e1186abc610efa3d9a36180/pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:172fce187655fece0c90d90a678424b013f8fbb0ca8b036ac266749c09438cb7", size = 1822900 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/31/4240bc96025035500c18adc149aa6ffdf1a0062a4b525c932065ceb4d868/pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:519f29f5213271eeeeb3093f662ba2fd512b91c5f188f3bb7b27bc5973816934", size = 1869177 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/20/02fbaadb7808be578317015c462655c317a77a7c8f0ef274bc016a784c54/pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:05e3a55d124407fffba0dd6b0c0cd056d10e983ceb4e5dbd10dda135c31071d6", size = 2038046 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/06/86/7f306b904e6c9eccf0668248b3f272090e49c275bc488a7b88b0823444a4/pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9c3ed807c7b91de05e63930188f19e921d1fe90de6b4f5cd43ee7fcc3525cb8c", size = 2685386 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/f0/49129b27c43396581a635d8710dae54a791b17dfc50c70164866bbf865e3/pydantic_core-2.27.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6fb4aadc0b9a0c063206846d603b92030eb6f03069151a625667f982887153e2", size = 1997060 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/0f/943b4af7cd416c477fd40b187036c4f89b416a33d3cc0ab7b82708a667aa/pydantic_core-2.27.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:28ccb213807e037460326424ceb8b5245acb88f32f3d2777427476e1b32c48c4", size = 2004870 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/40/aea70b5b1a63911c53a4c8117c0a828d6790483f858041f47bab0b779f44/pydantic_core-2.27.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:de3cd1899e2c279b140adde9357c4495ed9d47131b4a4eaff9052f23398076b3", size = 1999822 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/b3/807b94fd337d58effc5498fd1a7a4d9d59af4133e83e32ae39a96fddec9d/pydantic_core-2.27.2-cp312-cp312-musllinux_1_1_armv7l.whl", hash = "sha256:220f892729375e2d736b97d0e51466252ad84c51857d4d15f5e9692f9ef12be4", size = 2130364 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/df/791c827cd4ee6efd59248dca9369fb35e80a9484462c33c6649a8d02b565/pydantic_core-2.27.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:a0fcd29cd6b4e74fe8ddd2c90330fd8edf2e30cb52acda47f06dd615ae72da57", size = 2158303 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/67/4e197c300976af185b7cef4c02203e175fb127e414125916bf1128b639a9/pydantic_core-2.27.2-cp312-cp312-win32.whl", hash = "sha256:1e2cb691ed9834cd6a8be61228471d0a503731abfb42f82458ff27be7b2186fc", size = 1834064 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/ea/cd7209a889163b8dcca139fe32b9687dd05249161a3edda62860430457a5/pydantic_core-2.27.2-cp312-cp312-win_amd64.whl", hash = "sha256:cc3f1a99a4f4f9dd1de4fe0312c114e740b5ddead65bb4102884b384c15d8bc9", size = 1989046 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/49/c54baab2f4658c26ac633d798dab66b4c3a9bbf47cff5284e9c182f4137a/pydantic_core-2.27.2-cp312-cp312-win_arm64.whl", hash = "sha256:3911ac9284cd8a1792d3cb26a2da18f3ca26c6908cc434a18f730dc0db7bfa3b", size = 1885092 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/b1/9bc383f48f8002f99104e3acff6cba1231b29ef76cfa45d1506a5cad1f84/pydantic_core-2.27.2-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:7d14bd329640e63852364c306f4d23eb744e0f8193148d4044dd3dacdaacbd8b", size = 1892709 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/6c/e62b8657b834f3eb2961b49ec8e301eb99946245e70bf42c8817350cbefc/pydantic_core-2.27.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:82f91663004eb8ed30ff478d77c4d1179b3563df6cdb15c0817cd1cdaf34d154", size = 1811273 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/15/52cfe49c8c986e081b863b102d6b859d9defc63446b642ccbbb3742bf371/pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:71b24c7d61131bb83df10cc7e687433609963a944ccf45190cfc21e0887b08c9", size = 1823027 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/1c/b6f402cfc18ec0024120602bdbcebc7bdd5b856528c013bd4d13865ca473/pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:fa8e459d4954f608fa26116118bb67f56b93b209c39b008277ace29937453dc9", size = 1868888 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/7b/8cb75b66ac37bc2975a3b7de99f3c6f355fcc4d89820b61dffa8f1e81677/pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ce8918cbebc8da707ba805b7fd0b382816858728ae7fe19a942080c24e5b7cd1", size = 2037738 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/f1/786d8fe78970a06f61df22cba58e365ce304bf9b9f46cc71c8c424e0c334/pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:eda3f5c2a021bbc5d976107bb302e0131351c2ba54343f8a496dc8783d3d3a6a", size = 2685138 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/74/d12b2cd841d8724dc8ffb13fc5cef86566a53ed358103150209ecd5d1999/pydantic_core-2.27.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bd8086fa684c4775c27f03f062cbb9eaa6e17f064307e86b21b9e0abc9c0f02e", size = 1997025 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/6e/940bcd631bc4d9a06c9539b51f070b66e8f370ed0933f392db6ff350d873/pydantic_core-2.27.2-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:8d9b3388db186ba0c099a6d20f0604a44eabdeef1777ddd94786cdae158729e4", size = 2004633 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/cc/a46b34f1708d82498c227d5d80ce615b2dd502ddcfd8376fc14a36655af1/pydantic_core-2.27.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:7a66efda2387de898c8f38c0cf7f14fca0b51a8ef0b24bfea5849f1b3c95af27", size = 1999404 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/2d/c365cfa930ed23bc58c41463bae347d1005537dc8db79e998af8ba28d35e/pydantic_core-2.27.2-cp313-cp313-musllinux_1_1_armv7l.whl", hash = "sha256:18a101c168e4e092ab40dbc2503bdc0f62010e95d292b27827871dc85450d7ee", size = 2130130 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/d7/eb64d015c350b7cdb371145b54d96c919d4db516817f31cd1c650cae3b21/pydantic_core-2.27.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:ba5dd002f88b78a4215ed2f8ddbdf85e8513382820ba15ad5ad8955ce0ca19a1", size = 2157946 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/99/bddde3ddde76c03b65dfd5a66ab436c4e58ffc42927d4ff1198ffbf96f5f/pydantic_core-2.27.2-cp313-cp313-win32.whl", hash = "sha256:1ebaf1d0481914d004a573394f4be3a7616334be70261007e47c2a6fe7e50130", size = 1834387 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/47/82b5e846e01b26ac6f1893d3c5f9f3a2eb6ba79be26eef0b759b4fe72946/pydantic_core-2.27.2-cp313-cp313-win_amd64.whl", hash = "sha256:953101387ecf2f5652883208769a79e48db18c6df442568a0b5ccd8c2723abee", size = 1990453 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/b2/b2b50d5ecf21acf870190ae5d093602d95f66c9c31f9d5de6062eb329ad1/pydantic_core-2.27.2-cp313-cp313-win_arm64.whl", hash = "sha256:ac4dbfd1691affb8f48c2c13241a2e3b60ff23247cbcf981759c768b6633cf8b", size = 1885186 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/72/af70981a341500419e67d5cb45abe552a7c74b66326ac8877588488da1ac/pydantic_core-2.27.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:2bf14caea37e91198329b828eae1618c068dfb8ef17bb33287a7ad4b61ac314e", size = 1891159 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/3d/c5913cccdef93e0a6a95c2d057d2c2cba347815c845cda79ddd3c0f5e17d/pydantic_core-2.27.2-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:b0cb791f5b45307caae8810c2023a184c74605ec3bcbb67d13846c28ff731ff8", size = 1768331 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/f0/a3ae8fbee269e4934f14e2e0e00928f9346c5943174f2811193113e58252/pydantic_core-2.27.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:688d3fd9fcb71f41c4c015c023d12a79d1c4c0732ec9eb35d96e3388a120dcf3", size = 1822467 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/7a/7bbf241a04e9f9ea24cd5874354a83526d639b02674648af3f350554276c/pydantic_core-2.27.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3d591580c34f4d731592f0e9fe40f9cc1b430d297eecc70b962e93c5c668f15f", size = 1979797 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/5f/4784c6107731f89e0005a92ecb8a2efeafdb55eb992b8e9d0a2be5199335/pydantic_core-2.27.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:82f986faf4e644ffc189a7f1aafc86e46ef70372bb153e7001e8afccc6e54133", size = 1987839 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/a7/61246562b651dff00de86a5f01b6e4befb518df314c54dec187a78d81c84/pydantic_core-2.27.2-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl", hash = "sha256:bec317a27290e2537f922639cafd54990551725fc844249e64c523301d0822fc", size = 1998861 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/aa/837821ecf0c022bbb74ca132e117c358321e72e7f9702d1b6a03758545e2/pydantic_core-2.27.2-pp310-pypy310_pp73-musllinux_1_1_armv7l.whl", hash = "sha256:0296abcb83a797db256b773f45773da397da75a08f5fcaef41f2044adec05f50", size = 2116582 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/b0/5e74656e95623cbaa0a6278d16cf15e10a51f6002e3ec126541e95c29ea3/pydantic_core-2.27.2-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl", hash = "sha256:0d75070718e369e452075a6017fbf187f788e17ed67a3abd47fa934d001863d9", size = 2151985 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/63/37/3e32eeb2a451fddaa3898e2163746b0cffbbdbb4740d38372db0490d67f3/pydantic_core-2.27.2-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:7e17b560be3c98a8e3aa66ce828bdebb9e9ac6ad5466fba92eb74c4c95cb1151", size = 2004715 },
]
[[package]]
name = "pydantic-settings"
version = "2.7.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pydantic" },
{ name = "python-dotenv" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/7b/c58a586cd7d9ac66d2ee4ba60ca2d241fa837c02bca9bea80a9a8c3d22a9/pydantic_settings-2.7.1.tar.gz", hash = "sha256:10c9caad35e64bfb3c2fbf70a078c0e25cc92499782e5200747f942a065dec93", size = 79920 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/46/93416fdae86d40879714f72956ac14df9c7b76f7d41a4d68aa9f71a0028b/pydantic_settings-2.7.1-py3-none-any.whl", hash = "sha256:590be9e6e24d06db33a4262829edef682500ef008565a969c73d39d5f8bfb3fd", size = 29718 },
]
[[package]]
name = "pygls"
version = "1.3.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cattrs" },
{ name = "lsprotocol" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/b9/41d173dad9eaa9db9c785a85671fc3d68961f08d67706dc2e79011e10b5c/pygls-1.3.1.tar.gz", hash = "sha256:140edceefa0da0e9b3c533547c892a42a7d2fd9217ae848c330c53d266a55018", size = 45527 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/19/b74a10dd24548e96e8c80226cbacb28b021bc3a168a7d2709fb0d0185348/pygls-1.3.1-py3-none-any.whl", hash = "sha256:6e00f11efc56321bdeb6eac04f6d86131f654c7d49124344a9ebb968da3dd91e", size = 56031 },
]
[[package]]
name = "pygments"
version = "2.19.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/2d/c3338d48ea6cc0feb8446d8e6937e1408088a72a39937982cc6111d17f84/pygments-2.19.1.tar.gz", hash = "sha256:61c16d2a8576dc0649d9f39e089b5f02bcd27fba10d8fb4dcc28173f7a45151f", size = 4968581 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/0b/9fcc47d19c48b59121088dd6da2488a49d5f72dacf8262e2790a1d2c7d15/pygments-2.19.1-py3-none-any.whl", hash = "sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c", size = 1225293 },
]
[[package]]
name = "pyhive"
version = "0.7.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "future" },
{ name = "python-dateutil" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/ec/5c658b3a4d99a6d9145030cc8e003c3f7efc668d866e88544812ab0af310/PyHive-0.7.0.tar.gz", hash = "sha256:585beff9578a61b99aed47140fec97e26323e8c685a5b5d0c8550a8ebf8a24e0" }
[[package]]
name = "pyjwt"
version = "2.8.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/72/8259b2bccfe4673330cea843ab23f86858a419d8f1493f66d413a76c7e3b/PyJWT-2.8.0.tar.gz", hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de", size = 78313 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/4f/e04a8067c7c96c364cef7ef73906504e2f40d690811c021e1a1901473a19/PyJWT-2.8.0-py3-none-any.whl", hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320", size = 22591 },
]
[[package]]
name = "pymilvus"
version = "2.4.9"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "environs" },
{ name = "grpcio" },
{ name = "milvus-lite", marker = "sys_platform != 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pandas" },
{ name = "protobuf" },
{ name = "setuptools" },
{ name = "ujson" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/e4/208ac8d384bdcfa1a2983a6394705edccfd15a99f6f0e478ea0400fc1c73/pymilvus-2.4.9.tar.gz", hash = "sha256:0937663700007c23a84cfc0656160b301f6ff9247aaec4c96d599a6b43572136", size = 1219775 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0e/98/0d79ebcc04e8a469f796e644302edee4368927a268f11afc298b6bd76e1f/pymilvus-2.4.9-py3-none-any.whl", hash = "sha256:45313607d2c164064bdc44e0f933cb6d6afa92e9efcc7f357c5240c57db58fbe", size = 201144 },
]
[[package]]
name = "pympler"
version = "1.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pywin32", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/37/c384631908029676d8e7213dd956bb686af303a80db7afbc9be36bc49495/pympler-1.1.tar.gz", hash = "sha256:1eaa867cb8992c218430f1708fdaccda53df064144d1c5656b1e6f1ee6000424", size = 179954 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/4f/a6a2e2b202d7fd97eadfe90979845b8706676b41cbd3b42ba75adf329d1f/Pympler-1.1-py3-none-any.whl", hash = "sha256:5b223d6027d0619584116a0cbc28e8d2e378f7a79c1e5e024f9ff3b673c58506", size = 165766 },
]
[[package]]
name = "pymssql"
version = "2.3.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/c8/2ce5b171581c2e4d5d9726aaa805eb01febc7ed70a3bf686e1e0f5501b07/pymssql-2.3.2.tar.gz", hash = "sha256:18089641b687be1ebd0f64f0d1ff977478a397ffa1af372bdf10dbec29cf6d2e", size = 184760 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/a4/dbabcdea2f07e580c30ad0e159e22227bf6c8e0ba5800e8bc29585d77f8e/pymssql-2.3.2-cp310-cp310-macosx_13_0_x86_64.whl", hash = "sha256:73fac766b448613d7ae26e6b304b2cb8a7ffebccaa373633bad3b3cbcc829935", size = 2773345 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/76/953d46be8d24a92806c060f1fad16f21e4aae8257fa30587e6eb8d5dac82/pymssql-2.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:eb629b5fb0376fbf39d575cf1365e504b84877b19f9e8d53caa5228fed56894a", size = 3895799 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/78/b47a88636cbe1a6f41cc11b45bd986aab891f1324843d3449ec83aebc2ba/pymssql-2.3.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ab912d1178d5977e421cf9c4d4071958b223cbe4a2b6dd64611d521aa6bb7187", size = 3902232 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/78/6d78d3ed551341d86cc3b56dc944d0c6dea5ceab7c634b9b6e8fc51242f2/pymssql-2.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:06883bc9bdb297ae9132d9371b5b1a3a223c8f93dd6a87d1c112c6a688f26d53", size = 4248032 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/8f/c58225d71a4c5929493c8af8ca004f2c539d456920ef0a20a70459891f8f/pymssql-2.3.2-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:c24ba6aedb9b5540b56f3e74bff92b687c6e90c00650823385729c7e55923cf5", size = 4633948 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/f1/e50ee90dc03b1d57356ddefef037b0f5c1404c63ae1af2f2583184cfdd79/pymssql-2.3.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:26bdb7abd5f107b6be422635f03e2cecaa52a5f4c394a205014586abbff9e72a", size = 3984523 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/13/02d8d68637b9e35176c81a59758eee2d951713e742ffe426fd7b490d6ef2/pymssql-2.3.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:72b6599963b6e066998c4b27b7bf207684c243b12b1e5dcc180b2af22802ae6c", size = 4002836 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/96/0e978914c5ac936b0ff547dda0abc8aa0393034a3e20932f524da4510d91/pymssql-2.3.2-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:23f5e2e2bdba1cf7cecbac66dd07de7631a8efca5692efee18ff46ebc087b757", size = 4469080 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/b1/71e4f987d5facf1e6309583763c3769f454f061889326156d5350bfede09/pymssql-2.3.2-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:82ed3dd560d3fb222d26ce3a7373f46dc3ad1d50b6e6417ef7399e87fa9aefe1", size = 4679770 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/5c/0a7fa7e44aebbad2c2769091afe85cf1ebb65e811b970428103d659eb4b9/pymssql-2.3.2-cp310-cp310-win32.whl", hash = "sha256:cbe9058b6520be74463476ff2cdb17bbab5ff60b60b3ed7bd8bd2d086bdfd9bd", size = 1320206 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/3d/0e5a83e081f1f2f19b6a0a65a98d8c77b794d80215938f195c5836c06238/pymssql-2.3.2-cp310-cp310-win_amd64.whl", hash = "sha256:fdd774b26407babd0205ef85a098f90553e6b3da77a22322a1e7d2cb51f742c0", size = 2005042 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/0d/a919acf75a26a5c5dabceb11b4f7446d7860a761ef68bdce3cd1055c9d25/pymssql-2.3.2-cp311-cp311-macosx_13_0_universal2.whl", hash = "sha256:2a44a0898dacba4e25cac8778d0ed112e297883fe862204e447081888da78dc4", size = 3070057 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/e0/3a87b214403c361a19bd6c7d8462a6f3a1e87661909fc326b8f5f0efd9f8/pymssql-2.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f9737c06b13ca2012b9900185fa3af72a37941c532da2e6373dd7c9ab16abddf", size = 4044744 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1b/f0/0359b8a371723d8e3a9255755e42fcb3ab32700a4a14b3121dbc438ad39f/pymssql-2.3.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0831c5c95aab0b9aba5142dc97e28f59c4130e1c34ffc13ecbfdd4d2fe45b8a0", size = 4032859 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/06/d6/3499b98a591bf713deed6f48b1b3b3e80c008b4ed1760d6f9c07f7824772/pymssql-2.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ae02cc1594f0addd748bf5ac1ccc7a73c03846ada9c553663c381b242b586606", size = 4391018 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/cb/d8aadb2628917b2fc386446f871dc32124c5029c9e48f6dea4d887dba70c/pymssql-2.3.2-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:1c99dba4bf5b1ce10657e9e2885f18ba9179190251b63d1498e7d6d72e64f1ce", size = 4788674 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/a0/d80b9ad5807f5a14e249f011a6d24f16fa6ef96bd6e643d9b677d74d90a0/pymssql-2.3.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:9e3d6fada7fbe7a5f5fafc420673f777bab3f399c78fa44e29de6a8cbc36e515", size = 4123868 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/87/5247858d1a7d03634c2082679c1a4fe40775e226fb3fc70c855851fe9938/pymssql-2.3.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5904d78e61668ec89761d3ae01efd4b42b31d820f612929f449e93cd23ba3c54", size = 4157236 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/29/07da1e426b9627a870e762ec2d1b7f5fc144d4c201a312cec79633486cb0/pymssql-2.3.2-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:9361593a89c9162fc631baf648a87e2666373382d9d54aacfb19edab9ceb2007", size = 4629804 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/9b/1ced1ab60e5b9e025aab65bede8f05595e1c763db1decd20c093f8267176/pymssql-2.3.2-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:0768d90f96ae3267d7561d3bcfe94dd671d107489e870388b12570c3debbc552", size = 4843590 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/9e/94af63f23becb5b411eba30d2090f17b8455c91166209e3c672d3199e859/pymssql-2.3.2-cp311-cp311-win32.whl", hash = "sha256:97fbd8491ad3ece0adcb321acec6db48b8fe37bc74af4c91bb657d4d9347d634", size = 1319041 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/f8/9336690fb988f7a848aaafd0b1df9aff9e16b7c24be1da7fc27e64e0b30c/pymssql-2.3.2-cp311-cp311-win_amd64.whl", hash = "sha256:79cdc3ed1da3129ba56232127db86279728c4328595e2532ed4d0da6379a5c72", size = 2005840 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/b4/d9b30b565cf8af6d3f0e90802694860ff2e1c269d444be6ca24c4cfd9761/pymssql-2.3.2-cp312-cp312-macosx_13_0_universal2.whl", hash = "sha256:235c230e56d8c8c5f289e665c538f31d967fec302d05ad269dcd64fa9d6eb3b7", size = 3042870 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/da/be4296cf0b4fd8b4f1a082cba2b8d08d7e730e98b8f0be62c84db891796f/pymssql-2.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1bc33ed9af6d8ebea2d49144cd2317b7ae1105dd51dddfd46982c90c8f0cf6ab", size = 3987883 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/80/ae1a77e5de1ca0a9f0a1ff5d9b60dc9c270e3afa6932302e459bd529aadc/pymssql-2.3.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:793a93da1521fa66bf02b3b873065e22bf14bda5570e005ce3d5fae0776d7b92", size = 3961886 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/d3/28e827a01234853fcfbb71703a5dcee490988eb5d1ff8859ac9fcc6db38c/pymssql-2.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b156b15165f7a0bbb392a124d8e2d678145c93e5bfcfef3b637e4d87eadcc85b", size = 4350551 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/53/626d5f203d3d05e6af5cfd1c611def622abb815ba7315c766c4faefd569d/pymssql-2.3.2-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:f2b1da4e68d618c7972e583ae19f386ae620258acb61564e8067c203f27cd769", size = 4745384 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/ec/ff4d831bd250b2b5491c7f85abf04ce2c5613cd955e1855957b98fd72b89/pymssql-2.3.2-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:2f4093b95f1f3a1232687fc92f652aaf675eb423db8549c16d146b91ac2f0eba", size = 4045126 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/ed/79ec7edbd5a99e445d85a46b48ea71ae9a920c9e92b743318446f4d4dffb/pymssql-2.3.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:cc13c2e0f1b8efc3a46941de9db768fa59937b5a54081ec0cb0ff0da17d1fff3", size = 4107959 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/27/aff4b90fcfdfb3227f881d9ca6665139adbf1c397106e0f588493156e449/pymssql-2.3.2-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:6019d2939963112662288704f608f31634038bffcfd5cad1bc79cb167edb3cc1", size = 4566181 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/eb/376e2ae6ba7c7632137b9f46318573d0a988fc32184aea68eee64dc78d7a/pymssql-2.3.2-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:41d09e1b2534229b288c37b88c1de3d964317af2c7eec58bfb97e01d679eba27", size = 4787575 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/5b/fa906b132431009174bb966c7b7ce0da3dbd9343dc6e1ed6c448b22a4291/pymssql-2.3.2-cp312-cp312-win32.whl", hash = "sha256:b16d5880f7028442d6c49c94801ce9bff3af8af0fbda7c6039febb936714aed5", size = 1306859 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/2e/be51090e0c1c99b9259d06d2e3533c0e3681fd95203fc50040e6c18685a5/pymssql-2.3.2-cp312-cp312-win_amd64.whl", hash = "sha256:a3f9e7eb813dfeab6d01bf6474049bb76b0521235159d3e969ec82df384eac49", size = 1990007 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/26/f90c0251c0452fb6a80c44a7d7eb9b1e63e1657098659364ec81cb9cbb87/pymssql-2.3.2-cp313-cp313-macosx_13_0_universal2.whl", hash = "sha256:f282e701dca155b3e7f1644d7e3b60c201ca5f3be8045bce34042d3c737d63ee", size = 3031958 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/8d/8146de09a00a3c1737c1f1feb83a10519a406da045b3e7f5ad315d2266fd/pymssql-2.3.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f1791f4627c42fe2d2833c884d036b0c5c8cf628f2cdfa3536191c217acf729e", size = 3981704 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/75/b1e7586c73e63f35664cf4dcf8df79d18892a3a57db3e93039443fb5a568/pymssql-2.3.2-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3870085a49e5332bc67ecb24f217c586977d5352eb51598244fc7bc278eee3e1", size = 3964863 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/5c/a1e6bbb17c5a606eeba78da8f13784c5afa6e614c9a44348a95c229fbb0e/pymssql-2.3.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1afda7b7022eff9451bd83e3f64c450a1a8cdff4ba8b8e399866dcd2cb861a1e", size = 4346193 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/5f/ec35ac1efa66172c626a0e86cc1520d2964b415fae6f2a7a818ef1d98fcc/pymssql-2.3.2-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:b0c2b11aca16617cacaf385fb94134e73ba0216a924f9b85778cc7e3d3713361", size = 4743947 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/fa/9e1d88e2f025ce8d389f861bd962c0558ee23bc1b6d18981a967b6b51e6d/pymssql-2.3.2-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:2568944db3888996e161b40ad06c1b9e0fbb6cfcb38279a3abb98ece7a8e1c4a", size = 4047878 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/2a/7ad8a39d8ff79a8f7ee7fc5a9c43f22cd365aff3f296b20a702c164eebb6/pymssql-2.3.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:ee8ee2c7c227c413ad9b88ddba1cb6a25e28c217ae73ecac1c7a6b8c29003604", size = 4109700 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/94/eed7fff479be51827e03c2bfcffda73dfe4e0d72c4c8144425aa63daede0/pymssql-2.3.2-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:8cd806380d362d4cef2d925a6baee6a4b2b151a92cac2cab5c4bfabed4be4849", size = 4565816 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/a1/f99f37547126981a351e0c8854f35b7d984238c68af54ff8863ea2d3644b/pymssql-2.3.2-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:ef0d29c705db552f9e75230f946b0ca9db0db903c5c9ee79ce8b88ad25ea9670", size = 4786896 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/4f/93438cd488497f1c089d077380c3bc9a7adf98666fa01d7a380861440965/pymssql-2.3.2-cp313-cp313-win32.whl", hash = "sha256:1037053e6c74d6fe14c428cc942968b4e4bf06854706a83fe8e822e475e3f107", size = 1306239 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/b9/6782fee30a1bb699aa023e132ca85d137e20466ef9fe562656a1e3dec25b/pymssql-2.3.2-cp313-cp313-win_amd64.whl", hash = "sha256:148b7714fff5a5b7ce038e92b02dd9bf68fe442c181a3aae32148e7b13f6db95", size = 1988634 },
]
[[package]]
name = "pymysql"
version = "1.1.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/8f/ce59b5e5ed4ce8512f879ff1fa5ab699d211ae2495f1adaa5fbba2a1eada/pymysql-1.1.1.tar.gz", hash = "sha256:e127611aaf2b417403c60bf4dc570124aeb4a57f5f37b8e95ae399a42f904cd0", size = 47678 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/94/e4181a1f6286f545507528c78016e00065ea913276888db2262507693ce5/PyMySQL-1.1.1-py3-none-any.whl", hash = "sha256:4de15da4c61dc132f4fb9ab763063e693d521a80fd0e87943b9a453dd4c19d6c", size = 44972 },
]
[[package]]
name = "pyparsing"
version = "3.2.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/1a/3544f4f299a47911c2ab3710f534e52fea62a633c96806995da5d25be4b2/pyparsing-3.2.1.tar.gz", hash = "sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a", size = 1067694 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/a7/c8a2d361bf89c0d9577c934ebb7421b25dc84bf3a8e3ac0a40aed9acc547/pyparsing-3.2.1-py3-none-any.whl", hash = "sha256:506ff4f4386c4cec0590ec19e6302d3aedb992fdc02c761e90416f158dacf8e1", size = 107716 },
]
[[package]]
name = "pypdf"
version = "5.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/9a/72d74f05f64895ebf1c7f6646cf7fe6dd124398c5c49240093f92d6f0fdd/pypdf-5.1.0.tar.gz", hash = "sha256:425a129abb1614183fd1aca6982f650b47f8026867c0ce7c4b9f281c443d2740", size = 5011381 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/fc/6f52588ac1cb4400a7804ef88d0d4e00cfe57a7ac6793ec3b00de5a8758b/pypdf-5.1.0-py3-none-any.whl", hash = "sha256:3bd4f503f4ebc58bae40d81e81a9176c400cbbac2ba2d877367595fb524dfdfc", size = 297976 },
]
[[package]]
name = "pypdfium2"
version = "4.30.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/d4/905e621c62598a08168c272b42fc00136c8861cfce97afb2a1ecbd99487a/pypdfium2-4.30.1.tar.gz", hash = "sha256:5f5c7c6d03598e107d974f66b220a49436aceb191da34cda5f692be098a814ce", size = 164854 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/8e/3ce0856b3af0f058dd3655ce57d31d1dbde4d4bd0e172022ffbf1b58a4b9/pypdfium2-4.30.1-py3-none-macosx_10_13_x86_64.whl", hash = "sha256:e07c47633732cc18d890bb7e965ad28a9c5a932e548acb928596f86be2e5ae37", size = 2889836 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/6a/f6995b21f9c6c155487ce7df70632a2df1ba49efcb291b9943ea45f28b15/pypdfium2-4.30.1-py3-none-macosx_11_0_arm64.whl", hash = "sha256:5ea2d44e96d361123b67b00f527017aa9c847c871b5714e013c01c3eb36a79fe", size = 2769232 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/91/79060923148e6d380b8a299b32bba46d70aac5fe1cd4f04320bcbd1a48d3/pypdfium2-4.30.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1de7a3a36803171b3f66911131046d65a732f9e7834438191cb58235e6163c4e", size = 2847531 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/6c/93507f87c159e747eaab54352c0fccbaec3f1b3749d0bb9085a47899f898/pypdfium2-4.30.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:b8a4231efb13170354f568c722d6540b8d5b476b08825586d48ef70c40d16e03", size = 2636266 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/dc/d56f74a092f2091e328d6485f16562e2fc51cffb0ad6d5c616d80c1eb53c/pypdfium2-4.30.1-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6f434a4934e8244aa95343ffcf24e9ad9f120dbb4785f631bb40a88c39292493", size = 2919296 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/d9/a2f1ee03d47fbeb48bcfde47ed7155772739622cfadf7135a84ba6a97824/pypdfium2-4.30.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f454032a0bc7681900170f67d8711b3942824531e765f91c2f5ce7937f999794", size = 2866119 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/47/6aa019c32aa39d3f33347c458c0c5887e84096cbe444456402bc97e66704/pypdfium2-4.30.1-py3-none-musllinux_1_1_aarch64.whl", hash = "sha256:bbf9130a72370ee9d602e39949b902db669a2a1c24746a91e5586eb829055d9f", size = 6228684 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/07/2954c15b3f7c85ceb80cad36757fd41b3aba0dd14e68f4bed9ce3f2e7e74/pypdfium2-4.30.1-py3-none-musllinux_1_1_i686.whl", hash = "sha256:5cb52884b1583b96e94fd78542c63bb42e06df5e8f9e52f8f31f5ad5a1e53367", size = 6231815 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/9b/b4667e95754624f4af5a912001abba90c046e1c80d4a4e887f0af664ffec/pypdfium2-4.30.1-py3-none-musllinux_1_1_x86_64.whl", hash = "sha256:1a9e372bd4867ff223cc8c338e33fe11055dad12f22885950fc27646cc8d9122", size = 6313429 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/38/f9e77cf55ba5546a39fa659404b78b97de2ca344848271e7731efb0954cd/pypdfium2-4.30.1-py3-none-win32.whl", hash = "sha256:421f1cf205e213e07c1f2934905779547f4f4a2ff2f59dde29da3d511d3fc806", size = 2834989 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/f3/8d3a350efb4286b5ebdabcf6736f51d8e3b10dbe68804c6930b00f5cf329/pypdfium2-4.30.1-py3-none-win_amd64.whl", hash = "sha256:598a7f20264ab5113853cba6d86c4566e4356cad037d7d1f849c8c9021007e05", size = 2960157 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/6b/2706497c86e8d69fb76afe5ea857fe1794621aa0f3b1d863feb953fe0f22/pypdfium2-4.30.1-py3-none-win_arm64.whl", hash = "sha256:c2b6d63f6d425d9416c08d2511822b54b8e3ac38e639fc41164b1d75584b3a8c", size = 2814810 },
]
[[package]]
name = "pypika"
version = "0.48.9"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/2c/94ed7b91db81d61d7096ac8f2d325ec562fc75e35f3baea8749c85b28784/PyPika-0.48.9.tar.gz", hash = "sha256:838836a61747e7c8380cd1b7ff638694b7a7335345d0f559b04b2cd832ad5378", size = 67259 }
[[package]]
name = "pyproject-hooks"
version = "1.2.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/82/28175b2414effca1cdac8dc99f76d660e7a4fb0ceefa4b4ab8f5f6742925/pyproject_hooks-1.2.0.tar.gz", hash = "sha256:1e859bd5c40fae9448642dd871adf459e5e2084186e8d2c2a79a824c970da1f8", size = 19228 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/24/12818598c362d7f300f18e74db45963dbcb85150324092410c8b49405e42/pyproject_hooks-1.2.0-py3-none-any.whl", hash = "sha256:9e5c6bfa8dcc30091c74b0cf803c81fdd29d94f01992a7707bc97babb1141913", size = 10216 },
]
[[package]]
name = "pyreadline3"
version = "3.5.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/49/4cea918a08f02817aabae639e3d0ac046fef9f9180518a3ad394e22da148/pyreadline3-3.5.4.tar.gz", hash = "sha256:8d57d53039a1c75adba8e50dd3d992b28143480816187ea5efbd5c78e6c885b7", size = 99839 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/dc/491b7661614ab97483abf2056be1deee4dc2490ecbf7bff9ab5cdbac86e1/pyreadline3-3.5.4-py3-none-any.whl", hash = "sha256:eaf8e6cc3c49bcccf145fc6067ba8643d1df34d604a1ec0eccbf7a18e6d3fae6", size = 83178 },
]
[[package]]
name = "pyspark"
version = "3.5.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "py4j" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/18/6bb8c4e857122fc898f32336cb6e9e98415a7802c2a3738e907b4bd60953/pyspark-3.5.4.tar.gz", hash = "sha256:1c2926d63020902163f58222466adf6f8016f6c43c1f319b8e7a71dbaa05fc51", size = 317313656 }
[[package]]
name = "pytest"
version = "8.3.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "exceptiongroup", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "iniconfig" },
{ name = "packaging" },
{ name = "pluggy" },
{ name = "tomli", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/35/30e0d83068951d90a01852cb1cef56e5d8a09d20c7f511634cc2f7e0372a/pytest-8.3.4.tar.gz", hash = "sha256:965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761", size = 1445919 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/92/76a1c94d3afee238333bc0a42b82935dd8f9cf8ce9e336ff87ee14d9e1cf/pytest-8.3.4-py3-none-any.whl", hash = "sha256:50e16d954148559c9a74109af1eaf0c945ba2d8f30f0a3d3335edde19788b6f6", size = 343083 },
]
[[package]]
name = "pytest-asyncio"
version = "0.25.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pytest" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/df/adcc0d60f1053d74717d21d58c0048479e9cab51464ce0d2965b086bd0e2/pytest_asyncio-0.25.2.tar.gz", hash = "sha256:3f8ef9a98f45948ea91a0ed3dc4268b5326c0e7bce73892acc654df4262ad45f", size = 53950 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/d8/defa05ae50dcd6019a95527200d3b3980043df5aa445d40cb0ef9f7f98ab/pytest_asyncio-0.25.2-py3-none-any.whl", hash = "sha256:0d0bb693f7b99da304a0634afc0a4b19e49d5e0de2d670f38dc4bfa5727c5075", size = 19400 },
]
[[package]]
name = "pytest-cov"
version = "6.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "coverage", extra = ["toml"] },
{ name = "pytest" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/45/9b538de8cef30e17c7b45ef42f538a94889ed6a16f2387a6c89e73220651/pytest-cov-6.0.0.tar.gz", hash = "sha256:fde0b595ca248bb8e2d76f020b465f3b107c9632e6a1d1705f17834c89dcadc0", size = 66945 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/3b/48e79f2cd6a61dbbd4807b4ed46cb564b4fd50a76166b1c4ea5c1d9e2371/pytest_cov-6.0.0-py3-none-any.whl", hash = "sha256:eee6f1b9e61008bd34975a4d5bab25801eb31898b032dd55addc93e96fcaaa35", size = 22949 },
]
[[package]]
name = "pytest-integration"
version = "0.2.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/e0/c823048dc0866f2e0fa2e4a34cd6ec290697b238b7672b30cb07c65e59cc/pytest_integration-0.2.3.tar.gz", hash = "sha256:b00988a5de8a6826af82d4c7a3485b43fbf32c11235e9f4a8b7225eef5fbcf65", size = 3295 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1b/41/9b393be6252635e4d39c3e62805018c42bfcc486b42246b582b755ff9ad3/pytest_integration-0.2.3-py3-none-any.whl", hash = "sha256:7f59ed1fa1cc8cb240f9495b68bc02c0421cce48589f78e49b7b842231604b12", size = 4456 },
]
[[package]]
name = "pytest-mock"
version = "3.14.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pytest" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/90/a955c3ab35ccd41ad4de556596fa86685bf4fc5ffcc62d22d856cfd4e29a/pytest-mock-3.14.0.tar.gz", hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0", size = 32814 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/3b/b26f90f74e2986a82df6e7ac7e319b8ea7ccece1caec9f8ab6104dc70603/pytest_mock-3.14.0-py3-none-any.whl", hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f", size = 9863 },
]
[[package]]
name = "pytest-recording"
version = "0.13.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pytest" },
{ name = "vcrpy" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/2a/ea6b8036ae01979eae02d8ad5a7da14dec90d9176b613e49fb8d134c78fc/pytest_recording-0.13.2.tar.gz", hash = "sha256:000c3babbb466681457fd65b723427c1779a0c6c17d9e381c3142a701e124877", size = 25270 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/52/8e67a969e9fad3fa5ec4eab9f2a7348ff04692065c7deda21d76e9112703/pytest_recording-0.13.2-py3-none-any.whl", hash = "sha256:3820fe5743d1ac46e807989e11d073cb776a60bdc544cf43ebca454051b22d13", size = 12783 },
]
[[package]]
name = "python-dateutil"
version = "2.9.0.post0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "six" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/c0/0c8b6ad9f17a802ee498c46e004a0eb49bc148f2fd230864601a86dcf6db/python-dateutil-2.9.0.post0.tar.gz", hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3", size = 342432 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ec/57/56b9bcc3c9c6a792fcbaf139543cee77261f3651ca9da0c93f5c1221264b/python_dateutil-2.9.0.post0-py2.py3-none-any.whl", hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427", size = 229892 },
]
[[package]]
name = "python-docx"
version = "1.1.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "lxml" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/e4/386c514c53684772885009c12b67a7edd526c15157778ac1b138bc75063e/python_docx-1.1.2.tar.gz", hash = "sha256:0cf1f22e95b9002addca7948e16f2cd7acdfd498047f1941ca5d293db7762efd", size = 5656581 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/3d/330d9efbdb816d3f60bf2ad92f05e1708e4a1b9abe80461ac3444c83f749/python_docx-1.1.2-py3-none-any.whl", hash = "sha256:08c20d6058916fb19853fcf080f7f42b6270d89eac9fa5f8c15f691c0017fabe", size = 244315 },
]
[[package]]
name = "python-dotenv"
version = "1.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/06/1ef763af20d0572c032fa22882cfbfb005fba6e7300715a37840858c919e/python-dotenv-1.0.0.tar.gz", hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba", size = 37399 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/2f/62ea1c8b593f4e093cc1a7768f0d46112107e790c3e478532329e434f00b/python_dotenv-1.0.0-py3-none-any.whl", hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a", size = 19482 },
]
[[package]]
name = "python-json-logger"
version = "3.2.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/c4/358cd13daa1d912ef795010897a483ab2f0b41c9ea1b35235a8b2f7d15a7/python_json_logger-3.2.1.tar.gz", hash = "sha256:8eb0554ea17cb75b05d2848bc14fb02fbdbd9d6972120781b974380bfa162008", size = 16287 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/72/2f30cf26664fcfa0bd8ec5ee62ec90c03bd485e4a294d92aabc76c5203a5/python_json_logger-3.2.1-py3-none-any.whl", hash = "sha256:cdc17047eb5374bd311e748b42f99d71223f3b0e186f4206cc5d52aefe85b090", size = 14924 },
]
[[package]]
name = "python-multipart"
version = "0.0.20"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/87/f44d7c9f274c7ee665a29b885ec97089ec5dc034c7f3fafa03da9e39a09e/python_multipart-0.0.20.tar.gz", hash = "sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13", size = 37158 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/58/38b5afbc1a800eeea951b9285d3912613f2603bdf897a4ab0f4bd7f405fc/python_multipart-0.0.20-py3-none-any.whl", hash = "sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104", size = 24546 },
]
[[package]]
name = "python-pptx"
version = "1.0.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "lxml" },
{ name = "pillow" },
{ name = "typing-extensions" },
{ name = "xlsxwriter" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/a9/0c0db8d37b2b8a645666f7fd8accea4c6224e013c42b1d5c17c93590cd06/python_pptx-1.0.2.tar.gz", hash = "sha256:479a8af0eaf0f0d76b6f00b0887732874ad2e3188230315290cd1f9dd9cc7095", size = 10109297 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/4f/00be2196329ebbff56ce564aa94efb0fbc828d00de250b1980de1a34ab49/python_pptx-1.0.2-py3-none-any.whl", hash = "sha256:160838e0b8565a8b1f67947675886e9fea18aa5e795db7ae531606d68e785cba", size = 472788 },
]
[[package]]
name = "pytz"
version = "2024.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/31/3c70bf7603cc2dca0f19bdc53b4537a797747a58875b552c8c413d963a3f/pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a", size = 319692 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/c3/005fcca25ce078d2cc29fd559379817424e94885510568bc1bc53d7d5846/pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725", size = 508002 },
]
[[package]]
name = "pywin32"
version = "308"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/a6/3e9f2c474895c1bb61b11fa9640be00067b5c5b363c501ee9c3fa53aec01/pywin32-308-cp310-cp310-win32.whl", hash = "sha256:796ff4426437896550d2981b9c2ac0ffd75238ad9ea2d3bfa67a1abd546d262e", size = 5927028 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/b4/84e2463422f869b4b718f79eb7530a4c1693e96b8a4e5e968de38be4d2ba/pywin32-308-cp310-cp310-win_amd64.whl", hash = "sha256:4fc888c59b3c0bef905ce7eb7e2106a07712015ea1c8234b703a088d46110e8e", size = 6558484 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/8f/fb84ab789713f7c6feacaa08dad3ec8105b88ade8d1c4f0f0dfcaaa017d6/pywin32-308-cp310-cp310-win_arm64.whl", hash = "sha256:a5ab5381813b40f264fa3495b98af850098f814a25a63589a8e9eb12560f450c", size = 7971454 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/e2/02652007469263fe1466e98439831d65d4ca80ea1a2df29abecedf7e47b7/pywin32-308-cp311-cp311-win32.whl", hash = "sha256:5d8c8015b24a7d6855b1550d8e660d8daa09983c80e5daf89a273e5c6fb5095a", size = 5928156 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/ef/f4fb45e2196bc7ffe09cad0542d9aff66b0e33f6c0954b43e49c33cad7bd/pywin32-308-cp311-cp311-win_amd64.whl", hash = "sha256:575621b90f0dc2695fec346b2d6302faebd4f0f45c05ea29404cefe35d89442b", size = 6559559 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/ef/68bb6aa865c5c9b11a35771329e95917b5559845bd75b65549407f9fc6b4/pywin32-308-cp311-cp311-win_arm64.whl", hash = "sha256:100a5442b7332070983c4cd03f2e906a5648a5104b8a7f50175f7906efd16bb6", size = 7972495 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/7c/d00d6bdd96de4344e06c4afbf218bc86b54436a94c01c71a8701f613aa56/pywin32-308-cp312-cp312-win32.whl", hash = "sha256:587f3e19696f4bf96fde9d8a57cec74a57021ad5f204c9e627e15c33ff568897", size = 5939729 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/27/0c8811fbc3ca188f93b5354e7c286eb91f80a53afa4e11007ef661afa746/pywin32-308-cp312-cp312-win_amd64.whl", hash = "sha256:00b3e11ef09ede56c6a43c71f2d31857cf7c54b0ab6e78ac659497abd2834f47", size = 6543015 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/0f/d40f8373608caed2255781a3ad9a51d03a594a1248cd632d6a298daca693/pywin32-308-cp312-cp312-win_arm64.whl", hash = "sha256:9b4de86c8d909aed15b7011182c8cab38c8850de36e6afb1f0db22b8959e3091", size = 7976033 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/a4/aa562d8935e3df5e49c161b427a3a2efad2ed4e9cf81c3de636f1fdddfd0/pywin32-308-cp313-cp313-win32.whl", hash = "sha256:1c44539a37a5b7b21d02ab34e6a4d314e0788f1690d65b48e9b0b89f31abbbed", size = 5938579 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/50/b0efb8bb66210da67a53ab95fd7a98826a97ee21f1d22949863e6d588b22/pywin32-308-cp313-cp313-win_amd64.whl", hash = "sha256:fd380990e792eaf6827fcb7e187b2b4b1cede0585e3d0c9e84201ec27b9905e4", size = 6542056 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/df/2b63e3e4f2df0224f8aaf6d131f54fe4e8c96400eb9df563e2aae2e1a1f9/pywin32-308-cp313-cp313-win_arm64.whl", hash = "sha256:ef313c46d4c18dfb82a2431e3051ac8f112ccee1a34f29c263c583c568db63cd", size = 7974986 },
]
[[package]]
name = "pywin32-ctypes"
version = "0.2.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/9f/01a1a99704853cb63f253eea009390c88e7131c67e66a0a02099a8c917cb/pywin32-ctypes-0.2.3.tar.gz", hash = "sha256:d162dc04946d704503b2edc4d55f3dba5c1d539ead017afa00142c38b9885755", size = 29471 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/3d/8161f7711c017e01ac9f008dfddd9410dff3674334c233bde66e7ba65bbf/pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8", size = 30756 },
]
[[package]]
name = "pywinpty"
version = "2.0.14"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/82/90f8750423cba4b9b6c842df227609fb60704482d7abf6dd47e2babc055a/pywinpty-2.0.14.tar.gz", hash = "sha256:18bd9529e4a5daf2d9719aa17788ba6013e594ae94c5a0c27e83df3278b0660e", size = 27769 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/09/56376af256eab8cc5f8982a3b138d387136eca27fa1a8a68660e8ed59e4b/pywinpty-2.0.14-cp310-none-win_amd64.whl", hash = "sha256:0b149c2918c7974f575ba79f5a4aad58bd859a52fa9eb1296cc22aa412aa411f", size = 1397115 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/e2/af1a99c0432e4e58c9ac8e334ee191790ec9793d33559189b9d2069bdc1d/pywinpty-2.0.14-cp311-none-win_amd64.whl", hash = "sha256:cf2a43ac7065b3e0dc8510f8c1f13a75fb8fde805efa3b8cff7599a1ef497bc7", size = 1397223 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/79/759ae767a3b78d340446efd54dd1fe4f7dafa4fc7be96ed757e44bcdba54/pywinpty-2.0.14-cp312-none-win_amd64.whl", hash = "sha256:55dad362ef3e9408ade68fd173e4f9032b3ce08f68cfe7eacb2c263ea1179737", size = 1397207 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/34/b77b3c209bf2eaa6455390c8d5449241637f5957f41636a2204065d52bfa/pywinpty-2.0.14-cp313-none-win_amd64.whl", hash = "sha256:074fb988a56ec79ca90ed03a896d40707131897cefb8f76f926e3834227f2819", size = 1396698 },
]
[[package]]
name = "pyyaml"
version = "6.0.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz", hash = "sha256:d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e", size = 130631 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/95/a3fac87cb7158e231b5a6012e438c647e1a87f09f8e0d123acec8ab8bf71/PyYAML-6.0.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:0a9a2848a5b7feac301353437eb7d5957887edbf81d56e903999a75a3d743086", size = 184199 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/7a/68bd47624dab8fd4afbfd3c48e3b79efe09098ae941de5b58abcbadff5cb/PyYAML-6.0.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:29717114e51c84ddfba879543fb232a6ed60086602313ca38cce623c1d62cfbf", size = 171758 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/ee/14c54df452143b9ee9f0f29074d7ca5516a36edb0b4cc40c3f280131656f/PyYAML-6.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8824b5a04a04a047e72eea5cec3bc266db09e35de6bdfe34c9436ac5ee27d237", size = 718463 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/61/de363a97476e766574650d742205be468921a7b532aa2499fcd886b62530/PyYAML-6.0.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7c36280e6fb8385e520936c3cb3b8042851904eba0e58d277dca80a5cfed590b", size = 719280 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/4e/1523cb902fd98355e2e9ea5e5eb237cbc5f3ad5f3075fa65087aa0ecb669/PyYAML-6.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ec031d5d2feb36d1d1a24380e4db6d43695f3748343d99434e6f5f9156aaa2ed", size = 751239 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/33/5504b3a9a4464893c32f118a9cc045190a91637b119a9c881da1cf6b7a72/PyYAML-6.0.2-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:936d68689298c36b53b29f23c6dbb74de12b4ac12ca6cfe0e047bedceea56180", size = 695802 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/20/8347dcabd41ef3a3cdc4f7b7a2aff3d06598c8779faa189cdbf878b626a4/PyYAML-6.0.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:23502f431948090f597378482b4812b0caae32c22213aecf3b55325e049a6c68", size = 720527 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/aa/5afe99233fb360d0ff37377145a949ae258aaab831bde4792b32650a4378/PyYAML-6.0.2-cp310-cp310-win32.whl", hash = "sha256:2e99c6826ffa974fe6e27cdb5ed0021786b03fc98e5ee3c5bfe1fd5015f42b99", size = 144052 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/84/0fa4b06f6d6c958d207620fc60005e241ecedceee58931bb20138e1e5776/PyYAML-6.0.2-cp310-cp310-win_amd64.whl", hash = "sha256:a4d3091415f010369ae4ed1fc6b79def9416358877534caf6a0fdd2146c87a3e", size = 161774 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/aa/7af4e81f7acba21a4c6be026da38fd2b872ca46226673c89a758ebdc4fd2/PyYAML-6.0.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:cc1c1159b3d456576af7a3e4d1ba7e6924cb39de8f67111c735f6fc832082774", size = 184612 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/62/b9faa998fd185f65c1371643678e4d58254add437edb764a08c5a98fb986/PyYAML-6.0.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:1e2120ef853f59c7419231f3bf4e7021f1b936f6ebd222406c3b60212205d2ee", size = 172040 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/0c/c804f5f922a9a6563bab712d8dcc70251e8af811fce4524d57c2c0fd49a4/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5d225db5a45f21e78dd9358e58a98702a0302f2659a3c6cd320564b75b86f47c", size = 736829 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/16/6af8d6a6b210c8e54f1406a6b9481febf9c64a3109c541567e35a49aa2e7/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5ac9328ec4831237bec75defaf839f7d4564be1e6b25ac710bd1a96321cc8317", size = 764167 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/e4/2c27590dfc9992f73aabbeb9241ae20220bd9452df27483b6e56d3975cc5/PyYAML-6.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ad2a3decf9aaba3d29c8f537ac4b243e36bef957511b4766cb0057d32b0be85", size = 762952 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9b/97/ecc1abf4a823f5ac61941a9c00fe501b02ac3ab0e373c3857f7d4b83e2b6/PyYAML-6.0.2-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ff3824dc5261f50c9b0dfb3be22b4567a6f938ccce4587b38952d85fd9e9afe4", size = 735301 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/73/0f49dacd6e82c9430e46f4a027baa4ca205e8b0a9dce1397f44edc23559d/PyYAML-6.0.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:797b4f722ffa07cc8d62053e4cff1486fa6dc094105d13fea7b1de7d8bf71c9e", size = 756638 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/5f/956f0f9fc65223a58fbc14459bf34b4cc48dec52e00535c79b8db361aabd/PyYAML-6.0.2-cp311-cp311-win32.whl", hash = "sha256:11d8f3dd2b9c1207dcaf2ee0bbbfd5991f571186ec9cc78427ba5bd32afae4b5", size = 143850 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/23/8da0bbe2ab9dcdd11f4f4557ccaf95c10b9811b13ecced089d43ce59c3c8/PyYAML-6.0.2-cp311-cp311-win_amd64.whl", hash = "sha256:e10ce637b18caea04431ce14fabcf5c64a1c61ec9c56b071a4b7ca131ca52d44", size = 161980 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/0c/c581167fc46d6d6d7ddcfb8c843a4de25bdd27e4466938109ca68492292c/PyYAML-6.0.2-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:c70c95198c015b85feafc136515252a261a84561b7b1d51e3384e0655ddf25ab", size = 183873 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/0c/38374f5bb272c051e2a69281d71cba6fdb983413e6758b84482905e29a5d/PyYAML-6.0.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:ce826d6ef20b1bc864f0a68340c8b3287705cae2f8b4b1d932177dcc76721725", size = 173302 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/93/9916574aa8c00aa06bbac729972eb1071d002b8e158bd0e83a3b9a20a1f7/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1f71ea527786de97d1a0cc0eacd1defc0985dcf6b3f17bb77dcfc8c34bec4dc5", size = 739154 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/0f/b8938f1cbd09739c6da569d172531567dbcc9789e0029aa070856f123984/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9b22676e8097e9e22e36d6b7bda33190d0d400f345f23d4065d48f4ca7ae0425", size = 766223 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/2b/614b4752f2e127db5cc206abc23a8c19678e92b23c3db30fc86ab731d3bd/PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:80bab7bfc629882493af4aa31a4cfa43a4c57c83813253626916b8c7ada83476", size = 767542 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/00/dd137d5bcc7efea1836d6264f049359861cf548469d18da90cd8216cf05f/PyYAML-6.0.2-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48", size = 731164 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/1f/4f998c900485e5c0ef43838363ba4a9723ac0ad73a9dc42068b12aaba4e4/PyYAML-6.0.2-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:8b9c7197f7cb2738065c481a0461e50ad02f18c78cd75775628afb4d7137fb3b", size = 756611 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/d1/f5a275fdb252768b7a11ec63585bc38d0e87c9e05668a139fea92b80634c/PyYAML-6.0.2-cp312-cp312-win32.whl", hash = "sha256:ef6107725bd54b262d6dedcc2af448a266975032bc85ef0172c5f059da6325b4", size = 140591 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/e8/4f648c598b17c3d06e8753d7d13d57542b30d56e6c2dedf9c331ae56312e/PyYAML-6.0.2-cp312-cp312-win_amd64.whl", hash = "sha256:7e7401d0de89a9a855c839bc697c079a4af81cf878373abd7dc625847d25cbd8", size = 156338 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/e3/3af305b830494fa85d95f6d95ef7fa73f2ee1cc8ef5b495c7c3269fb835f/PyYAML-6.0.2-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:efdca5630322a10774e8e98e1af481aad470dd62c3170801852d752aa7a783ba", size = 181309 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/9f/3b1c20a0b7a3200524eb0076cc027a970d320bd3a6592873c85c92a08731/PyYAML-6.0.2-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:50187695423ffe49e2deacb8cd10510bc361faac997de9efef88badc3bb9e2d1", size = 171679 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/9a/337322f27005c33bcb656c655fa78325b730324c78620e8328ae28b64d0c/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0ffe8360bab4910ef1b9e87fb812d8bc0a308b0d0eef8c8f44e0254ab3b07133", size = 733428 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a3/69/864fbe19e6c18ea3cc196cbe5d392175b4cf3d5d0ac1403ec3f2d237ebb5/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:17e311b6c678207928d649faa7cb0d7b4c26a0ba73d41e99c4fff6b6c3276484", size = 763361 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/24/b7721e4845c2f162d26f50521b825fb061bc0a5afcf9a386840f23ea19fa/PyYAML-6.0.2-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b189594dbe54f75ab3a1acec5f1e3faa7e8cf2f1e08d9b561cb41b845f69d5", size = 759523 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/b2/e3234f59ba06559c6ff63c4e10baea10e5e7df868092bf9ab40e5b9c56b6/PyYAML-6.0.2-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:41e4e3953a79407c794916fa277a82531dd93aad34e29c2a514c2c0c5fe971cc", size = 726660 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/0f/25911a9f080464c59fab9027482f822b86bf0608957a5fcc6eaac85aa515/PyYAML-6.0.2-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:68ccc6023a3400877818152ad9a1033e3db8625d899c72eacb5a668902e4d652", size = 751597 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/0d/e2c3b43bbce3cf6bd97c840b46088a3031085179e596d4929729d8d68270/PyYAML-6.0.2-cp313-cp313-win32.whl", hash = "sha256:bc2fa7c6b47d6bc618dd7fb02ef6fdedb1090ec036abab80d4681424b84c1183", size = 140527 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/de/02b54f42487e3d3c6efb3f89428677074ca7bf43aae402517bc7cca949f3/PyYAML-6.0.2-cp313-cp313-win_amd64.whl", hash = "sha256:8388ee1976c416731879ac16da0aff3f63b286ffdd57cdeb95f3f2e085687563", size = 156446 },
]
[[package]]
name = "pyzmq"
version = "26.2.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cffi", marker = "implementation_name == 'pypy' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/05/bed626b9f7bb2322cdbbf7b4bd8f54b1b617b0d2ab2d3547d6e39428a48e/pyzmq-26.2.0.tar.gz", hash = "sha256:070672c258581c8e4f640b5159297580a9974b026043bd4ab0470be9ed324f1f", size = 271975 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/a8/9837c39aba390eb7d01924ace49d761c8dbe7bc2d6082346d00c8332e431/pyzmq-26.2.0-cp310-cp310-macosx_10_15_universal2.whl", hash = "sha256:ddf33d97d2f52d89f6e6e7ae66ee35a4d9ca6f36eda89c24591b0c40205a3629", size = 1340058 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/1f/a006f2e8e4f7d41d464272012695da17fb95f33b54342612a6890da96ff6/pyzmq-26.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dacd995031a01d16eec825bf30802fceb2c3791ef24bcce48fa98ce40918c27b", size = 1008818 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/09/b51b6683fde5ca04593a57bbe81788b6b43114d8f8ee4e80afc991e14760/pyzmq-26.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:89289a5ee32ef6c439086184529ae060c741334b8970a6855ec0b6ad3ff28764", size = 673199 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/78/486f3e2e824f3a645238332bf5a4c4b4477c3063033a27c1e4052358dee2/pyzmq-26.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5506f06d7dc6ecf1efacb4a013b1f05071bb24b76350832c96449f4a2d95091c", size = 911762 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/3b/2eb1667c9b866f53e76ee8b0c301b0469745a23bd5a87b7ee3d5dd9eb6e5/pyzmq-26.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8ea039387c10202ce304af74def5021e9adc6297067f3441d348d2b633e8166a", size = 868773 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/29/ca99b4598a9dc7e468b5417eda91f372b595be1e3eec9b7cbe8e5d3584e8/pyzmq-26.2.0-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:a2224fa4a4c2ee872886ed00a571f5e967c85e078e8e8c2530a2fb01b3309b88", size = 868834 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/e5/9efaeb1d2f4f8c50da04144f639b042bc52869d3a206d6bf672ab3522163/pyzmq-26.2.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:28ad5233e9c3b52d76196c696e362508959741e1a005fb8fa03b51aea156088f", size = 1202861 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/62/c721b5608a8ac0a69bb83cbb7d07a56f3ff00b3991a138e44198a16f94c7/pyzmq-26.2.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:1c17211bc037c7d88e85ed8b7d8f7e52db6dc8eca5590d162717c654550f7282", size = 1515304 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/84/e8bd321aa99b72f48d4606fc5a0a920154125bd0a4608c67eab742dab087/pyzmq-26.2.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:b8f86dd868d41bea9a5f873ee13bf5551c94cf6bc51baebc6f85075971fe6eea", size = 1414712 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cd/cd/420e3fd1ac6977b008b72e7ad2dae6350cc84d4c5027fc390b024e61738f/pyzmq-26.2.0-cp310-cp310-win32.whl", hash = "sha256:46a446c212e58456b23af260f3d9fb785054f3e3653dbf7279d8f2b5546b21c2", size = 578113 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/57/73930d56ed45ae0cb4946f383f985c855c9b3d4063f26416998f07523c0e/pyzmq-26.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:49d34ab71db5a9c292a7644ce74190b1dd5a3475612eefb1f8be1d6961441971", size = 641631 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/d2/ae6ac5c397f1ccad59031c64beaafce7a0d6182e0452cc48f1c9c87d2dd0/pyzmq-26.2.0-cp310-cp310-win_arm64.whl", hash = "sha256:bfa832bfa540e5b5c27dcf5de5d82ebc431b82c453a43d141afb1e5d2de025fa", size = 543528 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/20/de7442172f77f7c96299a0ac70e7d4fb78cd51eca67aa2cf552b66c14196/pyzmq-26.2.0-cp311-cp311-macosx_10_15_universal2.whl", hash = "sha256:8f7e66c7113c684c2b3f1c83cdd3376103ee0ce4c49ff80a648643e57fb22218", size = 1340639 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/4d/5000468bd64c7910190ed0a6c76a1ca59a68189ec1f007c451dc181a22f4/pyzmq-26.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3a495b30fc91db2db25120df5847d9833af237546fd59170701acd816ccc01c4", size = 1008710 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/bf/c67fd638c2f9fbbab8090a3ee779370b97c82b84cc12d0c498b285d7b2c0/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77eb0968da535cba0470a5165468b2cac7772cfb569977cff92e240f57e31bef", size = 673129 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/94/99085a3f492aa538161cbf27246e8886ff850e113e0c294a5b8245f13b52/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ace4f71f1900a548f48407fc9be59c6ba9d9aaf658c2eea6cf2779e72f9f317", size = 910107 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/1d/346809e8a9b999646d03f21096428453465b1bca5cd5c64ecd048d9ecb01/pyzmq-26.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:92a78853d7280bffb93df0a4a6a2498cba10ee793cc8076ef797ef2f74d107cf", size = 867960 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/68/6fb6ae5551846ad5beca295b7bca32bf0a7ce19f135cb30e55fa2314e6b6/pyzmq-26.2.0-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:689c5d781014956a4a6de61d74ba97b23547e431e9e7d64f27d4922ba96e9d6e", size = 869204 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/f9/18417771dee223ccf0f48e29adf8b4e25ba6d0e8285e33bcbce078070bc3/pyzmq-26.2.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:0aca98bc423eb7d153214b2df397c6421ba6373d3397b26c057af3c904452e37", size = 1203351 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/46/f13e67fe0d4f8a2315782cbad50493de6203ea0d744610faf4d5f5b16e90/pyzmq-26.2.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:1f3496d76b89d9429a656293744ceca4d2ac2a10ae59b84c1da9b5165f429ad3", size = 1514204 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/11/ddcf7343b7b7a226e0fc7b68cbf5a5bb56291fac07f5c3023bb4c319ebb4/pyzmq-26.2.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:5c2b3bfd4b9689919db068ac6c9911f3fcb231c39f7dd30e3138be94896d18e6", size = 1414339 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/14/1c18d7d5b7be2708f513f37c61bfadfa62161c10624f8733f1c8451b3509/pyzmq-26.2.0-cp311-cp311-win32.whl", hash = "sha256:eac5174677da084abf378739dbf4ad245661635f1600edd1221f150b165343f4", size = 576928 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/1b/0a540edd75a41df14ec416a9a500b9fec66e554aac920d4c58fbd5756776/pyzmq-26.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:5a509df7d0a83a4b178d0f937ef14286659225ef4e8812e05580776c70e155d5", size = 642317 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/77/1cbfec0358078a4c5add529d8a70892db1be900980cdb5dd0898b3d6ab9d/pyzmq-26.2.0-cp311-cp311-win_arm64.whl", hash = "sha256:c0e6091b157d48cbe37bd67233318dbb53e1e6327d6fc3bb284afd585d141003", size = 543834 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/2f/78a766c8913ad62b28581777ac4ede50c6d9f249d39c2963e279524a1bbe/pyzmq-26.2.0-cp312-cp312-macosx_10_15_universal2.whl", hash = "sha256:ded0fc7d90fe93ae0b18059930086c51e640cdd3baebdc783a695c77f123dcd9", size = 1343105 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/9c/4b1e2d3d4065be715e007fe063ec7885978fad285f87eae1436e6c3201f4/pyzmq-26.2.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:17bf5a931c7f6618023cdacc7081f3f266aecb68ca692adac015c383a134ca52", size = 1008365 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/ef/5a23ec689ff36d7625b38d121ef15abfc3631a9aecb417baf7a4245e4124/pyzmq-26.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:55cf66647e49d4621a7e20c8d13511ef1fe1efbbccf670811864452487007e08", size = 665923 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/61/d436461a47437d63c6302c90724cf0981883ec57ceb6073873f32172d676/pyzmq-26.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4661c88db4a9e0f958c8abc2b97472e23061f0bc737f6f6179d7a27024e1faa5", size = 903400 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/42/fc6d35ecefe1739a819afaf6f8e686f7f02a4dd241c78972d316f403474c/pyzmq-26.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ea7f69de383cb47522c9c208aec6dd17697db7875a4674c4af3f8cfdac0bdeae", size = 860034 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/3b/44ea6266a6761e9eefaa37d98fabefa112328808ac41aa87b4bbb668af30/pyzmq-26.2.0-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:7f98f6dfa8b8ccaf39163ce872bddacca38f6a67289116c8937a02e30bbe9711", size = 860579 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/6f/4df2014ab553a6052b0e551b37da55166991510f9e1002c89cab7ce3b3f2/pyzmq-26.2.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:e3e0210287329272539eea617830a6a28161fbbd8a3271bf4150ae3e58c5d0e6", size = 1196246 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/9d/ee240fc0c9fe9817f0c9127a43238a3e28048795483c403cc10720ddef22/pyzmq-26.2.0-cp312-cp312-musllinux_1_1_i686.whl", hash = "sha256:6b274e0762c33c7471f1a7471d1a2085b1a35eba5cdc48d2ae319f28b6fc4de3", size = 1507441 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/4f/01711edaa58d535eac4a26c294c617c9a01f09857c0ce191fd574d06f359/pyzmq-26.2.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:29c6a4635eef69d68a00321e12a7d2559fe2dfccfa8efae3ffb8e91cd0b36a8b", size = 1406498 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/18/907134c85c7152f679ed744e73e645b365f3ad571f38bdb62e36f347699a/pyzmq-26.2.0-cp312-cp312-win32.whl", hash = "sha256:989d842dc06dc59feea09e58c74ca3e1678c812a4a8a2a419046d711031f69c7", size = 575533 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/2c/a6f4a20202a4d3c582ad93f95ee78d79bbdc26803495aec2912b17dbbb6c/pyzmq-26.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:2a50625acdc7801bc6f74698c5c583a491c61d73c6b7ea4dee3901bb99adb27a", size = 637768 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/0e/eb16ff731632d30554bf5af4dbba3ffcd04518219d82028aea4ae1b02ca5/pyzmq-26.2.0-cp312-cp312-win_arm64.whl", hash = "sha256:4d29ab8592b6ad12ebbf92ac2ed2bedcfd1cec192d8e559e2e099f648570e19b", size = 540675 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/a7/0f7e2f6c126fe6e62dbae0bc93b1bd3f1099cf7fea47a5468defebe3f39d/pyzmq-26.2.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:9dd8cd1aeb00775f527ec60022004d030ddc51d783d056e3e23e74e623e33726", size = 1006564 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/b6/a187165c852c5d49f826a690857684333a6a4a065af0a6015572d2284f6a/pyzmq-26.2.0-cp313-cp313-macosx_10_15_universal2.whl", hash = "sha256:28c812d9757fe8acecc910c9ac9dafd2ce968c00f9e619db09e9f8f54c3a68a3", size = 1340447 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/ba/f4280c58ff71f321602a6e24fd19879b7e79793fb8ab14027027c0fb58ef/pyzmq-26.2.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4d80b1dd99c1942f74ed608ddb38b181b87476c6a966a88a950c7dee118fdf50", size = 665485 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/b5/c987a5c53c7d8704216f29fc3d810b32f156bcea488a940e330e1bcbb88d/pyzmq-26.2.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8c997098cc65e3208eca09303630e84d42718620e83b733d0fd69543a9cab9cb", size = 903484 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/c9/07da157d2db18c72a7eccef8e684cefc155b712a88e3d479d930aa9eceba/pyzmq-26.2.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7ad1bc8d1b7a18497dda9600b12dc193c577beb391beae5cd2349184db40f187", size = 859981 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/09/e12501bd0b8394b7d02c41efd35c537a1988da67fc9c745cae9c6c776d31/pyzmq-26.2.0-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:bea2acdd8ea4275e1278350ced63da0b166421928276c7c8e3f9729d7402a57b", size = 860334 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/ff/f5ec1d455f8f7385cc0a8b2acd8c807d7fade875c14c44b85c1bddabae21/pyzmq-26.2.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:23f4aad749d13698f3f7b64aad34f5fc02d6f20f05999eebc96b89b01262fb18", size = 1196179 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ec/8a/bb2ac43295b1950fe436a81fc5b298be0b96ac76fb029b514d3ed58f7b27/pyzmq-26.2.0-cp313-cp313-musllinux_1_1_i686.whl", hash = "sha256:a4f96f0d88accc3dbe4a9025f785ba830f968e21e3e2c6321ccdfc9aef755115", size = 1507668 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/49/dbc284ebcfd2dca23f6349227ff1616a7ee2c4a35fe0a5d6c3deff2b4fed/pyzmq-26.2.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:ced65e5a985398827cc9276b93ef6dfabe0273c23de8c7931339d7e141c2818e", size = 1406539 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/68/093cdce3fe31e30a341d8e52a1ad86392e13c57970d722c1f62a1d1a54b6/pyzmq-26.2.0-cp313-cp313-win32.whl", hash = "sha256:31507f7b47cc1ead1f6e86927f8ebb196a0bab043f6345ce070f412a59bf87b5", size = 575567 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/ae/6cc4657148143412b5819b05e362ae7dd09fb9fe76e2a539dcff3d0386bc/pyzmq-26.2.0-cp313-cp313-win_amd64.whl", hash = "sha256:70fc7fcf0410d16ebdda9b26cbd8bf8d803d220a7f3522e060a69a9c87bf7bad", size = 637551 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/67/fbff102e201688f97c8092e4c3445d1c1068c2f27bbd45a578df97ed5f94/pyzmq-26.2.0-cp313-cp313-win_arm64.whl", hash = "sha256:c3789bd5768ab5618ebf09cef6ec2b35fed88709b104351748a63045f0ff9797", size = 540378 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/fe/2d998380b6e0122c6c4bdf9b6caf490831e5f5e2d08a203b5adff060c226/pyzmq-26.2.0-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:034da5fc55d9f8da09015d368f519478a52675e558c989bfcb5cf6d4e16a7d2a", size = 1007378 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/f4/30d6e7157f12b3a0390bde94d6a8567cdb88846ed068a6e17238a4ccf600/pyzmq-26.2.0-cp313-cp313t-macosx_10_15_universal2.whl", hash = "sha256:c92d73464b886931308ccc45b2744e5968cbaade0b1d6aeb40d8ab537765f5bc", size = 1329532 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/86/3fe917870e15ee1c3ad48229a2a64458e36036e64b4afa9659045d82bfa8/pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:794a4562dcb374f7dbbfb3f51d28fb40123b5a2abadee7b4091f93054909add5", size = 653242 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/2d/242e7e6ef6c8c19e6cb52d095834508cd581ffb925699fd3c640cdc758f1/pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:aee22939bb6075e7afededabad1a56a905da0b3c4e3e0c45e75810ebe3a52672", size = 888404 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/11/7270566e1f31e4ea73c81ec821a4b1688fd551009a3d2bab11ec66cb1e8f/pyzmq-26.2.0-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2ae90ff9dad33a1cfe947d2c40cb9cb5e600d759ac4f0fd22616ce6540f72797", size = 845858 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/d5/72b38fbc69867795c8711bdd735312f9fef1e3d9204e2f63ab57085434b9/pyzmq-26.2.0-cp313-cp313t-manylinux_2_28_x86_64.whl", hash = "sha256:43a47408ac52647dfabbc66a25b05b6a61700b5165807e3fbd40063fcaf46386", size = 847375 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/9a/10ed3c7f72b4c24e719c59359fbadd1a27556a28b36cdf1cd9e4fb7845d5/pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_aarch64.whl", hash = "sha256:25bf2374a2a8433633c65ccb9553350d5e17e60c8eb4de4d92cc6bd60f01d306", size = 1183489 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/2d/8660892543fabf1fe41861efa222455811adac9f3c0818d6c3170a1153e3/pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_i686.whl", hash = "sha256:007137c9ac9ad5ea21e6ad97d3489af654381324d5d3ba614c323f60dab8fae6", size = 1492932 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/d6/32fd69744afb53995619bc5effa2a405ae0d343cd3e747d0fbc43fe894ee/pyzmq-26.2.0-cp313-cp313t-musllinux_1_1_x86_64.whl", hash = "sha256:470d4a4f6d48fb34e92d768b4e8a5cc3780db0d69107abf1cd7ff734b9766eb0", size = 1392485 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/fb/36b2b2548286e9444e52fcd198760af99fd89102b5be50f0660fcfe902df/pyzmq-26.2.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:706e794564bec25819d21a41c31d4df2d48e1cc4b061e8d345d7fb4dd3e94072", size = 906955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/8f/6ce54f8979a01656e894946db6299e2273fcee21c8e5fa57c6295ef11f57/pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8b435f2753621cd36e7c1762156815e21c985c72b19135dac43a7f4f31d28dd1", size = 565701 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/1c/bf8cd66730a866b16db8483286078892b7f6536f8c389fb46e4beba0a970/pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:160c7e0a5eb178011e72892f99f918c04a131f36056d10d9c1afb223fc952c2d", size = 794312 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/43/91fa4ff25bbfdc914ab6bafa0f03241d69370ef31a761d16bb859f346582/pyzmq-26.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2c4a71d5d6e7b28a47a394c0471b7e77a0661e2d651e7ae91e0cab0a587859ca", size = 752775 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ec/d2/3b2ab40f455a256cb6672186bea95cd97b459ce4594050132d71e76f0d6f/pyzmq-26.2.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:90412f2db8c02a3864cbfc67db0e3dcdbda336acf1c469526d3e869394fe001c", size = 550762 },
]
[[package]]
name = "qianfan"
version = "0.4.12.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "aiohttp" },
{ name = "aiolimiter" },
{ name = "bce-python-sdk" },
{ name = "cachetools" },
{ name = "diskcache" },
{ name = "multiprocess" },
{ name = "prompt-toolkit" },
{ name = "pydantic" },
{ name = "python-dotenv" },
{ name = "pyyaml" },
{ name = "requests" },
{ name = "rich" },
{ name = "tenacity" },
{ name = "typer" },
{ name = "typing-extensions", marker = "python_full_version <= '3.10' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/8b/db4a41d4c89aadfb474cc6a255766c77b44d5aa3776f806026907785871c/qianfan-0.4.12.2.tar.gz", hash = "sha256:dd2e81b98b2cee49acd6cde23bea1b6abdc9806b724c7c329ffd21833edb89d7", size = 332111 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/89/1ce3324fa1d7d6ce3b7e0ad9060346b278ac2a708b2123dc12a1242932d7/qianfan-0.4.12.2-py3-none-any.whl", hash = "sha256:bffdca889d6fb1998f89729e71ece149d7d4206d0205ec8e14d8e6d52c1c84f1", size = 470177 },
]
[[package]]
name = "rapidfuzz"
version = "3.11.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/aa/25e5a20131369d82c7b8288c99c2c3011ec47a3f5953ccc9cb8145720be5/rapidfuzz-3.11.0.tar.gz", hash = "sha256:a53ca4d3f52f00b393fab9b5913c5bafb9afc27d030c8a1db1283da6917a860f", size = 57983000 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/70/820ebf9eb22ad97b9e0bb9fd1ad8c6be4c8db5a0974d12ce27b5c9a30db0/rapidfuzz-3.11.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:eb8a54543d16ab1b69e2c5ed96cabbff16db044a50eddfc028000138ca9ddf33", size = 1954240 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/bc/e39abdc28160d8147ccab0aa922a29be50529dcf149615a68a324ff6f9b1/rapidfuzz-3.11.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:231c8b2efbd7f8d2ecd1ae900363ba168b8870644bb8f2b5aa96e4a7573bde19", size = 1427139 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/2d/19b8e5d80257b13d73ba994552b78a69ac2ed70f1de716f1b02fcb84d09c/rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:54e7f442fb9cca81e9df32333fb075ef729052bcabe05b0afc0441f462299114", size = 1419602 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/82/1fc80cc531ec712872025c19118d78eb23aff09c7144b380c2c4b544b0d1/rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:906f1f2a1b91c06599b3dd1be207449c5d4fc7bd1e1fa2f6aef161ea6223f165", size = 5635370 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/5c/007b90af25f98e301b5f7a095059b09f602701443d555724c9226a45514c/rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:8ed59044aea9eb6c663112170f2399b040d5d7b162828b141f2673e822093fa8", size = 1680848 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/04/e481530eff5d1cf337b86a3095dd4de0b758c37291e51eb0d8c4f7d49719/rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1cb1965a28b0fa64abdee130c788a0bc0bb3cf9ef7e3a70bf055c086c14a3d7e", size = 1682131 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/15/b0ec18edfe6146d8915679644ab7584cd0165724d6a53bcc43bd59f8edb5/rapidfuzz-3.11.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b488b244931d0291412917e6e46ee9f6a14376625e150056fe7c4426ef28225", size = 3134097 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/0e/cf0a5d62977381bca981fc171fd6c85dc52ca1239eaacf9c1d38978c5866/rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:f0ba13557fec9d5ffc0a22826754a7457cc77f1b25145be10b7bb1d143ce84c6", size = 2332928 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/71/568d383eb36586c9e7e13f1327203e2be0938e5ff070c1fa2a99b418808e/rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:3871fa7dfcef00bad3c7e8ae8d8fd58089bad6fb21f608d2bf42832267ca9663", size = 6940409 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/23/02972657d69e6d3aae2cdbd67debad080410ff9ef8849d8eab5e580a48a5/rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:b2669eafee38c5884a6e7cc9769d25c19428549dcdf57de8541cf9e82822e7db", size = 2715928 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/17/d964d770faa4e25e125618c00e31607cf8ce639d518fc29d200edf06cfda/rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:ffa1bb0e26297b0f22881b219ffc82a33a3c84ce6174a9d69406239b14575bd5", size = 3265078 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/13/a117412b1e4ed0bb23b9891a45a59812d96fde8c076b8b8b828aa7ca3710/rapidfuzz-3.11.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:45b15b8a118856ac9caac6877f70f38b8a0d310475d50bc814698659eabc1cdb", size = 4169215 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/0d/89ef496aedf885db4bfe7f46ac6727666afe0d9d8ca5b4f9c7cc8eef0378/rapidfuzz-3.11.0-cp310-cp310-win32.whl", hash = "sha256:22033677982b9c4c49676f215b794b0404073f8974f98739cb7234e4a9ade9ad", size = 1841736 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/9a/69019f4e9c8a42e4aca0169dbae71602aba4e0fa4c5e84515f3ed682e59a/rapidfuzz-3.11.0-cp310-cp310-win_amd64.whl", hash = "sha256:be15496e7244361ff0efcd86e52559bacda9cd975eccf19426a0025f9547c792", size = 1614955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/65/6fb036e39d175299ce44e5186ee2d08b9ea02d732ed6dbd70280f63b4eba/rapidfuzz-3.11.0-cp310-cp310-win_arm64.whl", hash = "sha256:714a7ba31ba46b64d30fccfe95f8013ea41a2e6237ba11a805a27cdd3bce2573", size = 863543 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/ac/9ca008834104ad138fbfe2d7ae4443ada55e00c4eb4272d288897e8763b8/rapidfuzz-3.11.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:8724a978f8af7059c5323d523870bf272a097478e1471295511cf58b2642ff83", size = 1955019 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/55/d026c01c9312c9c2a413679052a9bb884743fc5655e59339116d83a2125b/rapidfuzz-3.11.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:8b63cb1f2eb371ef20fb155e95efd96e060147bdd4ab9fc400c97325dfee9fe1", size = 1427753 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/a0/5f3fae81dd1efdf47da19641e321ae84b4f49a5a7b2ab3ff78bd04a0ae7f/rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82497f244aac10b20710448645f347d862364cc4f7d8b9ba14bd66b5ce4dec18", size = 1411472 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/3f/770b0fca00faf42983fe21fbd379f429dc2600c58d7015f969fb1f73c1db/rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:339607394941801e6e3f6c1ecd413a36e18454e7136ed1161388de674f47f9d9", size = 5614973 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/6f/e3df1c41adf27f4b8a95c9de947ed49e7311a676cd05bdd62a17bb1f21ec/rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:84819390a36d6166cec706b9d8f0941f115f700b7faecab5a7e22fc367408bc3", size = 1665667 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/9b/6c91b98dc70270c35913f359c17e30d4185c83663c4721363540f4c03016/rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:eea8d9e20632d68f653455265b18c35f90965e26f30d4d92f831899d6682149b", size = 1676166 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/9d/eec7a1bfd3566fb17617b41bfb19556c483241d6864eea3c01b88efe5459/rapidfuzz-3.11.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5b659e1e2ea2784a9a397075a7fc395bfa4fe66424042161c4bcaf6e4f637b38", size = 3130890 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/7c/0a4bb5fbb03a362ea3e1409515d3ae641d9bc869c1375d97d8c47e369cc0/rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:1315cd2a351144572e31fe3df68340d4b83ddec0af8b2e207cd32930c6acd037", size = 2339850 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/c1/6b839db83caaa47721398b76390a3145202beb108fa433e842879b497439/rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:a7743cca45b4684c54407e8638f6d07b910d8d811347b9d42ff21262c7c23245", size = 6941921 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/c9/eaac43bb5e44f3594afddbbdb1a28d7bc0bcb69f93ed9a2ef0c949a48fb2/rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:5bb636b0150daa6d3331b738f7c0f8b25eadc47f04a40e5c23c4bfb4c4e20ae3", size = 2717551 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/d3/06ca5ee6b7f030f6527ea1e80fe9a4ab3597e86bc783574e3fc2b05a5265/rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:42f4dd264ada7a9aa0805ea0da776dc063533917773cf2df5217f14eb4429eae", size = 3259550 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/d8/094e75ee0424cce329901a0ff98c1821fd5d9dbc11bcdc9a3fddd2a09c4c/rapidfuzz-3.11.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:51f24cb39e64256221e6952f22545b8ce21cacd59c0d3e367225da8fc4b868d8", size = 4173546 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/81/f263059e3d9f11b076751ac7ef4eba303fa7f11e32155658953f1697c274/rapidfuzz-3.11.0-cp311-cp311-win32.whl", hash = "sha256:aaf391fb6715866bc14681c76dc0308f46877f7c06f61d62cc993b79fc3c4a2a", size = 1842172 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/04/dc42c787f02505a4ca0a961172e8353ceee74ea378b795f3e49686e944b7/rapidfuzz-3.11.0-cp311-cp311-win_amd64.whl", hash = "sha256:ebadd5b8624d8ad503e505a99b8eb26fe3ea9f8e9c2234e805a27b269e585842", size = 1621122 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/0f/461e709bd641922a32bc034976963acbb11d8cf0af28b526f3f35ae07975/rapidfuzz-3.11.0-cp311-cp311-win_arm64.whl", hash = "sha256:d895998fec712544c13cfe833890e0226585cf0391dd3948412441d5d68a2b8c", size = 864792 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/54/954ae2dc7dcb53f5f0953379a4a175d9c2f5e393656ab042843e53780d32/rapidfuzz-3.11.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f382fec4a7891d66fb7163c90754454030bb9200a13f82ee7860b6359f3f2fa8", size = 1938694 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/74/4682d3370821db5374c0f192d1e4123598190cb53d88936016187f80f154/rapidfuzz-3.11.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:dfaefe08af2a928e72344c800dcbaf6508e86a4ed481e28355e8d4b6a6a5230e", size = 1423836 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/78/ce3d72767e186a9deca30dccb5096cfb03ec49e8e3abf2836ab10d1b4f74/rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:92ebb7c12f682b5906ed98429f48a3dd80dd0f9721de30c97a01473d1a346576", size = 1393199 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/21/26bdbe846726ff7793789da07e155699cafa3ba3ed3bee86d472b4762121/rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9a1b3ebc62d4bcdfdeba110944a25ab40916d5383c5e57e7c4a8dc0b6c17211a", size = 5543400 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/d5/78e922cfbfc67011ecee9f6c2fd630dee68650d23b9ce78316386a3d8c88/rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:9c6d7fea39cb33e71de86397d38bf7ff1a6273e40367f31d05761662ffda49e4", size = 1642855 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/bb/dcf084c03c46968c3fbc52a33f2a725e0b8bb54ed714f0866c7dad747358/rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:99aebef8268f2bc0b445b5640fd3312e080bd17efd3fbae4486b20ac00466308", size = 1669853 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ec/3a/9aa7a2c5b611e8d465e82c1d5f8278be7335769165f68f3ffc5a169f4a23/rapidfuzz-3.11.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4469307f464ae3089acf3210b8fc279110d26d10f79e576f385a98f4429f7d97", size = 3129941 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/15/2bbab50a2634b25593e36241ab9629be253b8c6ea28a34ba6b856bfea661/rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:eb97c53112b593f89a90b4f6218635a9d1eea1d7f9521a3b7d24864228bbc0aa", size = 2302199 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/7c/e3ed92b89c657348c41708fe3b856ebc982c4b220b47299bdef8da374b20/rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:ef8937dae823b889c0273dfa0f0f6c46a3658ac0d851349c464d1b00e7ff4252", size = 6904702 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/4f/eed77097068bffb692d6389ae19a531c52a896275e9f5c00566207767537/rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:d95f9e9f3777b96241d8a00d6377cc9c716981d828b5091082d0fe3a2924b43e", size = 2679287 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/dc/d2d5dcd5b33a5b394485c67aa13674c8345826af8d3ba0702c06ab2f6430/rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:b1d67d67f89e4e013a5295e7523bc34a7a96f2dba5dd812c7c8cb65d113cbf28", size = 3224946 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/af/17c0c29ded64e464e626dd43fc2e3028c1fa929d10e8201fb2aec654e5b3/rapidfuzz-3.11.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:d994cf27e2f874069884d9bddf0864f9b90ad201fcc9cb2f5b82bacc17c8d5f2", size = 4144678 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/5d/5dc02c87d9a0e64e0abd728d3255ddce8475e06b6be3f732a460f0a360c9/rapidfuzz-3.11.0-cp312-cp312-win32.whl", hash = "sha256:ba26d87fe7fcb56c4a53b549a9e0e9143f6b0df56d35fe6ad800c902447acd5b", size = 1824882 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/da/a37d532cbefd7242191abf18f438b315bf5c72d742f78414a8ec1b7396cf/rapidfuzz-3.11.0-cp312-cp312-win_amd64.whl", hash = "sha256:b1f7efdd7b7adb32102c2fa481ad6f11923e2deb191f651274be559d56fc913b", size = 1606419 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/d0/1406d6e110aff87303e98f47adc5e76ef2e69d51cdd08b2d463520158cab/rapidfuzz-3.11.0-cp312-cp312-win_arm64.whl", hash = "sha256:ed78c8e94f57b44292c1a0350f580e18d3a3c5c0800e253f1583580c1b417ad2", size = 858655 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/30/984f1013d28b88304386c8e70b5d63db4765c28be8d9ef68d177c9addc77/rapidfuzz-3.11.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:e60814edd0c9b511b5f377d48b9782b88cfe8be07a98f99973669299c8bb318a", size = 1931354 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/8a/41d4f95c5742a8a47c0e96c02957f72f8c34411cecde87fe371d5e09807e/rapidfuzz-3.11.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:3f28952da055dbfe75828891cd3c9abf0984edc8640573c18b48c14c68ca5e06", size = 1417918 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/26/031ac8366831da6afc5f25462196eab0e0caf9422c83c007307e23a6f010/rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5e8f93bc736020351a6f8e71666e1f486bb8bd5ce8112c443a30c77bfde0eb68", size = 1388327 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/1b/927edcd3b540770d3d6d52fe079c6bffdb99e9dfa4b73585bee2a8bd6504/rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:76a4a11ba8f678c9e5876a7d465ab86def047a4fcc043617578368755d63a1bc", size = 5513214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/a2/c1e4f35e7bfbbd97a665f8cd119d8bd4a085f1721366cd76582dc022131b/rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:dc0e0d41ad8a056a9886bac91ff9d9978e54a244deb61c2972cc76b66752de9c", size = 1638560 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/3f/6827972efddb1e357a0b6165ae9e310d7dc5c078af3023893365c212641b/rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5e8ea35f2419c7d56b3e75fbde2698766daedb374f20eea28ac9b1f668ef4f74", size = 1667185 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/5d/6902b93e1273e69ea087afd16e7504099bcb8d712a9f69cb649ea05ca7e1/rapidfuzz-3.11.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cd340bbd025302276b5aa221dccfe43040c7babfc32f107c36ad783f2ffd8775", size = 3107466 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/02/bdb2048c9b8edf4cd82c2e8f6a8ed9af0fbdf91810ca2b36d1be6fc996d8/rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:494eef2c68305ab75139034ea25328a04a548d297712d9cf887bf27c158c388b", size = 2302041 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/91/0bbe51e3c15c02578487fd10a14692a40677ea974098d8d376bafd627a89/rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:5a167344c1d6db06915fb0225592afdc24d8bafaaf02de07d4788ddd37f4bc2f", size = 6899969 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/9d/09b85adfd5829f60bd6dbe53ba66dad22f93a281d494a5638b5f20fb6a8a/rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:8c7af25bda96ac799378ac8aba54a8ece732835c7b74cfc201b688a87ed11152", size = 2669022 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/07/6fb723963243335c3bf73925914b6998649d642eff550187454d5bb3d077/rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:d2a0f7e17f33e7890257367a1662b05fecaf56625f7dbb6446227aaa2b86448b", size = 3229475 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/8e/e9af6da2e235aa29ad2bb0a1fc2472b2949ed8d9ff8fb0f05b4bfbbf7675/rapidfuzz-3.11.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4d0d26c7172bdb64f86ee0765c5b26ea1dc45c52389175888ec073b9b28f4305", size = 4143861 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/d8/4677e36e958b4d95d039d254d597db9c020896c8130911dc36b136373b87/rapidfuzz-3.11.0-cp313-cp313-win32.whl", hash = "sha256:6ad02bab756751c90fa27f3069d7b12146613061341459abf55f8190d899649f", size = 1822624 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/97/1c782140e688ea2c3337d94516c635c575aa39fe62782fd53ad5d2119df4/rapidfuzz-3.11.0-cp313-cp313-win_amd64.whl", hash = "sha256:b1472986fd9c5d318399a01a0881f4a0bf4950264131bb8e2deba9df6d8c362b", size = 1604273 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/83/8b713d50bec947e945a79be47f772484307fc876c426fb26c6f369098389/rapidfuzz-3.11.0-cp313-cp313-win_arm64.whl", hash = "sha256:c408f09649cbff8da76f8d3ad878b64ba7f7abdad1471efb293d2c075e80c822", size = 857385 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/5a/8ac67667663d24cc4d4b76f63783e58ef03e4d4843d02dab6b2f8470ea5e/rapidfuzz-3.11.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:f06e3c4c0a8badfc4910b9fd15beb1ad8f3b8fafa8ea82c023e5e607b66a78e4", size = 1853100 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/72/b043c26e93fb1bc5dfab1e5dd0f8d2f6135c2aa48e6db0660d4ecc5b157a/rapidfuzz-3.11.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:fe7aaf5a54821d340d21412f7f6e6272a9b17a0cbafc1d68f77f2fc11009dcd5", size = 1361961 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/4a/29916c0dd853d22ef7b988af43f4e34d327581e16f60b4c9b0f229fa306c/rapidfuzz-3.11.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25398d9ac7294e99876a3027ffc52c6bebeb2d702b1895af6ae9c541ee676702", size = 1354313 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/39/f352af4ede7faeeea20bae2537f1fa60c3bbbf2696f0f2f3dda696745239/rapidfuzz-3.11.0-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9a52eea839e4bdc72c5e60a444d26004da00bb5bc6301e99b3dde18212e41465", size = 5478019 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/8e/86f8a11ac0edda63ff5314d992aa1576fff5d8233f4310d46a6bb0551122/rapidfuzz-3.11.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2c87319b0ab9d269ab84f6453601fd49b35d9e4a601bbaef43743f26fabf496c", size = 3056881 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/53/222dceb24a83c7d7d76086b6d5bfd3d6aa9988ea73d356d287b5c437c0d5/rapidfuzz-3.11.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:3048c6ed29d693fba7d2a7caf165f5e0bb2b9743a0989012a98a47b975355cca", size = 1543944 },
]
[[package]]
name = "ray"
version = "2.42.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "aiosignal", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "click", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "filelock", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "frozenlist", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jsonschema", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "msgpack", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "packaging", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "protobuf", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyyaml", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "requests", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/15/c861057a0f4df6cd8a9805cb28fc58efc8125214a5dc7f2ddae3da9c7e82/ray-2.42.1-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:b9f2f20cb2dddf52ec07e254f38ba91467b86df11330899d6ae236183e395275", size = 67518291 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/9a/ecc134c46e221042d79ceb5e48e1c64541c4d2125ebfb2d285785428e3ae/ray-2.42.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:60727f9c72a8f71bc4e14d47dc4dc494dc59a3c4b0d108ae04fa6e5a8e45228f", size = 64864003 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/9d/85350bcc20400daee2f7f2d746aa2f57a1ddf5f52589ad1e5296c9e55d6e/ray-2.42.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:90d8bf0c1afe2364a33f535636761a574e38d283b040613b8e8639be141d04a0", size = 66346024 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/6b/d7f1bcbbe05d3c13194f38837d92eda9a7a29fe507c6b16a6f0e5a91c5d5/ray-2.42.1-cp310-cp310-manylinux2014_x86_64.whl", hash = "sha256:01802249eb9cd36326e6fe0baa88916fa6062731da12506bc93e736f17111dd4", size = 67253654 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/14/353dfe8487a31fcf8105d512e8f2d2bffeb968a37264bc5209fac8d798a8/ray-2.42.1-cp310-cp310-win_amd64.whl", hash = "sha256:d2e2f23aea57c28679b357ca88879b1b9621bbd2e1d87514509daac50294c3b1", size = 25292767 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/59/35fff5b251162fd517daa985510d9901d3d55a082270b5e736622bb7b2fc/ray-2.42.1-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:4e81c896779d8ace66afc2ac75050806db102d9501a2ed6ea2f38010962cca7f", size = 67452053 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/15/b4ce5038bc75f881e123afe1b90ea27548205db896a8fc4b8bd69d9b1e5c/ray-2.42.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:f019514c5220a822fbc0c38ed1f7505cec75b961a7604ab677fd6477e33a2a2e", size = 64803606 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/f7/8ab02718143b73509558546ff30c8e43e89bb7e6d6f8ffe14b85dd1f51e0/ray-2.42.1-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:c5d79e498aceb5aa5b3e5307ec7495f58486b4266b38feea3979b9881e950c4f", size = 66485923 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/2f/067efe80bbb83502cb67b695552a01291b403b2374a9d1faa3c7bf4bfc1b/ray-2.42.1-cp311-cp311-manylinux2014_x86_64.whl", hash = "sha256:cf5bc432752e29bc800e30003bd64933d785343f59a9a8c31a839cd981fc5084", size = 67375841 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/22/59626273782f12f27c5c91bfb2819384c7b1c03e9ed5f42123908c7ef829/ray-2.42.1-cp311-cp311-win_amd64.whl", hash = "sha256:bb59a000dfc83d16e3b93f8167b7aa81d639749a0a3683d2f0f898782f0f7739", size = 25236537 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/fc/ac153a49c4080d82934331e788b6b0b2c208d0f985070bf8a41c5443ff43/ray-2.42.1-cp312-cp312-macosx_10_15_x86_64.whl", hash = "sha256:b7ef48916432a0d5cccabefc8cbd8bf0c0d2ad0b8841cce3cebd1b133996ca36", size = 67439400 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/57/e03f19bf1e3020dbabe459e27941644ba1ce66fc33b6a1bbf33752b80507/ray-2.42.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a2b6f62590bb605d66d38deb495f3832a6d0301db3f496adc54d12a144541e37", size = 64787917 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/7b/b6bd8e7ba6eef21b68e31fa17022c0985ac3cab467849ec06b9c01b1964a/ray-2.42.1-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:9ca5c7fd5f676e8317812e77018f62f87c5b39ae0ea7f9f80d6e98cd22fdf55a", size = 66500256 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/0b/fad98d179d6629dceb6ce6e939cc7da603f634898ad8fc710a08a4fa7fcb/ray-2.42.1-cp312-cp312-manylinux2014_x86_64.whl", hash = "sha256:e0da7ffba72d3ac27507816f00f2ad334f815835f47b8b04821cc5750ec59647", size = 67428250 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/6f/820b5e5e01851c9bdd00da31b02d20a2f477f37bbf02ee3e4423dc58707c/ray-2.42.1-cp312-cp312-win_amd64.whl", hash = "sha256:27d2fd8a945afb8c60685cab8107247a9fe43a4b2bed15f978e368341fcffb3b", size = 25221921 },
]
[package.optional-dependencies]
default = [
{ name = "aiohttp", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "aiohttp-cors", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "colorful", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "grpcio", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "opencensus", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "prometheus-client", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "py-spy", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pydantic", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "requests", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "smart-open", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "virtualenv", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
[[package]]
name = "readme-renderer"
version = "44.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "docutils" },
{ name = "nh3" },
{ name = "pygments" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/a9/104ec9234c8448c4379768221ea6df01260cd6c2ce13182d4eac531c8342/readme_renderer-44.0.tar.gz", hash = "sha256:8712034eabbfa6805cacf1402b4eeb2a73028f72d1166d6f5cb7f9c047c5d1e1", size = 32056 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/67/921ec3024056483db83953ae8e48079ad62b92db7880013ca77632921dd0/readme_renderer-44.0-py3-none-any.whl", hash = "sha256:2fbca89b81a08526aadf1357a8c2ae889ec05fb03f5da67f9769c9a592166151", size = 13310 },
]
[[package]]
name = "referencing"
version = "0.35.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "attrs" },
{ name = "rpds-py" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/5b/73ca1f8e72fff6fa52119dbd185f73a907b1989428917b24cff660129b6d/referencing-0.35.1.tar.gz", hash = "sha256:25b42124a6c8b632a425174f24087783efb348a6f1e0008e63cd4466fedf703c", size = 62991 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/59/2056f61236782a2c86b33906c025d4f4a0b17be0161b63b70fd9e8775d36/referencing-0.35.1-py3-none-any.whl", hash = "sha256:eda6d3234d62814d1c64e305c1331c9a3a6132da475ab6382eaa997b21ee75de", size = 26684 },
]
[[package]]
name = "regex"
version = "2024.11.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/5f/bd69653fbfb76cf8604468d3b4ec4c403197144c7bfe0e6a5fc9e02a07cb/regex-2024.11.6.tar.gz", hash = "sha256:7ab159b063c52a0333c884e4679f8d7a85112ee3078fe3d9004b2dd875585519", size = 399494 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/3c/4651f6b130c6842a8f3df82461a8950f923925db8b6961063e82744bddcc/regex-2024.11.6-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ff590880083d60acc0433f9c3f713c51f7ac6ebb9adf889c79a261ecf541aa91", size = 482674 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/51/9f35d12da8434b489c7b7bffc205c474a0a9432a889457026e9bc06a297a/regex-2024.11.6-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:658f90550f38270639e83ce492f27d2c8d2cd63805c65a13a14d36ca126753f0", size = 287684 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/18/b731f5510d1b8fb63c6b6d3484bfa9a59b84cc578ac8b5172970e05ae07c/regex-2024.11.6-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:164d8b7b3b4bcb2068b97428060b2a53be050085ef94eca7f240e7947f1b080e", size = 284589 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/a2/6dd36e16341ab95e4c6073426561b9bfdeb1a9c9b63ab1b579c2e96cb105/regex-2024.11.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d3660c82f209655a06b587d55e723f0b813d3a7db2e32e5e7dc64ac2a9e86fde", size = 782511 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1b/2b/323e72d5d2fd8de0d9baa443e1ed70363ed7e7b2fb526f5950c5cb99c364/regex-2024.11.6-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d22326fcdef5e08c154280b71163ced384b428343ae16a5ab2b3354aed12436e", size = 821149 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/30/63373b9ea468fbef8a907fd273e5c329b8c9535fee36fc8dba5fecac475d/regex-2024.11.6-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f1ac758ef6aebfc8943560194e9fd0fa18bcb34d89fd8bd2af18183afd8da3a2", size = 809707 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/98/26d3830875b53071f1f0ae6d547f1d98e964dd29ad35cbf94439120bb67a/regex-2024.11.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:997d6a487ff00807ba810e0f8332c18b4eb8d29463cfb7c820dc4b6e7562d0cf", size = 781702 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/55/eb2a068334274db86208ab9d5599ffa63631b9f0f67ed70ea7c82a69bbc8/regex-2024.11.6-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:02a02d2bb04fec86ad61f3ea7f49c015a0681bf76abb9857f945d26159d2968c", size = 771976 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/c0/be707bcfe98254d8f9d2cff55d216e946f4ea48ad2fd8cf1428f8c5332ba/regex-2024.11.6-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f02f93b92358ee3f78660e43b4b0091229260c5d5c408d17d60bf26b6c900e86", size = 697397 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/dc/bb45572ceb49e0f6509f7596e4ba7031f6819ecb26bc7610979af5a77f45/regex-2024.11.6-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:06eb1be98df10e81ebaded73fcd51989dcf534e3c753466e4b60c4697a003b67", size = 768726 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/db/f43fd75dc4c0c2d96d0881967897926942e935d700863666f3c844a72ce6/regex-2024.11.6-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:040df6fe1a5504eb0f04f048e6d09cd7c7110fef851d7c567a6b6e09942feb7d", size = 775098 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/d7/f94154db29ab5a89d69ff893159b19ada89e76b915c1293e98603d39838c/regex-2024.11.6-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:fdabbfc59f2c6edba2a6622c647b716e34e8e3867e0ab975412c5c2f79b82da2", size = 839325 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/17/3cbfab1f23356fbbf07708220ab438a7efa1e0f34195bf857433f79f1788/regex-2024.11.6-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:8447d2d39b5abe381419319f942de20b7ecd60ce86f16a23b0698f22e1b70008", size = 843277 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/f2/48b393b51900456155de3ad001900f94298965e1cad1c772b87f9cfea011/regex-2024.11.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:da8f5fc57d1933de22a9e23eec290a0d8a5927a5370d24bda9a6abe50683fe62", size = 773197 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/3f/ef9589aba93e084cd3f8471fded352826dcae8489b650d0b9b27bc5bba8a/regex-2024.11.6-cp310-cp310-win32.whl", hash = "sha256:b489578720afb782f6ccf2840920f3a32e31ba28a4b162e13900c3e6bd3f930e", size = 261714 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/7e/5f1b92c8468290c465fd50c5318da64319133231415a8aa6ea5ab995a815/regex-2024.11.6-cp310-cp310-win_amd64.whl", hash = "sha256:5071b2093e793357c9d8b2929dfc13ac5f0a6c650559503bb81189d0a3814519", size = 274042 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/58/7e4d9493a66c88a7da6d205768119f51af0f684fe7be7bac8328e217a52c/regex-2024.11.6-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:5478c6962ad548b54a591778e93cd7c456a7a29f8eca9c49e4f9a806dcc5d638", size = 482669 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/4c/8f8e631fcdc2ff978609eaeef1d6994bf2f028b59d9ac67640ed051f1218/regex-2024.11.6-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:2c89a8cc122b25ce6945f0423dc1352cb9593c68abd19223eebbd4e56612c5b7", size = 287684 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/1b/f0e4d13e6adf866ce9b069e191f303a30ab1277e037037a365c3aad5cc9c/regex-2024.11.6-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:94d87b689cdd831934fa3ce16cc15cd65748e6d689f5d2b8f4f4df2065c9fa20", size = 284589 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/4d/ab21047f446693887f25510887e6820b93f791992994f6498b0318904d4a/regex-2024.11.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1062b39a0a2b75a9c694f7a08e7183a80c63c0d62b301418ffd9c35f55aaa114", size = 792121 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/ee/c867e15cd894985cb32b731d89576c41a4642a57850c162490ea34b78c3b/regex-2024.11.6-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:167ed4852351d8a750da48712c3930b031f6efdaa0f22fa1933716bfcd6bf4a3", size = 831275 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/12/b0f480726cf1c60f6536fa5e1c95275a77624f3ac8fdccf79e6727499e28/regex-2024.11.6-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:2d548dafee61f06ebdb584080621f3e0c23fff312f0de1afc776e2a2ba99a74f", size = 818257 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/ce/0d0e61429f603bac433910d99ef1a02ce45a8967ffbe3cbee48599e62d88/regex-2024.11.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2a19f302cd1ce5dd01a9099aaa19cae6173306d1302a43b627f62e21cf18ac0", size = 792727 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/c1/243c83c53d4a419c1556f43777ccb552bccdf79d08fda3980e4e77dd9137/regex-2024.11.6-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bec9931dfb61ddd8ef2ebc05646293812cb6b16b60cf7c9511a832b6f1854b55", size = 780667 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/f4/75eb0dd4ce4b37f04928987f1d22547ddaf6c4bae697623c1b05da67a8aa/regex-2024.11.6-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:9714398225f299aa85267fd222f7142fcb5c769e73d7733344efc46f2ef5cf89", size = 776963 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/5d/95c568574e630e141a69ff8a254c2f188b4398e813c40d49228c9bbd9875/regex-2024.11.6-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:202eb32e89f60fc147a41e55cb086db2a3f8cb82f9a9a88440dcfc5d37faae8d", size = 784700 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/b5/f8495c7917f15cc6fee1e7f395e324ec3e00ab3c665a7dc9d27562fd5290/regex-2024.11.6-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:4181b814e56078e9b00427ca358ec44333765f5ca1b45597ec7446d3a1ef6e34", size = 848592 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/80/6dd7118e8cb212c3c60b191b932dc57db93fb2e36fb9e0e92f72a5909af9/regex-2024.11.6-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:068376da5a7e4da51968ce4c122a7cd31afaaec4fccc7856c92f63876e57b51d", size = 852929 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/9b/5a05d2040297d2d254baf95eeeb6df83554e5e1df03bc1a6687fc4ba1f66/regex-2024.11.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ac10f2c4184420d881a3475fb2c6f4d95d53a8d50209a2500723d831036f7c45", size = 781213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/b7/b14e2440156ab39e0177506c08c18accaf2b8932e39fb092074de733d868/regex-2024.11.6-cp311-cp311-win32.whl", hash = "sha256:c36f9b6f5f8649bb251a5f3f66564438977b7ef8386a52460ae77e6070d309d9", size = 261734 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/32/763a6cc01d21fb3819227a1cc3f60fd251c13c37c27a73b8ff4315433a8e/regex-2024.11.6-cp311-cp311-win_amd64.whl", hash = "sha256:02e28184be537f0e75c1f9b2f8847dc51e08e6e171c6bde130b2687e0c33cf60", size = 274052 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/30/9a87ce8336b172cc232a0db89a3af97929d06c11ceaa19d97d84fa90a8f8/regex-2024.11.6-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:52fb28f528778f184f870b7cf8f225f5eef0a8f6e3778529bdd40c7b3920796a", size = 483781 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/e8/00008ad4ff4be8b1844786ba6636035f7ef926db5686e4c0f98093612add/regex-2024.11.6-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:fdd6028445d2460f33136c55eeb1f601ab06d74cb3347132e1c24250187500d9", size = 288455 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/85/cebcc0aff603ea0a201667b203f13ba75d9fc8668fab917ac5b2de3967bc/regex-2024.11.6-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:805e6b60c54bf766b251e94526ebad60b7de0c70f70a4e6210ee2891acb70bf2", size = 284759 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/2b/701a4b0585cb05472a4da28ee28fdfe155f3638f5e1ec92306d924e5faf0/regex-2024.11.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b85c2530be953a890eaffde05485238f07029600e8f098cdf1848d414a8b45e4", size = 794976 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/bf/fa87e563bf5fee75db8915f7352e1887b1249126a1be4813837f5dbec965/regex-2024.11.6-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:bb26437975da7dc36b7efad18aa9dd4ea569d2357ae6b783bf1118dabd9ea577", size = 833077 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/56/7295e6bad94b047f4d0834e4779491b81216583c00c288252ef625c01d23/regex-2024.11.6-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:abfa5080c374a76a251ba60683242bc17eeb2c9818d0d30117b4486be10c59d3", size = 823160 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/13/e3b075031a738c9598c51cfbc4c7879e26729c53aa9cca59211c44235314/regex-2024.11.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:70b7fa6606c2881c1db9479b0eaa11ed5dfa11c8d60a474ff0e095099f39d98e", size = 796896 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/56/0b3f1b66d592be6efec23a795b37732682520b47c53da5a32c33ed7d84e3/regex-2024.11.6-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0c32f75920cf99fe6b6c539c399a4a128452eaf1af27f39bce8909c9a3fd8cbe", size = 783997 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/a1/eb378dada8b91c0e4c5f08ffb56f25fcae47bf52ad18f9b2f33b83e6d498/regex-2024.11.6-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:982e6d21414e78e1f51cf595d7f321dcd14de1f2881c5dc6a6e23bbbbd68435e", size = 781725 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/f2/033e7dec0cfd6dda93390089864732a3409246ffe8b042e9554afa9bff4e/regex-2024.11.6-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a7c2155f790e2fb448faed6dd241386719802296ec588a8b9051c1f5c481bc29", size = 789481 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/23/15d4552ea28990a74e7696780c438aadd73a20318c47e527b47a4a5a596d/regex-2024.11.6-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:149f5008d286636e48cd0b1dd65018548944e495b0265b45e1bffecce1ef7f39", size = 852896 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/39/ed4416bc90deedbfdada2568b2cb0bc1fdb98efe11f5378d9892b2a88f8f/regex-2024.11.6-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:e5364a4502efca094731680e80009632ad6624084aff9a23ce8c8c6820de3e51", size = 860138 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/93/2d/dd56bb76bd8e95bbce684326302f287455b56242a4f9c61f1bc76e28360e/regex-2024.11.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:0a86e7eeca091c09e021db8eb72d54751e527fa47b8d5787caf96d9831bd02ad", size = 787692 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/55/31877a249ab7a5156758246b9c59539abbeba22461b7d8adc9e8475ff73e/regex-2024.11.6-cp312-cp312-win32.whl", hash = "sha256:32f9a4c643baad4efa81d549c2aadefaeba12249b2adc5af541759237eee1c54", size = 262135 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/ec/ad2d7de49a600cdb8dd78434a1aeffe28b9d6fc42eb36afab4a27ad23384/regex-2024.11.6-cp312-cp312-win_amd64.whl", hash = "sha256:a93c194e2df18f7d264092dc8539b8ffb86b45b899ab976aa15d48214138e81b", size = 273567 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/73/bcb0e36614601016552fa9344544a3a2ae1809dc1401b100eab02e772e1f/regex-2024.11.6-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:a6ba92c0bcdf96cbf43a12c717eae4bc98325ca3730f6b130ffa2e3c3c723d84", size = 483525 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/3f/f1a082a46b31e25291d830b369b6b0c5576a6f7fb89d3053a354c24b8a83/regex-2024.11.6-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:525eab0b789891ac3be914d36893bdf972d483fe66551f79d3e27146191a37d4", size = 288324 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/c9/4e68181a4a652fb3ef5099e077faf4fd2a694ea6e0f806a7737aff9e758a/regex-2024.11.6-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:086a27a0b4ca227941700e0b31425e7a28ef1ae8e5e05a33826e17e47fbfdba0", size = 284617 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/fd/37868b75eaf63843165f1d2122ca6cb94bfc0271e4428cf58c0616786dce/regex-2024.11.6-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bde01f35767c4a7899b7eb6e823b125a64de314a8ee9791367c9a34d56af18d0", size = 795023 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/7c/d4cd9c528502a3dedb5c13c146e7a7a539a3853dc20209c8e75d9ba9d1b2/regex-2024.11.6-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b583904576650166b3d920d2bcce13971f6f9e9a396c673187f49811b2769dc7", size = 833072 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/db/46f563a08f969159c5a0f0e722260568425363bea43bb7ae370becb66a67/regex-2024.11.6-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1c4de13f06a0d54fa0d5ab1b7138bfa0d883220965a29616e3ea61b35d5f5fc7", size = 823130 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/60/1eeca2074f5b87df394fccaa432ae3fc06c9c9bfa97c5051aed70e6e00c2/regex-2024.11.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3cde6e9f2580eb1665965ce9bf17ff4952f34f5b126beb509fee8f4e994f143c", size = 796857 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/db/ac718a08fcee981554d2f7bb8402f1faa7e868c1345c16ab1ebec54b0d7b/regex-2024.11.6-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0d7f453dca13f40a02b79636a339c5b62b670141e63efd511d3f8f73fba162b3", size = 784006 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/41/7da3fe70216cea93144bf12da2b87367590bcf07db97604edeea55dac9ad/regex-2024.11.6-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:59dfe1ed21aea057a65c6b586afd2a945de04fc7db3de0a6e3ed5397ad491b07", size = 781650 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/d5/880921ee4eec393a4752e6ab9f0fe28009435417c3102fc413f3fe81c4e5/regex-2024.11.6-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:b97c1e0bd37c5cd7902e65f410779d39eeda155800b65fc4d04cc432efa9bc6e", size = 789545 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/96/53770115e507081122beca8899ab7f5ae28ae790bfcc82b5e38976df6a77/regex-2024.11.6-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:f9d1e379028e0fc2ae3654bac3cbbef81bf3fd571272a42d56c24007979bafb6", size = 853045 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/d3/1372add5251cc2d44b451bd94f43b2ec78e15a6e82bff6a290ef9fd8f00a/regex-2024.11.6-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:13291b39131e2d002a7940fb176e120bec5145f3aeb7621be6534e46251912c4", size = 860182 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/e3/c446a64984ea9f69982ba1a69d4658d5014bc7a0ea468a07e1a1265db6e2/regex-2024.11.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:4f51f88c126370dcec4908576c5a627220da6c09d0bff31cfa89f2523843316d", size = 787733 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/f1/e40c8373e3480e4f29f2692bd21b3e05f296d3afebc7e5dcf21b9756ca1c/regex-2024.11.6-cp313-cp313-win32.whl", hash = "sha256:63b13cfd72e9601125027202cad74995ab26921d8cd935c25f09c630436348ff", size = 262122 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/94/bc295babb3062a731f52621cdc992d123111282e291abaf23faa413443ea/regex-2024.11.6-cp313-cp313-win_amd64.whl", hash = "sha256:2b3361af3198667e99927da8b84c1b010752fa4b1115ee30beaa332cabc3ef1a", size = 273545 },
]
[[package]]
name = "requests"
version = "2.32.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "certifi" },
{ name = "charset-normalizer" },
{ name = "idna" },
{ name = "urllib3" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/63/70/2bf7780ad2d390a8d301ad0b550f1581eadbd9a20f896afe06353c2a2913/requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760", size = 131218 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/9b/335f9764261e915ed497fcdeb11df5dfd6f7bf257d4a6a2a686d80da4d54/requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6", size = 64928 },
]
[[package]]
name = "requests-oauthlib"
version = "2.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "oauthlib" },
{ name = "requests" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/f2/05f29bc3913aea15eb670be136045bf5c5bbf4b99ecb839da9b422bb2c85/requests-oauthlib-2.0.0.tar.gz", hash = "sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9", size = 55650 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/5d/63d4ae3b9daea098d5d6f5da83984853c1bbacd5dc826764b249fe119d24/requests_oauthlib-2.0.0-py2.py3-none-any.whl", hash = "sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36", size = 24179 },
]
[[package]]
name = "requests-toolbelt"
version = "1.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "requests" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/61/d7545dafb7ac2230c70d38d31cbfe4cc64f7144dc41f6e4e4b78ecd9f5bb/requests-toolbelt-1.0.0.tar.gz", hash = "sha256:7681a0a3d047012b5bdc0ee37d7f8f07ebe76ab08caeccfc3921ce23c88d5bc6", size = 206888 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/51/d4db610ef29373b879047326cbf6fa98b6c1969d6f6dc423279de2b1be2c/requests_toolbelt-1.0.0-py2.py3-none-any.whl", hash = "sha256:cccfdd665f0a24fcf4726e690f65639d272bb0637b9b92dfd91a5568ccf6bd06", size = 54481 },
]
[[package]]
name = "rfc3339-validator"
version = "0.1.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "six" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/ea/a9387748e2d111c3c2b275ba970b735e04e15cdb1eb30693b6b5708c4dbd/rfc3339_validator-0.1.4.tar.gz", hash = "sha256:138a2abdf93304ad60530167e51d2dfb9549521a836871b88d7f4695d0022f6b", size = 5513 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/44/4e421b96b67b2daff264473f7465db72fbdf36a07e05494f50300cc7b0c6/rfc3339_validator-0.1.4-py2.py3-none-any.whl", hash = "sha256:24f6ec1eda14ef823da9e36ec7113124b39c04d50a4d3d3a3c2859577e7791fa", size = 3490 },
]
[[package]]
name = "rfc3986"
version = "2.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/40/1520d68bfa07ab5a6f065a186815fb6610c86fe957bc065754e47f7b0840/rfc3986-2.0.0.tar.gz", hash = "sha256:97aacf9dbd4bfd829baad6e6309fa6573aaf1be3f6fa735c8ab05e46cecb261c", size = 49026 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/9a/9afaade874b2fa6c752c36f1548f718b5b83af81ed9b76628329dab81c1b/rfc3986-2.0.0-py2.py3-none-any.whl", hash = "sha256:50b1502b60e289cb37883f3dfd34532b8873c7de9f49bb546641ce9cbd256ebd", size = 31326 },
]
[[package]]
name = "rfc3986-validator"
version = "0.1.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/88/f270de456dd7d11dcc808abfa291ecdd3f45ff44e3b549ffa01b126464d0/rfc3986_validator-0.1.1.tar.gz", hash = "sha256:3d44bde7921b3b9ec3ae4e3adca370438eccebc676456449b145d533b240d055", size = 6760 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/51/17023c0f8f1869d8806b979a2bffa3f861f26a3f1a66b094288323fba52f/rfc3986_validator-0.1.1-py2.py3-none-any.whl", hash = "sha256:2f235c432ef459970b4306369336b9d5dbdda31b510ca1e327636e01f528bfa9", size = 4242 },
]
[[package]]
name = "rich"
version = "13.9.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "markdown-it-py", version = "2.2.0", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12.4' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "markdown-it-py", version = "3.0.0", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "python_full_version < '3.12.4' or platform_machine != 'x86_64' or sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pygments" },
{ name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/3a/0316b28d0761c6734d6bc14e770d85506c986c85ffb239e688eeaab2c2bc/rich-13.9.4.tar.gz", hash = "sha256:439594978a49a09530cff7ebc4b5c7103ef57baf48d5ea3184f21d9a2befa098", size = 223149 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/71/39c7c0d87f8d4e6c020a393182060eaefeeae6c01dab6a84ec346f2567df/rich-13.9.4-py3-none-any.whl", hash = "sha256:6049d5e6ec054bf2779ab3358186963bac2ea89175919d699e378b99738c2a90", size = 242424 },
]
[[package]]
name = "rocksdict"
version = "0.3.25"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/38/64351e406e86b0c1eb984575b98820a0006ae652b39416caf5038e5a4641/rocksdict-0.3.25-cp310-cp310-macosx_10_14_x86_64.whl", hash = "sha256:21a2db5f131711d7451949671af40d7221c8238517b1a7f97d6c06da7fd336a2", size = 3837443 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/b1/7d528ca91d1e64de44083493d82ae7c3652f2505f8a197108fbd918d3ee2/rocksdict-0.3.25-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:b2c855ee29156ac6dea179dc58419ead1e3d88c3ef5b34a1bb7a38d8c69926a8", size = 3428657 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/80/d40e9140c937af7652f8488d2183b805a533f974f6090af5afb237a0a3aa/rocksdict-0.3.25-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5ece7498496acac2afda15630a3e049ac693a27828b1692106d8579108fe64e8", size = 3789222 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/11/9ee33edd4fb44c1ee097895b82f96a5c592ce9f47a4ab2e09072c4d6ac64/rocksdict-0.3.25-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3e04ec3232eda99eb58257cd5bab760bcc33c499ed20913ffff9222e42fe9979", size = 4001903 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/b1/ca64c16f5c9af2a36cb65113f117e1774af6cba31fa9bebbe8d7b2096d8f/rocksdict-0.3.25-cp310-cp310-manylinux_2_28_aarch64.whl", hash = "sha256:140710704f6a291ade43cfcdc05ebf75f6514458181830aafbdaebce0e03df8a", size = 3799923 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/1d/8c8adea37de5141ab5049f6f2ada871b772ca31b2cc1a6a1c7d9174f8a63/rocksdict-0.3.25-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:71c4aeef4a9cab52032c828373f361c8850e09afb2718e5d68c29f7dccbac729", size = 4057139 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/e7/c963f349c0ff28e2fc17c593282a449eb6189de2d627caf05b36cba361fc/rocksdict-0.3.25-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:59a13bbd61d6582cb9fcc567472dcbed0406725bf2a1632ddd13a94fb2ccb476", size = 4731121 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/d2/1e61d4e9852ba0d218c95f1daf5e54ec385048fab651fc066be2ab493776/rocksdict-0.3.25-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:c28b8335d7ed902c07bbf81434c0ee0a0f348bc1b9439ceac1297ec310413d94", size = 5043749 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/0f/a26bfd6b07d735b37c56b389deca5efefe3dc3987a7aa45d624ad69e36b6/rocksdict-0.3.25-cp310-cp310-win_amd64.whl", hash = "sha256:90659b4547c2c50b0639f97f641fe927675902444761f7094d79c6acd60d7cbc", size = 3741519 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/0d/033657c6f1440852eb510d0da5fadd5d42e92174d885516517c3b09d4b04/rocksdict-0.3.25-cp311-cp311-macosx_10_14_x86_64.whl", hash = "sha256:d92048af17fe3b56382f485cf3f6d8da391d3be4c596c69d9d1930b25fd9dfd8", size = 3837394 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/e4/6c236b5de2013bba1b7a8822ebf5cc72729f6ed0839c08c35ffb5d0d3c17/rocksdict-0.3.25-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e61c77e4c598407f23ea6fa9b23ec7115e555e0040e47324fa79a4010448422f", size = 3428543 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/81/cba1110a3487680b556c3aa435a7bb08ea3e56138b88dd1b2c028ec1c434/rocksdict-0.3.25-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e44f6c973e258b88d9fe26cfab21c1259006bd02624f2ad006296b741ad147bc", size = 3788935 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/23/c409313ed6dffbe1c6b7eab4a3bf80472001db1c917c9a8fc2acdcddf8f6/rocksdict-0.3.25-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:718d75941d7a6a150b898888983206ee97bbcb07ff4de212ada65e3fe4ecb715", size = 4001774 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/9a/205e638dc9d5d39981f551c757711339469491c6f596db8fc345c5192154/rocksdict-0.3.25-cp311-cp311-manylinux_2_28_aarch64.whl", hash = "sha256:e1d39321b4d834677b712eb275f466808143693512fbbc603c20a06cfb67c5d1", size = 3800037 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/ae/8c0ce2590f7d399bfb6af66b057a385491eb66f58a6bd83d89ac2b1ed795/rocksdict-0.3.25-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:018c94d83c29e5714febec3ec399e08fb680812f81067bd76ce9e92142a77959", size = 4056959 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/5b/c5186ed60993184a2b87022f754a40c32c6d4be95d324c2c86b0fca283f9/rocksdict-0.3.25-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:700ba7171a09724be7eda8e8014290a59af78d09b9915727452fd11a2364c43b", size = 4731031 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/33/74430450f591a0eafa7ce0de22e476b0b9cbd27331a583a71cc82a16128f/rocksdict-0.3.25-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:8081e8f9b883c85c4c76023074fb2c44e18c0a5a2720a396b71751325315367a", size = 5043370 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/9f/78cedb15aa1cc0ec8319f65f38f536f9726e130d72db2b1a6914d71653dc/rocksdict-0.3.25-cp311-cp311-win_amd64.whl", hash = "sha256:4597b02353c34df7b612f062245d525222368c87deb0d1e824632036a3693fa8", size = 3741505 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/20/b054bd432889cc8005e6c1aaa3c5715610cba38a7fb8a257ad538f0771a2/rocksdict-0.3.25-cp312-cp312-macosx_10_14_x86_64.whl", hash = "sha256:c72b788badccc9359cd5052926a46c4d897864a2809447b327a1fb735b0c9dfb", size = 3839923 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/dd/58ea880e455c4d5114608f41dfb73521b66afad65afa8e40d1f6ed1970bd/rocksdict-0.3.25-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:2b9211ac00d598a7ff158dab3f55fdcad5e138b86fd1afd9bc53d1beb443eb0d", size = 3432929 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/70/00fef7100acb480e5ec1c5afa6a236e9769aad730536fbcc2634570c689b/rocksdict-0.3.25-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:aa7bb105be5acaf5bafad29ae622729dc4da83780b52e364b236a08d10dad748", size = 3792215 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/06/03/b128f2d99d2883fc184e7879ba7962540ffa855186e88f89fc523bb3acb3/rocksdict-0.3.25-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:af241476d7b0049b222e663f699bd2bc7a25b9206ee9793f7bbe17ca32109306", size = 4005507 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/d0/2ee2b8598de0d87ffa5653c9145ceed8baea19b502e91b37b2ab07a3ea29/rocksdict-0.3.25-cp312-cp312-manylinux_2_28_aarch64.whl", hash = "sha256:56c570d55d615e8ba75d19cd7fdb7397aaff07062e21e8d74f17397efbe7c457", size = 3804390 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/75/da08eb8c21e736b94a64225dc3fc2b3b87ad7a5f6a3e5bf144f75438fac5/rocksdict-0.3.25-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:dc47220ad9d30dcf124e62e63193a5aedb6419b18ac7b591ff1357eded6a81ff", size = 4060983 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/68/3274d71ad9014a5c6d1d956cb33127abaee8b3ff8f6f5e7d1f4c284d6242/rocksdict-0.3.25-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:3b73ddaedab0590e46e8656c6ce68bf38dda2de2562ead0a5ee7d0cecd24e3a5", size = 4733836 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/02/957206f1d35522ddcb284f162279bf5efe80b9ddcd30c929ad93c2971493/rocksdict-0.3.25-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:74e6cc1cc45314d1d0fc765f105359dfdfe9abfc082ec7aedec592ee35fed306", size = 5047827 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/44/6ee01fa1c101d679daebd60567f7370aaecd12711634c556bf2abf655a9c/rocksdict-0.3.25-cp312-cp312-win_amd64.whl", hash = "sha256:44f118b5c400bb55fdde8a00cbbc5992cc22b3d3e64ce6a907ddf013a5a306fd", size = 3745449 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/12/285628d17507a2cc4063f9092d23d853f1014c78518c27da4a1bcbd09926/rocksdict-0.3.25-cp313-cp313-macosx_10_14_x86_64.whl", hash = "sha256:61b48f19a3cbed861a6d0343fc1e7106c80c337f04f8b9ac24fe705088ff8007", size = 3839517 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/b8/685fc6f9c8bbf7db29f95775873d9244542118ae675c2cfc22dffdc9d91a/rocksdict-0.3.25-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:f16e0d943bc1ae748f9ecd34bc337449462af4e41d7f7ff29ce41a3b3fd3a4a3", size = 3432633 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/ae/6f5436169a246e875a50e98bc62dec8b77f3a89c7780213252e062b6a3ac/rocksdict-0.3.25-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3aad156bdc364c3abe5bf1045c344727ae5f9de8b2fd87a29294a91df0395151", size = 3792139 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/09/d19fb003e8cda0a407452fdd853ba31b1f0943f3ce0afffaa1f194f7addd/rocksdict-0.3.25-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87cf2e108b9eba49e5e05b8a2508af039650d9b91081343f0d9df92742b2926f", size = 4004970 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/a6/9d7a63f3bceaa867319ba80172ce49fac018fefbffd30bb1a2a8d3e4f49c/rocksdict-0.3.25-cp313-cp313-manylinux_2_28_aarch64.whl", hash = "sha256:fed9932f800a1fac02cbf0824305c6d78adbd61a35e0437161023263b236507e", size = 3803438 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/c9/355ec66af66f25d5130712f18d07ef1cd677582cd106438d5b1570db0b3b/rocksdict-0.3.25-cp313-cp313-manylinux_2_28_x86_64.whl", hash = "sha256:10109d575538d527ab7de4316684003b6c29668f038722e27acaef64071ca481", size = 4060553 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/4a/2344f86e62c714fc2fcd71f30141ed2e9f6c016cb027dcbcbd764613870f/rocksdict-0.3.25-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:414a365ac3d9595cc8e4c274fc0468a2681cd7b37fb2b48123ee612684db68b2", size = 4733661 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/e9/c4694a28da9de641515de34be4d2351b268a074a9c9f7d61e4c86165ef31/rocksdict-0.3.25-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:51cc1354a4d88362839ed6ba47f60c644461ed392fcf1bef33bc32d745c26520", size = 5047453 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/b7/c1ba3128892e437b9bacf5c9e83b69a226325582171afaa159fc3434ee72/rocksdict-0.3.25-cp313-cp313-win_amd64.whl", hash = "sha256:0cf79a46844aa36243b21b94bcf10322d244469835ca9e51ac525227ff13aa9f", size = 3745178 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/41/19cadc6b7ad9dbcf849a4d752858d17e155ef77952f6150e0ed943c56bdc/rocksdict-0.3.25-pp310-pypy310_pp73-macosx_10_14_x86_64.whl", hash = "sha256:d78e8b55ace8a1ca998de6ba9a8702c108171fa68221166db3acc9c61d8de6c0", size = 3837004 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/40/f28ed20753994910d0067c96e9fff51e5e503776f53e4ec95880ea5eeeb6/rocksdict-0.3.25-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:85d57d314d3070f138d9c0ee7b46a1e89357f6630ea341750248ecafb6d02b7f", size = 3428293 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/22/1ef4682f629bc2cc4c4a103161883b8443772d399c2bf7bac8c0fe8b46ca/rocksdict-0.3.25-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c826f9a57934f607bd0040e2dd09ce7df64f38b8db9055bdf565a22e31fe8254", size = 3788819 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/c7/fc3c3862fc703e9cefb83e5f93a04d8bc766d9ade3c9e0cfd6f275baf726/rocksdict-0.3.25-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e5c59e0d1aa36d381dc4aa7af4053568128e9ec5e008cfc2f1140caa4c576a0", size = 4001652 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/89/ca3c9cd28db14d95c933560e109fbf07d0abae53a682a12397cd05457632/rocksdict-0.3.25-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl", hash = "sha256:8f622c31aca5d4ee9c7d1a6aa4429c3edd0845aa767c010c21c6df4397bcd565", size = 3799697 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/c0/6b4018aa608115bcfc5c570663582f141f7a3ad86e837359cf98eb6cc2b6/rocksdict-0.3.25-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:eaf423c4372464c2a63927ccaf403e24e825fe63541b5a907fd54896d4626bd8", size = 4057243 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/85/5cf8b962f5c81408c51b4257cb5b6d95dcbaad2a5169779e6f82887de17d/rocksdict-0.3.25-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:ec6a055146d226ac840ad7597ba18a2da8980fe0a02dac8aa9021845f8c207b1", size = 4730987 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/31/1c6910f8fd17165d647808989401a721d7b06ab157890dcaedbb77153b22/rocksdict-0.3.25-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:b1e8efb309f4343a21b95cdf74be1166f6be23ee189a4871ece39d9b3bf498c9", size = 5043355 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/66/2bf21f4e8cef2b0059d06868977762cb43c86d926e160d652da61294bf2d/rocksdict-0.3.25-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:f78d09456110401909a67868cc7e20456ae01787fda38be62974725b1f15fb6d", size = 3741638 },
]
[[package]]
name = "rouge"
version = "1.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "six" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/e4/3420a1ab1e82a280fb6107f7ae99e88eb12383c978fe573c0c64d0327d6b/rouge-1.0.1.tar.gz", hash = "sha256:12b48346ca47d6bcf3c45061f315452b9ccec0620ee895ec85b7efc3d54aae34", size = 14292 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/7c/650ae86f92460e9e8ef969cc5008b24798dcf56a9a8947d04c78f550b3f5/rouge-1.0.1-py3-none-any.whl", hash = "sha256:28d118536e8c774dc47d1d15ec266479b4dd0914c4672ce117d4002789bdc644", size = 13725 },
]
[[package]]
name = "rpds-py"
version = "0.22.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/80/cce854d0921ff2f0a9fa831ba3ad3c65cee3a46711addf39a2af52df2cfd/rpds_py-0.22.3.tar.gz", hash = "sha256:e32fee8ab45d3c2db6da19a5323bc3362237c8b653c70194414b892fd06a080d", size = 26771 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/2a/ead1d09e57449b99dcc190d8d2323e3a167421d8f8fdf0f217c6f6befe47/rpds_py-0.22.3-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:6c7b99ca52c2c1752b544e310101b98a659b720b21db00e65edca34483259967", size = 359514 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/7e/1254f406b7793b586c68e217a6a24ec79040f85e030fff7e9049069284f4/rpds_py-0.22.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:be2eb3f2495ba669d2a985f9b426c1797b7d48d6963899276d22f23e33d47e37", size = 349031 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/da/17c6a2c73730d426df53675ff9cc6653ac7a60b6438d03c18e1c822a576a/rpds_py-0.22.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:70eb60b3ae9245ddea20f8a4190bd79c705a22f8028aaf8bbdebe4716c3fab24", size = 381485 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/13/2dbacd820466aa2a3c4b747afb18d71209523d353cf865bf8f4796c969ea/rpds_py-0.22.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:4041711832360a9b75cfb11b25a6a97c8fb49c07b8bd43d0d02b45d0b499a4ff", size = 386794 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/62/96905d0a35ad4e4bc3c098b2f34b2e7266e211d08635baa690643d2227be/rpds_py-0.22.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:64607d4cbf1b7e3c3c8a14948b99345eda0e161b852e122c6bb71aab6d1d798c", size = 423523 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/1b/d12770f2b6a9fc2c3ec0d810d7d440f6d465ccd8b7f16ae5385952c28b89/rpds_py-0.22.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:81e69b0a0e2537f26d73b4e43ad7bc8c8efb39621639b4434b76a3de50c6966e", size = 446695 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/cf/96f1fd75512a017f8e07408b6d5dbeb492d9ed46bfe0555544294f3681b3/rpds_py-0.22.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bc27863442d388870c1809a87507727b799c8460573cfbb6dc0eeaef5a11b5ec", size = 381959 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/f0/d1c5b501c8aea85aeb938b555bfdf7612110a2f8cdc21ae0482c93dd0c24/rpds_py-0.22.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:e79dd39f1e8c3504be0607e5fc6e86bb60fe3584bec8b782578c3b0fde8d932c", size = 410420 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/3b/45b6c58fb6aad5a569ae40fb890fc494c6b02203505a5008ee6dc68e65f7/rpds_py-0.22.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:e0fa2d4ec53dc51cf7d3bb22e0aa0143966119f42a0c3e4998293a3dd2856b09", size = 557620 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/62/3fdd2d3d47bf0bb9b931c4c73036b4ab3ec77b25e016ae26fab0f02be2af/rpds_py-0.22.3-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:fda7cb070f442bf80b642cd56483b5548e43d366fe3f39b98e67cce780cded00", size = 584202 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/f2/5dced98b64874b84ca824292f9cee2e3f30f3bcf231d15a903126684f74d/rpds_py-0.22.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:cff63a0272fcd259dcc3be1657b07c929c466b067ceb1c20060e8d10af56f5bf", size = 552787 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/13/2273dea1204eda0aea0ef55145da96a9aa28b3f88bb5c70e994f69eda7c3/rpds_py-0.22.3-cp310-cp310-win32.whl", hash = "sha256:9bd7228827ec7bb817089e2eb301d907c0d9827a9e558f22f762bb690b131652", size = 220088 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/80/8c8176b67ad7f4a894967a7a4014ba039626d96f1d4874d53e409b58d69f/rpds_py-0.22.3-cp310-cp310-win_amd64.whl", hash = "sha256:9beeb01d8c190d7581a4d59522cd3d4b6887040dcfc744af99aa59fef3e041a8", size = 231737 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/ad/8d1ddf78f2805a71253fcd388017e7b4a0615c22c762b6d35301fef20106/rpds_py-0.22.3-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:d20cfb4e099748ea39e6f7b16c91ab057989712d31761d3300d43134e26e165f", size = 359773 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/75/68c15732293a8485d79fe4ebe9045525502a067865fa4278f178851b2d87/rpds_py-0.22.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:68049202f67380ff9aa52f12e92b1c30115f32e6895cd7198fa2a7961621fc5a", size = 349214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/4c/7ce50f3070083c2e1b2bbd0fb7046f3da55f510d19e283222f8f33d7d5f4/rpds_py-0.22.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fb4f868f712b2dd4bcc538b0a0c1f63a2b1d584c925e69a224d759e7070a12d5", size = 380477 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/e9/835196a69cb229d5c31c13b8ae603bd2da9a6695f35fe4270d398e1db44c/rpds_py-0.22.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:bc51abd01f08117283c5ebf64844a35144a0843ff7b2983e0648e4d3d9f10dbb", size = 386171 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/8e/33fc4eba6683db71e91e6d594a2cf3a8fbceb5316629f0477f7ece5e3f75/rpds_py-0.22.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0f3cec041684de9a4684b1572fe28c7267410e02450f4561700ca5a3bc6695a2", size = 422676 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/47/2e82d58f8046a98bb9497a8319604c92b827b94d558df30877c4b3c6ccb3/rpds_py-0.22.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:7ef9d9da710be50ff6809fed8f1963fecdfecc8b86656cadfca3bc24289414b0", size = 446152 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/78/79c128c3e71abbc8e9739ac27af11dc0f91840a86fce67ff83c65d1ba195/rpds_py-0.22.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:59f4a79c19232a5774aee369a0c296712ad0e77f24e62cad53160312b1c1eaa1", size = 381300 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/5b/2e193be0e8b228c1207f31fa3ea79de64dadb4f6a4833111af8145a6bc33/rpds_py-0.22.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1a60bce91f81ddaac922a40bbb571a12c1070cb20ebd6d49c48e0b101d87300d", size = 409636 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/3f/687c7100b762d62186a1c1100ffdf99825f6fa5ea94556844bbbd2d0f3a9/rpds_py-0.22.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:e89391e6d60251560f0a8f4bd32137b077a80d9b7dbe6d5cab1cd80d2746f648", size = 556708 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/a2/c00cbc4b857e8b3d5e7f7fc4c81e23afd8c138b930f4f3ccf9a41a23e9e4/rpds_py-0.22.3-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e3fb866d9932a3d7d0c82da76d816996d1667c44891bd861a0f97ba27e84fc74", size = 583554 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/08/696c9872cf56effdad9ed617ac072f6774a898d46b8b8964eab39ec562d2/rpds_py-0.22.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:1352ae4f7c717ae8cba93421a63373e582d19d55d2ee2cbb184344c82d2ae55a", size = 552105 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/1f/4df560be1e994f5adf56cabd6c117e02de7c88ee238bb4ce03ed50da9d56/rpds_py-0.22.3-cp311-cp311-win32.whl", hash = "sha256:b0b4136a252cadfa1adb705bb81524eee47d9f6aab4f2ee4fa1e9d3cd4581f64", size = 220199 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/1b/c29b570bc5db8237553002788dc734d6bd71443a2ceac2a58202ec06ef12/rpds_py-0.22.3-cp311-cp311-win_amd64.whl", hash = "sha256:8bd7c8cfc0b8247c8799080fbff54e0b9619e17cdfeb0478ba7295d43f635d7c", size = 231775 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/47/3383ee3bd787a2a5e65a9b9edc37ccf8505c0a00170e3a5e6ea5fbcd97f7/rpds_py-0.22.3-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:27e98004595899949bd7a7b34e91fa7c44d7a97c40fcaf1d874168bb652ec67e", size = 352334 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/14/aa6400fa8158b90a5a250a77f2077c0d0cd8a76fce31d9f2b289f04c6dec/rpds_py-0.22.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1978d0021e943aae58b9b0b196fb4895a25cc53d3956b8e35e0b7682eefb6d56", size = 342111 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/06/395a13bfaa8a28b302fb433fb285a67ce0ea2004959a027aea8f9c52bad4/rpds_py-0.22.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:655ca44a831ecb238d124e0402d98f6212ac527a0ba6c55ca26f616604e60a45", size = 384286 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/52/d8eeaffab047e6b7b7ef7f00d5ead074a07973968ffa2d5820fa131d7852/rpds_py-0.22.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:feea821ee2a9273771bae61194004ee2fc33f8ec7db08117ef9147d4bbcbca8e", size = 391739 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/31/52dc4bde85c60b63719610ed6f6d61877effdb5113a72007679b786377b8/rpds_py-0.22.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:22bebe05a9ffc70ebfa127efbc429bc26ec9e9b4ee4d15a740033efda515cf3d", size = 427306 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/d5/1bab8e389c2261dba1764e9e793ed6830a63f830fdbec581a242c7c46bda/rpds_py-0.22.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:3af6e48651c4e0d2d166dc1b033b7042ea3f871504b6805ba5f4fe31581d8d38", size = 442717 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/a1/a45f3e30835b553379b3a56ea6c4eb622cf11e72008229af840e4596a8ea/rpds_py-0.22.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e67ba3c290821343c192f7eae1d8fd5999ca2dc99994114643e2f2d3e6138b15", size = 385721 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/27/780c942de3120bdd4d0e69583f9c96e179dfff082f6ecbb46b8d6488841f/rpds_py-0.22.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:02fbb9c288ae08bcb34fb41d516d5eeb0455ac35b5512d03181d755d80810059", size = 415824 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/0b/aa0542ca88ad20ea719b06520f925bae348ea5c1fdf201b7e7202d20871d/rpds_py-0.22.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:f56a6b404f74ab372da986d240e2e002769a7d7102cc73eb238a4f72eec5284e", size = 561227 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/92/3ed77d215f82c8f844d7f98929d56cc321bb0bcfaf8f166559b8ec56e5f1/rpds_py-0.22.3-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:0a0461200769ab3b9ab7e513f6013b7a97fdeee41c29b9db343f3c5a8e2b9e61", size = 587424 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/42/cacaeb047a22cab6241f107644f230e2935d4efecf6488859a7dd82fc47d/rpds_py-0.22.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:8633e471c6207a039eff6aa116e35f69f3156b3989ea3e2d755f7bc41754a4a7", size = 555953 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/52/c921dc6d5f5d45b212a456c1f5b17df1a471127e8037eb0972379e39dff4/rpds_py-0.22.3-cp312-cp312-win32.whl", hash = "sha256:593eba61ba0c3baae5bc9be2f5232430453fb4432048de28399ca7376de9c627", size = 221339 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/c7/f82b5be1e8456600395366f86104d1bd8d0faed3802ad511ef6d60c30d98/rpds_py-0.22.3-cp312-cp312-win_amd64.whl", hash = "sha256:d115bffdd417c6d806ea9069237a4ae02f513b778e3789a359bc5856e0404cc4", size = 235786 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/bf/36d5cc1f2c609ae6e8bf0fc35949355ca9d8790eceb66e6385680c951e60/rpds_py-0.22.3-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:ea7433ce7e4bfc3a85654aeb6747babe3f66eaf9a1d0c1e7a4435bbdf27fea84", size = 351657 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/2a/f1e0fa124e300c26ea9382e59b2d582cba71cedd340f32d1447f4f29fa4e/rpds_py-0.22.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:6dd9412824c4ce1aca56c47b0991e65bebb7ac3f4edccfd3f156150c96a7bf25", size = 341829 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/c2/0da1231dd16953845bed60d1a586fcd6b15ceaeb965f4d35cdc71f70f606/rpds_py-0.22.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:20070c65396f7373f5df4005862fa162db5d25d56150bddd0b3e8214e8ef45b4", size = 384220 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/73/a4407f4e3a00a9d4b68c532bf2d873d6b562854a8eaff8faa6133b3588ec/rpds_py-0.22.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:0b09865a9abc0ddff4e50b5ef65467cd94176bf1e0004184eb915cbc10fc05c5", size = 391009 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/c3/04b7353477ab360fe2563f5f0b176d2105982f97cd9ae80a9c5a18f1ae0f/rpds_py-0.22.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3453e8d41fe5f17d1f8e9c383a7473cd46a63661628ec58e07777c2fff7196dc", size = 426989 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/e6/e4b85b722bcf11398e17d59c0f6049d19cd606d35363221951e6d625fcb0/rpds_py-0.22.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f5d36399a1b96e1a5fdc91e0522544580dbebeb1f77f27b2b0ab25559e103b8b", size = 441544 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/fc/403e65e56f65fff25f2973216974976d3f0a5c3f30e53758589b6dc9b79b/rpds_py-0.22.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:009de23c9c9ee54bf11303a966edf4d9087cd43a6003672e6aa7def643d06518", size = 385179 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/9b/2be9ff9700d664d51fd96b33d6595791c496d2778cb0b2a634f048437a55/rpds_py-0.22.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:1aef18820ef3e4587ebe8b3bc9ba6e55892a6d7b93bac6d29d9f631a3b4befbd", size = 415103 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/a5/03c2ad8ca10994fcf22dd2150dd1d653bc974fa82d9a590494c84c10c641/rpds_py-0.22.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f60bd8423be1d9d833f230fdbccf8f57af322d96bcad6599e5a771b151398eb2", size = 560916 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ba/2e/be4fdfc8b5b576e588782b56978c5b702c5a2307024120d8aeec1ab818f0/rpds_py-0.22.3-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:62d9cfcf4948683a18a9aff0ab7e1474d407b7bab2ca03116109f8464698ab16", size = 587062 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/e0/2034c221937709bf9c542603d25ad43a68b4b0a9a0c0b06a742f2756eb66/rpds_py-0.22.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9253fc214112405f0afa7db88739294295f0e08466987f1d70e29930262b4c8f", size = 555734 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/ce/240bae07b5401a22482b58e18cfbabaa392409b2797da60223cca10d7367/rpds_py-0.22.3-cp313-cp313-win32.whl", hash = "sha256:fb0ba113b4983beac1a2eb16faffd76cb41e176bf58c4afe3e14b9c681f702de", size = 220663 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/f0/d330d08f51126330467edae2fa4efa5cec8923c87551a79299380fdea30d/rpds_py-0.22.3-cp313-cp313-win_amd64.whl", hash = "sha256:c58e2339def52ef6b71b8f36d13c3688ea23fa093353f3a4fee2556e62086ec9", size = 235503 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/c4/dbe1cc03df013bf2feb5ad00615038050e7859f381e96fb5b7b4572cd814/rpds_py-0.22.3-cp313-cp313t-macosx_10_12_x86_64.whl", hash = "sha256:f82a116a1d03628a8ace4859556fb39fd1424c933341a08ea3ed6de1edb0283b", size = 347698 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/3a/684f66dd6b0f37499cad24cd1c0e523541fd768576fa5ce2d0a8799c3cba/rpds_py-0.22.3-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:3dfcbc95bd7992b16f3f7ba05af8a64ca694331bd24f9157b49dadeeb287493b", size = 337330 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/eb/e022c08c2ce2e8f7683baa313476492c0e2c1ca97227fe8a75d9f0181e95/rpds_py-0.22.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:59259dc58e57b10e7e18ce02c311804c10c5a793e6568f8af4dead03264584d1", size = 380022 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/21/5a80e653e4c86aeb28eb4fea4add1f72e1787a3299687a9187105c3ee966/rpds_py-0.22.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:5725dd9cc02068996d4438d397e255dcb1df776b7ceea3b9cb972bdb11260a83", size = 390754 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/a4/d320a04ae90f72d080b3d74597074e62be0a8ecad7d7321312dfe2dc5a6a/rpds_py-0.22.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:99b37292234e61325e7a5bb9689e55e48c3f5f603af88b1642666277a81f1fbd", size = 423840 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/70/674dc47d93db30a6624279284e5631be4c3a12a0340e8e4f349153546728/rpds_py-0.22.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:27b1d3b3915a99208fee9ab092b8184c420f2905b7d7feb4aeb5e4a9c509b8a1", size = 438970 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/64/9500f4d66601d55cadd21e90784cfd5d5f4560e129d72e4339823129171c/rpds_py-0.22.3-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f612463ac081803f243ff13cccc648578e2279295048f2a8d5eb430af2bae6e3", size = 383146 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/45/630327addb1d17173adcf4af01336fd0ee030c04798027dfcb50106001e0/rpds_py-0.22.3-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f73d3fef726b3243a811121de45193c0ca75f6407fe66f3f4e183c983573e130", size = 408294 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/ef/8efb3373cee54ea9d9980b772e5690a0c9e9214045a4e7fa35046e399fee/rpds_py-0.22.3-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:3f21f0495edea7fdbaaa87e633a8689cd285f8f4af5c869f27bc8074638ad69c", size = 556345 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/01/151d3b9ef4925fc8f15bfb131086c12ec3c3d6dd4a4f7589c335bf8e85ba/rpds_py-0.22.3-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:1e9663daaf7a63ceccbbb8e3808fe90415b0757e2abddbfc2e06c857bf8c5e2b", size = 582292 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/89/35fc7a6cdf3477d441c7aca5e9bbf5a14e0f25152aed7f63f4e0b141045d/rpds_py-0.22.3-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:a76e42402542b1fae59798fab64432b2d015ab9d0c8c47ba7addddbaf7952333", size = 553855 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/e0/830c02b2457c4bd20a8c5bb394d31d81f57fbefce2dbdd2e31feff4f7003/rpds_py-0.22.3-cp313-cp313t-win32.whl", hash = "sha256:69803198097467ee7282750acb507fba35ca22cc3b85f16cf45fb01cb9097730", size = 219100 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/30/7ac943f69855c2db77407ae363484b915d861702dbba1aa82d68d57f42be/rpds_py-0.22.3-cp313-cp313t-win_amd64.whl", hash = "sha256:f5cf2a0c2bdadf3791b5c205d55a37a54025c6e18a71c71f82bb536cf9a454bf", size = 233794 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/63/e29f8ee14fcf383574f73b6bbdcbec0fbc2e5fc36b4de44d1ac389b1de62/rpds_py-0.22.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:d48424e39c2611ee1b84ad0f44fb3b2b53d473e65de061e3f460fc0be5f1939d", size = 360786 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d3/e0/771ee28b02a24e81c8c0e645796a371350a2bb6672753144f36ae2d2afc9/rpds_py-0.22.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:24e8abb5878e250f2eb0d7859a8e561846f98910326d06c0d51381fed59357bd", size = 350589 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/49/abad4c4a1e6f3adf04785a99c247bfabe55ed868133e2d1881200aa5d381/rpds_py-0.22.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4b232061ca880db21fa14defe219840ad9b74b6158adb52ddf0e87bead9e8493", size = 381848 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/7d/f4bc6d6fbe6af7a0d2b5f2ee77079efef7c8528712745659ec0026888998/rpds_py-0.22.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac0a03221cdb5058ce0167ecc92a8c89e8d0decdc9e99a2ec23380793c4dcb96", size = 387879 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/b0/575c797377fdcd26cedbb00a3324232e4cb2c5d121f6e4b0dbf8468b12ef/rpds_py-0.22.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:eb0c341fa71df5a4595f9501df4ac5abfb5a09580081dffbd1ddd4654e6e9123", size = 423916 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/78/87157fa39d58f32a68d3326f8a81ad8fb99f49fe2aa7ad9a1b7d544f9478/rpds_py-0.22.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:bf9db5488121b596dbfc6718c76092fda77b703c1f7533a226a5a9f65248f8ad", size = 448410 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/69/860f89996065a88be1b6ff2d60e96a02b920a262d8aadab99e7903986597/rpds_py-0.22.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0b8db6b5b2d4491ad5b6bdc2bc7c017eec108acbf4e6785f42a9eb0ba234f4c9", size = 382841 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/d7/bc144e10d27e3cb350f98df2492a319edd3caaf52ddfe1293f37a9afbfd7/rpds_py-0.22.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:b3d504047aba448d70cf6fa22e06cb09f7cbd761939fdd47604f5e007675c24e", size = 409662 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/2a/6bed0b05233c291a94c7e89bc76ffa1c619d4e1979fbfe5d96024020c1fb/rpds_py-0.22.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl", hash = "sha256:e61b02c3f7a1e0b75e20c3978f7135fd13cb6cf551bf4a6d29b999a88830a338", size = 558221 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/23/cd8f566de444a137bc1ee5795e47069a947e60810ba4152886fe5308e1b7/rpds_py-0.22.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl", hash = "sha256:e35ba67d65d49080e8e5a1dd40101fccdd9798adb9b050ff670b7d74fa41c566", size = 583780 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/63/79c3602afd14d501f751e615a74a59040328da5ef29ed5754ae80d236b84/rpds_py-0.22.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl", hash = "sha256:26fd7cac7dd51011a245f29a2cc6489c4608b5a8ce8d75661bb4a1066c52dfbe", size = 553619 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/2e/c5c1689e80298d4e94c75b70faada4c25445739d91b94c211244a3ed7ed1/rpds_py-0.22.3-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:177c7c0fce2855833819c98e43c262007f42ce86651ffbb84f37883308cb0e7d", size = 233338 },
]
[[package]]
name = "rsa"
version = "4.9"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pyasn1" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/65/7d973b89c4d2351d7fb232c2e452547ddfa243e93131e7cfa766da627b52/rsa-4.9.tar.gz", hash = "sha256:e38464a49c6c85d7f1351b0126661487a7e0a14a50f1675ec50eb34d4f20ef21", size = 29711 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/97/fa78e3d2f65c02c8e1268b9aba606569fe97f6c8f7c2d74394553347c145/rsa-4.9-py3-none-any.whl", hash = "sha256:90260d9058e514786967344d0ef75fa8727eed8a7d2e43ce9f4bcf1b536174f7", size = 34315 },
]
[[package]]
name = "ruff"
version = "0.9.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/3e/e89f736f01aa9517a97e2e7e0ce8d34a4d8207087b3cfdec95133fee13b5/ruff-0.9.1.tar.gz", hash = "sha256:fd2b25ecaf907d6458fa842675382c8597b3c746a2dde6717fe3415425df0c17", size = 3498844 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/05/c3a2e0feb3d5d394cdfd552de01df9d3ec8a3a3771bbff247fab7e668653/ruff-0.9.1-py3-none-linux_armv6l.whl", hash = "sha256:84330dda7abcc270e6055551aca93fdde1b0685fc4fd358f26410f9349cf1743", size = 10645241 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/da/59f0a40e5f88ee5c054ad175caaa2319fc96571e1d29ab4730728f2aad4f/ruff-0.9.1-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:3cae39ba5d137054b0e5b472aee3b78a7c884e61591b100aeb544bcd1fc38d4f", size = 10391066 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/fe/85e1c1acf0ba04a3f2d54ae61073da030f7a5dc386194f96f3c6ca444a78/ruff-0.9.1-py3-none-macosx_11_0_arm64.whl", hash = "sha256:50c647ff96f4ba288db0ad87048257753733763b409b2faf2ea78b45c8bb7fcb", size = 10012308 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/9b/780aa5d4bdca8dcea4309264b8faa304bac30e1ce0bcc910422bfcadd203/ruff-0.9.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f0c8b149e9c7353cace7d698e1656ffcf1e36e50f8ea3b5d5f7f87ff9986a7ca", size = 10881960 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/f4/dac4361afbfe520afa7186439e8094e4884ae3b15c8fc75fb2e759c1f267/ruff-0.9.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:beb3298604540c884d8b282fe7625651378e1986c25df51dec5b2f60cafc31ce", size = 10414803 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/a2/057a3cb7999513cb78d6cb33a7d1cc6401c82d7332583786e4dad9e38e44/ruff-0.9.1-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:39d0174ccc45c439093971cc06ed3ac4dc545f5e8bdacf9f067adf879544d969", size = 11464929 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/c6/1ccfcc209bee465ced4874dcfeaadc88aafcc1ea9c9f31ef66f063c187f0/ruff-0.9.1-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:69572926c0f0c9912288915214ca9b2809525ea263603370b9e00bed2ba56dbd", size = 12170717 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/97/4a524027518525c7cf6931e9fd3b2382be5e4b75b2b61bec02681a7685a5/ruff-0.9.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:937267afce0c9170d6d29f01fcd1f4378172dec6760a9f4dface48cdabf9610a", size = 11708921 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/a4/4e77cf6065c700d5593b25fca6cf725b1ab6d70674904f876254d0112ed0/ruff-0.9.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:186c2313de946f2c22bdf5954b8dd083e124bcfb685732cfb0beae0c47233d9b", size = 13058074 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/d6/fcb78e0531e863d0a952c4c5600cc5cd317437f0e5f031cd2288b117bb37/ruff-0.9.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f94942a3bb767675d9a051867c036655fe9f6c8a491539156a6f7e6b5f31831", size = 11281093 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/3b/7235bbeff00c95dc2d073cfdbf2b871b5bbf476754c5d277815d286b4328/ruff-0.9.1-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:728d791b769cc28c05f12c280f99e8896932e9833fef1dd8756a6af2261fd1ab", size = 10882610 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/66/5599d23257c61cf038137f82999ca8f9d0080d9d5134440a461bef85b461/ruff-0.9.1-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:2f312c86fb40c5c02b44a29a750ee3b21002bd813b5233facdaf63a51d9a85e1", size = 10489273 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/85/de4aa057e2532db0f9761e2c2c13834991e087787b93e4aeb5f1cb10d2df/ruff-0.9.1-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ae017c3a29bee341ba584f3823f805abbe5fe9cd97f87ed07ecbf533c4c88366", size = 11003314 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/42/afedcaa089116d81447347f76041ff46025849fedb0ed2b187d24cf70fca/ruff-0.9.1-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:5dc40a378a0e21b4cfe2b8a0f1812a6572fc7b230ef12cd9fac9161aa91d807f", size = 11342982 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/c6/fe45f3eb27e3948b41a305d8b768e949bf6a39310e9df73f6c576d7f1d9f/ruff-0.9.1-py3-none-win32.whl", hash = "sha256:46ebf5cc106cf7e7378ca3c28ce4293b61b449cd121b98699be727d40b79ba72", size = 8819750 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/8d/580db77c3b9d5c3d9479e55b0b832d279c30c8f00ab0190d4cd8fc67831c/ruff-0.9.1-py3-none-win_amd64.whl", hash = "sha256:342a824b46ddbcdddd3abfbb332fa7fcaac5488bf18073e841236aadf4ad5c19", size = 9701331 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/94/0498cdb7316ed67a1928300dd87d659c933479f44dec51b4f62bfd1f8028/ruff-0.9.1-py3-none-win_arm64.whl", hash = "sha256:1cd76c7f9c679e6e8f2af8f778367dca82b95009bc7b1a85a47f1521ae524fa7", size = 9145708 },
]
[[package]]
name = "ruff-lsp"
version = "0.0.60"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "lsprotocol" },
{ name = "packaging" },
{ name = "pygls" },
{ name = "ruff" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/bd/cd7765264e969fa443c610843250a1cf77739de4e1890c54d475fa55661c/ruff_lsp-0.0.60.tar.gz", hash = "sha256:f92e924914c5db8e3b5bd3c0dae662952b05fd32bd3fc598d463078acd90c191", size = 40712 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/9f/f38792281d3efa7d451a4cc4c3305d5c3d5112b3c07b1b03529730e92c6c/ruff_lsp-0.0.60-py3-none-any.whl", hash = "sha256:6a6078b5c8333dc1f5a24e0adce769a27dc0ab49cd6249436b0904bc14a39a04", size = 20628 },
]
[[package]]
name = "safetensors"
version = "0.5.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/4f/2ef9ef1766f8c194b01b67a63a444d2e557c8fe1d82faf3ebd85f370a917/safetensors-0.5.2.tar.gz", hash = "sha256:cb4a8d98ba12fa016f4241932b1fc5e702e5143f5374bba0bbcf7ddc1c4cf2b8", size = 66957 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/d1/017e31e75e274492a11a456a9e7c171f8f7911fe50735b4ec6ff37221220/safetensors-0.5.2-cp38-abi3-macosx_10_12_x86_64.whl", hash = "sha256:45b6092997ceb8aa3801693781a71a99909ab9cc776fbc3fa9322d29b1d3bef2", size = 427067 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/24/84/e9d3ff57ae50dd0028f301c9ee064e5087fe8b00e55696677a0413c377a7/safetensors-0.5.2-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:6d0d6a8ee2215a440e1296b843edf44fd377b055ba350eaba74655a2fe2c4bae", size = 408856 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/1d/fe95f5dd73db16757b11915e8a5106337663182d0381811c81993e0014a9/safetensors-0.5.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:86016d40bcaa3bcc9a56cd74d97e654b5f4f4abe42b038c71e4f00a089c4526c", size = 450088 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/21/e527961b12d5ab528c6e47b92d5f57f33563c28a972750b238b871924e49/safetensors-0.5.2-cp38-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:990833f70a5f9c7d3fc82c94507f03179930ff7d00941c287f73b6fcbf67f19e", size = 458966 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/8b/1a037d7a57f86837c0b41905040369aea7d8ca1ec4b2a77592372b2ec380/safetensors-0.5.2-cp38-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3dfa7c2f3fe55db34eba90c29df94bcdac4821043fc391cb5d082d9922013869", size = 509915 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/3d/03dd5cfd33839df0ee3f4581a20bd09c40246d169c0e4518f20b21d5f077/safetensors-0.5.2-cp38-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:46ff2116150ae70a4e9c490d2ab6b6e1b1b93f25e520e540abe1b81b48560c3a", size = 527664 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/dc/8952caafa9a10a3c0f40fa86bacf3190ae7f55fa5eef87415b97b29cb97f/safetensors-0.5.2-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ab696dfdc060caffb61dbe4066b86419107a24c804a4e373ba59be699ebd8d5", size = 461978 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/da/82de1fcf1194e3dbefd4faa92dc98b33c06bed5d67890e0962dd98e18287/safetensors-0.5.2-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:03c937100f38c9ff4c1507abea9928a6a9b02c9c1c9c3609ed4fb2bf413d4975", size = 491253 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/9a/d90e273c25f90c3ba1b0196a972003786f04c39e302fbd6649325b1272bb/safetensors-0.5.2-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:a00e737948791b94dad83cf0eafc09a02c4d8c2171a239e8c8572fe04e25960e", size = 628644 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/3c/acb23e05aa34b4f5edd2e7f393f8e6480fbccd10601ab42cd03a57d4ab5f/safetensors-0.5.2-cp38-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:d3a06fae62418ec8e5c635b61a8086032c9e281f16c63c3af46a6efbab33156f", size = 721648 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/45/eaa3dba5253a7c6931230dc961641455710ab231f8a89cb3c4c2af70f8c8/safetensors-0.5.2-cp38-abi3-musllinux_1_2_i686.whl", hash = "sha256:1506e4c2eda1431099cebe9abf6c76853e95d0b7a95addceaa74c6019c65d8cf", size = 659588 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/71/2f9851164f821064d43b481ddbea0149c2d676c4f4e077b178e7eeaa6660/safetensors-0.5.2-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:5c5b5d9da594f638a259fca766046f44c97244cc7ab8bef161b3e80d04becc76", size = 632533 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/f1/5680e2ef61d9c61454fad82c344f0e40b8741a9dbd1e31484f0d31a9b1c3/safetensors-0.5.2-cp38-abi3-win32.whl", hash = "sha256:fe55c039d97090d1f85277d402954dd6ad27f63034fa81985a9cc59655ac3ee2", size = 291167 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/ca/aa489392ec6fb59223ffce825461e1f811a3affd417121a2088be7a5758b/safetensors-0.5.2-cp38-abi3-win_amd64.whl", hash = "sha256:78abdddd03a406646107f973c7843276e7b64e5e32623529dc17f3d94a20f589", size = 303756 },
]
[[package]]
name = "schedule"
version = "1.2.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/91/b525790063015759f34447d4cf9d2ccb52cdee0f1dd6ff8764e863bcb74c/schedule-1.2.2.tar.gz", hash = "sha256:15fe9c75fe5fd9b9627f3f19cc0ef1420508f9f9a46f45cd0769ef75ede5f0b7", size = 26452 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/a7/84c96b61fd13205f2cafbe263cdb2745965974bdf3e0078f121dfeca5f02/schedule-1.2.2-py3-none-any.whl", hash = "sha256:5bef4a2a0183abf44046ae0d164cadcac21b1db011bdd8102e4a0c1e91e06a7d", size = 12220 },
]
[[package]]
name = "scikit-learn"
version = "1.6.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "joblib" },
{ name = "numpy" },
{ name = "scipy" },
{ name = "threadpoolctl" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/a5/4ae3b3a0755f7b35a280ac90b28817d1f380318973cff14075ab41ef50d9/scikit_learn-1.6.1.tar.gz", hash = "sha256:b4fc2525eca2c69a59260f583c56a7557c6ccdf8deafdba6e060f94c1c59738e", size = 7068312 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/3a/f4597eb41049110b21ebcbb0bcb43e4035017545daa5eedcfeb45c08b9c5/scikit_learn-1.6.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d056391530ccd1e501056160e3c9673b4da4805eb67eb2bdf4e983e1f9c9204e", size = 12067702 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/19/0423e5e1fd1c6ec5be2352ba05a537a473c1677f8188b9306097d684b327/scikit_learn-1.6.1-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:0c8d036eb937dbb568c6242fa598d551d88fb4399c0344d95c001980ec1c7d36", size = 11112765 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/95/d5cb2297a835b0f5fc9a77042b0a2d029866379091ab8b3f52cc62277808/scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:8634c4bd21a2a813e0a7e3900464e6d593162a29dd35d25bdf0103b3fce60ed5", size = 12643991 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/91/ab3c697188f224d658969f678be86b0968ccc52774c8ab4a86a07be13c25/scikit_learn-1.6.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:775da975a471c4f6f467725dff0ced5c7ac7bda5e9316b260225b48475279a1b", size = 13497182 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/04/d5d556b6c88886c092cc989433b2bab62488e0f0dafe616a1d5c9cb0efb1/scikit_learn-1.6.1-cp310-cp310-win_amd64.whl", hash = "sha256:8a600c31592bd7dab31e1c61b9bbd6dea1b3433e67d264d17ce1017dbdce8002", size = 11125517 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/2a/e291c29670795406a824567d1dfc91db7b699799a002fdaa452bceea8f6e/scikit_learn-1.6.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:72abc587c75234935e97d09aa4913a82f7b03ee0b74111dcc2881cba3c5a7b33", size = 12102620 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/92/ee1d7a00bb6b8c55755d4984fd82608603a3cc59959245068ce32e7fb808/scikit_learn-1.6.1-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:b3b00cdc8f1317b5f33191df1386c0befd16625f49d979fe77a8d44cae82410d", size = 11116234 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/cd/ed4399485ef364bb25f388ab438e3724e60dc218c547a407b6e90ccccaef/scikit_learn-1.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:dc4765af3386811c3ca21638f63b9cf5ecf66261cc4815c1db3f1e7dc7b79db2", size = 12592155 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/f3/62fc9a5a659bb58a03cdd7e258956a5824bdc9b4bb3c5d932f55880be569/scikit_learn-1.6.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:25fc636bdaf1cc2f4a124a116312d837148b5e10872147bdaf4887926b8c03d8", size = 13497069 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/a6/c5b78606743a1f28eae8f11973de6613a5ee87366796583fb74c67d54939/scikit_learn-1.6.1-cp311-cp311-win_amd64.whl", hash = "sha256:fa909b1a36e000a03c382aade0bd2063fd5680ff8b8e501660c0f59f021a6415", size = 11139809 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/18/c797c9b8c10380d05616db3bfb48e2a3358c767affd0857d56c2eb501caa/scikit_learn-1.6.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:926f207c804104677af4857b2c609940b743d04c4c35ce0ddc8ff4f053cddc1b", size = 12104516 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/b7/2e35f8e289ab70108f8cbb2e7a2208f0575dc704749721286519dcf35f6f/scikit_learn-1.6.1-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:2c2cae262064e6a9b77eee1c8e768fc46aa0b8338c6a8297b9b6759720ec0ff2", size = 11167837 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/f6/ff7beaeb644bcad72bcfd5a03ff36d32ee4e53a8b29a639f11bcb65d06cd/scikit_learn-1.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1061b7c028a8663fb9a1a1baf9317b64a257fcb036dae5c8752b2abef31d136f", size = 12253728 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/7a/8bce8968883e9465de20be15542f4c7e221952441727c4dad24d534c6d99/scikit_learn-1.6.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2e69fab4ebfc9c9b580a7a80111b43d214ab06250f8a7ef590a4edf72464dd86", size = 13147700 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/27/585859e72e117fe861c2079bcba35591a84f801e21bc1ab85bce6ce60305/scikit_learn-1.6.1-cp312-cp312-win_amd64.whl", hash = "sha256:70b1d7e85b1c96383f872a519b3375f92f14731e279a7b4c6cfd650cf5dffc52", size = 11110613 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/59/8eb1872ca87009bdcdb7f3cdc679ad557b992c12f4b61f9250659e592c63/scikit_learn-1.6.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:2ffa1e9e25b3d93990e74a4be2c2fc61ee5af85811562f1288d5d055880c4322", size = 12010001 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/05/f2fc4effc5b32e525408524c982c468c29d22f828834f0625c5ef3d601be/scikit_learn-1.6.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:dc5cf3d68c5a20ad6d571584c0750ec641cc46aeef1c1507be51300e6003a7e1", size = 11096360 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/e4/4195d52cf4f113573fb8ebc44ed5a81bd511a92c0228889125fac2f4c3d1/scikit_learn-1.6.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c06beb2e839ecc641366000ca84f3cf6fa9faa1777e29cf0c04be6e4d096a348", size = 12209004 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/be/47e16cdd1e7fcf97d95b3cb08bde1abb13e627861af427a3651fcb80b517/scikit_learn-1.6.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e8ca8cb270fee8f1f76fa9bfd5c3507d60c6438bbee5687f81042e2bb98e5a97", size = 13171776 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/b0/ca92b90859070a1487827dbc672f998da95ce83edce1270fc23f96f1f61a/scikit_learn-1.6.1-cp313-cp313-win_amd64.whl", hash = "sha256:7a1c43c8ec9fde528d664d947dc4c0789be4077a3647f232869f41d9bf50e0fb", size = 11071865 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/ae/993b0fb24a356e71e9a894e42b8a9eec528d4c70217353a1cd7a48bc25d4/scikit_learn-1.6.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:a17c1dea1d56dcda2fac315712f3651a1fea86565b64b48fa1bc090249cbf236", size = 11955804 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/54/32fa2ee591af44507eac86406fa6bba968d1eb22831494470d0a2e4a1eb1/scikit_learn-1.6.1-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:6a7aa5f9908f0f28f4edaa6963c0a6183f1911e63a69aa03782f0d924c830a35", size = 11100530 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/58/55856da1adec655bdce77b502e94a267bf40a8c0b89f8622837f89503b5a/scikit_learn-1.6.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0650e730afb87402baa88afbf31c07b84c98272622aaba002559b614600ca691", size = 12433852 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/4f/c83853af13901a574f8f13b645467285a48940f185b690936bb700a50863/scikit_learn-1.6.1-cp313-cp313t-win_amd64.whl", hash = "sha256:3f59fe08dc03ea158605170eb52b22a105f238a5d512c4470ddeca71feae8e5f", size = 11337256 },
]
[[package]]
name = "scipy"
version = "1.15.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/c6/8eb0654ba0c7d0bb1bf67bf8fbace101a8e4f250f7722371105e8b6f68fc/scipy-1.15.1.tar.gz", hash = "sha256:033a75ddad1463970c96a88063a1df87ccfddd526437136b6ee81ff0312ebdf6", size = 59407493 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/53/b204ce5a4433f1864001b9d16f103b9c25f5002a602ae83585d0ea5f9c4a/scipy-1.15.1-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:c64ded12dcab08afff9e805a67ff4480f5e69993310e093434b10e85dc9d43e1", size = 41414518 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/fc/54ffa7a8847f7f303197a6ba65a66104724beba2e38f328135a78f0dc480/scipy-1.15.1-cp310-cp310-macosx_12_0_arm64.whl", hash = "sha256:5b190b935e7db569960b48840e5bef71dc513314cc4e79a1b7d14664f57fd4ff", size = 32519265 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/77/a98b8ba03d6f371dc31a38719affd53426d4665729dcffbed4afe296784a/scipy-1.15.1-cp310-cp310-macosx_14_0_arm64.whl", hash = "sha256:4b17d4220df99bacb63065c76b0d1126d82bbf00167d1730019d2a30d6ae01ea", size = 24792859 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/78/70bb9f0df7444b18b108580934bfef774822e28fd34a68e5c263c7d2828a/scipy-1.15.1-cp310-cp310-macosx_14_0_x86_64.whl", hash = "sha256:63b9b6cd0333d0eb1a49de6f834e8aeaefe438df8f6372352084535ad095219e", size = 27886506 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/a7/f40f6033e06de4176ddd6cc8c3ae9f10a226c3bca5d6b4ab883bc9914a14/scipy-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9f151e9fb60fbf8e52426132f473221a49362091ce7a5e72f8aa41f8e0da4f25", size = 38375041 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/03/390a1c5c61fd76b0fa4b3c5aa3bdd7e60f6c46f712924f1a9df5705ec046/scipy-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:21e10b1dd56ce92fba3e786007322542361984f8463c6d37f6f25935a5a6ef52", size = 40597556 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/70/fa95b3ae026b97eeca58204a90868802e5155ac71b9d7bdee92b68115dd3/scipy-1.15.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:5dff14e75cdbcf07cdaa1c7707db6017d130f0af9ac41f6ce443a93318d6c6e0", size = 42938505 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/07/427859116bdd71847c898180f01802691f203c3e2455a1eb496130ff07c5/scipy-1.15.1-cp310-cp310-win_amd64.whl", hash = "sha256:f82fcf4e5b377f819542fbc8541f7b5fbcf1c0017d0df0bc22c781bf60abc4d8", size = 43909663 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/2e/7b71312da9c2dabff53e7c9a9d08231bc34d9d8fdabe88a6f1155b44591c/scipy-1.15.1-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:5bd8d27d44e2c13d0c1124e6a556454f52cd3f704742985f6b09e75e163d20d2", size = 41424362 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/8c/ab85f1aa1cc200c796532a385b6ebf6a81089747adc1da7482a062acc46c/scipy-1.15.1-cp311-cp311-macosx_12_0_arm64.whl", hash = "sha256:be3deeb32844c27599347faa077b359584ba96664c5c79d71a354b80a0ad0ce0", size = 32535910 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/9c/6f4b787058daa8d8da21ddff881b4320e28de4704a65ec147adb50cb2230/scipy-1.15.1-cp311-cp311-macosx_14_0_arm64.whl", hash = "sha256:5eb0ca35d4b08e95da99a9f9c400dc9f6c21c424298a0ba876fdc69c7afacedf", size = 24809398 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/2b/949460a796df75fc7a1ee1becea202cf072edbe325ebe29f6d2029947aa7/scipy-1.15.1-cp311-cp311-macosx_14_0_x86_64.whl", hash = "sha256:74bb864ff7640dea310a1377d8567dc2cb7599c26a79ca852fc184cc851954ac", size = 27918045 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/36/67fe249dd7ccfcd2a38b25a640e3af7e59d9169c802478b6035ba91dfd6d/scipy-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:667f950bf8b7c3a23b4199db24cb9bf7512e27e86d0e3813f015b74ec2c6e3df", size = 38332074 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/da/452e1119e6f720df3feb588cce3c42c5e3d628d4bfd4aec097bd30b7de0c/scipy-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:395be70220d1189756068b3173853029a013d8c8dd5fd3d1361d505b2aa58fa7", size = 40588469 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7f/71/5f94aceeac99a4941478af94fe9f459c6752d497035b6b0761a700f5f9ff/scipy-1.15.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ce3a000cd28b4430426db2ca44d96636f701ed12e2b3ca1f2b1dd7abdd84b39a", size = 42965214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/25/caa430865749d504271757cafd24066d596217e83326155993980bc22f97/scipy-1.15.1-cp311-cp311-win_amd64.whl", hash = "sha256:3fe1d95944f9cf6ba77aa28b82dd6bb2a5b52f2026beb39ecf05304b8392864b", size = 43896034 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/6e/a9c42d0d39e09ed7fd203d0ac17adfea759cba61ab457671fe66e523dbec/scipy-1.15.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:c09aa9d90f3500ea4c9b393ee96f96b0ccb27f2f350d09a47f533293c78ea776", size = 41478318 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/ee/e3e535c81828618878a7433992fecc92fa4df79393f31a8fea1d05615091/scipy-1.15.1-cp312-cp312-macosx_12_0_arm64.whl", hash = "sha256:0ac102ce99934b162914b1e4a6b94ca7da0f4058b6d6fd65b0cef330c0f3346f", size = 32596696 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/5e/b1b0124be8e76f87115f16b8915003eec4b7060298117715baf13f51942c/scipy-1.15.1-cp312-cp312-macosx_14_0_arm64.whl", hash = "sha256:09c52320c42d7f5c7748b69e9f0389266fd4f82cf34c38485c14ee976cb8cb04", size = 24870366 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/36/c00cb73eefda85946172c27913ab995c6ad4eee00fa4f007572e8c50cd51/scipy-1.15.1-cp312-cp312-macosx_14_0_x86_64.whl", hash = "sha256:cdde8414154054763b42b74fe8ce89d7f3d17a7ac5dd77204f0e142cdc9239e9", size = 28007461 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/94/aff5c51b3799349a9d1e67a056772a0f8a47db371e83b498d43467806557/scipy-1.15.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4c9d8fc81d6a3b6844235e6fd175ee1d4c060163905a2becce8e74cb0d7554ce", size = 38068174 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/3c/0de11ca154e24a57b579fb648151d901326d3102115bc4f9a7a86526ce54/scipy-1.15.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0fb57b30f0017d4afa5fe5f5b150b8f807618819287c21cbe51130de7ccdaed2", size = 40249869 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/09/472e8d0a6b33199d1bb95e49bedcabc0976c3724edd9b0ef7602ccacf41e/scipy-1.15.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:491d57fe89927fa1aafbe260f4cfa5ffa20ab9f1435025045a5315006a91b8f5", size = 42629068 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/ba/31c7a8131152822b3a2cdeba76398ffb404d81d640de98287d236da90c49/scipy-1.15.1-cp312-cp312-win_amd64.whl", hash = "sha256:900f3fa3db87257510f011c292a5779eb627043dd89731b9c461cd16ef76ab3d", size = 43621992 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/bf/dd68965a4c5138a630eeed0baec9ae96e5d598887835bdde96cdd2fe4780/scipy-1.15.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:100193bb72fbff37dbd0bf14322314fc7cbe08b7ff3137f11a34d06dc0ee6b85", size = 41441136 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/5e/4928581312922d7e4d416d74c416a660addec4dd5ea185401df2269ba5a0/scipy-1.15.1-cp313-cp313-macosx_12_0_arm64.whl", hash = "sha256:2114a08daec64980e4b4cbdf5bee90935af66d750146b1d2feb0d3ac30613692", size = 32533699 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/90/03f99c43041852837686898c66767787cd41c5843d7a1509c39ffef683e9/scipy-1.15.1-cp313-cp313-macosx_14_0_arm64.whl", hash = "sha256:6b3e71893c6687fc5e29208d518900c24ea372a862854c9888368c0b267387ab", size = 24807289 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/52/bfe82b42ae112eaba1af2f3e556275b8727d55ac6e4932e7aef337a9d9d4/scipy-1.15.1-cp313-cp313-macosx_14_0_x86_64.whl", hash = "sha256:837299eec3d19b7e042923448d17d95a86e43941104d33f00da7e31a0f715d3c", size = 27929844 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/77/54ff610bad600462c313326acdb035783accc6a3d5f566d22757ad297564/scipy-1.15.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:82add84e8a9fb12af5c2c1a3a3f1cb51849d27a580cb9e6bd66226195142be6e", size = 38031272 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/26/98585cbf04c7cf503d7eb0a1966df8a268154b5d923c5fe0c1ed13154c49/scipy-1.15.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:070d10654f0cb6abd295bc96c12656f948e623ec5f9a4eab0ddb1466c000716e", size = 40210217 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/3f/3d2285eb6fece8bc5dbb2f9f94d61157d61d155e854fd5fea825b8218f12/scipy-1.15.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:55cc79ce4085c702ac31e49b1e69b27ef41111f22beafb9b49fea67142b696c4", size = 42587785 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/7d/5b5251984bf0160d6533695a74a5fddb1fa36edd6f26ffa8c871fbd4782a/scipy-1.15.1-cp313-cp313-win_amd64.whl", hash = "sha256:c352c1b6d7cac452534517e022f8f7b8d139cd9f27e6fbd9f3cbd0bfd39f5bef", size = 43640439 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/b8/0e092f592d280496de52e152582030f8a270b194f87f890e1a97c5599b81/scipy-1.15.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:0458839c9f873062db69a03de9a9765ae2e694352c76a16be44f93ea45c28d2b", size = 41619862 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/19/0b6e1173aba4db9e0b7aa27fe45019857fb90d6904038b83927cbe0a6c1d/scipy-1.15.1-cp313-cp313t-macosx_12_0_arm64.whl", hash = "sha256:af0b61c1de46d0565b4b39c6417373304c1d4f5220004058bdad3061c9fa8a95", size = 32610387 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/02/754aae3bd1fa0f2479ade3cfdf1732ecd6b05853f63eee6066a32684563a/scipy-1.15.1-cp313-cp313t-macosx_14_0_arm64.whl", hash = "sha256:71ba9a76c2390eca6e359be81a3e879614af3a71dfdabb96d1d7ab33da6f2364", size = 24883814 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/ac/d7906201604a2ea3b143bb0de51b3966f66441ba50b7dc182c4505b3edf9/scipy-1.15.1-cp313-cp313t-macosx_14_0_x86_64.whl", hash = "sha256:14eaa373c89eaf553be73c3affb11ec6c37493b7eaaf31cf9ac5dffae700c2e0", size = 27944865 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/84/9d/8f539002b5e203723af6a6f513a45e0a7671e9dabeedb08f417ac17e4edc/scipy-1.15.1-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f735bc41bd1c792c96bc426dece66c8723283695f02df61dcc4d0a707a42fc54", size = 39883261 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/c0/62fd3bab828bcccc9b864c5997645a3b86372a35941cdaf677565c25c98d/scipy-1.15.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:2722a021a7929d21168830790202a75dbb20b468a8133c74a2c0230c72626b6c", size = 42093299 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/1f/5d46a8d94e9f6d2c913cbb109e57e7eed914de38ea99e2c4d69a9fc93140/scipy-1.15.1-cp313-cp313t-win_amd64.whl", hash = "sha256:bc7136626261ac1ed988dca56cfc4ab5180f75e0ee52e58f1e6aa74b5f3eacd5", size = 43181730 },
]
[[package]]
name = "seaborn"
version = "0.13.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "matplotlib" },
{ name = "numpy" },
{ name = "pandas" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/59/a451d7420a77ab0b98f7affa3a1d78a313d2f7281a57afb1a34bae8ab412/seaborn-0.13.2.tar.gz", hash = "sha256:93e60a40988f4d65e9f4885df477e2fdaff6b73a9ded434c1ab356dd57eefff7", size = 1457696 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/11/00d3c3dfc25ad54e731d91449895a79e4bf2384dc3ac01809010ba88f6d5/seaborn-0.13.2-py3-none-any.whl", hash = "sha256:636f8336facf092165e27924f223d3c62ca560b1f2bb5dff7ab7fad265361987", size = 294914 },
]
[[package]]
name = "secretstorage"
version = "3.3.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cryptography", marker = "sys_platform == 'linux' or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jeepney", marker = "sys_platform == 'linux' or (sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/a4/f48c9d79cb507ed1373477dbceaba7401fd8a23af63b837fa61f1dcd3691/SecretStorage-3.3.3.tar.gz", hash = "sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77", size = 19739 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99", size = 15221 },
]
[[package]]
name = "send2trash"
version = "1.8.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/3a/aec9b02217bb79b87bbc1a21bc6abc51e3d5dcf65c30487ac96c0908c722/Send2Trash-1.8.3.tar.gz", hash = "sha256:b18e7a3966d99871aefeb00cfbcfdced55ce4871194810fc71f4aa484b953abf", size = 17394 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/b0/4562db6223154aa4e22f939003cb92514c79f3d4dccca3444253fd17f902/Send2Trash-1.8.3-py3-none-any.whl", hash = "sha256:0c31227e0bd08961c7665474a3d1ef7193929fedda4233843689baa056be46c9", size = 18072 },
]
[[package]]
name = "sentence-transformers"
version = "3.3.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "huggingface-hub" },
{ name = "pillow" },
{ name = "scikit-learn" },
{ name = "scipy" },
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tqdm" },
{ name = "transformers", version = "4.48.0", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/0a/c677efe908b20e7e8d4ed6cce3a3447eebc7dc5e348e458f5f9a44a72b00/sentence_transformers-3.3.1.tar.gz", hash = "sha256:9635dbfb11c6b01d036b9cfcee29f7716ab64cf2407ad9f403a2e607da2ac48b", size = 217914 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/c8/990e22a465e4771338da434d799578865d6d7ef1fdb50bd844b7ecdcfa19/sentence_transformers-3.3.1-py3-none-any.whl", hash = "sha256:abffcc79dab37b7d18d21a26d5914223dd42239cfe18cb5e111c66c54b658ae7", size = 268797 },
]
[[package]]
name = "sentencepiece"
version = "0.2.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/d2/b9c7ca067c26d8ff085d252c89b5f69609ca93fb85a00ede95f4857865d4/sentencepiece-0.2.0.tar.gz", hash = "sha256:a52c19171daaf2e697dc6cbe67684e0fa341b1248966f6aebb541de654d15843", size = 2632106 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/71/98648c3b64b23edb5403f74bcc906ad21766872a6e1ada26ea3f1eb941ab/sentencepiece-0.2.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:188779e1298a1c8b8253c7d3ad729cb0a9891e5cef5e5d07ce4592c54869e227", size = 2408979 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/9f/7efbaa6d4c0c718a9affbecc536b03ca62f99f421bdffb531c16030e2d2b/sentencepiece-0.2.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bed9cf85b296fa2b76fc2547b9cbb691a523864cebaee86304c43a7b4cb1b452", size = 1238845 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/e4/c2541027a43ec6962ba9b601805d17ba3f86b38bdeae0e8ac65a2981e248/sentencepiece-0.2.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d7b67e724bead13f18db6e1d10b6bbdc454af574d70efbb36f27d90387be1ca3", size = 1181472 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/46/316c1ba6c52b97de76aff7b9da678f7afbb52136afb2987c474d95630e65/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2fde4b08cfe237be4484c6c7c2e2c75fb862cfeab6bd5449ce4caeafd97b767a", size = 1259151 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/5a/3c48738a0835d76dd06c62b6ac48d39c923cde78dd0f587353bdcbb99851/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4c378492056202d1c48a4979650981635fd97875a00eabb1f00c6a236b013b5e", size = 1355931 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/27/33019685023221ca8ed98e8ceb7ae5e166032686fa3662c68f1f1edf334e/sentencepiece-0.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1380ce6540a368de2ef6d7e6ba14ba8f3258df650d39ba7d833b79ee68a52040", size = 1301537 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/e4/55f97cef14293171fef5f96e96999919ab5b4d1ce95b53547ad653d7e3bf/sentencepiece-0.2.0-cp310-cp310-win32.whl", hash = "sha256:a1151d6a6dd4b43e552394aed0edfe9292820272f0194bd56c7c1660a0c06c3d", size = 936747 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/f4/4ef1a6e0e9dbd8a60780a91df8b7452ada14cfaa0e17b3b8dfa42cecae18/sentencepiece-0.2.0-cp310-cp310-win_amd64.whl", hash = "sha256:d490142b0521ef22bc1085f061d922a2a6666175bb6b42e588ff95c0db6819b2", size = 991525 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/43/8f8885168a47a02eba1455bd3f4f169f50ad5b8cebd2402d0f5e20854d04/sentencepiece-0.2.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:17982700c4f6dbb55fa3594f3d7e5dd1c8659a274af3738e33c987d2a27c9d5c", size = 2409036 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/35/e63ba28062af0a3d688a9f128e407a1a2608544b2f480cb49bf7f4b1cbb9/sentencepiece-0.2.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:7c867012c0e8bcd5bdad0f791609101cb5c66acb303ab3270218d6debc68a65e", size = 1238921 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/42/ae30952c4a0bd773e90c9bf2579f5533037c886dfc8ec68133d5694f4dd2/sentencepiece-0.2.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7fd6071249c74f779c5b27183295b9202f8dedb68034e716784364443879eaa6", size = 1181477 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/ac/2f2ab1d60bb2d795d054eebe5e3f24b164bc21b5a9b75fba7968b3b91b5a/sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:27f90c55a65013cbb8f4d7aab0599bf925cde4adc67ae43a0d323677b5a1c6cb", size = 1259182 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/fb/14633c6ecf262c468759ffcdb55c3a7ee38fe4eda6a70d75ee7c7d63c58b/sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b293734059ef656dcd65be62ff771507bea8fed0a711b6733976e1ed3add4553", size = 1355537 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/12/2f5c8d4764b00033cf1c935b702d3bb878d10be9f0b87f0253495832d85f/sentencepiece-0.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e58b47f933aca74c6a60a79dcb21d5b9e47416256c795c2d58d55cec27f9551d", size = 1301464 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/b1/67afc0bde24f6dcb3acdea0dd8dcdf4b8b0db240f6bacd39378bd32d09f8/sentencepiece-0.2.0-cp311-cp311-win32.whl", hash = "sha256:c581258cf346b327c62c4f1cebd32691826306f6a41d8c4bec43b010dee08e75", size = 936749 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/f6/587c62fd21fc988555b85351f50bbde43a51524caafd63bc69240ded14fd/sentencepiece-0.2.0-cp311-cp311-win_amd64.whl", hash = "sha256:0993dbc665f4113017892f1b87c3904a44d0640eda510abcacdfb07f74286d36", size = 991520 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/5a/141b227ed54293360a9ffbb7bf8252b4e5efc0400cdeac5809340e5d2b21/sentencepiece-0.2.0-cp312-cp312-macosx_10_9_universal2.whl", hash = "sha256:ea5f536e32ea8ec96086ee00d7a4a131ce583a1b18d130711707c10e69601cb2", size = 2409370 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/08/a4c135ad6fc2ce26798d14ab72790d66e813efc9589fd30a5316a88ca8d5/sentencepiece-0.2.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:d0cb51f53b6aae3c36bafe41e86167c71af8370a039f542c43b0cce5ef24a68c", size = 1239288 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/0a/2fe387f825ac5aad5a0bfe221904882106cac58e1b693ba7818785a882b6/sentencepiece-0.2.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:3212121805afc58d8b00ab4e7dd1f8f76c203ddb9dc94aa4079618a31cf5da0f", size = 1181597 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/38/e4698ee2293fe4835dc033c49796a39b3eebd8752098f6bd0aa53a14af1f/sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2a3149e3066c2a75e0d68a43eb632d7ae728c7925b517f4c05c40f6f7280ce08", size = 1259220 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/24/fd7ef967c9dad2f6e6e5386d0cadaf65cda8b7be6e3861a9ab3121035139/sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:632f3594d3e7ac8b367bca204cb3fd05a01d5b21455acd097ea4c0e30e2f63d7", size = 1355962 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/d2/18246f43ca730bb81918f87b7e886531eda32d835811ad9f4657c54eee35/sentencepiece-0.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f295105c6bdbb05bd5e1b0cafbd78ff95036f5d3641e7949455a3f4e5e7c3109", size = 1301706 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/47/ca237b562f420044ab56ddb4c278672f7e8c866e183730a20e413b38a989/sentencepiece-0.2.0-cp312-cp312-win32.whl", hash = "sha256:fb89f811e5efd18bab141afc3fea3de141c3f69f3fe9e898f710ae7fe3aab251", size = 936941 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/97/d159c32642306ee2b70732077632895438867b3b6df282354bd550cf2a67/sentencepiece-0.2.0-cp312-cp312-win_amd64.whl", hash = "sha256:7a673a72aab81fef5ebe755c6e0cc60087d1f3a4700835d40537183c1703a45f", size = 991994 },
]
[[package]]
name = "setuptools"
version = "75.8.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/ec/089608b791d210aec4e7f97488e67ab0d33add3efccb83a056cbafe3a2a6/setuptools-75.8.0.tar.gz", hash = "sha256:c5afc8f407c626b8313a86e10311dd3f661c6cd9c09d4bf8c15c0e11f9f2b0e6", size = 1343222 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/8a/b9dc7678803429e4a3bc9ba462fa3dd9066824d3c607490235c6a796be5a/setuptools-75.8.0-py3-none-any.whl", hash = "sha256:e3982f444617239225d675215d51f6ba05f845d4eec313da4418fdbb56fb27e3", size = 1228782 },
]
[[package]]
name = "shellingham"
version = "1.5.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/15/8b3609fd3830ef7b27b655beb4b4e9c62313a4e8da8c676e142cc210d58e/shellingham-1.5.4.tar.gz", hash = "sha256:8dbca0739d487e5bd35ab3ca4b36e11c4078f3a234bfce294b0a0291363404de", size = 10310 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/f9/0595336914c5619e5f28a1fb793285925a8cd4b432c9da0a987836c7f822/shellingham-1.5.4-py2.py3-none-any.whl", hash = "sha256:7ecfff8f2fd72616f7481040475a65b2bf8af90a56c89140852d1120324e8686", size = 9755 },
]
[[package]]
name = "shortuuid"
version = "1.0.13"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/e2/bcf761f3bff95856203f9559baf3741c416071dd200c0fc19fad7f078f86/shortuuid-1.0.13.tar.gz", hash = "sha256:3bb9cf07f606260584b1df46399c0b87dd84773e7b25912b7e391e30797c5e72", size = 9662 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/44/21d6bf170bf40b41396480d8d49ad640bca3f2b02139cd52aa1e272830a5/shortuuid-1.0.13-py3-none-any.whl", hash = "sha256:a482a497300b49b4953e15108a7913244e1bb0d41f9d332f5e9925dba33a3c5a", size = 10529 },
]
[[package]]
name = "six"
version = "1.17.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/e7/b2c673351809dca68a0e064b6af791aa332cf192da575fd474ed7d6f16a2/six-1.17.0.tar.gz", hash = "sha256:ff70335d468e7eb6ec65b95b99d3a2836546063f63acc5171de367e834932a81", size = 34031 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/ce/149a00dd41f10bc29e5921b496af8b574d8413afcd5e30dfa0ed46c2cc5e/six-1.17.0-py2.py3-none-any.whl", hash = "sha256:4721f391ed90541fddacab5acf947aa0d3dc7d27b2e1e8eda2be8970586c3274", size = 11050 },
]
[[package]]
name = "smart-open"
version = "6.4.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/69/bf2e8a00fbf9bf9f27734c4f3f2030fb422c4d8b1594bb9fc763561a4ec2/smart_open-6.4.0.tar.gz", hash = "sha256:be3c92c246fbe80ebce8fbacb180494a481a77fcdcb7c1aadb2ea5b9c2bee8b9", size = 65491 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/d9/d97f1db64b09278aba64e8c81b5d322d436132df5741c518f3823824fae0/smart_open-6.4.0-py3-none-any.whl", hash = "sha256:8d3ef7e6997e8e42dd55c74166ed21e6ac70664caa32dd940b26d54a8f6b4142", size = 57048 },
]
[[package]]
name = "smmap"
version = "5.0.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/cd/a040c4b3119bbe532e5b0732286f805445375489fceaec1f48306068ee3b/smmap-5.0.2.tar.gz", hash = "sha256:26ea65a03958fa0c8a1c7e8c7a58fdc77221b8910f6be2131affade476898ad5", size = 22329 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/be/d09147ad1ec7934636ad912901c5fd7667e1c858e19d355237db0d0cd5e4/smmap-5.0.2-py3-none-any.whl", hash = "sha256:b30115f0def7d7531d22a0fb6502488d879e75b260a9db4d0819cfb25403af5e", size = 24303 },
]
[[package]]
name = "sniffio"
version = "1.3.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/87/a6771e1546d97e7e041b6ae58d80074f81b7d5121207425c964ddf5cfdbd/sniffio-1.3.1.tar.gz", hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc", size = 20372 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/44/75a9c9421471a6c4805dbf2356f7c181a29c1879239abab1ea2cc8f38b40/sniffio-1.3.1-py3-none-any.whl", hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2", size = 10235 },
]
[[package]]
name = "snowflake-id"
version = "1.0.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/d0/91bd3d2e54ea849e8c4e73681ef75c1c93f37a8c9f0627b1553522267e08/snowflake_id-1.0.2.tar.gz", hash = "sha256:4a4cd49508599aaa16488311f4b9121e9ac3bac57edff3e9f71b1d79086dbfe8", size = 4497 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/a4/ee0bdba1d1e98db21166381559d0061d752bbf66af2dd1cbbe4c2afdc4fa/snowflake_id-1.0.2-py3-none-any.whl", hash = "sha256:c3142752ed334b9d4632739a704461d13e97aa6fa71b65d5329829b4b5cc058c", size = 4795 },
]
[[package]]
name = "socksio"
version = "1.0.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/5c/48a7d9495be3d1c651198fd99dbb6ce190e2274d0f28b9051307bdec6b85/socksio-1.0.0.tar.gz", hash = "sha256:f88beb3da5b5c38b9890469de67d0cb0f9d494b78b106ca1845f96c10b91c4ac", size = 19055 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/c3/6eeb6034408dac0fa653d126c9204ade96b819c936e136c5e8a6897eee9c/socksio-1.0.0-py3-none-any.whl", hash = "sha256:95dc1f15f9b34e8d7b16f06d74b8ccf48f609af32ab33c608d08761c5dcbb1f3", size = 12763 },
]
[[package]]
name = "soupsieve"
version = "2.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/ce/fbaeed4f9fb8b2daa961f90591662df6a86c1abf25c548329a86920aedfb/soupsieve-2.6.tar.gz", hash = "sha256:e2e68417777af359ec65daac1057404a3c8a5455bb8abc36f1a9866ab1a51abb", size = 101569 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/c2/fe97d779f3ef3b15f05c94a2f1e3d21732574ed441687474db9d342a7315/soupsieve-2.6-py3-none-any.whl", hash = "sha256:e72c4ff06e4fb6e4b5a9f0f55fe6e81514581fca1515028625d0f299c602ccc9", size = 36186 },
]
[[package]]
name = "spacy"
version = "3.7.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "catalogue" },
{ name = "cymem" },
{ name = "jinja2" },
{ name = "langcodes" },
{ name = "murmurhash" },
{ name = "numpy" },
{ name = "packaging" },
{ name = "pathy" },
{ name = "preshed" },
{ name = "pydantic" },
{ name = "requests" },
{ name = "setuptools" },
{ name = "smart-open" },
{ name = "spacy-legacy" },
{ name = "spacy-loggers" },
{ name = "srsly" },
{ name = "thinc" },
{ name = "tqdm" },
{ name = "typer" },
{ name = "wasabi" },
{ name = "weasel" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/84/4210080c47e24d1ebff42466551f837d34ae137a6387258698ebd822e291/spacy-3.7.0.tar.gz", hash = "sha256:ba07890a607d5a0421a3a1f63e1aa76694085eaf5f94e12a98edbff321fc9323", size = 1262484 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/b8/8b97486f683e81837c89c8e7ee24a3cca2d0fd68f37b87a7951575c66a16/spacy-3.7.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:da9f9e06d7e29836c8a065125604d8096b28918b1798b5d0ee744043249efe13", size = 6812160 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/5f/1dfcf2d7ad1170f32e481aa17315737d1c82a217e9da260e828f76d53b5e/spacy-3.7.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:98223789069e794222d685756ecf828b103a9ec91284d16f3f4414ed41dce6b8", size = 6573699 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/6c/ad5670637e03ca52982977c9f6a3239ea511fedb4cd06bc00f7503f6b0b3/spacy-3.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:926ae3bf06a776c70c44ff79f05921fbbbf6c2745ce6c186bdc8a227f06de609", size = 6233487 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/2d/782f52badeddf100759fc4be9b892f3ebaeac4d2e15d44c786c068703311/spacy-3.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:42f57715ddaf3b1029f59e15d8764d5c9d1793d4418dfb387c5df338df3a874f", size = 6589637 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/3e/a58cf0406a09699d4b0d5f1449208bc1577b554ef19fe44550ad3e66b87f/spacy-3.7.0-cp310-cp310-win_amd64.whl", hash = "sha256:3cd962194d45bf35eb228cdd5c1358c835905cb3004fcace9aa8085fdea109df", size = 12063641 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/77/67271571a8f1ca0bc0bd0fe3026a7a8b1e8f4459a8052f9a0f97cb017197/spacy-3.7.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0e36f698343025cc9ba19bc1d836724bdb18196823a26aab95c756c7e037d820", size = 6714433 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/f2/a919c2a5c0f0250070cc8f7336b814e5d356d90247c2507462b3baefcdf9/spacy-3.7.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:63e1e0de9966707577f91cb0e2865f8cc4a7953c28e8ac516ecb6e8b8f8dbe88", size = 6482226 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/89/420bb001812906675882c35321a5d62d75e87136cd19f124d6c8f0ec02ff/spacy-3.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:58e266712f4a2744afe06983ecf35f363d818e1655a117107b54649d00380e31", size = 6219252 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/82/342bfa2fda567e404a3afc9af757e54230f6dada4b2da03a10cd54c413ef/spacy-3.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:12416702370b409f88090813fbedef1073263ffa8af18d817357fdf86d53e181", size = 6569158 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/54/82db444873150ef20815f5adb40d49cb77d28071bbae2d4525535505d0c7/spacy-3.7.0-cp311-cp311-win_amd64.whl", hash = "sha256:49da3e1d29ae9fcabbc84113ada16f058be6fbfdfaac0c6452a484b4acc94ed0", size = 12061359 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/f6/7017d27765b65ddc280f3ff181a84fff37082e043c2d0d44ccfb7c19198f/spacy-3.7.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:7e7a758042c0c888909d56db84027ec886df93524d5542f560b63d48530e3acc", size = 6288904 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/76/37cbd0cb9c495fbc30e6bc24c5d10caa5f17926ed176820d8e12bdbe1ba0/spacy-3.7.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a91a0db4df3abc978df18343076a62f0ffe10ef64f7e7f1d3e9c52808ffc10e7", size = 6076323 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/d5/2d6998b31b6d743fba20f5d3f557e256621e41125daffb2c5864ce8c20f7/spacy-3.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:cc63d92a434d7d39cab321ca15c53a610733ae0080a46da5c7ffea5797a545fe", size = 6048309 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/38/f7fc2b69598847733cdc4de6eecaa3bb04154fddb14f00b5bb724c5a404c/spacy-3.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3ff99e25ba65da2abdb8b425f53762c20c9e3214818cfcaf8c53d30a48f5a36d", size = 6437914 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/37/013ebb62015eaff1cd39d05344bd843a7d88700bbea19509036a7271895e/spacy-3.7.0-cp312-cp312-win_amd64.whl", hash = "sha256:d216cf189781b611d9dcbc7a6cc1ee377cf878b74a4b12b310950a07ceafc0bd", size = 11656427 },
]
[[package]]
name = "spacy-legacy"
version = "3.0.12"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/79/91f9d7cc8db5642acad830dcc4b49ba65a7790152832c4eceb305e46d681/spacy-legacy-3.0.12.tar.gz", hash = "sha256:b37d6e0c9b6e1d7ca1cf5bc7152ab64a4c4671f59c85adaf7a3fcb870357a774", size = 23806 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/55/12e842c70ff8828e34e543a2c7176dac4da006ca6901c9e8b43efab8bc6b/spacy_legacy-3.0.12-py2.py3-none-any.whl", hash = "sha256:476e3bd0d05f8c339ed60f40986c07387c0a71479245d6d0f4298dbd52cda55f", size = 29971 },
]
[[package]]
name = "spacy-loggers"
version = "1.0.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/3d/926db774c9c98acf66cb4ed7faf6c377746f3e00b84b700d0868b95d0712/spacy-loggers-1.0.5.tar.gz", hash = "sha256:d60b0bdbf915a60e516cc2e653baeff946f0cfc461b452d11a4d5458c6fe5f24" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/78/d1a1a026ef3af911159398c939b1509d5c36fe524c7b644f34a5146c4e16/spacy_loggers-1.0.5-py3-none-any.whl", hash = "sha256:196284c9c446cc0cdb944005384270d775fdeaf4f494d8e269466cfa497ef645" },
]
[[package]]
name = "sqlalchemy"
version = "2.0.28"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "greenlet", marker = "platform_machine == 'AMD64' or platform_machine == 'WIN32' or platform_machine == 'aarch64' or platform_machine == 'amd64' or platform_machine == 'ppc64le' or platform_machine == 'win32' or platform_machine == 'x86_64' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/23/cc8844d4873ec0485f961c047ca831040c3ba7ecf9d88ec6f9249e1d1cbe/SQLAlchemy-2.0.28.tar.gz", hash = "sha256:dd53b6c4e6d960600fd6532b79ee28e2da489322fcf6648738134587faf767b6", size = 9531010 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/c5/0ecf903016b3605fd440edf29f488d0166cb4080ab101df221e9819519f5/SQLAlchemy-2.0.28-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:e0b148ab0438f72ad21cb004ce3bdaafd28465c4276af66df3b9ecd2037bf252", size = 2080857 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/50/2b8277511bf6744bc8c98114b61cf96002e6144fe7df5413c47e095de2b2/SQLAlchemy-2.0.28-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bbda76961eb8f27e6ad3c84d1dc56d5bc61ba8f02bd20fcf3450bd421c2fcc9c", size = 2072548 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/d7/c90dcd621dd491ca935167c305b6057dc91b5d55808eae4b2b9bd23e0f56/SQLAlchemy-2.0.28-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:feea693c452d85ea0015ebe3bb9cd15b6f49acc1a31c28b3c50f4db0f8fb1e71", size = 3051746 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/a6/ffe06d6d70ffa9e678302f11428030761b7b7e91bd9cb797701d9fdb97ad/SQLAlchemy-2.0.28-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5da98815f82dce0cb31fd1e873a0cb30934971d15b74e0d78cf21f9e1b05953f", size = 3060143 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/4b/ddd47cadb6c023e94aa42a5eeb8db8d246dc6f68f3771b591b990fa5ba9a/SQLAlchemy-2.0.28-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:4a5adf383c73f2d49ad15ff363a8748319ff84c371eed59ffd0127355d6ea1da", size = 3094306 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/11/ec93202dbac605ffa2f3f2f75cb70d5eb5b565911b05cf7003f68bacbec2/SQLAlchemy-2.0.28-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:56856b871146bfead25fbcaed098269d90b744eea5cb32a952df00d542cdd368", size = 3092396 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/31/f01afe92bfe8edda24dcd4de07051660c64c4a1236b102286dcc866ab295/SQLAlchemy-2.0.28-cp310-cp310-win32.whl", hash = "sha256:943aa74a11f5806ab68278284a4ddd282d3fb348a0e96db9b42cb81bf731acdc", size = 2048442 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/88/5d/0f7daa6d242cbc4ba9f03a943e7164f65b40923fb97b077c01969925d2d7/SQLAlchemy-2.0.28-cp310-cp310-win_amd64.whl", hash = "sha256:c6c4da4843e0dabde41b8f2e8147438330924114f541949e6318358a56d1875a", size = 2073577 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/44/9ecf1356ad56a70664fdc5575bbdea1112f48b773b2e745f9c4310ff9e38/SQLAlchemy-2.0.28-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:46a3d4e7a472bfff2d28db838669fc437964e8af8df8ee1e4548e92710929adc", size = 2082380 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/0d/e28cab20e9edffef94cb5c2efd2c26b83aa0e7a60ae15825789b139a6e46/SQLAlchemy-2.0.28-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:0d3dd67b5d69794cfe82862c002512683b3db038b99002171f624712fa71aeaa", size = 2073676 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/12/a547b84f3917663a81f272170320161331fece49b207105aede3bf192385/SQLAlchemy-2.0.28-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c61e2e41656a673b777e2f0cbbe545323dbe0d32312f590b1bc09da1de6c2a02", size = 3188212 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/f8/06f5680d65d2f5fda9828b2131981ac81bce4003b4a04486c8b715c365f5/SQLAlchemy-2.0.28-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0315d9125a38026227f559488fe7f7cee1bd2fbc19f9fd637739dc50bb6380b2", size = 3188115 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/cc/5a553a42d9609098e9c454c955149ed9f3780e8bbdf064c2242ef1d2e6ea/SQLAlchemy-2.0.28-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:af8ce2d31679006e7b747d30a89cd3ac1ec304c3d4c20973f0f4ad58e2d1c4c9", size = 3193692 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/25/6761c7387c442d534398f56acec53ca4c85d8654cc03b13486d4c5bd26ef/SQLAlchemy-2.0.28-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:81ba314a08c7ab701e621b7ad079c0c933c58cdef88593c59b90b996e8b58fa5", size = 3188164 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/7c/a92caa334c78aef007028832da8ad4732051da414671c43f07dfeee37a28/SQLAlchemy-2.0.28-cp311-cp311-win32.whl", hash = "sha256:1ee8bd6d68578e517943f5ebff3afbd93fc65f7ef8f23becab9fa8fb315afb1d", size = 2047996 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/f8/c1fe26782e875a952f1bad265034185dbd888f6c55d4bb5f0f515e172b8d/SQLAlchemy-2.0.28-cp311-cp311-win_amd64.whl", hash = "sha256:ad7acbe95bac70e4e687a4dc9ae3f7a2f467aa6597049eeb6d4a662ecd990bb6", size = 2074131 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/54/f0a30f8609b9675d2942ff5111a046adb534ca58c30ae6791b037a0a9ebd/SQLAlchemy-2.0.28-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:d3499008ddec83127ab286c6f6ec82a34f39c9817f020f75eca96155f9765097", size = 2080279 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/f0/62398a94d8daf10d833e9afa0b1c1dd43396197f2f0f6f4b9112675c1e1d/SQLAlchemy-2.0.28-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9b66fcd38659cab5d29e8de5409cdf91e9986817703e1078b2fdaad731ea66f5", size = 2072953 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/48/9208b40bca707266244558e297d6bdcf9a41e292a1f153970c9c0e814263/SQLAlchemy-2.0.28-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bea30da1e76cb1acc5b72e204a920a3a7678d9d52f688f087dc08e54e2754c67", size = 3222848 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/bf/e5ea74092f1064d835bd199063dc08a4339f8ea211fe687f15e25bf639dc/SQLAlchemy-2.0.28-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:124202b4e0edea7f08a4db8c81cc7859012f90a0d14ba2bf07c099aff6e96462", size = 3233389 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/42/ebe1a2264df28d49ec4fb39e5e2dd051d9293dab67e2e51b205a7852eeca/SQLAlchemy-2.0.28-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:e23b88c69497a6322b5796c0781400692eca1ae5532821b39ce81a48c395aae9", size = 3226977 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/4d/053f35edea574ee5208ce7d9fe9047678b5578d1d216167b4ac3ae5c6a36/SQLAlchemy-2.0.28-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4b6303bfd78fb3221847723104d152e5972c22367ff66edf09120fcde5ddc2e2", size = 3232787 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/c6/bd03f3feeb80a0147acc801b9b9adbef7a61637f3555c9bd34a38320af67/SQLAlchemy-2.0.28-cp312-cp312-win32.whl", hash = "sha256:a921002be69ac3ab2cf0c3017c4e6a3377f800f1fca7f254c13b5f1a2f10022c", size = 2046685 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/e9/7f21d2de6cd84923180af0d4a1dd02fd53f2adbc1064e9cabd8beb0553a8/SQLAlchemy-2.0.28-cp312-cp312-win_amd64.whl", hash = "sha256:b4a2cf92995635b64876dc141af0ef089c6eea7e05898d8d8865e71a326c0385", size = 2072181 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/a4/9d9666859613a72b2ad793783309aa7cf4e76d79728875397010f2166248/SQLAlchemy-2.0.28-py3-none-any.whl", hash = "sha256:78bb7e8da0183a8301352d569900d9d3594c48ac21dc1c2ec6b3121ed8b6c986", size = 1869428 },
]
[[package]]
name = "sqlparse"
version = "0.4.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/16/10f170ec641ed852611b6c9441b23d10b5702ab5288371feab3d36de2574/sqlparse-0.4.4.tar.gz", hash = "sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c", size = 72383 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/5a/66d7c9305baa9f11857f247d4ba761402cea75db6058ff850ed7128957b7/sqlparse-0.4.4-py3-none-any.whl", hash = "sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3", size = 41183 },
]
[[package]]
name = "srsly"
version = "2.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "catalogue" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/54/52041112dfa5932ea6696ca54c5ce051a71b551641733ccdf6e2b005cab3/srsly-2.5.0.tar.gz", hash = "sha256:2776752cdb14275ca01e9a7b7a9c047ccf31db17f0076e73343cfcc9a8df6cbd", size = 466506 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/aa/fcf23b426fd17227b47ee14a59b2f34e8ad375a48ff4b0a1348d04f7cfc2/srsly-2.5.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:4b6c2f8232418ef2455f19ae925806d1ada14f44435b7a7731197b8b3ab863eb", size = 636043 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/d8/7b668dfe366f145a99fa8e7e242d209bacd49bc8aec87353e601baad59f8/srsly-2.5.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bcb57a7439784fa6e6a316794d19e0f57ab015e2a909c76b9eca188136743eec", size = 634428 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/0a/0c8f0ba7ebece603abd02817d251bc360c2ce6187e17cc5e5919e0cd4abb/srsly-2.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:cb32303020b954670482295d044b14bd8a4ae417f475a18f870b73eab1444643", size = 1089474 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/48/96fc99c3bea3273ce0bb7fab7bcbe459814dc62e2830735745e50f4a97cf/srsly-2.5.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:7450ca5f89a63eeaae845fefca69e35c13e0b476c567ab7ddd1c8119db84855a", size = 1062656 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/a1/f4a398e66a78e3bca3be1347ce0cbe67997ff4a2737453f1c2ed78bc4e52/srsly-2.5.0-cp310-cp310-win_amd64.whl", hash = "sha256:53fc82cdeebd068c07fbeb5f79250e3e1159ecb8b79c43a44a1de55928df5c30", size = 632271 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/ec/8c3cd621a13de18700bfa907cd2d15b88a0a8d79c100e5ad09d850e23c75/srsly-2.5.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:065ebe178e16874e99a459e8a244ad566eadc74304606fa429dca49026505d14", size = 635917 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/ab/44513be449756b6d79b95331fef13b8e35cb88e6016643d745c88e12f323/srsly-2.5.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:61af34e76b3284d69dd4a132577da4582b0081ac080fd9f50b8661e390027ca5", size = 634377 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/e0/bc09ee1e6d4a160ef21b40f457894864f28d0e4e9ea2c2877d8d69c0a9a3/srsly-2.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc306267dd61231ec7e710db79a2c882ac34d2ba2e8b3715206709ab1076f070", size = 1110714 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/c1/b2dd873f2fe989503e7aa09b5334e75d26fa9314b6009cc284ad3757be65/srsly-2.5.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:88d321bfd198ac417aac5896ba48100af0513ed5801310cc1d29d3580edb9d3b", size = 1091691 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/06/dee3ed98320f7fbb18f40c3715cf32f3cc7dcf5fc0787a5c7bd78b1ff090/srsly-2.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:68c25506c6b6e3ea83991c1d809a62edbdb959a437820529a43a6ea669b8e11a", size = 632632 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/16/8b5997dae87eb39462bc23bf059622cfc76ac8da4dde47c457101aeb488d/srsly-2.5.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:72e84cd4772f3d2a855e67cdfd293f9fd40d4939ff54e530dd32c4157b46b463", size = 636712 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/90/9266899a16b275d9fd58aecbceb183562b4ee709d244e544f086e3358471/srsly-2.5.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:e1f672e879b4ada0fb5b27401f36ad246ab3046183983961e49de1e8679cc3f5", size = 634700 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/e4/d7495538ae1957662a7404863aac118930dafbc87e42c4cb95f7aa3feb43/srsly-2.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5d2762e17ad61eea776428652d36da805b8d72c396d2651621ef59513bbcd504", size = 1143540 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/80/47d815f23a793772a3847b3f49d01528ba5013beabb0e7a20b13a8ea0d97/srsly-2.5.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:767c902ccb16635af88fc98b10f998aa67180c343da41c34aa20679c6eb6618e", size = 1110674 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/ff/f76fb452a4a504728f5d03102f67b92bb2076080ba69e9e32292b7c0566a/srsly-2.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:3fac84c8fbda019e3f3652854ab3c8bd439af5b57825745fa3c67a603a13a05d", size = 632605 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/3f/1b418e9157d2dfbf5f40e6319d16b41a34f0f3791d1bc11a263174740222/srsly-2.5.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:1d7fb3fd694eec2328b42ab0767193aa5561bb20cc50bf34da6cb213edf30c25", size = 634880 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/5e/4c2cc489006954e1bfc24687443cbcfccbd69c52034f26d7c4f902d4a42d/srsly-2.5.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:40932a850b10562eb739163ff7644a6b0804fde1fe5b1f9724198e81cb09c704", size = 632841 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/3d/2dd76d2fd99f0fb632c40273755d99466bdee2aaebd40866507249debd43/srsly-2.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2a657d8c1486d47910868cfadd5a80cd77719c6228fed5b01b878329b95f0752", size = 1127978 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/93/22d3f4d3c1d35d83f15f56a995777535288388f5e6161fbe36ac4bf466a5/srsly-2.5.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:9f4430fab1bd62fea7b23ad2bd7822bf80cdd4a75c7d051a555c69aa10f4bfdc", size = 1100354 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/51/b448c7ffb15bf9e1af0369bdf3e00e87e893a9ea7fca7ea3f020af5a105a/srsly-2.5.0-cp313-cp313-win_amd64.whl", hash = "sha256:35fa3aadfc0d983e80fc5e0319825e91f792d13b414c1aff20cbbb47569d5109", size = 630642 },
]
[[package]]
name = "stack-data"
version = "0.6.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "asttokens" },
{ name = "executing" },
{ name = "pure-eval" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/e3/55dcc2cfbc3ca9c29519eb6884dd1415ecb53b0e934862d3559ddcb7e20b/stack_data-0.6.3.tar.gz", hash = "sha256:836a778de4fec4dcd1dcd89ed8abff8a221f58308462e1c4aa2a3cf30148f0b9", size = 44707 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/7b/ce1eafaf1a76852e2ec9b22edecf1daa58175c090266e9f6c64afcd81d91/stack_data-0.6.3-py3-none-any.whl", hash = "sha256:d5558e0c25a4cb0853cddad3d77da9891a08cb85dd9f9f91b9f8cd66e511e695", size = 24521 },
]
[[package]]
name = "starlette"
version = "0.37.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "anyio", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/b5/6bceb93ff20bd7ca36e6f7c540581abb18f53130fabb30ba526e26fd819b/starlette-0.37.2.tar.gz", hash = "sha256:9af890290133b79fc3db55474ade20f6220a364a0402e0b556e7cd5e1e093823", size = 2843736 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/18/31fa32ed6c68ba66220204ef0be798c349d0a20c1901f9d4a794e08c76d8/starlette-0.37.2-py3-none-any.whl", hash = "sha256:6fe59f29268538e5d0d182f2791a479a0c64638e6935d1c6989e63fb2699c6ee", size = 71908 },
]
[[package]]
name = "starlette"
version = "0.38.6"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
]
dependencies = [
{ name = "anyio", marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/b4/e25c3b688ef703d85e55017c6edd0cbf38e5770ab748234363d54ff0251a/starlette-0.38.6.tar.gz", hash = "sha256:863a1588f5574e70a821dadefb41e4881ea451a47a3cd1b4df359d4ffefe5ead", size = 2569491 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/9c/93f7bc03ff03199074e81974cc148908ead60dcf189f68ba1761a0ee35cf/starlette-0.38.6-py3-none-any.whl", hash = "sha256:4517a1409e2e73ee4951214ba012052b9e16f60e90d73cfb06192c19203bbb05", size = 71451 },
]
[[package]]
name = "sympy"
version = "1.13.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "mpmath" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/99/5a5b6f19ff9f083671ddf7b9632028436167cd3d33e11015754e41b249a4/sympy-1.13.1.tar.gz", hash = "sha256:9cebf7e04ff162015ce31c9c6c9144daa34a93bd082f54fd8f12deca4f47515f", size = 7533040 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/fe/81695a1aa331a842b582453b605175f419fe8540355886031328089d840a/sympy-1.13.1-py3-none-any.whl", hash = "sha256:db36cdc64bf61b9b24578b6f7bab1ecdd2452cf008f34faa33776680c26d66f8", size = 6189177 },
]
[[package]]
name = "tenacity"
version = "8.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/6c/57df6196ce52c464cf8556e8f697fec5d3469bb8cd319c1685c0a090e0b4/tenacity-8.3.0.tar.gz", hash = "sha256:953d4e6ad24357bceffbc9707bc74349aca9d245f68eb65419cf0c249a1949a2", size = 43608 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/a1/6bb0cbebefb23641f068bb58a2bc56da9beb2b1c550242e3c540b37698f3/tenacity-8.3.0-py3-none-any.whl", hash = "sha256:3649f6443dbc0d9b01b9d8020a9c4ec7a1ff5f6f3c6c8a036ef371f573fe9185", size = 25934 },
]
[[package]]
name = "termcolor"
version = "2.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/72/88311445fd44c455c7d553e61f95412cf89054308a1aa2434ab835075fc5/termcolor-2.5.0.tar.gz", hash = "sha256:998d8d27da6d48442e8e1f016119076b690d962507531df4890fcd2db2ef8a6f", size = 13057 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7f/be/df630c387a0a054815d60be6a97eb4e8f17385d5d6fe660e1c02750062b4/termcolor-2.5.0-py3-none-any.whl", hash = "sha256:37b17b5fc1e604945c2642c872a3764b5d547a48009871aea3edd3afa180afb8", size = 7755 },
]
[[package]]
name = "terminado"
version = "0.18.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "ptyprocess", marker = "os_name != 'nt' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pywinpty", marker = "(os_name == 'nt' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto') or (os_name == 'nt' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (os_name == 'nt' and sys_platform != 'darwin' and sys_platform != 'linux') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (os_name != 'nt' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tornado" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/11/965c6fd8e5cc254f1fe142d547387da17a8ebfd75a3455f637c663fb38a0/terminado-0.18.1.tar.gz", hash = "sha256:de09f2c4b85de4765f7714688fff57d3e75bad1f909b589fde880460c753fd2e", size = 32701 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/9e/2064975477fdc887e47ad42157e214526dcad8f317a948dee17e1659a62f/terminado-0.18.1-py3-none-any.whl", hash = "sha256:a4468e1b37bb318f8a86514f65814e1afc977cf29b3992a4500d9dd305dcceb0", size = 14154 },
]
[[package]]
name = "thinc"
version = "8.2.5"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "blis" },
{ name = "catalogue" },
{ name = "confection" },
{ name = "cymem" },
{ name = "murmurhash" },
{ name = "numpy" },
{ name = "packaging" },
{ name = "preshed" },
{ name = "pydantic" },
{ name = "setuptools" },
{ name = "srsly" },
{ name = "wasabi" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/2a/0e2e961e6152bedecca70e6833f6e827ee621efcee7496643242b506d54f/thinc-8.2.5.tar.gz", hash = "sha256:c2963791c934cc7fbd8f9b942d571cac79892ad11630bfca690a868c32752b75", size = 193031 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/76/1994abe2bf5cbe5f68231fd2c177e384b19bed86268d56c1b6b2dc19e203/thinc-8.2.5-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:dc267f6aad80a681a85f50383afe91da9e2bec56fefdda86bfa2e4f529bef191", size = 843631 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/76/47e94af32943bd92d7cda4e92d185331a89116a0bf87123cc71796f21a00/thinc-8.2.5-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:d80f1e497971c9fa0938f5cc8fe607bbe87356b405fb7bbc3ff9f32fb4eed3bb", size = 779045 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/76/7dcce5cd2b5a9fe92b76767d688f17fe459543c13893e588545db3c0dc85/thinc-8.2.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0933adbd3e65e30d3bef903e77a368bc8a41bed34b0d18df6d4fc0536908e21f", size = 868726 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/b5/ad029dc7346381922b7fd655b3fc39009cf675766345d8e13f9f8282bde8/thinc-8.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:54bac2ba23b208fdaf267cd6113d26a5ecbb3b0e0c6015dff784ae6a9c5e78ca", size = 922374 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/3e/fb96407db92a15b5c0feb0deb930c4c223bdb772e04b51b9798a86059a26/thinc-8.2.5-cp310-cp310-win_amd64.whl", hash = "sha256:399260197ef3f8d9600315fc5b5a1d5940400fceb0361de642e9fe3506d82385", size = 1482115 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/37/8acfeba6bb25b08c2a33bfae5301a5df4dc164d2d17040bebbcf66d783a1/thinc-8.2.5-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a75c0de3340afed594beda293661de145f3842873df56d9989bc338148f13fab", size = 839072 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/eb/753a85875fb0261c83ca87a1a36d41346bde662c3a029ace9d68fe32bc5b/thinc-8.2.5-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6b166d1a22003ee03bc236370fff2884744c1fb758a6209a2512d305773d07d7", size = 773885 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/47/06810a1bd9d3287076ba17299abec82c8c643563661b1af9b1d5d9aeab38/thinc-8.2.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:34db8a023b9f70645fdf06c510584ba6d8b97ec53c1e094f42d95652bf8c875f", size = 868332 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/19/cd73e3b5f22d5d9399f6f2931ab0fb985415f34030dcfead070181866761/thinc-8.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8901b30db1071ea8d5e4437429c8632535bf5ed87938ce3bb5057bed9f15aed8", size = 920152 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/0e/5e7b24e046e0725eafc37ded0cd9bfaf789efb894101a7aca8a73dba81de/thinc-8.2.5-cp311-cp311-win_amd64.whl", hash = "sha256:8ef5d46d62e31f2450224ab22391a606cf427b13e20cfc570f70422e2f333872", size = 1480120 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/9d/d2ed3aef9bb75ab86c521bde58f897db6a572c9fd639448173b516269a69/thinc-8.2.5-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:9fc26697e2358c71a5fe243d52e98ae67ee1a3b314eead5031845b6d1c0d121c", size = 824150 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/66/a6/30ed1edb2adab585b5f7d5d99e89b5be3014dcbf3f4e263997b2c2426681/thinc-8.2.5-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8e299d4dc41107385d6d14d8604a060825798a031cabe2b894b22f9d75d9eaad", size = 760640 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/82/ce/aaff1f39bcc1e9a97bec5f3d20aa771c005a9faff3944fc56c7492c24466/thinc-8.2.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:e8a8f2f249f2be9a5ce2a81a6efe7503b68be7b57e47ad54ab28204e1f0c723b", size = 818820 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/fa/c96b01e46e5962d02de1206e497fda2902aef2b8ffb2926d66d5f0159040/thinc-8.2.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87e729f33c76ec6df9b375989743252ab880d79f3a2b4175169b21dece90f102", size = 865047 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cd/26/306b8bedb678c52464ed00e576edf9d365fce0bcae597a333bdad9fb5d67/thinc-8.2.5-cp312-cp312-win_amd64.whl", hash = "sha256:c5f750ea2dd32ca6d46947025dacfc0f6037340c4e5f7adb9af84c75f65aa7d8", size = 1447893 },
]
[[package]]
name = "threadpoolctl"
version = "3.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/55/b5148dcbf72f5cde221f8bfe3b6a540da7aa1842f6b491ad979a6c8b84af/threadpoolctl-3.5.0.tar.gz", hash = "sha256:082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107", size = 41936 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/2c/ffbf7a134b9ab11a67b0cf0726453cedd9c5043a4fe7a35d1cefa9a1bcfb/threadpoolctl-3.5.0-py3-none-any.whl", hash = "sha256:56c1e26c150397e58c4926da8eeee87533b1e32bef131bd4bf6a2f45f3185467", size = 18414 },
]
[[package]]
name = "thrift"
version = "0.21.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "six" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/1c/418058b4750176b638ab60b4d5a554a2969dcd2363ae458519d0f747adff/thrift-0.21.0.tar.gz", hash = "sha256:5e6f7c50f936ebfa23e924229afc95eb219f8c8e5a83202dd4a391244803e402", size = 62509 }
[[package]]
name = "thrift-sasl"
version = "0.4.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pure-sasl" },
{ name = "six" },
{ name = "thrift" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/fb/5d9ba73be60b32f6fda080a5556cff25e15daf33bafe043c226404b39b25/thrift_sasl-0.4.3.tar.gz", hash = "sha256:5bdd5b760d90a13d9b3abfce873db0425861aa8d6bf25912d3cc0467a4f773da", size = 3962 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/9e/636c24ce1c0d46ce3020c5836c5a375d8e862fa81a240e0e352cc991dcf8/thrift_sasl-0.4.3-py2.py3-none-any.whl", hash = "sha256:d24b49140115e6e2a96d08335cff225a27a28ea71866fb1b2bdb30ca5afca64e", size = 8304 },
]
[[package]]
name = "tiktoken"
version = "0.8.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "regex" },
{ name = "requests" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/02/576ff3a6639e755c4f70997b2d315f56d6d71e0d046f4fb64cb81a3fb099/tiktoken-0.8.0.tar.gz", hash = "sha256:9ccbb2740f24542534369c5635cfd9b2b3c2490754a78ac8831d99f89f94eeb2", size = 35107 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/ba/a35fad753bbca8ba0cc1b0f3402a70256a110ced7ac332cf84ba89fc87ab/tiktoken-0.8.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b07e33283463089c81ef1467180e3e00ab00d46c2c4bbcef0acab5f771d6695e", size = 1039905 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/05/13dab8fd7460391c387b3e69e14bf1e51ff71fe0a202cd2933cc3ea93fb6/tiktoken-0.8.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9269348cb650726f44dd3bbb3f9110ac19a8dcc8f54949ad3ef652ca22a38e21", size = 982417 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/98/18ec4a8351a6cf4537e40cd6e19a422c10cce1ef00a2fcb716e0a96af58b/tiktoken-0.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:25e13f37bc4ef2d012731e93e0fef21dc3b7aea5bb9009618de9a4026844e560", size = 1144915 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/28/cf3633018cbcc6deb7805b700ccd6085c9a5a7f72b38974ee0bffd56d311/tiktoken-0.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f13d13c981511331eac0d01a59b5df7c0d4060a8be1e378672822213da51e0a2", size = 1177221 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/81/8a5be305cbd39d4e83a794f9e80c7f2c84b524587b7feb27c797b2046d51/tiktoken-0.8.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:6b2ddbc79a22621ce8b1166afa9f9a888a664a579350dc7c09346a3b5de837d9", size = 1237398 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/da/8d1cc3089a83f5cf11c2e489332752981435280285231924557350523a59/tiktoken-0.8.0-cp310-cp310-win_amd64.whl", hash = "sha256:d8c2d0e5ba6453a290b86cd65fc51fedf247e1ba170191715b049dac1f628005", size = 884215 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/1e/ca48e7bfeeccaf76f3a501bd84db1fa28b3c22c9d1a1f41af9fb7579c5f6/tiktoken-0.8.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d622d8011e6d6f239297efa42a2657043aaed06c4f68833550cac9e9bc723ef1", size = 1039700 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/f8/f0101d98d661b34534769c3818f5af631e59c36ac6d07268fbfc89e539ce/tiktoken-0.8.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:2efaf6199717b4485031b4d6edb94075e4d79177a172f38dd934d911b588d54a", size = 982413 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/3c/2b95391d9bd520a73830469f80a96e3790e6c0a5ac2444f80f20b4b31051/tiktoken-0.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5637e425ce1fc49cf716d88df3092048359a4b3bbb7da762840426e937ada06d", size = 1144242 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/c4/c4a4360de845217b6aa9709c15773484b50479f36bb50419c443204e5de9/tiktoken-0.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9fb0e352d1dbe15aba082883058b3cce9e48d33101bdaac1eccf66424feb5b47", size = 1176588 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/a3/ef984e976822cd6c2227c854f74d2e60cf4cd6fbfca46251199914746f78/tiktoken-0.8.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:56edfefe896c8f10aba372ab5706b9e3558e78db39dd497c940b47bf228bc419", size = 1237261 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/86/eea2309dc258fb86c7d9b10db536434fc16420feaa3b6113df18b23db7c2/tiktoken-0.8.0-cp311-cp311-win_amd64.whl", hash = "sha256:326624128590def898775b722ccc327e90b073714227175ea8febbc920ac0a99", size = 884537 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/22/34b2e136a6f4af186b6640cbfd6f93400783c9ef6cd550d9eab80628d9de/tiktoken-0.8.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:881839cfeae051b3628d9823b2e56b5cc93a9e2efb435f4cf15f17dc45f21586", size = 1039357 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/d2/c793cf49c20f5855fd6ce05d080c0537d7418f22c58e71f392d5e8c8dbf7/tiktoken-0.8.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:fe9399bdc3f29d428f16a2f86c3c8ec20be3eac5f53693ce4980371c3245729b", size = 982616 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/a1/79846e5ef911cd5d75c844de3fa496a10c91b4b5f550aad695c5df153d72/tiktoken-0.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9a58deb7075d5b69237a3ff4bb51a726670419db6ea62bdcd8bd80c78497d7ab", size = 1144011 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/32/e0e3a859136e95c85a572e4806dc58bf1ddf651108ae8b97d5f3ebe1a244/tiktoken-0.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d2908c0d043a7d03ebd80347266b0e58440bdef5564f84f4d29fb235b5df3b04", size = 1175432 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/89/926b66e9025b97e9fbabeaa59048a736fe3c3e4530a204109571104f921c/tiktoken-0.8.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:294440d21a2a51e12d4238e68a5972095534fe9878be57d905c476017bff99fc", size = 1236576 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/e2/39d4aa02a52bba73b2cd21ba4533c84425ff8786cc63c511d68c8897376e/tiktoken-0.8.0-cp312-cp312-win_amd64.whl", hash = "sha256:d8f3192733ac4d77977432947d563d7e1b310b96497acd3c196c9bddb36ed9db", size = 883824 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/38/802e79ba0ee5fcbf240cd624143f57744e5d411d2e9d9ad2db70d8395986/tiktoken-0.8.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:02be1666096aff7da6cbd7cdaa8e7917bfed3467cd64b38b1f112e96d3b06a24", size = 1039648 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/da/24cdbfc302c98663fbea66f5866f7fa1048405c7564ab88483aea97c3b1a/tiktoken-0.8.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:c94ff53c5c74b535b2cbf431d907fc13c678bbd009ee633a2aca269a04389f9a", size = 982763 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e4/f0/0ecf79a279dfa41fc97d00adccf976ecc2556d3c08ef3e25e45eb31f665b/tiktoken-0.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b231f5e8982c245ee3065cd84a4712d64692348bc609d84467c57b4b72dcbc5", size = 1144417 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/d3/155d2d4514f3471a25dc1d6d20549ef254e2aa9bb5b1060809b1d3b03d3a/tiktoken-0.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4177faa809bd55f699e88c96d9bb4635d22e3f59d635ba6fd9ffedf7150b9953", size = 1175108 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/eb/5989e16821ee8300ef8ee13c16effc20dfc26c777d05fbb6825e3c037b81/tiktoken-0.8.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5376b6f8dc4753cd81ead935c5f518fa0fbe7e133d9e25f648d8c4dabdd4bad7", size = 1236520 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/59/14b20465f1d1cb89cfbc96ec27e5617b2d41c79da12b5e04e96d689be2a7/tiktoken-0.8.0-cp313-cp313-win_amd64.whl", hash = "sha256:18228d624807d66c87acd8f25fc135665617cab220671eb65b50f5d70fa51f69", size = 883849 },
]
[[package]]
name = "tinycss2"
version = "1.4.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "webencodings" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/fd/7a5ee21fd08ff70d3d33a5781c255cbe779659bd03278feb98b19ee550f4/tinycss2-1.4.0.tar.gz", hash = "sha256:10c0972f6fc0fbee87c3edb76549357415e94548c1ae10ebccdea16fb404a9b7", size = 87085 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/34/ebdc18bae6aa14fbee1a08b63c015c72b64868ff7dae68808ab500c492e2/tinycss2-1.4.0-py3-none-any.whl", hash = "sha256:3a49cf47b7675da0b15d0c6e1df8df4ebd96e9394bb905a5775adb0d884c5289", size = 26610 },
]
[[package]]
name = "tokenicer"
version = "0.0.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "transformers", version = "4.48.0", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/76/e2f2920056fb09facc476f8141e565f1b56043d684654f7a326cc443ac8c/tokenicer-0.0.2.tar.gz", hash = "sha256:c7d325d3d9afcf2a343ddac994b0232c03b9c77bc677c9d6555d02aa2d8e0192", size = 10160 }
[[package]]
name = "tokenizers"
version = "0.21.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "huggingface-hub" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/41/c2be10975ca37f6ec40d7abd7e98a5213bb04f284b869c1a24e6504fd94d/tokenizers-0.21.0.tar.gz", hash = "sha256:ee0894bf311b75b0c03079f33859ae4b2334d675d4e93f5a4132e1eae2834fe4", size = 343021 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/5c/8b09607b37e996dc47e70d6a7b6f4bdd4e4d5ab22fe49d7374565c7fefaf/tokenizers-0.21.0-cp39-abi3-macosx_10_12_x86_64.whl", hash = "sha256:3c4c93eae637e7d2aaae3d376f06085164e1660f89304c0ab2b1d08a406636b2", size = 2647461 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/7a/88e58bb297c22633ed1c9d16029316e5b5ac5ee44012164c2edede599a5e/tokenizers-0.21.0-cp39-abi3-macosx_11_0_arm64.whl", hash = "sha256:f53ea537c925422a2e0e92a24cce96f6bc5046bbef24a1652a5edc8ba975f62e", size = 2563639 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/14/83429177c19364df27d22bc096d4c2e431e0ba43e56c525434f1f9b0fd00/tokenizers-0.21.0-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6b177fb54c4702ef611de0c069d9169f0004233890e0c4c5bd5508ae05abf193", size = 2903304 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/db/3433eab42347e0dc5452d8fcc8da03f638c9accffefe5a7c78146666964a/tokenizers-0.21.0-cp39-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6b43779a269f4629bebb114e19c3fca0223296ae9fea8bb9a7a6c6fb0657ff8e", size = 2804378 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/8b/7da5e6f89736c2ade02816b4733983fca1c226b0c42980b1ae9dc8fcf5cc/tokenizers-0.21.0-cp39-abi3-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9aeb255802be90acfd363626753fda0064a8df06031012fe7d52fd9a905eb00e", size = 3095488 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/f6/5ed6711093dc2c04a4e03f6461798b12669bc5a17c8be7cce1240e0b5ce8/tokenizers-0.21.0-cp39-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d8b09dbeb7a8d73ee204a70f94fc06ea0f17dcf0844f16102b9f414f0b7463ba", size = 3121410 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/42/07600892d48950c5e80505b81411044a2d969368cdc0d929b1c847bf6697/tokenizers-0.21.0-cp39-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:400832c0904f77ce87c40f1a8a27493071282f785724ae62144324f171377273", size = 3388821 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/06/69d7ce374747edaf1695a4f61b83570d91cc8bbfc51ccfecf76f56ab4aac/tokenizers-0.21.0-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:e84ca973b3a96894d1707e189c14a774b701596d579ffc7e69debfc036a61a04", size = 3008868 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/69/54a0aee4d576045b49a0eb8bffdc495634309c823bf886042e6f46b80058/tokenizers-0.21.0-cp39-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:eb7202d231b273c34ec67767378cd04c767e967fda12d4a9e36208a34e2f137e", size = 8975831 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/f3/b776061e4f3ebf2905ba1a25d90380aafd10c02d406437a8ba22d1724d76/tokenizers-0.21.0-cp39-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:089d56db6782a73a27fd8abf3ba21779f5b85d4a9f35e3b493c7bbcbbf0d539b", size = 8920746 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/ee/ce83d5ec8b6844ad4c3ecfe3333d58ecc1adc61f0878b323a15355bcab24/tokenizers-0.21.0-cp39-abi3-musllinux_1_2_i686.whl", hash = "sha256:c87ca3dc48b9b1222d984b6b7490355a6fdb411a2d810f6f05977258400ddb74", size = 9161814 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/07/3e88e65c0ed28fa93aa0c4d264988428eef3df2764c3126dc83e243cb36f/tokenizers-0.21.0-cp39-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:4145505a973116f91bc3ac45988a92e618a6f83eb458f49ea0790df94ee243ff", size = 9357138 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/b0/dc4572ca61555fc482ebc933f26cb407c6aceb3dc19c301c68184f8cad03/tokenizers-0.21.0-cp39-abi3-win32.whl", hash = "sha256:eb1702c2f27d25d9dd5b389cc1f2f51813e99f8ca30d9e25348db6585a97e24a", size = 2202266 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/69/d21eb253fa91622da25585d362a874fa4710be600f0ea9446d8d0217cec1/tokenizers-0.21.0-cp39-abi3-win_amd64.whl", hash = "sha256:87841da5a25a3a5f70c102de371db120f41873b854ba65e52bccd57df5a3780c", size = 2389192 },
]
[[package]]
name = "tomli"
version = "2.2.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/87/302344fed471e44a87289cf4967697d07e532f2421fdaf868a303cbae4ff/tomli-2.2.1.tar.gz", hash = "sha256:cd45e1dc79c835ce60f7404ec8119f2eb06d38b1deba146f07ced3bbc44505ff", size = 17175 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/ca/75707e6efa2b37c77dadb324ae7d9571cb424e61ea73fad7c56c2d14527f/tomli-2.2.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:678e4fa69e4575eb77d103de3df8a895e1591b48e740211bd1067378c69e8249", size = 131077 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/16/51ae563a8615d472fdbffc43a3f3d46588c264ac4f024f63f01283becfbb/tomli-2.2.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:023aa114dd824ade0100497eb2318602af309e5a55595f76b626d6d9f3b7b0a6", size = 123429 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/dd/4f6cd1e7b160041db83c694abc78e100473c15d54620083dbd5aae7b990e/tomli-2.2.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ece47d672db52ac607a3d9599a9d48dcb2f2f735c6c2d1f34130085bb12b112a", size = 226067 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/6b/c54ede5dc70d648cc6361eaf429304b02f2871a345bbdd51e993d6cdf550/tomli-2.2.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6972ca9c9cc9f0acaa56a8ca1ff51e7af152a9f87fb64623e31d5c83700080ee", size = 236030 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/47/999514fa49cfaf7a92c805a86c3c43f4215621855d151b61c602abb38091/tomli-2.2.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c954d2250168d28797dd4e3ac5cf812a406cd5a92674ee4c8f123c889786aa8e", size = 240898 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/41/0a01279a7ae09ee1573b423318e7934674ce06eb33f50936655071d81a24/tomli-2.2.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:8dd28b3e155b80f4d54beb40a441d366adcfe740969820caf156c019fb5c7ec4", size = 229894 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/18/5d8bc5b0a0362311ce4d18830a5d28943667599a60d20118074ea1b01bb7/tomli-2.2.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:e59e304978767a54663af13c07b3d1af22ddee3bb2fb0618ca1593e4f593a106", size = 245319 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/92/a3/7ade0576d17f3cdf5ff44d61390d4b3febb8a9fc2b480c75c47ea048c646/tomli-2.2.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:33580bccab0338d00994d7f16f4c4ec25b776af3ffaac1ed74e0b3fc95e885a8", size = 238273 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/6f/fa64ef058ac1446a1e51110c375339b3ec6be245af9d14c87c4a6412dd32/tomli-2.2.1-cp311-cp311-win32.whl", hash = "sha256:465af0e0875402f1d226519c9904f37254b3045fc5084697cefb9bdde1ff99ff", size = 98310 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/1c/4a2dcde4a51b81be3530565e92eda625d94dafb46dbeb15069df4caffc34/tomli-2.2.1-cp311-cp311-win_amd64.whl", hash = "sha256:2d0f2fdd22b02c6d81637a3c95f8cd77f995846af7414c5c4b8d0545afa1bc4b", size = 108309 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/e1/f8af4c2fcde17500422858155aeb0d7e93477a0d59a98e56cbfe75070fd0/tomli-2.2.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:4a8f6e44de52d5e6c657c9fe83b562f5f4256d8ebbfe4ff922c495620a7f6cea", size = 132762 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/b8/152c68bb84fc00396b83e7bbddd5ec0bd3dd409db4195e2a9b3e398ad2e3/tomli-2.2.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8d57ca8095a641b8237d5b079147646153d22552f1c637fd3ba7f4b0b29167a8", size = 123453 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/d6/fc9267af9166f79ac528ff7e8c55c8181ded34eb4b0e93daa767b8841573/tomli-2.2.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4e340144ad7ae1533cb897d406382b4b6fede8890a03738ff1683af800d54192", size = 233486 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/51/51c3f2884d7bab89af25f678447ea7d297b53b5a3b5730a7cb2ef6069f07/tomli-2.2.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:db2b95f9de79181805df90bedc5a5ab4c165e6ec3fe99f970d0e302f384ad222", size = 242349 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/df/bfa89627d13a5cc22402e441e8a931ef2108403db390ff3345c05253935e/tomli-2.2.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:40741994320b232529c802f8bc86da4e1aa9f413db394617b9a256ae0f9a7f77", size = 252159 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/6e/fa2b916dced65763a5168c6ccb91066f7639bdc88b48adda990db10c8c0b/tomli-2.2.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:400e720fe168c0f8521520190686ef8ef033fb19fc493da09779e592861b78c6", size = 237243 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/04/885d3b1f650e1153cbb93a6a9782c58a972b94ea4483ae4ac5cedd5e4a09/tomli-2.2.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:02abe224de6ae62c19f090f68da4e27b10af2b93213d36cf44e6e1c5abd19fdd", size = 259645 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9c/de/6b432d66e986e501586da298e28ebeefd3edc2c780f3ad73d22566034239/tomli-2.2.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:b82ebccc8c8a36f2094e969560a1b836758481f3dc360ce9a3277c65f374285e", size = 244584 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/9a/47c0449b98e6e7d1be6cbac02f93dd79003234ddc4aaab6ba07a9a7482e2/tomli-2.2.1-cp312-cp312-win32.whl", hash = "sha256:889f80ef92701b9dbb224e49ec87c645ce5df3fa2cc548664eb8a25e03127a98", size = 98875 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ef/60/9b9638f081c6f1261e2688bd487625cd1e660d0a85bd469e91d8db969734/tomli-2.2.1-cp312-cp312-win_amd64.whl", hash = "sha256:7fc04e92e1d624a4a63c76474610238576942d6b8950a2d7f908a340494e67e4", size = 109418 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/90/2ee5f2e0362cb8a0b6499dc44f4d7d48f8fff06d28ba46e6f1eaa61a1388/tomli-2.2.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:f4039b9cbc3048b2416cc57ab3bda989a6fcf9b36cf8937f01a6e731b64f80d7", size = 132708 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c0/ec/46b4108816de6b385141f082ba99e315501ccd0a2ea23db4a100dd3990ea/tomli-2.2.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:286f0ca2ffeeb5b9bd4fcc8d6c330534323ec51b2f52da063b11c502da16f30c", size = 123582 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a0/bd/b470466d0137b37b68d24556c38a0cc819e8febe392d5b199dcd7f578365/tomli-2.2.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a92ef1a44547e894e2a17d24e7557a5e85a9e1d0048b0b5e7541f76c5032cb13", size = 232543 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/e5/82e80ff3b751373f7cead2815bcbe2d51c895b3c990686741a8e56ec42ab/tomli-2.2.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9316dc65bed1684c9a98ee68759ceaed29d229e985297003e494aa825ebb0281", size = 241691 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/7e/2a110bc2713557d6a1bfb06af23dd01e7dde52b6ee7dadc589868f9abfac/tomli-2.2.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e85e99945e688e32d5a35c1ff38ed0b3f41f43fad8df0bdf79f72b2ba7bc5272", size = 251170 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/7b/22d713946efe00e0adbcdfd6d1aa119ae03fd0b60ebed51ebb3fa9f5a2e5/tomli-2.2.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:ac065718db92ca818f8d6141b5f66369833d4a80a9d74435a268c52bdfa73140", size = 236530 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/38/31/3a76f67da4b0cf37b742ca76beaf819dca0ebef26d78fc794a576e08accf/tomli-2.2.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:d920f33822747519673ee656a4b6ac33e382eca9d331c87770faa3eef562aeb2", size = 258666 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/10/5af1293da642aded87e8a988753945d0cf7e00a9452d3911dd3bb354c9e2/tomli-2.2.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a198f10c4d1b1375d7687bc25294306e551bf1abfa4eace6650070a5c1ae2744", size = 243954 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/b9/1ed31d167be802da0fc95020d04cd27b7d7065cc6fbefdd2f9186f60d7bd/tomli-2.2.1-cp313-cp313-win32.whl", hash = "sha256:d3f5614314d758649ab2ab3a62d4f2004c825922f9e370b29416484086b264ec", size = 98724 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c7/32/b0963458706accd9afcfeb867c0f9175a741bf7b19cd424230714d722198/tomli-2.2.1-cp313-cp313-win_amd64.whl", hash = "sha256:a38aa0308e754b0e3c67e344754dff64999ff9b513e691d0e786265c93583c69", size = 109383 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/c2/61d3e0f47e2b74ef40a68b9e6ad5984f6241a942f7cd3bbfbdbd03861ea9/tomli-2.2.1-py3-none-any.whl", hash = "sha256:cb55c73c5f4408779d0cf3eef9f762b9c9f147a77de7b258bef0a5628adc85cc", size = 14257 },
]
[[package]]
name = "tomli-w"
version = "1.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/19/b65f1a088ee23e37cdea415b357843eca8b1422a7b11a9eee6e35d4ec273/tomli_w-1.1.0.tar.gz", hash = "sha256:49e847a3a304d516a169a601184932ef0f6b61623fe680f836a2aa7128ed0d33", size = 6929 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/ac/ce90573ba446a9bbe65838ded066a805234d159b4446ae9f8ec5bbd36cbd/tomli_w-1.1.0-py3-none-any.whl", hash = "sha256:1403179c78193e3184bfaade390ddbd071cba48a32a2e62ba11aae47490c63f7", size = 6440 },
]
[[package]]
name = "tomlkit"
version = "0.13.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/09/a439bec5888f00a54b8b9f05fa94d7f901d6735ef4e55dcec9bc37b5d8fa/tomlkit-0.13.2.tar.gz", hash = "sha256:fff5fe59a87295b278abd31bec92c15d9bc4a06885ab12bcea52c71119392e79", size = 192885 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/b6/a447b5e4ec71e13871be01ba81f5dfc9d0af7e473da256ff46bc0e24026f/tomlkit-0.13.2-py3-none-any.whl", hash = "sha256:7a974427f6e119197f670fbbbeae7bef749a6c14e793db934baefc1b5f03efde", size = 37955 },
]
[[package]]
name = "torch"
version = "2.2.2"
source = { registry = "https://download.pytorch.org/whl/cpu" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
]
dependencies = [
{ name = "filelock", marker = "sys_platform == 'darwin'" },
{ name = "fsspec", marker = "sys_platform == 'darwin'" },
{ name = "jinja2", marker = "sys_platform == 'darwin'" },
{ name = "networkx", marker = "sys_platform == 'darwin'" },
{ name = "sympy", marker = "sys_platform == 'darwin'" },
{ name = "typing-extensions", marker = "sys_platform == 'darwin'" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cpu/torch-2.2.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3a2c075218081ef9c7bf8c55c706f236daebb753da41de498aca7163257380bd" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.2.2-cp310-none-macosx_10_9_x86_64.whl", hash = "sha256:e677c4d74db0cfc2b10923de1bde575d981cba54505ddc082b0508d964119850" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.2.2-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:b520d14d2f2810ad5da758bea10caf7978ef3643565bc00f90de892e00d77925" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.2.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:59482df5dc40dae105e73f48dd293f4ccc677640822c2ce34273a387549903ae" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl", hash = "sha256:4300cbbb4d0428c51b5c194190169018d5b818fd9f6fafc28bbe8fd84ded1740" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:822a589675cba8acf0457d6a4e5b6ca441ad3b4c3a44a1cbc8f8b31ae796445e" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.2.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:988f2f21b5098700852025ad8ea1f107fb86d146a5a5e278df7a7dd2e42a3b49" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.2.2-cp312-none-macosx_10_9_x86_64.whl", hash = "sha256:49508cb377ac965185a5c94e18a7719ad386a35e6f0a5f999f542f6e80f3c5ec" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.2.2-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:4a1323c7d02b916bd3eba9f34b5dd6c63b265c2d086f9ad5f65033395068a6ae" },
]
[[package]]
name = "torch"
version = "2.2.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "filelock", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "fsspec", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "jinja2", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "networkx", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "sympy", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "typing-extensions", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/b3/1fcc3bccfddadfd6845dcbfe26eb4b099f1dfea5aa0e5cfb92b3c98dba5b/torch-2.2.2-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:bc889d311a855dd2dfd164daf8cc903a6b7273a747189cebafdd89106e4ad585", size = 755526581 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/7c/aeb0c5789a3f10cf909640530cd75b314959b9d9914a4996ed2c7bf8779d/torch-2.2.2-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:15dffa4cc3261fa73d02f0ed25f5fa49ecc9e12bf1ae0a4c1e7a88bbfaad9030", size = 86623646 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/81/684d99e536b20e869a7c1222cf1dd233311fb05d3628e9570992bfb65760/torch-2.2.2-cp310-cp310-win_amd64.whl", hash = "sha256:11e8fe261233aeabd67696d6b993eeb0896faa175c6b41b9a6c9f0334bdad1c5", size = 198579616 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3b/55/7192974ab13e5e5577f45d14ce70d42f5a9a686b4f57bbe8c9ab45c4a61a/torch-2.2.2-cp310-none-macosx_10_9_x86_64.whl", hash = "sha256:b2e2200b245bd9f263a0d41b6a2dab69c4aca635a01b30cca78064b0ef5b109e", size = 150788930 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/6b/21496316c9b8242749ee2a9064406271efdf979e91d440e8a3806b5e84bf/torch-2.2.2-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:877b3e6593b5e00b35bbe111b7057464e76a7dd186a287280d941b564b0563c2", size = 59707286 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/33/d7a6123231bd4d04c7005dde8507235772f3bc4622a25f3a88c016415d49/torch-2.2.2-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:ad4c03b786e074f46606f4151c0a1e3740268bcf29fbd2fdf6666d66341c1dcb", size = 755555407 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/af/81abea3d73fddfde26afd1ce52a4ddfa389cd2b684c89d6c4d0d5d8d0dfa/torch-2.2.2-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:32827fa1fbe5da8851686256b4cd94cc7b11be962862c2293811c94eea9457bf", size = 86642063 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5c/01/5ab75f138bf32d7a69df61e4997e24eccad87cc009f5fb7e2a31af8a4036/torch-2.2.2-cp311-cp311-win_amd64.whl", hash = "sha256:f9ef0a648310435511e76905f9b89612e45ef2c8b023bee294f5e6f7e73a3e7c", size = 198584125 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/14/e105b8ef6d324e789c1589e95cb0ab63f3e07c2216d68b1178b7c21b7d2a/torch-2.2.2-cp311-none-macosx_10_9_x86_64.whl", hash = "sha256:95b9b44f3bcebd8b6cd8d37ec802048c872d9c567ba52c894bba90863a439059", size = 150796474 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/23/18b9c16c18a77755e7f15173821c7100f11e6b3b7717bea8d729bdeb92c0/torch-2.2.2-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:49aa4126ede714c5aeef7ae92969b4b0bbe67f19665106463c39f22e0a1860d1", size = 59714938 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/0c/d8f77363a7a3350c96e6c9db4ffb101d1c0487cc0b8cdaae1e4bfb2800ad/torch-2.2.2-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:cf12cdb66c9c940227ad647bc9cf5dba7e8640772ae10dfe7569a0c1e2a28aca", size = 755466713 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/9b/e5c0df26435f3d55b6699e1c61f07652b8c8a3ac5058a75d0e991f92c2b0/torch-2.2.2-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:89ddac2a8c1fb6569b90890955de0c34e1724f87431cacff4c1979b5f769203c", size = 86515814 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/72/ce/beca89dcdcf4323880d3b959ef457a4c61a95483af250e6892fec9174162/torch-2.2.2-cp312-cp312-win_amd64.whl", hash = "sha256:451331406b760f4b1ab298ddd536486ab3cfb1312614cfe0532133535be60bea", size = 198528804 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/78/29dcab24a344ffd9ee9549ec0ab2c7885c13df61cde4c65836ee275efaeb/torch-2.2.2-cp312-none-macosx_10_9_x86_64.whl", hash = "sha256:eb4d6e9d3663e26cd27dc3ad266b34445a16b54908e74725adb241aa56987533", size = 150797270 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/0e/e4e033371a7cba9da0db5ccb507a9174e41b9c29189a932d01f2f61ecfc0/torch-2.2.2-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:bf9558da7d2bf7463390b3b2a61a6a3dbb0b45b161ee1dd5ec640bf579d479fc", size = 59678388 },
]
[[package]]
name = "torch"
version = "2.5.1"
source = { registry = "https://download.pytorch.org/whl/cpu" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
]
dependencies = [
{ name = "filelock", marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "fsspec", marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jinja2", marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "networkx", marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "setuptools", marker = "(python_full_version >= '3.12' and platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "sympy", marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:269b10c34430aa8e9643dbe035dc525c4a9b1d671cd3dbc8ecbcaed280ae322d" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:23d062bf70776a3d04dbe74db950db2a5245e1ba4f27208a87f0d743b0d06e86" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d5b3203f191bc40783c99488d2e776dcf93ac431a59491d627a1ca5b3ae20b22" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:31f8c39660962f9ae4eeec995e3049b5492eb7360dd4f07377658ef4d728fa4c" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:36d1be99281b6f602d9639bd0af3ee0006e7aab16f6718d86f709d395b6f262c" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:8c712df61101964eb11910a846514011f0b6f5920c55dbf567bff8a34163d5b1" },
]
[[package]]
name = "torch"
version = "2.5.1"
source = { registry = "https://download.pytorch.org/whl/cu124" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "filelock", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "fsspec", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jinja2", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "networkx", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "setuptools", marker = "(python_full_version >= '3.12' and sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "sympy", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cu124/torch-2.5.1-cp310-cp310-linux_aarch64.whl", hash = "sha256:d468d0eddc188aa3c1e417ec24ce615c48c0c3f592b0354d9d3b99837ef5faa6" },
{ url = "https://download.pytorch.org/whl/cu124/torch-2.5.1-cp311-cp311-linux_aarch64.whl", hash = "sha256:e080353c245b752cd84122e4656261eee6d4323a37cfb7d13e0fffd847bae1a3" },
{ url = "https://download.pytorch.org/whl/cu124/torch-2.5.1-cp312-cp312-linux_aarch64.whl", hash = "sha256:302041d457ee169fd925b53da283c13365c6de75c6bb3e84130774b10e2fbb39" },
]
[[package]]
name = "torch"
version = "2.5.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "filelock", marker = "sys_platform != 'darwin'" },
{ name = "fsspec", marker = "sys_platform != 'darwin'" },
{ name = "jinja2", marker = "sys_platform != 'darwin'" },
{ name = "networkx", marker = "sys_platform != 'darwin'" },
{ name = "setuptools", marker = "python_full_version >= '3.12' and sys_platform != 'darwin'" },
{ name = "sympy", marker = "sys_platform != 'darwin'" },
{ name = "typing-extensions", marker = "sys_platform != 'darwin'" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/ef/834af4a885b31a0b32fff2d80e1e40f771e1566ea8ded55347502440786a/torch-2.5.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:71328e1bbe39d213b8721678f9dcac30dfc452a46d586f1d514a6aa0a99d4744", size = 906446312 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/f0/46e74e0d145f43fa506cb336eaefb2d240547e4ce1f496e442711093ab25/torch-2.5.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:34bfa1a852e5714cbfa17f27c49d8ce35e1b7af5608c4bc6e81392c352dbc601", size = 91919522 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/13/1eb674c8efbd04d71e4a157ceba991904f633e009a584dd65dccbafbb648/torch-2.5.1-cp310-cp310-win_amd64.whl", hash = "sha256:32a037bd98a241df6c93e4c789b683335da76a2ac142c0973675b715102dc5fa", size = 203088048 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/9d/e0860474ee0ff8f6ef2c50ec8f71a250f38d78a9b9df9fd241ad3397a65b/torch-2.5.1-cp310-none-macosx_11_0_arm64.whl", hash = "sha256:23d062bf70776a3d04dbe74db950db2a5245e1ba4f27208a87f0d743b0d06e86", size = 63877046 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d1/35/e8b2daf02ce933e4518e6f5682c72fd0ed66c15910ea1fb4168f442b71c4/torch-2.5.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:de5b7d6740c4b636ef4db92be922f0edc425b65ed78c5076c43c42d362a45457", size = 906474467 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/04/bd91593a4ca178ece93ca55f27e2783aa524aaccbfda66831d59a054c31e/torch-2.5.1-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:340ce0432cad0d37f5a31be666896e16788f1adf8ad7be481196b503dad675b9", size = 91919450 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/4a/e51420d46cfc90562e85af2fee912237c662ab31140ab179e49bd69401d6/torch-2.5.1-cp311-cp311-win_amd64.whl", hash = "sha256:603c52d2fe06433c18b747d25f5c333f9c1d58615620578c326d66f258686f9a", size = 203098237 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/db/5d9cbfbc7968d79c5c09a0bc0bc3735da079f2fd07cc10498a62b320a480/torch-2.5.1-cp311-none-macosx_11_0_arm64.whl", hash = "sha256:31f8c39660962f9ae4eeec995e3049b5492eb7360dd4f07377658ef4d728fa4c", size = 63884466 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/5c/36c114d120bfe10f9323ed35061bc5878cc74f3f594003854b0ea298942f/torch-2.5.1-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:ed231a4b3a5952177fafb661213d690a72caaad97d5824dd4fc17ab9e15cec03", size = 906389343 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/69/d8ada8b6e0a4257556d5b4ddeb4345ea8eeaaef3c98b60d1cca197c7ad8e/torch-2.5.1-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:3f4b7f10a247e0dcd7ea97dc2d3bfbfc90302ed36d7f3952b0008d0df264e697", size = 91811673 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/ba/607d013b55b9fd805db2a5c2662ec7551f1910b4eef39653eeaba182c5b2/torch-2.5.1-cp312-cp312-win_amd64.whl", hash = "sha256:73e58e78f7d220917c5dbfad1a40e09df9929d3b95d25e57d9f8558f84c9a11c", size = 203046841 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/6c/bf52ff061da33deb9f94f4121fde7ff3058812cb7d2036c97bc167793bd1/torch-2.5.1-cp312-none-macosx_11_0_arm64.whl", hash = "sha256:8c712df61101964eb11910a846514011f0b6f5920c55dbf567bff8a34163d5b1", size = 63858109 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/72/20cb30f3b39a9face296491a86adb6ff8f1a47a897e4d14667e6cf89d5c3/torch-2.5.1-cp313-cp313-manylinux1_x86_64.whl", hash = "sha256:9b61edf3b4f6e3b0e0adda8b3960266b9009d02b37555971f4d1c8f7a05afed7", size = 906393265 },
]
[[package]]
name = "torch"
version = "2.5.1+cpu"
source = { registry = "https://download.pytorch.org/whl/cpu" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "filelock", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "fsspec", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jinja2", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "networkx", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "setuptools", marker = "(python_full_version >= '3.12' and platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (python_full_version < '3.12' and platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version >= '3.12' and sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (python_full_version < '3.12' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "sympy", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp310-cp310-linux_x86_64.whl", hash = "sha256:7f91a2200e352745d70e22396bd501448e28350fbdbd8d8b1c83037e25451150" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp310-cp310-win_amd64.whl", hash = "sha256:df93157482b672892d29134d3fae9d38ba3219702faedd79f407eb36774c56ce" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp311-cp311-linux_x86_64.whl", hash = "sha256:07d7c9e069123d5af08b0cf0013d74f680b2d8be7d9e2cf561a52c90c55d9409" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp311-cp311-win_amd64.whl", hash = "sha256:81531d4d5ca74163dc9574b87396531e546a60cceb6253303c7db6a21e867fdf" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp312-cp312-linux_x86_64.whl", hash = "sha256:4856f9d6925121d13c2df07aa7580b767f449dfe71ae5acde9c27535d5da4840" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp312-cp312-win_amd64.whl", hash = "sha256:a6b720410350765d3d77c01a5ce098a6c45af446284e45e87a98b8a16e7d564d" },
{ url = "https://download.pytorch.org/whl/cpu/torch-2.5.1%2Bcpu-cp313-cp313-linux_x86_64.whl", hash = "sha256:5dbbdf83caa90d0bcaa50e4933ca424889133b35226db79000877d4ec5d9ea37" },
]
[[package]]
name = "torch"
version = "2.5.1+cu118"
source = { registry = "https://download.pytorch.org/whl/cu118" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "filelock", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "fsspec", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jinja2", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "networkx", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cublas-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cuda-cupti-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cuda-nvrtc-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cuda-runtime-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cudnn-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cufft-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-curand-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cusolver-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cusparse-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-nccl-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-nvtx-cu11", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "setuptools", marker = "(python_full_version >= '3.12' and sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "sympy", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "triton", marker = "(python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version >= '3.13' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version >= '3.13' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cu118/torch-2.5.1%2Bcu118-cp310-cp310-linux_x86_64.whl", hash = "sha256:eee38239682a01ab02d3790fe194753f7070f07e1741e67fb5c3c3059d3b97b2" },
{ url = "https://download.pytorch.org/whl/cu118/torch-2.5.1%2Bcu118-cp310-cp310-win_amd64.whl", hash = "sha256:0d8b4ebe8429e8bcaf7ae833531b2949169db788d5ed5accaabb481175c7443c" },
{ url = "https://download.pytorch.org/whl/cu118/torch-2.5.1%2Bcu118-cp311-cp311-linux_x86_64.whl", hash = "sha256:c3a3fa09578e1acb76236dc3056ac67ac2f991d9214ab54ec440c4a1427cf016" },
{ url = "https://download.pytorch.org/whl/cu118/torch-2.5.1%2Bcu118-cp311-cp311-win_amd64.whl", hash = "sha256:7e09af36c3d0bf8e6554cacae794f9fcd348d096e21f8be1dd42ed3bc48b4e2f" },
{ url = "https://download.pytorch.org/whl/cu118/torch-2.5.1%2Bcu118-cp312-cp312-linux_x86_64.whl", hash = "sha256:f4c3ae93c72e8b725b510c3bc5b9dd5437f6740a66c3cc3bb1a19f177c3baef4" },
{ url = "https://download.pytorch.org/whl/cu118/torch-2.5.1%2Bcu118-cp312-cp312-win_amd64.whl", hash = "sha256:3edf97d9b0a17e3f764a511ed084e866c086af76c9d489cc51d5edb77ca7c936" },
{ url = "https://download.pytorch.org/whl/cu118/torch-2.5.1%2Bcu118-cp313-cp313-linux_x86_64.whl", hash = "sha256:60c1d1b522ea534a17e1ac60a0dc542ed578c45c84d63dc1528febbd1a0f5953" },
]
[[package]]
name = "torch"
version = "2.5.1+cu121"
source = { registry = "https://download.pytorch.org/whl/cu121" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "filelock", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "fsspec", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "jinja2", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "networkx", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cublas-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cuda-cupti-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cuda-nvrtc-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cuda-runtime-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cudnn-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cufft-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-curand-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cusolver-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-cusparse-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-nccl-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-nvtx-cu12", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "setuptools", marker = "(python_full_version >= '3.12' and sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "sympy", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "triton", marker = "(python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version >= '3.13' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cu121/torch-2.5.1%2Bcu121-cp310-cp310-linux_x86_64.whl", hash = "sha256:92af92c569de5da937dd1afb45ecfdd598ec1254cf2e49e3d698cb24d71aae14" },
{ url = "https://download.pytorch.org/whl/cu121/torch-2.5.1%2Bcu121-cp310-cp310-win_amd64.whl", hash = "sha256:9b22d6d98aa56f9317902dec0e066814a6edba1aada90110ceea2bb0678df22f" },
{ url = "https://download.pytorch.org/whl/cu121/torch-2.5.1%2Bcu121-cp311-cp311-linux_x86_64.whl", hash = "sha256:c8ab8c92eab928a93c483f83ca8c63f13dafc10fc93ad90ed2dcb7c82ea50410" },
{ url = "https://download.pytorch.org/whl/cu121/torch-2.5.1%2Bcu121-cp311-cp311-win_amd64.whl", hash = "sha256:4bcee18f00c43c815efad8efaa3bca584ffdc8d2cd35ef4c44c814f2739d9191" },
{ url = "https://download.pytorch.org/whl/cu121/torch-2.5.1%2Bcu121-cp312-cp312-linux_x86_64.whl", hash = "sha256:222be02548c2e74a21a8fbc8e5b8d2eef9f9faee865d70385d2eb1b9aabcbc76" },
{ url = "https://download.pytorch.org/whl/cu121/torch-2.5.1%2Bcu121-cp312-cp312-win_amd64.whl", hash = "sha256:473d76257636c66b22cbfac6f616d6b522ef3d3473c13decb1afda22a7b059eb" },
{ url = "https://download.pytorch.org/whl/cu121/torch-2.5.1%2Bcu121-cp313-cp313-linux_x86_64.whl", hash = "sha256:1bfe18b79b0ff9be9383257a66c3f84621ce5f384f02c0a7c79503583d6ffd4b" },
]
[[package]]
name = "torchaudio"
version = "2.2.2"
source = { registry = "https://download.pytorch.org/whl/cpu" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
]
dependencies = [
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin'" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.2.2-cp310-cp310-linux_aarch64.whl", hash = "sha256:b0f38e7d3548914d78aafc27ff00f7701b1a50bfcddc58965f545fc92ccd4a66" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.2.2-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:b1d58201d108e85db3e35b84319f33884f61f327c38ead86913218c8c1acc3dd" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.2.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a520e14ea0ba89d9dc27922eb4609f9eac5c01c279830e0f216b9c9e017d438b" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.2.2-cp311-cp311-linux_aarch64.whl", hash = "sha256:0a03a48b6d55d17d48f419a7f1d0d4018d48a04c76585c16a9b5e69281f92f94" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.2.2-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:f1a81a518a3e86c004125eb891fc433ce8fb2343295b5d612d0f37b24e131efd" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.2.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:01482fc85117f85ee44f8aa8e9c11b1c022326173e0748789ed42b219102937f" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.2.2-cp312-cp312-linux_aarch64.whl", hash = "sha256:9db0338bd3a78e60c745b6b5c366e4c9b88eb210e1fdd617d3f62f1a0b859ea4" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.2.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:da3cc523696166ea525d2b3377d789da5388f36d94a20a324b09df00f1c43458" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.2.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8fc7aac4f4b24e9b3fa03a2a7933363f7e5c484835ccb2a20cf164a0e5e715b7" },
]
[[package]]
name = "torchaudio"
version = "2.2.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/70/ca793994d37815070f6b53932b71822f66cfb3e197e6937426815998221e/torchaudio-2.2.2-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:b1d58201d108e85db3e35b84319f33884f61f327c38ead86913218c8c1acc3dd", size = 3398751 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/ec/db37472480a4bd541ca6229b55add2f166dfe5a1c5491e62cb9dbaf7a8be/torchaudio-2.2.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a520e14ea0ba89d9dc27922eb4609f9eac5c01c279830e0f216b9c9e017d438b", size = 1806601 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/73/ce/75bb2a9340a2a8d6fd61fcd1e6e386a75ba2a0fb72a0f1ded18c2b1c4bd1/torchaudio-2.2.2-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:f05d14f6cd0bc3498de19eb1b87420c06895911acf7eca08da37a21a4d42dbbe", size = 3345854 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/93/1a/fece7437e5e8e8d0beb02639fd0f08da6b8d2080ef02685069c096fbc1a3/torchaudio-2.2.2-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:b0f38e7d3548914d78aafc27ff00f7701b1a50bfcddc58965f545fc92ccd4a66", size = 1646344 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/82/1d9b23c7f8267b881d3839f7842fca62da7398e3fc31d502121e81629412/torchaudio-2.2.2-cp310-cp310-win_amd64.whl", hash = "sha256:ad5c6ef0d8fac69221d02fd384b07373f59605d7a09f20c6fe67132c6574ece2", size = 2363955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/c4/80cc3315dd1ca706643b78f894901d4d888ffe376a5e401f73d9db61071e/torchaudio-2.2.2-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:f1a81a518a3e86c004125eb891fc433ce8fb2343295b5d612d0f37b24e131efd", size = 3405553 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/6f/79fe2cb91908b3d3a57b8ef68911123f797c0fb05a268a6da86cc5a67484/torchaudio-2.2.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:01482fc85117f85ee44f8aa8e9c11b1c022326173e0748789ed42b219102937f", size = 1813127 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/5c/ea155afaabd0b9bd46bc3aef786f387b6285c02468dcef693f68571f5af5/torchaudio-2.2.2-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:02e3dc45408d83371d9832ee4520f13f887f5da4cd0931ebde6aaf2a1723d340", size = 3349995 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/bf/9ac0880baa859b1377107fc9fed4ebe69613735aec15c543dd79242098f6/torchaudio-2.2.2-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:0a03a48b6d55d17d48f419a7f1d0d4018d48a04c76585c16a9b5e69281f92f94", size = 1651342 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/b8/c2eb1dea20b703ac43e41f95c29998b040bfe7e5ad50acd21ee4fb13078e/torchaudio-2.2.2-cp311-cp311-win_amd64.whl", hash = "sha256:45ff277ced4a3f8cdc0474df16ebfb177633337040e5ac82d1fd46e4e6b57f85", size = 2370442 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/05/39/fcc68b1f848a38b57446b624be42db66fec3587972941a5b86fc19b8bd45/torchaudio-2.2.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:da3cc523696166ea525d2b3377d789da5388f36d94a20a324b09df00f1c43458", size = 3400705 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/72/454c6fe5898316e0a3377e9eadd4041ab88ecb7ff06f7008a8e997f9d6ae/torchaudio-2.2.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:8fc7aac4f4b24e9b3fa03a2a7933363f7e5c484835ccb2a20cf164a0e5e715b7", size = 1803837 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/d5/58b5f13dd495e3b8f8d1cd92a110a37e8f00a0c6793081f40e874421608f/torchaudio-2.2.2-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:2b20b3b2f0d71b626cfa651cb290010f0cae6c2f6d5cb33f39ce34f99877fd9d", size = 3344093 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/20/7562d430b504e2d40cd872d4bf9670d01200428af6c3bf92d4fa0066e01e/torchaudio-2.2.2-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:9db0338bd3a78e60c745b6b5c366e4c9b88eb210e1fdd617d3f62f1a0b859ea4", size = 1646823 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/47/2a86273d9b04f0e328ddc79269e1a91d2716ce9f6acc0ef4250d0421e858/torchaudio-2.2.2-cp312-cp312-win_amd64.whl", hash = "sha256:468e46c1dcf4a8c5d5ef68dae934a67a83f544034d1be7322cc58f721ff0e487", size = 2351238 },
]
[[package]]
name = "torchaudio"
version = "2.5.1"
source = { registry = "https://download.pytorch.org/whl/cpu" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
]
dependencies = [
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1-cp310-cp310-linux_aarch64.whl", hash = "sha256:9b3872c5dd5080be6322908d62365581a1dd9250e3dd6d47bab3f5b0854a5d1f" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:901291d770aeeb1f51920bb5aa73ff82e9b7f26354a3c7b90d80ff0b4e9a5044" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1-cp311-cp311-linux_aarch64.whl", hash = "sha256:4ba24769a72bd686903feaf1040c895d710af2ffbcd25ee7a9794ee285561b26" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7005354aa7dda9ef908e13c2566ee1fe0bd6d7f5bae0583b5e53016cd229fc34" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1-cp312-cp312-linux_aarch64.whl", hash = "sha256:6bb65416405f40e00b20701257c16e7493bfdd7188e02e87cc5b389c31c10c2c" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f1cbfdfd1bbdfbe7289d47a74f36ff6c5d87c3205606202fef5a7fb693f61cf0" },
]
[[package]]
name = "torchaudio"
version = "2.5.1"
source = { registry = "https://download.pytorch.org/whl/cu124" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cu124/torchaudio-2.5.1-cp310-cp310-linux_aarch64.whl", hash = "sha256:2e77a8528d5e332096a69c0707aa083e058a9dcb844bc93ef040debb6aadeaa8" },
{ url = "https://download.pytorch.org/whl/cu124/torchaudio-2.5.1-cp311-cp311-linux_aarch64.whl", hash = "sha256:f51d4eda003927f07d4a34b09199a79fde5e5b3df5432880685b70dd63b7c91e" },
{ url = "https://download.pytorch.org/whl/cu124/torchaudio-2.5.1-cp312-cp312-linux_aarch64.whl", hash = "sha256:b5eeaeb2be9e980077e5713b689442e776bebfe1d836c0c507ae725772c8a8a2" },
]
[[package]]
name = "torchaudio"
version = "2.5.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin'" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/db/246930ba5933a9f6ce8e2cca7086924487286a0bf7d8d28aeb354e8b0504/torchaudio-2.5.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:901291d770aeeb1f51920bb5aa73ff82e9b7f26354a3c7b90d80ff0b4e9a5044", size = 1794150 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/2c/3db92d48e2e4a0bd7398ecb39fb731ad876c7cd6ce6c365630865654d253/torchaudio-2.5.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:abacbec3b6d695cf99ada8b1db55db933181c8ff7d283e246e2bbefdde674235", size = 3369055 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c2/06/b122f0475ca97abdc8daf637c0f62778893aa40f91e988a7baef8eedf8c6/torchaudio-2.5.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:9b3872c5dd5080be6322908d62365581a1dd9250e3dd6d47bab3f5b0854a5d1f", size = 1666734 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/a8/113d41cfab3220ded1f9a5910e6b3c217bf3a6896925dca8cd13df0c23dc/torchaudio-2.5.1-cp310-cp310-win_amd64.whl", hash = "sha256:4aead2d6b32426d0e657e243f6f5146f8d400bc8db9fe8a8000254baeec1202d", size = 2435898 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6a/97/1780e3dd8733da30ff1051b8cbd8006e4824b76028558a58c31e790c09cd/torchaudio-2.5.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:7005354aa7dda9ef908e13c2566ee1fe0bd6d7f5bae0583b5e53016cd229fc34", size = 1801479 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/33/0f21b15f8e231bb55578f6b32e8c18675585b7bf97cb0aee96b1591e4193/torchaudio-2.5.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:7af3f7f92fd33bc9f036a60cdeda4cbeb6bccebd18eae89776dd1e8ed042672e", size = 3374576 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/0e/89294062dbca27ed8bc4a89d9ceea0bd64b45ebc005e0306871b3f55bb31/torchaudio-2.5.1-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:4ba24769a72bd686903feaf1040c895d710af2ffbcd25ee7a9794ee285561b26", size = 1672185 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/6a/019e426ab4af487167182a19e115fc03234fe28bc30e22cb0e1a9958f70e/torchaudio-2.5.1-cp311-cp311-win_amd64.whl", hash = "sha256:cba8ccab1bff0496ccdc71ebbdcd31d0f7bf97ff3c46276425ff86460f6f8967", size = 2439124 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/ab/151037a41e2cf4a5d489dfe5e7196b755e0fd83958d5ca7ad8ed85afcb1c/torchaudio-2.5.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:f1cbfdfd1bbdfbe7289d47a74f36ff6c5d87c3205606202fef5a7fb693f61cf0", size = 1798042 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/1c/345d11bf492a1414dced70a9572ff1eb2c73013578d24fb4d728a91a09d1/torchaudio-2.5.1-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:9c8fb06fbd8d2016e7b7caf15a3231867c792a2e3b0f2f8f9013633e9c2ce412", size = 3371851 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/74/a27c6d0d4c4fad90462f08e99222d3557f118beb8fb560b87d607a727a0a/torchaudio-2.5.1-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:6bb65416405f40e00b20701257c16e7493bfdd7188e02e87cc5b389c31c10c2c", size = 1668849 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/99/a1/4220b73ba6e083229099892d9126e01836afe96cf7e2fbfe60b327506f49/torchaudio-2.5.1-cp312-cp312-win_amd64.whl", hash = "sha256:ec8f12d6be12aed248a0d65a76c7bb341ee5eef969fe2e9dc3154c7cfba1bdf4", size = 2435747 },
]
[[package]]
name = "torchaudio"
version = "2.5.1+cpu"
source = { registry = "https://download.pytorch.org/whl/cpu" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1%2Bcpu-cp310-cp310-linux_x86_64.whl", hash = "sha256:c64af43548713e5abc3e9e3b5f33a2a47c57122ee953e0b0cb102f7855f8d017" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1%2Bcpu-cp310-cp310-win_amd64.whl", hash = "sha256:8904a77ad311992d3dd3dae6556ea023fbb291b10b8698fecd1dec10bc189d6c" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1%2Bcpu-cp311-cp311-linux_x86_64.whl", hash = "sha256:209f8e7efff818d2066f49c27c8097f2246f8bf6fd743c69bcf8dce80c63ee80" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1%2Bcpu-cp311-cp311-win_amd64.whl", hash = "sha256:e08047b9f1997bd303ea6528e5b8009719665a55516a49b6acc359dac20c474d" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1%2Bcpu-cp312-cp312-linux_x86_64.whl", hash = "sha256:b7fbd9c264dcbe28efb061364c76d3770eb13ae692d2982949b583edfb9ed7f5" },
{ url = "https://download.pytorch.org/whl/cpu/torchaudio-2.5.1%2Bcpu-cp312-cp312-win_amd64.whl", hash = "sha256:68b58c1dae7bb738df8a36f0d147d2c9c69e56a35ff40dedb84ac30aff2e59e1" },
]
[[package]]
name = "torchaudio"
version = "2.5.1+cu118"
source = { registry = "https://download.pytorch.org/whl/cu118" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cu118/torchaudio-2.5.1%2Bcu118-cp310-cp310-linux_x86_64.whl", hash = "sha256:4115b11f7748da407e1d59d14c6fa2ff5853155c42178ef7a5e7a36e967c1242" },
{ url = "https://download.pytorch.org/whl/cu118/torchaudio-2.5.1%2Bcu118-cp310-cp310-win_amd64.whl", hash = "sha256:75bb03075a9e32fb1d75ebd580f9a3dda672f1fb4e5b15548e890bca14ef6691" },
{ url = "https://download.pytorch.org/whl/cu118/torchaudio-2.5.1%2Bcu118-cp311-cp311-linux_x86_64.whl", hash = "sha256:312ee3b1a1bb4a9f5b135790886efdf7fb2401c9526cc05ec7f79a102cbc069b" },
{ url = "https://download.pytorch.org/whl/cu118/torchaudio-2.5.1%2Bcu118-cp311-cp311-win_amd64.whl", hash = "sha256:ae0815fbc5f601a209ba7525519abb329735b2db524bc0ae74e4bdcc9bccf3b7" },
{ url = "https://download.pytorch.org/whl/cu118/torchaudio-2.5.1%2Bcu118-cp312-cp312-linux_x86_64.whl", hash = "sha256:90673c6cfde4dc3a75c8e26ef74f9294aada4ee836a6120dae80db0b06d22d65" },
{ url = "https://download.pytorch.org/whl/cu118/torchaudio-2.5.1%2Bcu118-cp312-cp312-win_amd64.whl", hash = "sha256:d9429c87fc5886ec6555171f35fc1b2e1a59a6ca13a26a99a2b6a837a4e0be70" },
]
[[package]]
name = "torchaudio"
version = "2.5.1+cu121"
source = { registry = "https://download.pytorch.org/whl/cu121" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cu121/torchaudio-2.5.1%2Bcu121-cp310-cp310-linux_x86_64.whl", hash = "sha256:cf38267b5946b4dc3ff80ece5a1c165aa6b2a6fe8dca37bac192fcf47f658db1" },
{ url = "https://download.pytorch.org/whl/cu121/torchaudio-2.5.1%2Bcu121-cp310-cp310-win_amd64.whl", hash = "sha256:68c08cf69f7f39608f4c8d6b87fa054d7c801a19060e89d66003efbceef15641" },
{ url = "https://download.pytorch.org/whl/cu121/torchaudio-2.5.1%2Bcu121-cp311-cp311-linux_x86_64.whl", hash = "sha256:9e6f03e6410cb3557978dea25fb30ce3e7c165e8377fcc8e0e1ddc700503d38b" },
{ url = "https://download.pytorch.org/whl/cu121/torchaudio-2.5.1%2Bcu121-cp311-cp311-win_amd64.whl", hash = "sha256:f9397ff9c6e8fa1b4fdc94939411ac65fe43f66d66367ee80603bc7ce10e18e2" },
{ url = "https://download.pytorch.org/whl/cu121/torchaudio-2.5.1%2Bcu121-cp312-cp312-linux_x86_64.whl", hash = "sha256:5648a01f23033f15d60dc638f91c2d4c66c0a01621162471e806064acda63b70" },
{ url = "https://download.pytorch.org/whl/cu121/torchaudio-2.5.1%2Bcu121-cp312-cp312-win_amd64.whl", hash = "sha256:80400d75da5852bb5491f6259d47a163a00c2d1479ed57d3d95fde205e1b2815" },
]
[[package]]
name = "torchvision"
version = "0.17.2"
source = { registry = "https://download.pytorch.org/whl/cpu" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
]
dependencies = [
{ name = "numpy", marker = "sys_platform == 'darwin'" },
{ name = "pillow", marker = "sys_platform == 'darwin'" },
{ name = "torch", version = "2.2.2", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "sys_platform == 'darwin'" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.17.2-cp310-cp310-linux_aarch64.whl", hash = "sha256:e9e4bed404af33dfc92eecc2b513d21ddc4c242a7fd8708b3b09d3a26aa6f444" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.17.2-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:1f2910fe3c21ad6875b2720d46fad835b2e4b336e9553d31ca364d24c90b1d4f" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.17.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ecc1c503fa8a54fbab777e06a7c228032b8ab78efebf35b28bc8f22f544f51f1" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.17.2-cp311-cp311-linux_aarch64.whl", hash = "sha256:833fd2e4216ced924c8aca0525733fe727f9a1af66dfad7c5be7257e97c39678" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:9b83e55ee7d0a1704f52b9c0ac87388e7a6d1d98a6bde7b0b35f9ab54d7bda54" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.17.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e031004a1bc432c980a7bd642f6c189a3efc316e423fc30b5569837166a4e28d" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.17.2-cp312-cp312-linux_aarch64.whl", hash = "sha256:f1c9ab3152cfb27f83aca072cac93a3a4c4e4ab0261cf0f2d516b9868a4e96f3" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.17.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:14fd1d4a033c325bdba2d03a69c3450cab6d3a625f85cc375781d9237ca5d04d" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.17.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9c3acbebbe379af112b62b535820174277b1f3eed30df264a4e458d58ee4e5b2" },
]
[[package]]
name = "torchvision"
version = "0.17.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "numpy", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "pillow", marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
{ name = "torch", version = "2.2.2", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/70/c781e0433ab7b8f6f693580e5065ae17c3785b2836200311765f99535ef8/torchvision-0.17.2-cp310-cp310-macosx_10_13_x86_64.whl", hash = "sha256:1f2910fe3c21ad6875b2720d46fad835b2e4b336e9553d31ca364d24c90b1d4f", size = 1666426 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/3d/a0385fd301e6e2eefb1d9cf2ac97d0c33ebf4a764aba0f066e6e16324916/torchvision-0.17.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:ecc1c503fa8a54fbab777e06a7c228032b8ab78efebf35b28bc8f22f544f51f1", size = 1571154 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e0/2f/d13cb0ffc4808f85b880ef66ab6cfef10bd35e5c151dae68ea18cf6bf636/torchvision-0.17.2-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:f400145fc108833e7c2fc28486a04989ca742146d7a2a2cc48878ebbb40cdbbd", size = 6915896 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/41/c8a440ebb1d4958baf02f08f6df56a3a30bea3fdcdc99076cb7da023babe/torchvision-0.17.2-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:e9e4bed404af33dfc92eecc2b513d21ddc4c242a7fd8708b3b09d3a26aa6f444", size = 14008514 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/b8/027b3c36e61a26d14d4e9a8413d4a09e5fd8d3e01e3efce78447ca1dc3dd/torchvision-0.17.2-cp310-cp310-win_amd64.whl", hash = "sha256:ba2e62f233eab3d42b648c122a3a29c47cc108ca314dfd5cbb59cd3a143fd623", size = 1165527 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/95/179dd1bf8fd6bd689f0907f4baed557d2b12d2cf3d7ed1a8ecefe0a63d83/torchvision-0.17.2-cp311-cp311-macosx_10_13_x86_64.whl", hash = "sha256:9b83e55ee7d0a1704f52b9c0ac87388e7a6d1d98a6bde7b0b35f9ab54d7bda54", size = 1666424 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/36/15/c48f74f8f8d382677ef016b65f09969028a1549b8a518c18894deb95b544/torchvision-0.17.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:e031004a1bc432c980a7bd642f6c189a3efc316e423fc30b5569837166a4e28d", size = 1571149 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/49/5e1c771294407bb25e6dbcf169aef5cffefcddf27b0176125a9b0af06a1e/torchvision-0.17.2-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:3bbc24b7713e8f22766992562547d8b4b10001208d372fe599255af84bfd1a69", size = 6915982 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/8d/a153903bfd610450258ee7ac5d292d6b8f382aec14f49404845d8ba6207d/torchvision-0.17.2-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:833fd2e4216ced924c8aca0525733fe727f9a1af66dfad7c5be7257e97c39678", size = 14008511 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/75/d869f600fc33df8b8ca99943e165a4ca23b73c68dc1942098fde0a6b46f3/torchvision-0.17.2-cp311-cp311-win_amd64.whl", hash = "sha256:6835897df852fad1015e6a106c167c83848114cbcc7d86112384a973404e4431", size = 1165537 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/b6/a056fb68cae15e8aec4f854f78d4787086d77efa5468a29d5b744eee2a2b/torchvision-0.17.2-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:14fd1d4a033c325bdba2d03a69c3450cab6d3a625f85cc375781d9237ca5d04d", size = 1666430 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/12/0be3c13b2694ce2d103d259a4c0692884d52b0b445387101d96965d5b060/torchvision-0.17.2-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:9c3acbebbe379af112b62b535820174277b1f3eed30df264a4e458d58ee4e5b2", size = 1571152 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/e9/830390c704f1471c33faebe964c3ca99113e43ffc3f6653d3188ca04077c/torchvision-0.17.2-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:77d680adf6ce367166a186d2c7fda3a73807ab9a03b2c31a03fa8812c8c5335b", size = 6915847 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/89/9af25236f7bc31fe74f88bde03bbd63c284d0aefa6d19bd92cc37433470c/torchvision-0.17.2-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:f1c9ab3152cfb27f83aca072cac93a3a4c4e4ab0261cf0f2d516b9868a4e96f3", size = 14008843 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/d1/8da7f30169f56764f0ef9ed961a32f300a2d782b6c1bc8b391c3014092f8/torchvision-0.17.2-cp312-cp312-win_amd64.whl", hash = "sha256:3f784381419f3ed3f2ec2aa42fb4aeec5bf4135e298d1631e41c926e6f1a0dff", size = 1165531 },
]
[[package]]
name = "torchvision"
version = "0.20.1"
source = { registry = "https://download.pytorch.org/whl/cpu" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
]
dependencies = [
{ name = "numpy", marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pillow", marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1-cp310-cp310-linux_aarch64.whl", hash = "sha256:75f8a4d51a593c4bab6c9bf7d75bdd88691b00a53b07656678bc55a3a753dd73" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4878fefb96ef293d06c27210918adc83c399d9faaf34cda5a63e129f772328f1" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1-cp311-cp311-linux_aarch64.whl", hash = "sha256:a40d766345927639da322c693934e5f91b1ba2218846c7104b868dea2314ce8e" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:344b339e15e6bbb59ee0700772616d0afefd209920c762b1604368d8c3458322" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1-cp312-cp312-linux_aarch64.whl", hash = "sha256:9f853ba4497ac4691815ad41b523ee23cf5ba4f87b1ce869d704052e233ca8b7" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1a31256ff945d64f006bb306813a7c95a531fe16bfb2535c837dd4c104533d7a" },
]
[[package]]
name = "torchvision"
version = "0.20.1"
source = { registry = "https://download.pytorch.org/whl/cu124" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "numpy", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pillow", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cu124/torchvision-0.20.1-cp310-cp310-linux_aarch64.whl", hash = "sha256:38765e53653f93e529e329755992ddbea81091aacedb61ed053f6a14efb289e5" },
{ url = "https://download.pytorch.org/whl/cu124/torchvision-0.20.1-cp311-cp311-linux_aarch64.whl", hash = "sha256:2c5350a08abe005a16c316ae961207a409d0e35df86240db5f77ec41345c82f3" },
{ url = "https://download.pytorch.org/whl/cu124/torchvision-0.20.1-cp312-cp312-linux_aarch64.whl", hash = "sha256:3e3289e53d0cb5d1b7f55b3f5912f46a08293c6791585ba2fc32c12cded9f9af" },
]
[[package]]
name = "torchvision"
version = "0.20.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "numpy", marker = "sys_platform != 'darwin'" },
{ name = "pillow", marker = "sys_platform != 'darwin'" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin'" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/59/aea68d755da1451e1a0d894528a7edc9b58eb30d33e274bf21bef28dad1a/torchvision-0.20.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:4878fefb96ef293d06c27210918adc83c399d9faaf34cda5a63e129f772328f1", size = 1787552 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/f6/7ff89a9f8703f623f5664afd66c8600e3f09fe188e1e0b7e6f9a8617f865/torchvision-0.20.1-cp310-cp310-manylinux1_x86_64.whl", hash = "sha256:8ffbdf8bf5b30eade22d459f5a313329eeadb20dc75efa142987b53c007098c3", size = 7238975 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f7/ce/4c31e9b96cc4f9fec746b258d2aa35f8d1247f4f58d63f9c505ea5eb254d/torchvision-0.20.1-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:75f8a4d51a593c4bab6c9bf7d75bdd88691b00a53b07656678bc55a3a753dd73", size = 14265343 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/11/b5ce67715bbbec8798fb48c4a20ac28828aec1710ac01091a3eddcb8e075/torchvision-0.20.1-cp310-cp310-win_amd64.whl", hash = "sha256:22c2fa44e20eb404b85e42b22b453863a14b0927d25e550fd4f84eea97fa5b39", size = 1562413 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/57/4d7ad90be612f5ac6c4bdafcb0ff13e818e14a340a88c8ca00d9ed8c2dad/torchvision-0.20.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:344b339e15e6bbb59ee0700772616d0afefd209920c762b1604368d8c3458322", size = 1787548 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/e9/e190ecec448d5a2abad8348cf085fcb39962a491e3f40dcb023721e04feb/torchvision-0.20.1-cp311-cp311-manylinux1_x86_64.whl", hash = "sha256:86f6523dee420000fe14c3527f6c8e0175139fda7d995b187f54a0b0ebec7eb6", size = 7241222 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/a3/cbb8177e5e379f0c040b00c6f80f14d323a97e30495d7115d169b101b2f7/torchvision-0.20.1-cp311-cp311-manylinux2014_aarch64.whl", hash = "sha256:a40d766345927639da322c693934e5f91b1ba2218846c7104b868dea2314ce8e", size = 14267510 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/55/ce836703ff77bb21582c3098d5311f8ddde7eadc7eab04be9561961f4725/torchvision-0.20.1-cp311-cp311-win_amd64.whl", hash = "sha256:5b501d5c04b034d2ecda96a31ed050e383cf8201352e4c9276ca249cbecfded0", size = 1562402 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/eb/4ba19616378f2bc085999432fded2b7dfdbdccc6dd0fc293203452508100/torchvision-0.20.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1a31256ff945d64f006bb306813a7c95a531fe16bfb2535c837dd4c104533d7a", size = 1787553 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/75/00a852275ade58d3dc474530f7a7b6bc999a817148f0eb59d4fde12eb955/torchvision-0.20.1-cp312-cp312-manylinux1_x86_64.whl", hash = "sha256:17cd78adddf81dac57d7dccc9277a4d686425b1c55715f308769770cb26cad5c", size = 7240323 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/f0/ca1445406eb12cbeb7a41fc833a1941ede78e7c55621198b83ecd7bcfd0f/torchvision-0.20.1-cp312-cp312-manylinux2014_aarch64.whl", hash = "sha256:9f853ba4497ac4691815ad41b523ee23cf5ba4f87b1ce869d704052e233ca8b7", size = 14266936 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/18/00993d420b1d6e88582e51d4bc82c824c99a2e9c045d50eaf9b34fff729a/torchvision-0.20.1-cp312-cp312-win_amd64.whl", hash = "sha256:4a330422c36dbfc946d3a6c1caec3489db07ecdf3675d83369adb2e5a0ca17c4", size = 1562392 },
]
[[package]]
name = "torchvision"
version = "0.20.1+cpu"
source = { registry = "https://download.pytorch.org/whl/cpu" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "numpy", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pillow", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1%2Bcpu-cp310-cp310-linux_x86_64.whl", hash = "sha256:17bbc073920e429bf23a290472d51edc75e7b9809b81a93503d10d8edb6f3a6d" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1%2Bcpu-cp310-cp310-win_amd64.whl", hash = "sha256:58773dc7110425ff3ffa462ed32d5522deaed81179b24780136ebc493fb94feb" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1%2Bcpu-cp311-cp311-linux_x86_64.whl", hash = "sha256:a4153bcc9f6219596c65761aa00588704e91e3db91d911c251e614f6140ed047" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1%2Bcpu-cp311-cp311-win_amd64.whl", hash = "sha256:ebdeb19a49da0b5d11cc512a76b24a43971e17cfb9c1ec42564d0e300670d5fa" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1%2Bcpu-cp312-cp312-linux_x86_64.whl", hash = "sha256:5f46c7ac7f00a065cb40bfb1e1bfc4ba16a35f5d46b3fe70cca6b3cea7f822f7" },
{ url = "https://download.pytorch.org/whl/cpu/torchvision-0.20.1%2Bcpu-cp312-cp312-win_amd64.whl", hash = "sha256:64832095b9b8b8185f24788f1a531ae96c937bf797cd3474a2ea7511852e5cd7" },
]
[[package]]
name = "torchvision"
version = "0.20.1+cu118"
source = { registry = "https://download.pytorch.org/whl/cu118" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "numpy", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pillow", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cu118/torchvision-0.20.1%2Bcu118-cp310-cp310-linux_x86_64.whl", hash = "sha256:2a0b9fee398ed0dba1cee48dee31d80981420393f8b5c7980e273eb85fc6b9cb" },
{ url = "https://download.pytorch.org/whl/cu118/torchvision-0.20.1%2Bcu118-cp310-cp310-win_amd64.whl", hash = "sha256:cef97b596795536256e58ebad25b70d9544dc7b7603b9891d178b1ea915d9ec1" },
{ url = "https://download.pytorch.org/whl/cu118/torchvision-0.20.1%2Bcu118-cp311-cp311-linux_x86_64.whl", hash = "sha256:ab7df44380eadf3058a4a3624141fe26a4819a328d2b688e0149673b324eced6" },
{ url = "https://download.pytorch.org/whl/cu118/torchvision-0.20.1%2Bcu118-cp311-cp311-win_amd64.whl", hash = "sha256:f46c797822fd51f3390de7548800e2c9ceb01e9917e9be5304014f7f093a3a05" },
{ url = "https://download.pytorch.org/whl/cu118/torchvision-0.20.1%2Bcu118-cp312-cp312-linux_x86_64.whl", hash = "sha256:3f42a6f5919f4e6c848c858411121a46a1d718e6c3db86f467daf6cf192712f8" },
{ url = "https://download.pytorch.org/whl/cu118/torchvision-0.20.1%2Bcu118-cp312-cp312-win_amd64.whl", hash = "sha256:e3f15c21fd9aa63113291751c62731577d7156884c51c4627e4c4186475bc47e" },
]
[[package]]
name = "torchvision"
version = "0.20.1+cu121"
source = { registry = "https://download.pytorch.org/whl/cu121" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
]
dependencies = [
{ name = "numpy", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pillow", marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://download.pytorch.org/whl/cu121/torchvision-0.20.1%2Bcu121-cp310-cp310-linux_x86_64.whl", hash = "sha256:304937b82c933d5155bd04d771f4b187273f67a76050bb4276b521f7e9b4c4e7" },
{ url = "https://download.pytorch.org/whl/cu121/torchvision-0.20.1%2Bcu121-cp310-cp310-win_amd64.whl", hash = "sha256:4cb1e44c1f7a4992f6d38a15633a1e694c093f1c52f3a036b1a719968031507a" },
{ url = "https://download.pytorch.org/whl/cu121/torchvision-0.20.1%2Bcu121-cp311-cp311-linux_x86_64.whl", hash = "sha256:237609a3551c2b68f32bcd3f3875dca93836010d83922ef2f3bd3a7540caee58" },
{ url = "https://download.pytorch.org/whl/cu121/torchvision-0.20.1%2Bcu121-cp311-cp311-win_amd64.whl", hash = "sha256:00143c941b30f2d5001b58f8caada826aaa4dce94b8ae4192730e5c34165fa8c" },
{ url = "https://download.pytorch.org/whl/cu121/torchvision-0.20.1%2Bcu121-cp312-cp312-linux_x86_64.whl", hash = "sha256:48cf3a716f70370ed5dcb656e7497415ef37860b07e67ea4b1ef8598efe28445" },
{ url = "https://download.pytorch.org/whl/cu121/torchvision-0.20.1%2Bcu121-cp312-cp312-win_amd64.whl", hash = "sha256:12b764936fc3fde29d7165adc7c721e491fa75c7a498c9fbaa08757b5fe59fe7" },
]
[[package]]
name = "tornado"
version = "6.4.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/45/a0daf161f7d6f36c3ea5fc0c2de619746cc3dd4c76402e9db545bd920f63/tornado-6.4.2.tar.gz", hash = "sha256:92bad5b4746e9879fd7bf1eb21dce4e3fc5128d71601f80005afa39237ad620b", size = 501135 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/7e/71f604d8cea1b58f82ba3590290b66da1e72d840aeb37e0d5f7291bd30db/tornado-6.4.2-cp38-abi3-macosx_10_9_universal2.whl", hash = "sha256:e828cce1123e9e44ae2a50a9de3055497ab1d0aeb440c5ac23064d9e44880da1", size = 436299 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/44/87543a3b99016d0bf54fdaab30d24bf0af2e848f1d13d34a3a5380aabe16/tornado-6.4.2-cp38-abi3-macosx_10_9_x86_64.whl", hash = "sha256:072ce12ada169c5b00b7d92a99ba089447ccc993ea2143c9ede887e0937aa803", size = 434253 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/fb/fdf679b4ce51bcb7210801ef4f11fdac96e9885daa402861751353beea6e/tornado-6.4.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1a017d239bd1bb0919f72af256a970624241f070496635784d9bf0db640d3fec", size = 437602 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/3b/e31aeffffc22b475a64dbeb273026a21b5b566f74dee48742817626c47dc/tornado-6.4.2-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c36e62ce8f63409301537222faffcef7dfc5284f27eec227389f2ad11b09d946", size = 436972 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/55/b78a464de78051a30599ceb6983b01d8f732e6f69bf37b4ed07f642ac0fc/tornado-6.4.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bca9eb02196e789c9cb5c3c7c0f04fb447dc2adffd95265b2c7223a8a615ccbf", size = 437173 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/5e/be4fb0d1684eb822c9a62fb18a3e44a06188f78aa466b2ad991d2ee31104/tornado-6.4.2-cp38-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:304463bd0772442ff4d0f5149c6f1c2135a1fae045adf070821c6cdc76980634", size = 437892 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/33/4f91fdd94ea36e1d796147003b490fe60a0215ac5737b6f9c65e160d4fe0/tornado-6.4.2-cp38-abi3-musllinux_1_2_i686.whl", hash = "sha256:c82c46813ba483a385ab2a99caeaedf92585a1f90defb5693351fa7e4ea0bf73", size = 437334 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/ae/c1b22d4524b0e10da2f29a176fb2890386f7bd1f63aacf186444873a88a0/tornado-6.4.2-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:932d195ca9015956fa502c6b56af9eb06106140d844a335590c1ec7f5277d10c", size = 437261 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/25/36dbd49ab6d179bcfc4c6c093a51795a4f3bed380543a8242ac3517a1751/tornado-6.4.2-cp38-abi3-win32.whl", hash = "sha256:2876cef82e6c5978fde1e0d5b1f919d756968d5b4282418f3146b79b58556482", size = 438463 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/cc/58b1adeb1bb46228442081e746fcdbc4540905c87e8add7c277540934edb/tornado-6.4.2-cp38-abi3-win_amd64.whl", hash = "sha256:908b71bf3ff37d81073356a5fadcc660eb10c1476ee6e2725588626ce7e5ca38", size = 438907 },
]
[[package]]
name = "tqdm"
version = "4.67.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/4b/29b4ef32e036bb34e4ab51796dd745cdba7ed47ad142a9f4a1eb8e0c744d/tqdm-4.67.1.tar.gz", hash = "sha256:f8aef9c52c08c13a65f30ea34f4e5aac3fd1a34959879d7e59e63027286627f2", size = 169737 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d0/30/dc54f88dd4a2b5dc8a0279bdd7270e735851848b762aeb1c1184ed1f6b14/tqdm-4.67.1-py3-none-any.whl", hash = "sha256:26445eca388f82e72884e0d580d5464cd801a3ea01e63e5601bdff9ba6a48de2", size = 78540 },
]
[[package]]
name = "traitlets"
version = "5.14.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/79/72064e6a701c2183016abbbfedaba506d81e30e232a68c9f0d6f6fcd1574/traitlets-5.14.3.tar.gz", hash = "sha256:9ed0579d3502c94b4b3732ac120375cda96f923114522847de4b3bb98b96b6b7", size = 161621 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/c0/8f5d070730d7836adc9c9b6408dec68c6ced86b304a9b26a14df072a6e8c/traitlets-5.14.3-py3-none-any.whl", hash = "sha256:b74e89e397b1ed28cc831db7aea759ba6640cb3de13090ca145426688ff1ac4f", size = 85359 },
]
[[package]]
name = "transformers"
version = "4.48.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation == 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and platform_python_implementation != 'PyPy' and sys_platform == 'darwin'",
"python_full_version >= '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine == 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version == '3.11.*' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version < '3.11' and platform_machine != 'x86_64' and sys_platform == 'darwin'",
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "filelock", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "huggingface-hub", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "numpy", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "packaging", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyyaml", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "regex", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "requests", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "safetensors", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tokenizers", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tqdm", marker = "sys_platform != 'linux' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/71/93a6331682d6f15adf7d646956db0c43e5f1759bbbd05f2ef53029bae107/transformers-4.48.0.tar.gz", hash = "sha256:03fdfcbfb8b0367fb6c9fbe9d1c9aa54dfd847618be9b52400b2811d22799cb1", size = 8372101 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/d6/a69764e89fc5c2c957aa473881527c8c35521108d553df703e9ba703daeb/transformers-4.48.0-py3-none-any.whl", hash = "sha256:6d3de6d71cb5f2a10f9775ccc17abce9620195caaf32ec96542bd2a6937f25b0", size = 9673380 },
]
[[package]]
name = "transformers"
version = "4.48.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
resolution-markers = [
"python_full_version >= '3.12.4' and sys_platform == 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform == 'win32'",
"python_full_version == '3.11.*' and sys_platform == 'win32'",
"python_full_version < '3.11' and sys_platform == 'win32'",
"python_full_version >= '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine == 'aarch64' and sys_platform == 'linux'",
"python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux'",
"python_full_version >= '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform == 'win32'",
"python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux' and sys_platform != 'win32'",
"(python_full_version >= '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12.4' and python_full_version < '3.13' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12.4' and python_full_version < '3.13' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version >= '3.12' and python_full_version < '3.12.4' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version >= '3.12' and python_full_version < '3.12.4' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version == '3.11.*' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version == '3.11.*' and sys_platform != 'darwin' and sys_platform != 'linux')",
"(python_full_version < '3.11' and platform_machine != 'aarch64' and sys_platform == 'linux') or (python_full_version < '3.11' and sys_platform != 'darwin' and sys_platform != 'linux')",
]
dependencies = [
{ name = "filelock", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "huggingface-hub", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "numpy", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "packaging", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyyaml", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "regex", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "requests", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "safetensors", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tokenizers", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tqdm", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/82/cebeb7af5e64440f1638f18c4ed0f89156d0eeaa6290d98da8ca93ac3872/transformers-4.48.3.tar.gz", hash = "sha256:a5e8f1e9a6430aa78215836be70cecd3f872d99eeda300f41ad6cc841724afdb", size = 8373458 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/1a/efeecb8d83705f2f4beac98d46f2148c95ecd7babfb31b5c0f1e7017e83d/transformers-4.48.3-py3-none-any.whl", hash = "sha256:78697f990f5ef350c23b46bf86d5081ce96b49479ab180b2de7687267de8fd36", size = 9669412 },
]
[[package]]
name = "triton"
version = "3.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "filelock" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/29/69aa56dc0b2eb2602b553881e34243475ea2afd9699be042316842788ff5/triton-3.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6b0dd10a925263abbe9fa37dcde67a5e9b2383fc269fdf59f5657cac38c5d1d8", size = 209460013 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/17/d9a5cf4fcf46291856d1e90762e36cbabd2a56c7265da0d1d9508c8e3943/triton-3.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0f34f6e7885d1bf0eaaf7ba875a5f0ce6f3c13ba98f9503651c1e6dc6757ed5c", size = 209506424 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/eb/65f5ba83c2a123f6498a3097746607e5b2f16add29e36765305e4ac7fdd8/triton-3.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c8182f42fd8080a7d39d666814fa36c5e30cc00ea7eeeb1a2983dbb4c99a0fdc", size = 209551444 },
]
[[package]]
name = "trove-classifiers"
version = "2025.1.10.15"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/1b/7bb619b31396d550022965673a0c284c914a0a4c68480f78097401e1b3e5/trove_classifiers-2025.1.10.15.tar.gz", hash = "sha256:be2c7d25e46cd39d5c7151acd389584df3919f61890f5f163c8ee2090ff71e7f", size = 16251 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/67/54/dcb9a4f9a8b3187f79a9f250cb457682a49ad536a02ac59ff4e1edbc9eeb/trove_classifiers-2025.1.10.15-py3-none-any.whl", hash = "sha256:9824eb16f7df1b1cc1c217c52ce56c76869d6263da2067f8eadc45122a731cfc", size = 13607 },
]
[[package]]
name = "twine"
version = "6.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "keyring", marker = "(platform_machine != 'ppc64le' and platform_machine != 's390x') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'ppc64le' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 's390x' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "packaging" },
{ name = "pkginfo" },
{ name = "readme-renderer" },
{ name = "requests" },
{ name = "requests-toolbelt" },
{ name = "rfc3986" },
{ name = "rich" },
{ name = "urllib3" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/2c/33/88b80116504b61759fa2db05e13f2296b0d2e73568f5e731d020c13843b8/twine-6.0.1.tar.gz", hash = "sha256:36158b09df5406e1c9c1fb8edb24fc2be387709443e7376689b938531582ee27", size = 227175 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/df/dda5f85131ecc0d31e10f6dc6be98440ef9f685947917b86f462eed6864b/twine-6.0.1-py3-none-any.whl", hash = "sha256:9c6025b203b51521d53e200f4a08b116dee7500a38591668c6a6033117bdc218", size = 39398 },
]
[[package]]
name = "typeguard"
version = "4.4.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/c3/400917dd37d7b8c07e9723f3046818530423e1e759a56a22133362adab00/typeguard-4.4.1.tar.gz", hash = "sha256:0d22a89d00b453b47c49875f42b6601b961757541a2e1e0ef517b6e24213c21b", size = 74959 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/53/9465dedf2d69fe26008e7732cf6e0a385e387c240869e7d54eed49782a3c/typeguard-4.4.1-py3-none-any.whl", hash = "sha256:9324ec07a27ec67fc54a9c063020ca4c0ae6abad5e9f0f9804ca59aee68c6e21", size = 35635 },
]
[[package]]
name = "typer"
version = "0.9.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "click" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/7d/b1e0399aa5e27071f0042784681d28417f3e526c61f62c8e3635ee5ad334/typer-0.9.4.tar.gz", hash = "sha256:f714c2d90afae3a7929fcd72a3abb08df305e1ff61719381384211c4070af57f", size = 276061 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/39/82c9d3e10979851847361d922a373bdfef4091020da7f893acfaf07c0225/typer-0.9.4-py3-none-any.whl", hash = "sha256:aa6c4a4e2329d868b80ecbaf16f807f2b54e192209d7ac9dd42691d63f7a54eb", size = 45973 },
]
[[package]]
name = "types-python-dateutil"
version = "2.9.0.20241206"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/60/47d92293d9bc521cd2301e423a358abfac0ad409b3a1606d8fbae1321961/types_python_dateutil-2.9.0.20241206.tar.gz", hash = "sha256:18f493414c26ffba692a72369fea7a154c502646301ebfe3d56a04b3767284cb", size = 13802 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/b3/ca41df24db5eb99b00d97f89d7674a90cb6b3134c52fb8121b6d8d30f15c/types_python_dateutil-2.9.0.20241206-py3-none-any.whl", hash = "sha256:e248a4bc70a486d3e3ec84d0dc30eec3a5f979d6e7ee4123ae043eedbb987f53", size = 14384 },
]
[[package]]
name = "typing-extensions"
version = "4.12.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/db/f35a00659bc03fec321ba8bce9420de607a1d37f8342eee1863174c69557/typing_extensions-4.12.2.tar.gz", hash = "sha256:1a7ead55c7e559dd4dee8856e3a88b41225abfe1ce8df57b7c13915fe121ffb8", size = 85321 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/9f/ad63fc0248c5379346306f8668cda6e2e2e9c95e01216d2b8ffd9ff037d0/typing_extensions-4.12.2-py3-none-any.whl", hash = "sha256:04e5ca0351e0f3f85c6853954072df659d0d13fac324d0072316b67d7794700d", size = 37438 },
]
[[package]]
name = "typing-inspect"
version = "0.9.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "mypy-extensions" },
{ name = "typing-extensions" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/dc/74/1789779d91f1961fa9438e9a8710cdae6bd138c80d7303996933d117264a/typing_inspect-0.9.0.tar.gz", hash = "sha256:b23fc42ff6f6ef6954e4852c1fb512cdd18dbea03134f91f856a95ccc9461f78" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/f3/107a22063bf27bdccf2024833d3445f4eea42b2e598abfbd46f6a63b6cb0/typing_inspect-0.9.0-py3-none-any.whl", hash = "sha256:9ee6fc59062311ef8547596ab6b955e1b8aa46242d854bfc78f4f6b0eff35f9f" },
]
[[package]]
name = "tzdata"
version = "2024.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/34/943888654477a574a86a98e9896bae89c7aa15078ec29f490fef2f1e5384/tzdata-2024.2.tar.gz", hash = "sha256:7d85cc416e9382e69095b7bdf4afd9e3880418a2413feec7069d533d6b4e31cc", size = 193282 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/ab/7e5f53c3b9d14972843a647d8d7a853969a58aecc7559cb3267302c94774/tzdata-2024.2-py2.py3-none-any.whl", hash = "sha256:a48093786cdcde33cad18c2555e8532f34422074448fbc874186f0abd79565cd", size = 346586 },
]
[[package]]
name = "ujson"
version = "5.10.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/00/3110fd566786bfa542adb7932d62035e0c0ef662a8ff6544b6643b3d6fd7/ujson-5.10.0.tar.gz", hash = "sha256:b3cd8f3c5d8c7738257f1018880444f7b7d9b66232c64649f562d7ba86ad4bc1", size = 7154885 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/91/91678e49a9194f527e60115db84368c237ac7824992224fac47dcb23a5c6/ujson-5.10.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:2601aa9ecdbee1118a1c2065323bda35e2c5a2cf0797ef4522d485f9d3ef65bd", size = 55354 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/de/2f/1ed8c9b782fa4f44c26c1c4ec686d728a4865479da5712955daeef0b2e7b/ujson-5.10.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:348898dd702fc1c4f1051bc3aacbf894caa0927fe2c53e68679c073375f732cf", size = 51808 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/bf/a3a38b2912288143e8e613c6c4c3f798b5e4e98c542deabf94c60237235f/ujson-5.10.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:22cffecf73391e8abd65ef5f4e4dd523162a3399d5e84faa6aebbf9583df86d6", size = 51995 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/6d/0df8f7a6f1944ba619d93025ce468c9252aa10799d7140e07014dfc1a16c/ujson-5.10.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:26b0e2d2366543c1bb4fbd457446f00b0187a2bddf93148ac2da07a53fe51569", size = 53566 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/ec/370741e5e30d5f7dc7f31a478d5bec7537ce6bfb7f85e72acefbe09aa2b2/ujson-5.10.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:caf270c6dba1be7a41125cd1e4fc7ba384bf564650beef0df2dd21a00b7f5770", size = 58499 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/29/72b33a88f7fae3c398f9ba3e74dc2e5875989b25f1c1f75489c048a2cf4e/ujson-5.10.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:a245d59f2ffe750446292b0094244df163c3dc96b3ce152a2c837a44e7cda9d1", size = 997881 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/5c/808fbf21470e7045d56a282cf5e85a0450eacdb347d871d4eb404270ee17/ujson-5.10.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:94a87f6e151c5f483d7d54ceef83b45d3a9cca7a9cb453dbdbb3f5a6f64033f5", size = 1140631 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/6a/e1e8281408e6270d6ecf2375af14d9e2f41c402ab6b161ecfa87a9727777/ujson-5.10.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:29b443c4c0a113bcbb792c88bea67b675c7ca3ca80c3474784e08bba01c18d51", size = 1043511 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cb/ca/e319acbe4863919ec62498bc1325309f5c14a3280318dca10fe1db3cb393/ujson-5.10.0-cp310-cp310-win32.whl", hash = "sha256:c18610b9ccd2874950faf474692deee4223a994251bc0a083c114671b64e6518", size = 38626 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/ec/dc96ca379de33f73b758d72e821ee4f129ccc32221f4eb3f089ff78d8370/ujson-5.10.0-cp310-cp310-win_amd64.whl", hash = "sha256:924f7318c31874d6bb44d9ee1900167ca32aa9b69389b98ecbde34c1698a250f", size = 42076 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/ec/3c551ecfe048bcb3948725251fb0214b5844a12aa60bee08d78315bb1c39/ujson-5.10.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a5b366812c90e69d0f379a53648be10a5db38f9d4ad212b60af00bd4048d0f00", size = 55353 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/9f/4731ef0671a0653e9f5ba18db7c4596d8ecbf80c7922dd5fe4150f1aea76/ujson-5.10.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:502bf475781e8167f0f9d0e41cd32879d120a524b22358e7f205294224c71126", size = 51813 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/2b/44d6b9c1688330bf011f9abfdb08911a9dc74f76926dde74e718d87600da/ujson-5.10.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5b91b5d0d9d283e085e821651184a647699430705b15bf274c7896f23fe9c9d8", size = 51988 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/45/f5f5667427c1ec3383478092a414063ddd0dfbebbcc533538fe37068a0a3/ujson-5.10.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:129e39af3a6d85b9c26d5577169c21d53821d8cf68e079060602e861c6e5da1b", size = 53561 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/21/a0c265cda4dd225ec1be595f844661732c13560ad06378760036fc622587/ujson-5.10.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f77b74475c462cb8b88680471193064d3e715c7c6074b1c8c412cb526466efe9", size = 58497 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/28/36/8fde862094fd2342ccc427a6a8584fed294055fdee341661c78660f7aef3/ujson-5.10.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:7ec0ca8c415e81aa4123501fee7f761abf4b7f386aad348501a26940beb1860f", size = 997877 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/37/9208e40d53baa6da9b6a1c719e0670c3f474c8fc7cc2f1e939ec21c1bc93/ujson-5.10.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:ab13a2a9e0b2865a6c6db9271f4b46af1c7476bfd51af1f64585e919b7c07fd4", size = 1140632 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/89/d5/2626c87c59802863d44d19e35ad16b7e658e4ac190b0dead17ff25460b4c/ujson-5.10.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:57aaf98b92d72fc70886b5a0e1a1ca52c2320377360341715dd3933a18e827b1", size = 1043513 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/ee/03662ce9b3f16855770f0d70f10f0978ba6210805aa310c4eebe66d36476/ujson-5.10.0-cp311-cp311-win32.whl", hash = "sha256:2987713a490ceb27edff77fb184ed09acdc565db700ee852823c3dc3cffe455f", size = 38616 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/20/952dbed5895835ea0b82e81a7be4ebb83f93b079d4d1ead93fcddb3075af/ujson-5.10.0-cp311-cp311-win_amd64.whl", hash = "sha256:f00ea7e00447918ee0eff2422c4add4c5752b1b60e88fcb3c067d4a21049a720", size = 42071 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/a6/fd3f8bbd80842267e2d06c3583279555e8354c5986c952385199d57a5b6c/ujson-5.10.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:98ba15d8cbc481ce55695beee9f063189dce91a4b08bc1d03e7f0152cd4bbdd5", size = 55642 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/47/dd03fd2b5ae727e16d5d18919b383959c6d269c7b948a380fdd879518640/ujson-5.10.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:a9d2edbf1556e4f56e50fab7d8ff993dbad7f54bac68eacdd27a8f55f433578e", size = 51807 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/23/079a4cc6fd7e2655a473ed9e776ddbb7144e27f04e8fc484a0fb45fe6f71/ujson-5.10.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6627029ae4f52d0e1a2451768c2c37c0c814ffc04f796eb36244cf16b8e57043", size = 51972 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/81/668707e5f2177791869b624be4c06fb2473bf97ee33296b18d1cf3092af7/ujson-5.10.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f8ccb77b3e40b151e20519c6ae6d89bfe3f4c14e8e210d910287f778368bb3d1", size = 53686 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/50/056d518a386d80aaf4505ccf3cee1c40d312a46901ed494d5711dd939bc3/ujson-5.10.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f3caf9cd64abfeb11a3b661329085c5e167abbe15256b3b68cb5d914ba7396f3", size = 58591 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/d6/aeaf3e2d6fb1f4cfb6bf25f454d60490ed8146ddc0600fae44bfe7eb5a72/ujson-5.10.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6e32abdce572e3a8c3d02c886c704a38a1b015a1fb858004e03d20ca7cecbb21", size = 997853 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/d5/1f2a5d2699f447f7d990334ca96e90065ea7f99b142ce96e85f26d7e78e2/ujson-5.10.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:a65b6af4d903103ee7b6f4f5b85f1bfd0c90ba4eeac6421aae436c9988aa64a2", size = 1140689 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/2c/6990f4ccb41ed93744aaaa3786394bca0875503f97690622f3cafc0adfde/ujson-5.10.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:604a046d966457b6cdcacc5aa2ec5314f0e8c42bae52842c1e6fa02ea4bda42e", size = 1043576 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/f5/a2368463dbb09fbdbf6a696062d0c0f62e4ae6fa65f38f829611da2e8fdd/ujson-5.10.0-cp312-cp312-win32.whl", hash = "sha256:6dea1c8b4fc921bf78a8ff00bbd2bfe166345f5536c510671bccececb187c80e", size = 38764 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/2d/691f741ffd72b6c84438a93749ac57bf1a3f217ac4b0ea4fd0e96119e118/ujson-5.10.0-cp312-cp312-win_amd64.whl", hash = "sha256:38665e7d8290188b1e0d57d584eb8110951a9591363316dd41cf8686ab1d0abc", size = 42211 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/69/b3e3f924bb0e8820bb46671979770c5be6a7d51c77a66324cdb09f1acddb/ujson-5.10.0-cp313-cp313-macosx_10_9_x86_64.whl", hash = "sha256:618efd84dc1acbd6bff8eaa736bb6c074bfa8b8a98f55b61c38d4ca2c1f7f287", size = 55646 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/32/8a/9b748eb543c6cabc54ebeaa1f28035b1bd09c0800235b08e85990734c41e/ujson-5.10.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:38d5d36b4aedfe81dfe251f76c0467399d575d1395a1755de391e58985ab1c2e", size = 51806 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/50/4b53ea234413b710a18b305f465b328e306ba9592e13a791a6a6b378869b/ujson-5.10.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:67079b1f9fb29ed9a2914acf4ef6c02844b3153913eb735d4bf287ee1db6e557", size = 51975 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/9d/8061934f960cdb6dd55f0b3ceeff207fcc48c64f58b43403777ad5623d9e/ujson-5.10.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d7d0e0ceeb8fe2468c70ec0c37b439dd554e2aa539a8a56365fd761edb418988", size = 53693 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/be/7bfa84b28519ddbb67efc8410765ca7da55e6b93aba84d97764cd5794dbc/ujson-5.10.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:59e02cd37bc7c44d587a0ba45347cc815fb7a5fe48de16bf05caa5f7d0d2e816", size = 58594 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/eb/85d465abafb2c69d9699cfa5520e6e96561db787d36c677370e066c7e2e7/ujson-5.10.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:2a890b706b64e0065f02577bf6d8ca3b66c11a5e81fb75d757233a38c07a1f20", size = 997853 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/76/2a63409fc05d34dd7d929357b7a45e3a2c96f22b4225cd74becd2ba6c4cb/ujson-5.10.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:621e34b4632c740ecb491efc7f1fcb4f74b48ddb55e65221995e74e2d00bbff0", size = 1140694 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/ed/582c4daba0f3e1688d923b5cb914ada1f9defa702df38a1916c899f7c4d1/ujson-5.10.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:b9500e61fce0cfc86168b248104e954fead61f9be213087153d272e817ec7b4f", size = 1043580 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/0c/9837fece153051e19c7bade9f88f9b409e026b9525927824cdf16293b43b/ujson-5.10.0-cp313-cp313-win32.whl", hash = "sha256:4c4fc16f11ac1612f05b6f5781b384716719547e142cfd67b65d035bd85af165", size = 38766 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/72/6cb6728e2738c05bbe9bd522d6fc79f86b9a28402f38663e85a28fddd4a0/ujson-5.10.0-cp313-cp313-win_amd64.whl", hash = "sha256:4573fd1695932d4f619928fd09d5d03d917274381649ade4328091ceca175539", size = 42212 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/53/e5f5e733fc3525e65f36f533b0dbece5e5e2730b760e9beacf7e3d9d8b26/ujson-5.10.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl", hash = "sha256:5b6fee72fa77dc172a28f21693f64d93166534c263adb3f96c413ccc85ef6e64", size = 51846 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/1f/f7bc02a54ea7b47f3dc2d125a106408f18b0f47b14fc737f0913483ae82b/ujson-5.10.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:61d0af13a9af01d9f26d2331ce49bb5ac1fb9c814964018ac8df605b5422dcb3", size = 48103 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/3a/d3921b6f29bc744d8d6c56db5f8bbcbe55115fd0f2b79c3c43ff292cc7c9/ujson-5.10.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:ecb24f0bdd899d368b715c9e6664166cf694d1e57be73f17759573a6986dd95a", size = 47257 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/04/f4e3883204b786717038064afd537389ba7d31a72b437c1372297cb651ea/ujson-5.10.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fbd8fd427f57a03cff3ad6574b5e299131585d9727c8c366da4624a9069ed746", size = 48468 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/cd/9c6547169eb01a22b04cbb638804ccaeb3c2ec2afc12303464e0f9b2ee5a/ujson-5.10.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:beeaf1c48e32f07d8820c705ff8e645f8afa690cca1544adba4ebfa067efdc88", size = 54266 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/bf/ecd14d3cf6127f8a990b01f0ad20e257f5619a555f47d707c57d39934894/ujson-5.10.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:baed37ea46d756aca2955e99525cc02d9181de67f25515c468856c38d52b5f3b", size = 42224 },
]
[[package]]
name = "uri-template"
version = "1.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/c7/0336f2bd0bcbada6ccef7aaa25e443c118a704f828a0620c6fa0207c1b64/uri-template-1.3.0.tar.gz", hash = "sha256:0e00f8eb65e18c7de20d595a14336e9f337ead580c70934141624b6d1ffdacc7" }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/00/3fca040d7cf8a32776d3d81a00c8ee7457e00f80c649f1e4a863c8321ae9/uri_template-1.3.0-py3-none-any.whl", hash = "sha256:a44a133ea12d44a0c0f06d7d42a52d71282e77e2f937d8abd5655b8d56fc1363" },
]
[[package]]
name = "urllib3"
version = "2.3.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/63/e53da845320b757bf29ef6a9062f5c669fe997973f966045cb019c3f4b66/urllib3-2.3.0.tar.gz", hash = "sha256:f8c5449b3cf0861679ce7e0503c7b44b5ec981bec0d1d3795a07f1ba96f0204d", size = 307268 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/19/4ec628951a74043532ca2cf5d97b7b14863931476d117c471e8e2b1eb39f/urllib3-2.3.0-py3-none-any.whl", hash = "sha256:1cee9ad369867bfdbbb48b7dd50374c0967a0bb7710050facf0dd6911440e3df", size = 128369 },
]
[[package]]
name = "uvicorn"
version = "0.34.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "click" },
{ name = "h11" },
{ name = "typing-extensions", marker = "python_full_version < '3.11' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/4d/938bd85e5bf2edeec766267a5015ad969730bb91e31b44021dfe8b22df6c/uvicorn-0.34.0.tar.gz", hash = "sha256:404051050cd7e905de2c9a7e61790943440b3416f49cb409f965d9dcd0fa73e9", size = 76568 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/14/33a3a1352cfa71812a3a21e8c9bfb83f60b0011f5e36f2b1399d51928209/uvicorn-0.34.0-py3-none-any.whl", hash = "sha256:023dc038422502fa28a09c7a30bf2b6991512da7dcdb8fd35fe57cfc154126f4", size = 62315 },
]
[package.optional-dependencies]
standard = [
{ name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "httptools" },
{ name = "python-dotenv" },
{ name = "pyyaml" },
{ name = "uvloop", marker = "(platform_python_implementation != 'PyPy' and sys_platform != 'cygwin' and sys_platform != 'win32') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_python_implementation == 'PyPy' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'cygwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'win32' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "watchfiles" },
{ name = "websockets" },
]
[[package]]
name = "uvloop"
version = "0.21.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/c0/854216d09d33c543f12a44b393c402e89a920b1a0a7dc634c42de91b9cf6/uvloop-0.21.0.tar.gz", hash = "sha256:3bf12b0fda68447806a7ad847bfa591613177275d35b6724b1ee573faa3704e3", size = 2492741 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/76/44a55515e8c9505aa1420aebacf4dd82552e5e15691654894e90d0bd051a/uvloop-0.21.0-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:ec7e6b09a6fdded42403182ab6b832b71f4edaf7f37a9a0e371a01db5f0cb45f", size = 1442019 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/5a/62d5800358a78cc25c8a6c72ef8b10851bdb8cca22e14d9c74167b7f86da/uvloop-0.21.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:196274f2adb9689a289ad7d65700d37df0c0930fd8e4e743fa4834e850d7719d", size = 801898 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/96/63695e0ebd7da6c741ccd4489b5947394435e198a1382349c17b1146bb97/uvloop-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:f38b2e090258d051d68a5b14d1da7203a3c3677321cf32a95a6f4db4dd8b6f26", size = 3827735 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/e0/f0f8ec84979068ffae132c58c79af1de9cceeb664076beea86d941af1a30/uvloop-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:87c43e0f13022b998eb9b973b5e97200c8b90823454d4bc06ab33829e09fb9bb", size = 3825126 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/fe/5e94a977d058a54a19df95f12f7161ab6e323ad49f4dabc28822eb2df7ea/uvloop-0.21.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:10d66943def5fcb6e7b37310eb6b5639fd2ccbc38df1177262b0640c3ca68c1f", size = 3705789 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/dd/c7179618e46092a77e036650c1f056041a028a35c4d76945089fcfc38af8/uvloop-0.21.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:67dd654b8ca23aed0a8e99010b4c34aca62f4b7fce88f39d452ed7622c94845c", size = 3800523 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/a7/4cf0334105c1160dd6819f3297f8700fda7fc30ab4f61fbf3e725acbc7cc/uvloop-0.21.0-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:c0f3fa6200b3108919f8bdabb9a7f87f20e7097ea3c543754cabc7d717d95cf8", size = 1447410 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/7c/1517b0bbc2dbe784b563d6ab54f2ef88c890fdad77232c98ed490aa07132/uvloop-0.21.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:0878c2640cf341b269b7e128b1a5fed890adc4455513ca710d77d5e93aa6d6a0", size = 805476 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ee/ea/0bfae1aceb82a503f358d8d2fa126ca9dbdb2ba9c7866974faec1cb5875c/uvloop-0.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b9fb766bb57b7388745d8bcc53a359b116b8a04c83a2288069809d2b3466c37e", size = 3960855 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/ca/0864176a649838b838f36d44bf31c451597ab363b60dc9e09c9630619d41/uvloop-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8a375441696e2eda1c43c44ccb66e04d61ceeffcd76e4929e527b7fa401b90fb", size = 3973185 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/bf/08ad29979a936d63787ba47a540de2132169f140d54aa25bc8c3df3e67f4/uvloop-0.21.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:baa0e6291d91649c6ba4ed4b2f982f9fa165b5bbd50a9e203c416a2797bab3c6", size = 3820256 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/e2/5cf6ef37e3daf2f06e651aae5ea108ad30df3cb269102678b61ebf1fdf42/uvloop-0.21.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:4509360fcc4c3bd2c70d87573ad472de40c13387f5fda8cb58350a1d7475e58d", size = 3937323 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/4c/03f93178830dc7ce8b4cdee1d36770d2f5ebb6f3d37d354e061eefc73545/uvloop-0.21.0-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:359ec2c888397b9e592a889c4d72ba3d6befba8b2bb01743f72fffbde663b59c", size = 1471284 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/3e/92c03f4d05e50f09251bd8b2b2b584a2a7f8fe600008bcc4523337abe676/uvloop-0.21.0-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:f7089d2dc73179ce5ac255bdf37c236a9f914b264825fdaacaded6990a7fb4c2", size = 821349 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/ef/a02ec5da49909dbbfb1fd205a9a1ac4e88ea92dcae885e7c961847cd51e2/uvloop-0.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:baa4dcdbd9ae0a372f2167a207cd98c9f9a1ea1188a8a526431eef2f8116cc8d", size = 4580089 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/06/a7/b4e6a19925c900be9f98bec0a75e6e8f79bb53bdeb891916609ab3958967/uvloop-0.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:86975dca1c773a2c9864f4c52c5a55631038e387b47eaf56210f873887b6c8dc", size = 4693770 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/0c/f07435a18a4b94ce6bd0677d8319cd3de61f3a9eeb1e5f8ab4e8b5edfcb3/uvloop-0.21.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:461d9ae6660fbbafedd07559c6a2e57cd553b34b0065b6550685f6653a98c1cb", size = 4451321 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8f/eb/f7032be105877bcf924709c97b1bf3b90255b4ec251f9340cef912559f28/uvloop-0.21.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:183aef7c8730e54c9a3ee3227464daed66e37ba13040bb3f350bc2ddc040f22f", size = 4659022 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/8d/2cbef610ca21539f0f36e2b34da49302029e7c9f09acef0b1c3b5839412b/uvloop-0.21.0-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:bfd55dfcc2a512316e65f16e503e9e450cab148ef11df4e4e679b5e8253a5281", size = 1468123 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/93/0d/b0038d5a469f94ed8f2b2fce2434a18396d8fbfb5da85a0a9781ebbdec14/uvloop-0.21.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:787ae31ad8a2856fc4e7c095341cccc7209bd657d0e71ad0dc2ea83c4a6fa8af", size = 819325 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/94/0a687f39e78c4c1e02e3272c6b2ccdb4e0085fda3b8352fecd0410ccf915/uvloop-0.21.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:5ee4d4ef48036ff6e5cfffb09dd192c7a5027153948d85b8da7ff705065bacc6", size = 4582806 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/19/f5b78616566ea68edd42aacaf645adbf71fbd83fc52281fba555dc27e3f1/uvloop-0.21.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f3df876acd7ec037a3d005b3ab85a7e4110422e4d9c1571d4fc89b0fc41b6816", size = 4701068 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/47/57/66f061ee118f413cd22a656de622925097170b9380b30091b78ea0c6ea75/uvloop-0.21.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:bd53ecc9a0f3d87ab847503c2e1552b690362e005ab54e8a48ba97da3924c0dc", size = 4454428 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/63/9a/0962b05b308494e3202d3f794a6e85abe471fe3cafdbcf95c2e8c713aabd/uvloop-0.21.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a5c39f217ab3c663dc699c04cbd50c13813e31d917642d459fdcec07555cc553", size = 4660018 },
]
[[package]]
name = "validators"
version = "0.34.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/64/07/91582d69320f6f6daaf2d8072608a4ad8884683d4840e7e4f3a9dbdcc639/validators-0.34.0.tar.gz", hash = "sha256:647fe407b45af9a74d245b943b18e6a816acf4926974278f6dd617778e1e781f", size = 70955 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/78/36828a4d857b25896f9774c875714ba4e9b3bc8a92d2debe3f4df3a83d4f/validators-0.34.0-py3-none-any.whl", hash = "sha256:c804b476e3e6d3786fa07a30073a4ef694e617805eb1946ceee3fe5a9b8b1321", size = 43536 },
]
[[package]]
name = "vcrpy"
version = "5.1.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pyyaml" },
{ name = "wrapt" },
{ name = "yarl" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/ea/a166a3cce4ac5958ba9bbd9768acdb1ba38ae17ff7986da09fa5b9dbc633/vcrpy-5.1.0.tar.gz", hash = "sha256:bbf1532f2618a04f11bce2a99af3a9647a32c880957293ff91e0a5f187b6b3d2", size = 84576 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/5b/3f70bcb279ad30026cc4f1df0a0491a0205a24dddd88301f396c485de9e7/vcrpy-5.1.0-py2.py3-none-any.whl", hash = "sha256:605e7b7a63dcd940db1df3ab2697ca7faf0e835c0852882142bafb19649d599e", size = 41969 },
]
[[package]]
name = "vertica-python"
version = "1.4.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "python-dateutil" },
{ name = "six" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/29/25/a86f25e00bfeccf0cf22ac9a727d055d061d49e757dabadc37710f9b567c/vertica-python-1.4.0.tar.gz", hash = "sha256:542078ae2fedee694adedb04d81c6edc277b87ed7440302942107d86a0bcd445", size = 110416 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/7e/adc6a46263a48e0270b0bc6ddab60c6a70766103f37ec4591ef78f0221db/vertica_python-1.4.0-py3-none-any.whl", hash = "sha256:50fecd7687f4b0b9f6dee6e2b35c195af2a4f702ece01bd12e080b51756e000b", size = 191824 },
]
[[package]]
name = "virtualenv"
version = "20.28.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "distlib" },
{ name = "filelock" },
{ name = "platformdirs" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/50/39/689abee4adc85aad2af8174bb195a819d0be064bf55fcc73b49d2b28ae77/virtualenv-20.28.1.tar.gz", hash = "sha256:5d34ab240fdb5d21549b76f9e8ff3af28252f5499fb6d6f031adac4e5a8c5329", size = 7650532 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/51/8f/dfb257ca6b4e27cb990f1631142361e4712badab8e3ca8dc134d96111515/virtualenv-20.28.1-py3-none-any.whl", hash = "sha256:412773c85d4dab0409b83ec36f7a6499e72eaf08c80e81e9576bca61831c71cb", size = 4276719 },
]
[[package]]
name = "vllm"
version = "0.7.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "aiohttp", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "blake3", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "cloudpickle", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "compressed-tensors", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "depyf", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "einops", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "fastapi", version = "0.110.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "filelock", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "gguf", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "importlib-metadata", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "lark", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "lm-format-enforcer", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "mistral-common", extra = ["opencv"], marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "msgspec", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "numpy", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-ml-py", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "openai", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "outlines", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "partial-json-parser", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pillow", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "prometheus-client", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "prometheus-fastapi-instrumentator", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "protobuf", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "psutil", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "py-cpuinfo", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pydantic", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyyaml", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyzmq", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "ray", extra = ["default"], marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "requests", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "sentencepiece", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "setuptools", marker = "(python_full_version >= '3.12' and sys_platform != 'darwin') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "six", marker = "(python_full_version >= '3.12' and sys_platform != 'darwin') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tiktoken", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tokenizers", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tqdm", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "uvicorn", extra = ["standard"], marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "xformers", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "xgrammar", marker = "(platform_machine == 'x86_64' and sys_platform != 'darwin') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/1a/58ef1f5278d2039cdec4453c522c52f39b29b0ccbf7b8177d5766a99f8ec/vllm-0.7.2.tar.gz", hash = "sha256:bdeeda5624182e6a93895cbb7e20b6e88b04d22b8272d8a255741b28b36ae941", size = 5367612 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/c0/5b7f019aa798dedfb44c30971e9becf3c6a2db7dde311570178fa66c49c8/vllm-0.7.2-cp38-abi3-manylinux1_x86_64.whl", hash = "sha256:51fcb7d60149f75ec85d457fab6ccd88a2b1a6344c28aad46b0f8776b29e9d47", size = 264277381 },
]
[[package]]
name = "vllm-pascal"
version = "0.7.2"
source = { registry = "https://sasha0552.github.io/pascal-pkgs-ci/" }
dependencies = [
{ name = "aiohttp", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "blake3", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "cloudpickle", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "compressed-tensors", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "depyf", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "einops", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "fastapi", version = "0.110.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "filelock", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "gguf", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "importlib-metadata", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "lark", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "lm-format-enforcer", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "mistral-common", extra = ["opencv"], marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "msgspec", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "numpy", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "nvidia-ml-py", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "openai", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "outlines", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "partial-json-parser", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pillow", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "prometheus-client", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "prometheus-fastapi-instrumentator", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "protobuf", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "psutil", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "py-cpuinfo", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pydantic", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyyaml", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pyzmq", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "ray", extra = ["default"], marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "requests", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "sentencepiece", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "setuptools", marker = "(python_full_version >= '3.12' and sys_platform != 'darwin') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "six", marker = "(python_full_version >= '3.12' and sys_platform != 'darwin') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (python_full_version < '3.12' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tiktoken", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tokenizers", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchaudio", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine == 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torchvision", version = "0.20.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(sys_platform != 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tqdm", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "typing-extensions", marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "uvicorn", extra = ["standard"], marker = "sys_platform != 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "xformers", marker = "(platform_machine == 'x86_64' and sys_platform == 'linux') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "xgrammar", marker = "(platform_machine == 'x86_64' and sys_platform != 'darwin') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine != 'x86_64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://github.com/sasha0552/pascal-pkgs-ci/releases/download/wheels/vllm_pascal-0.7.2-cp38-abi3-linux_x86_64.whl" },
]
[[package]]
name = "wasabi"
version = "1.1.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "colorama", marker = "sys_platform == 'win32' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/f9/054e6e2f1071e963b5e746b48d1e3727470b2a490834d18ad92364929db3/wasabi-1.1.3.tar.gz", hash = "sha256:4bb3008f003809db0c3e28b4daf20906ea871a2bb43f9914197d540f4f2e0878", size = 30391 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/06/7c/34330a89da55610daa5f245ddce5aab81244321101614751e7537f125133/wasabi-1.1.3-py3-none-any.whl", hash = "sha256:f76e16e8f7e79f8c4c8be49b4024ac725713ab10cd7f19350ad18a8e3f71728c", size = 27880 },
]
[[package]]
name = "watchfiles"
version = "1.0.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "anyio" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/26/c705fc77d0a9ecdb9b66f1e2976d95b81df3cae518967431e7dbf9b5e219/watchfiles-1.0.4.tar.gz", hash = "sha256:6ba473efd11062d73e4f00c2b730255f9c1bdd73cd5f9fe5b5da8dbd4a717205", size = 94625 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/02/22fcaed0396730b0d362bc8d1ffb3be2658fd473eecbb2ba84243e157f11/watchfiles-1.0.4-cp310-cp310-macosx_10_12_x86_64.whl", hash = "sha256:ba5bb3073d9db37c64520681dd2650f8bd40902d991e7b4cfaeece3e32561d08", size = 395212 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/3d/ec5a2369a46edf3ebe092c39d9ae48e8cb6dacbde51c4b4f98936c524269/watchfiles-1.0.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9f25d0ba0fe2b6d2c921cf587b2bf4c451860086534f40c384329fb96e2044d1", size = 384815 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/b4/898991cececbe171e67142c31905510203649569d9817848f47c4177ee42/watchfiles-1.0.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:47eb32ef8c729dbc4f4273baece89398a4d4b5d21a1493efea77a17059f4df8a", size = 450680 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/f7/d4aa3000e812cfb5e5c2c6c0a3ec9d0a46a42489a8727edd160631c4e210/watchfiles-1.0.4-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:076f293100db3b0b634514aa0d294b941daa85fc777f9c698adb1009e5aca0b1", size = 455923 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/95/7e2e4c6aba1b02fb5c76d2f6a450b85215921ec5f8f7ad5efd075369563f/watchfiles-1.0.4-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1eacd91daeb5158c598fe22d7ce66d60878b6294a86477a4715154990394c9b3", size = 482339 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/67/4265b0fabcc2ef2c9e3e8802ba7908cf718a357ebfb49c72e53787156a48/watchfiles-1.0.4-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:13c2ce7b72026cfbca120d652f02c7750f33b4c9395d79c9790b27f014c8a5a2", size = 519908 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0d/96/b57802d5f8164bdf070befb4fd3dec4edba5a364ec0670965a97eb8098ce/watchfiles-1.0.4-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:90192cdc15ab7254caa7765a98132a5a41471cf739513cc9bcf7d2ffcc0ec7b2", size = 501410 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/18/6db0de4e8911ba14e31853201b40c0fa9fea5ecf3feb86b0ad58f006dfc3/watchfiles-1.0.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:278aaa395f405972e9f523bd786ed59dfb61e4b827856be46a42130605fd0899", size = 452876 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/df/092a961815edf723a38ba2638c49491365943919c3526cc9cf82c42786a6/watchfiles-1.0.4-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:a462490e75e466edbb9fc4cd679b62187153b3ba804868452ef0577ec958f5ff", size = 615353 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/cf/b85fe645de4ff82f3f436c5e9032379fce37c303f6396a18f9726cc34519/watchfiles-1.0.4-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:8d0d0630930f5cd5af929040e0778cf676a46775753e442a3f60511f2409f48f", size = 613187 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/d4/a9fea27aef4dd69689bc3556718c1157a7accb72aa035ece87c1fa8483b5/watchfiles-1.0.4-cp310-cp310-win32.whl", hash = "sha256:cc27a65069bcabac4552f34fd2dce923ce3fcde0721a16e4fb1b466d63ec831f", size = 270799 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/02/dbe9d4439f15dd4ad0720b6e039bde9d66d1f830331f34c18eb70fa6608e/watchfiles-1.0.4-cp310-cp310-win_amd64.whl", hash = "sha256:8b1f135238e75d075359cf506b27bf3f4ca12029c47d3e769d8593a2024ce161", size = 284145 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/bb/8461adc4b1fed009546fb797fc0d5698dcfe5e289cb37e1b8f16a93cdc30/watchfiles-1.0.4-cp311-cp311-macosx_10_12_x86_64.whl", hash = "sha256:2a9f93f8439639dc244c4d2902abe35b0279102bca7bbcf119af964f51d53c19", size = 394869 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/88/9ebf36b3547176d1709c320de78c1fa3263a46be31b5b1267571d9102686/watchfiles-1.0.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:9eea33ad8c418847dd296e61eb683cae1c63329b6d854aefcd412e12d94ee235", size = 384905 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/03/8a/04335ce23ef78d8c69f0913e8b20cf7d9233e3986543aeef95ef2d6e43d2/watchfiles-1.0.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:31f1a379c9dcbb3f09cf6be1b7e83b67c0e9faabed0471556d9438a4a4e14202", size = 449944 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/4e/c8d5dcd14fe637f4633616dabea8a4af0a10142dccf3b43e0f081ba81ab4/watchfiles-1.0.4-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ab594e75644421ae0a2484554832ca5895f8cab5ab62de30a1a57db460ce06c6", size = 456020 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/74/3e91e09e1861dd7fbb1190ce7bd786700dc0fbc2ccd33bb9fff5de039229/watchfiles-1.0.4-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fc2eb5d14a8e0d5df7b36288979176fbb39672d45184fc4b1c004d7c3ce29317", size = 482983 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/3d/e64de2d1ce4eb6a574fd78ce3a28c279da263be9ef3cfcab6f708df192f2/watchfiles-1.0.4-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:3f68d8e9d5a321163ddacebe97091000955a1b74cd43724e346056030b0bacee", size = 520320 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2c/bd/52235f7063b57240c66a991696ed27e2a18bd6fcec8a1ea5a040b70d0611/watchfiles-1.0.4-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f9ce064e81fe79faa925ff03b9f4c1a98b0bbb4a1b8c1b015afa93030cb21a49", size = 500988 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3a/b0/ff04194141a5fe650c150400dd9e42667916bc0f52426e2e174d779b8a74/watchfiles-1.0.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b77d5622ac5cc91d21ae9c2b284b5d5c51085a0bdb7b518dba263d0af006132c", size = 452573 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3d/9d/966164332c5a178444ae6d165082d4f351bd56afd9c3ec828eecbf190e6a/watchfiles-1.0.4-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:1941b4e39de9b38b868a69b911df5e89dc43767feeda667b40ae032522b9b5f1", size = 615114 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/df/f569ae4c1877f96ad4086c153a8eee5a19a3b519487bf5c9454a3438c341/watchfiles-1.0.4-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:4f8c4998506241dedf59613082d1c18b836e26ef2a4caecad0ec41e2a15e4226", size = 613076 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/15/ae/8ce5f29e65d5fa5790e3c80c289819c55e12be2e1b9f5b6a0e55e169b97d/watchfiles-1.0.4-cp311-cp311-win32.whl", hash = "sha256:4ebbeca9360c830766b9f0df3640b791be569d988f4be6c06d6fae41f187f105", size = 271013 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a4/c6/79dc4a7c598a978e5fafa135090aaf7bbb03b8dec7bada437dfbe578e7ed/watchfiles-1.0.4-cp311-cp311-win_amd64.whl", hash = "sha256:05d341c71f3d7098920f8551d4df47f7b57ac5b8dad56558064c3431bdfc0b74", size = 284229 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/37/3d/928633723211753f3500bfb138434f080363b87a1b08ca188b1ce54d1e05/watchfiles-1.0.4-cp311-cp311-win_arm64.whl", hash = "sha256:32b026a6ab64245b584acf4931fe21842374da82372d5c039cba6bf99ef722f3", size = 276824 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/1a/8f4d9a1461709756ace48c98f07772bc6d4519b1e48b5fa24a4061216256/watchfiles-1.0.4-cp312-cp312-macosx_10_12_x86_64.whl", hash = "sha256:229e6ec880eca20e0ba2f7e2249c85bae1999d330161f45c78d160832e026ee2", size = 391345 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/d2/6750b7b3527b1cdaa33731438432e7238a6c6c40a9924049e4cebfa40805/watchfiles-1.0.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:5717021b199e8353782dce03bd8a8f64438832b84e2885c4a645f9723bf656d9", size = 381515 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/17/80500e42363deef1e4b4818729ed939aaddc56f82f4e72b2508729dd3c6b/watchfiles-1.0.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0799ae68dfa95136dde7c472525700bd48777875a4abb2ee454e3ab18e9fc712", size = 449767 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/10/37/1427fa4cfa09adbe04b1e97bced19a29a3462cc64c78630787b613a23f18/watchfiles-1.0.4-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:43b168bba889886b62edb0397cab5b6490ffb656ee2fcb22dec8bfeb371a9e12", size = 455677 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c5/7a/39e9397f3a19cb549a7d380412fd9e507d4854eddc0700bfad10ef6d4dba/watchfiles-1.0.4-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:fb2c46e275fbb9f0c92e7654b231543c7bbfa1df07cdc4b99fa73bedfde5c844", size = 482219 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/2d/7113931a77e2ea4436cad0c1690c09a40a7f31d366f79c6f0a5bc7a4f6d5/watchfiles-1.0.4-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:857f5fc3aa027ff5e57047da93f96e908a35fe602d24f5e5d8ce64bf1f2fc733", size = 518830 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f9/1b/50733b1980fa81ef3c70388a546481ae5fa4c2080040100cd7bf3bf7b321/watchfiles-1.0.4-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:55ccfd27c497b228581e2838d4386301227fc0cb47f5a12923ec2fe4f97b95af", size = 497997 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/b4/9396cc61b948ef18943e7c85ecfa64cf940c88977d882da57147f62b34b1/watchfiles-1.0.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5c11ea22304d17d4385067588123658e9f23159225a27b983f343fcffc3e796a", size = 452249 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/69/0c65a5a29e057ad0dc691c2fa6c23b2983c7dabaa190ba553b29ac84c3cc/watchfiles-1.0.4-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:74cb3ca19a740be4caa18f238298b9d472c850f7b2ed89f396c00a4c97e2d9ff", size = 614412 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7f/b9/319fcba6eba5fad34327d7ce16a6b163b39741016b1996f4a3c96b8dd0e1/watchfiles-1.0.4-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:c7cce76c138a91e720d1df54014a047e680b652336e1b73b8e3ff3158e05061e", size = 611982 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/47/143c92418e30cb9348a4387bfa149c8e0e404a7c5b0585d46d2f7031b4b9/watchfiles-1.0.4-cp312-cp312-win32.whl", hash = "sha256:b045c800d55bc7e2cadd47f45a97c7b29f70f08a7c2fa13241905010a5493f94", size = 271822 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/94/b0165481bff99a64b29e46e07ac2e0df9f7a957ef13bec4ceab8515f44e3/watchfiles-1.0.4-cp312-cp312-win_amd64.whl", hash = "sha256:c2acfa49dd0ad0bf2a9c0bb9a985af02e89345a7189be1efc6baa085e0f72d7c", size = 285441 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/de/09fe56317d582742d7ca8c2ca7b52a85927ebb50678d9b0fa8194658f536/watchfiles-1.0.4-cp312-cp312-win_arm64.whl", hash = "sha256:22bb55a7c9e564e763ea06c7acea24fc5d2ee5dfc5dafc5cfbedfe58505e9f90", size = 277141 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/98/f03efabec64b5b1fa58c0daab25c68ef815b0f320e54adcacd0d6847c339/watchfiles-1.0.4-cp313-cp313-macosx_10_12_x86_64.whl", hash = "sha256:8012bd820c380c3d3db8435e8cf7592260257b378b649154a7948a663b5f84e9", size = 390954 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/09/4dd49ba0a32a45813debe5fb3897955541351ee8142f586303b271a02b40/watchfiles-1.0.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:aa216f87594f951c17511efe5912808dfcc4befa464ab17c98d387830ce07b60", size = 381133 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/59/5aa6fc93553cd8d8ee75c6247763d77c02631aed21551a97d94998bf1dae/watchfiles-1.0.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:62c9953cf85529c05b24705639ffa390f78c26449e15ec34d5339e8108c7c407", size = 449516 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4c/aa/df4b6fe14b6317290b91335b23c96b488d365d65549587434817e06895ea/watchfiles-1.0.4-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:7cf684aa9bba4cd95ecb62c822a56de54e3ae0598c1a7f2065d51e24637a3c5d", size = 454820 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/71/185f8672f1094ce48af33252c73e39b48be93b761273872d9312087245f6/watchfiles-1.0.4-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f44a39aee3cbb9b825285ff979ab887a25c5d336e5ec3574f1506a4671556a8d", size = 481550 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/d7/50ebba2c426ef1a5cb17f02158222911a2e005d401caf5d911bfca58f4c4/watchfiles-1.0.4-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:a38320582736922be8c865d46520c043bff350956dfc9fbaee3b2df4e1740a4b", size = 518647 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/7a/4c009342e393c545d68987e8010b937f72f47937731225b2b29b7231428f/watchfiles-1.0.4-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:39f4914548b818540ef21fd22447a63e7be6e24b43a70f7642d21f1e73371590", size = 497547 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/7c/1cf50b35412d5c72d63b2bf9a4fffee2e1549a245924960dd087eb6a6de4/watchfiles-1.0.4-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f12969a3765909cf5dc1e50b2436eb2c0e676a3c75773ab8cc3aa6175c16e902", size = 452179 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/a9/3db1410e1c1413735a9a472380e4f431ad9a9e81711cda2aaf02b7f62693/watchfiles-1.0.4-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:0986902677a1a5e6212d0c49b319aad9cc48da4bd967f86a11bde96ad9676ca1", size = 614125 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/e1/0025d365cf6248c4d1ee4c3d2e3d373bdd3f6aff78ba4298f97b4fad2740/watchfiles-1.0.4-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:308ac265c56f936636e3b0e3f59e059a40003c655228c131e1ad439957592303", size = 611911 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/55/035838277d8c98fc8c917ac9beeb0cd6c59d675dc2421df5f9fcf44a0070/watchfiles-1.0.4-cp313-cp313-win32.whl", hash = "sha256:aee397456a29b492c20fda2d8961e1ffb266223625346ace14e4b6d861ba9c80", size = 271152 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/e5/96b8e55271685ddbadc50ce8bc53aa2dff278fb7ac4c2e473df890def2dc/watchfiles-1.0.4-cp313-cp313-win_amd64.whl", hash = "sha256:d6097538b0ae5c1b88c3b55afa245a66793a8fec7ada6755322e465fb1a0e8cc", size = 285216 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/06/175d5ac6b838fb319008c0cd981d7bf289317c510154d411d3584ca2b67b/watchfiles-1.0.4-pp310-pypy310_pp73-macosx_10_12_x86_64.whl", hash = "sha256:cdcc92daeae268de1acf5b7befcd6cfffd9a047098199056c72e4623f531de18", size = 396269 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/ee/5db93b0b57dc0587abdbac4149296ee73275f615d790a82cb5598af0557f/watchfiles-1.0.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:d8d3d9203705b5797f0af7e7e5baa17c8588030aaadb7f6a86107b7247303817", size = 386010 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/61/fe0dc5fedf152bfc085a53711f740701f6bdb8ab6b5c950402b681d4858b/watchfiles-1.0.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:bdef5a1be32d0b07dcea3318a0be95d42c98ece24177820226b56276e06b63b0", size = 450913 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9f/dd/3c7731af3baf1a9957afc643d176f94480921a690ec3237c9f9d11301c08/watchfiles-1.0.4-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:342622287b5604ddf0ed2d085f3a589099c9ae8b7331df3ae9845571586c4f3d", size = 453474 },
]
[[package]]
name = "wcwidth"
version = "0.2.13"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/63/53559446a878410fc5a5974feb13d31d78d752eb18aeba59c7fef1af7598/wcwidth-0.2.13.tar.gz", hash = "sha256:72ea0c06399eb286d978fdedb6923a9eb47e1c486ce63e9b4e64fc18303972b5", size = 101301 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/84/fd2ba7aafacbad3c4201d395674fc6348826569da3c0937e75505ead3528/wcwidth-0.2.13-py2.py3-none-any.whl", hash = "sha256:3da69048e4540d84af32131829ff948f1e022c1c6bdb8d6102117aac784f6859", size = 34166 },
]
[[package]]
name = "weasel"
version = "0.3.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cloudpathlib" },
{ name = "confection" },
{ name = "packaging" },
{ name = "pydantic" },
{ name = "requests" },
{ name = "smart-open" },
{ name = "srsly" },
{ name = "typer" },
{ name = "wasabi" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a3/15/5be22cbde3fa1704da51951bb0b3dcdf33a7930449e156440e518df11391/weasel-0.3.4.tar.gz", hash = "sha256:eb16f92dc9f1a3ffa89c165e3a9acd28018ebb656e0da4da02c0d7d8ae3f6178", size = 38252 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d5/e5/b63b8e255d89ba4155972990d42523251d4d1368c4906c646597f63870e2/weasel-0.3.4-py3-none-any.whl", hash = "sha256:ee48a944f051d007201c2ea1661d0c41035028c5d5a8bcb29a0b10f1100206ae", size = 50108 },
]
[[package]]
name = "weaviate-client"
version = "4.10.2"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "authlib" },
{ name = "grpcio" },
{ name = "grpcio-health-checking" },
{ name = "grpcio-tools" },
{ name = "httpx" },
{ name = "pydantic" },
{ name = "validators" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/80/5e36a1923d0bc01a6151f1cfb1550da83efec340cded1c4f885615e09575/weaviate_client-4.10.2.tar.gz", hash = "sha256:fde5ad8e36604674d26b115288b58a7e182c91e36c2b41a00d18a36fe4ec7e3f", size = 587835 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/ca/9f2f1f27a05bfe90cb35a6dacaa547ad5a133211aeca7bb0021e2bbabb06/weaviate_client-4.10.2-py3-none-any.whl", hash = "sha256:e1706438aa7b57be5443bbdebff206cc6688110d1669d54c2721b3aa640b2c4c", size = 325368 },
]
[[package]]
name = "webcolors"
version = "24.11.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/29/061ec845fb58521848f3739e466efd8250b4b7b98c1b6c5bf4d40b419b7e/webcolors-24.11.1.tar.gz", hash = "sha256:ecb3d768f32202af770477b8b65f318fa4f566c22948673a977b00d589dd80f6", size = 45064 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/e8/c0e05e4684d13459f93d312077a9a2efbe04d59c393bc2b8802248c908d4/webcolors-24.11.1-py3-none-any.whl", hash = "sha256:515291393b4cdf0eb19c155749a096f779f7d909f7cceea072791cb9095b92e9", size = 14934 },
]
[[package]]
name = "webencodings"
version = "0.5.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923", size = 9721 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/24/2a3e3df732393fed8b3ebf2ec078f05546de641fe1b667ee316ec1dcf3b7/webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78", size = 11774 },
]
[[package]]
name = "websocket-client"
version = "1.8.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/e6/30/fba0d96b4b5fbf5948ed3f4681f7da2f9f64512e1d303f94b4cc174c24a5/websocket_client-1.8.0.tar.gz", hash = "sha256:3239df9f44da632f96012472805d40a23281a991027ce11d2f45a6f24ac4c3da", size = 54648 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/84/44687a29792a70e111c5c477230a72c4b957d88d16141199bf9acb7537a3/websocket_client-1.8.0-py3-none-any.whl", hash = "sha256:17b44cc997f5c498e809b22cdf2d9c7a9e71c02c8cc2b6c56e7c2d1239bfa526", size = 58826 },
]
[[package]]
name = "websockets"
version = "14.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/f4/1b/380b883ce05bb5f45a905b61790319a28958a9ab1e4b6b95ff5464b60ca1/websockets-14.1.tar.gz", hash = "sha256:398b10c77d471c0aab20a845e7a60076b6390bfdaac7a6d2edb0d2c59d75e8d8", size = 162840 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/91/b1b375dbd856fd5fff3f117de0e520542343ecaf4e8fc60f1ac1e9f5822c/websockets-14.1-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:a0adf84bc2e7c86e8a202537b4fd50e6f7f0e4a6b6bf64d7ccb96c4cd3330b29", size = 161950 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/8f/4d52f272d3ebcd35e1325c646e98936099a348374d4a6b83b524bded8116/websockets-14.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:90b5d9dfbb6d07a84ed3e696012610b6da074d97453bd01e0e30744b472c8179", size = 159601 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/b1/29e87b53eb1937992cdee094a0988aadc94f25cf0b37e90c75eed7123d75/websockets-14.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:2177ee3901075167f01c5e335a6685e71b162a54a89a56001f1c3e9e3d2ad250", size = 159854 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/e6/752a2f5e8321ae2a613062676c08ff2fccfb37dc837a2ee919178a372e8a/websockets-14.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3f14a96a0034a27f9d47fd9788913924c89612225878f8078bb9d55f859272b0", size = 168835 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/60/27/ca62de7877596926321b99071639275e94bb2401397130b7cf33dbf2106a/websockets-14.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1f874ba705deea77bcf64a9da42c1f5fc2466d8f14daf410bc7d4ceae0a9fcb0", size = 167844 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/db/f556a1d06635c680ef376be626c632e3f2bbdb1a0189d1d1bffb061c3b70/websockets-14.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9607b9a442392e690a57909c362811184ea429585a71061cd5d3c2b98065c199", size = 168157 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b3/bc/99e5f511838c365ac6ecae19674eb5e94201aa4235bd1af3e6fa92c12905/websockets-14.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:bea45f19b7ca000380fbd4e02552be86343080120d074b87f25593ce1700ad58", size = 168561 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/e7/251491585bad61c79e525ac60927d96e4e17b18447cc9c3cfab47b2eb1b8/websockets-14.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:219c8187b3ceeadbf2afcf0f25a4918d02da7b944d703b97d12fb01510869078", size = 167979 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/98/7ac2e4eeada19bdbc7a3a66a58e3ebdf33648b9e1c5b3f08c3224df168cf/websockets-14.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ad2ab2547761d79926effe63de21479dfaf29834c50f98c4bf5b5480b5838434", size = 167925 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/3d/09e65c47ee2396b7482968068f6e9b516221e1032b12dcf843b9412a5dfb/websockets-14.1-cp310-cp310-win32.whl", hash = "sha256:1288369a6a84e81b90da5dbed48610cd7e5d60af62df9851ed1d1d23a9069f10", size = 162831 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/67/59828a3d09740e6a485acccfbb66600632f2178b6ed1b61388ee96f17d5a/websockets-14.1-cp310-cp310-win_amd64.whl", hash = "sha256:e0744623852f1497d825a49a99bfbec9bea4f3f946df6eb9d8a2f0c37a2fec2e", size = 163266 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/ed/c0d03cb607b7fe1f7ff45e2cd4bb5cd0f9e3299ced79c2c303a6fff44524/websockets-14.1-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:449d77d636f8d9c17952628cc7e3b8faf6e92a17ec581ec0c0256300717e1512", size = 161949 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/06/91/bf0a44e238660d37a2dda1b4896235d20c29a2d0450f3a46cd688f43b239/websockets-14.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a35f704be14768cea9790d921c2c1cc4fc52700410b1c10948511039be824aac", size = 159606 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/b8/7185212adad274c2b42b6a24e1ee6b916b7809ed611cbebc33b227e5c215/websockets-14.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:b1f3628a0510bd58968c0f60447e7a692933589b791a6b572fcef374053ca280", size = 159854 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/8a/0849968d83474be89c183d8ae8dcb7f7ada1a3c24f4d2a0d7333c231a2c3/websockets-14.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3c3deac3748ec73ef24fc7be0b68220d14d47d6647d2f85b2771cb35ea847aa1", size = 169402 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bd/4f/ef886e37245ff6b4a736a09b8468dae05d5d5c99de1357f840d54c6f297d/websockets-14.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7048eb4415d46368ef29d32133134c513f507fff7d953c18c91104738a68c3b3", size = 168406 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/43/e2dbd4401a63e409cebddedc1b63b9834de42f51b3c84db885469e9bdcef/websockets-14.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6cf0ad281c979306a6a34242b371e90e891bce504509fb6bb5246bbbf31e7b6", size = 168776 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/d6/7063e3f5c1b612e9f70faae20ebaeb2e684ffa36cb959eb0862ee2809b32/websockets-14.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:cc1fc87428c1d18b643479caa7b15db7d544652e5bf610513d4a3478dbe823d0", size = 169083 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/69/e6f3d953f2fa0f8a723cf18cd011d52733bd7f6e045122b24e0e7f49f9b0/websockets-14.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:f95ba34d71e2fa0c5d225bde3b3bdb152e957150100e75c86bc7f3964c450d89", size = 168529 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/70/ff/f31fa14561fc1d7b8663b0ed719996cf1f581abee32c8fb2f295a472f268/websockets-14.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:9481a6de29105d73cf4515f2bef8eb71e17ac184c19d0b9918a3701c6c9c4f23", size = 168475 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f1/15/b72be0e4bf32ff373aa5baef46a4c7521b8ea93ad8b49ca8c6e8e764c083/websockets-14.1-cp311-cp311-win32.whl", hash = "sha256:368a05465f49c5949e27afd6fbe0a77ce53082185bbb2ac096a3a8afaf4de52e", size = 162833 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/ef/2d81679acbe7057ffe2308d422f744497b52009ea8bab34b6d74a2657d1d/websockets-14.1-cp311-cp311-win_amd64.whl", hash = "sha256:6d24fc337fc055c9e83414c94e1ee0dee902a486d19d2a7f0929e49d7d604b09", size = 163263 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/64/55698544ce29e877c9188f1aee9093712411a8fc9732cca14985e49a8e9c/websockets-14.1-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:ed907449fe5e021933e46a3e65d651f641975a768d0649fee59f10c2985529ed", size = 161957 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/b1/b088f67c2b365f2c86c7b48edb8848ac27e508caf910a9d9d831b2f343cb/websockets-14.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:87e31011b5c14a33b29f17eb48932e63e1dcd3fa31d72209848652310d3d1f0d", size = 159620 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/89/2a09db1bbb40ba967a1b8225b07b7df89fea44f06de9365f17f684d0f7e6/websockets-14.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:bc6ccf7d54c02ae47a48ddf9414c54d48af9c01076a2e1023e3b486b6e72c707", size = 159852 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/c1/f983138cd56e7d3079f1966e81f77ce6643f230cd309f73aa156bb181749/websockets-14.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:9777564c0a72a1d457f0848977a1cbe15cfa75fa2f67ce267441e465717dcf1a", size = 169675 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/c8/84191455d8660e2a0bdb33878d4ee5dfa4a2cedbcdc88bbd097303b65bfa/websockets-14.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a655bde548ca98f55b43711b0ceefd2a88a71af6350b0c168aa77562104f3f45", size = 168619 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/a7/62e551fdcd7d44ea74a006dc193aba370505278ad76efd938664531ce9d6/websockets-14.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:a3dfff83ca578cada2d19e665e9c8368e1598d4e787422a460ec70e531dbdd58", size = 169042 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ad/ed/1532786f55922c1e9c4d329608e36a15fdab186def3ca9eb10d7465bc1cc/websockets-14.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:6a6c9bcf7cdc0fd41cc7b7944447982e8acfd9f0d560ea6d6845428ed0562058", size = 169345 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/fb/160f66960d495df3de63d9bcff78e1b42545b2a123cc611950ffe6468016/websockets-14.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:4b6caec8576e760f2c7dd878ba817653144d5f369200b6ddf9771d64385b84d4", size = 168725 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/53/1bf0c06618b5ac35f1d7906444b9958f8485682ab0ea40dee7b17a32da1e/websockets-14.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:eb6d38971c800ff02e4a6afd791bbe3b923a9a57ca9aeab7314c21c84bf9ff05", size = 168712 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e5/22/5ec2f39fff75f44aa626f86fa7f20594524a447d9c3be94d8482cd5572ef/websockets-14.1-cp312-cp312-win32.whl", hash = "sha256:1d045cbe1358d76b24d5e20e7b1878efe578d9897a25c24e6006eef788c0fdf0", size = 162838 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/27/28f07df09f2983178db7bf6c9cccc847205d2b92ced986cd79565d68af4f/websockets-14.1-cp312-cp312-win_amd64.whl", hash = "sha256:90f4c7a069c733d95c308380aae314f2cb45bd8a904fb03eb36d1a4983a4993f", size = 163277 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/77/812b3ba5110ed8726eddf9257ab55ce9e85d97d4aa016805fdbecc5e5d48/websockets-14.1-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:3630b670d5057cd9e08b9c4dab6493670e8e762a24c2c94ef312783870736ab9", size = 161966 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8d/24/4fcb7aa6986ae7d9f6d083d9d53d580af1483c5ec24bdec0978307a0f6ac/websockets-14.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:36ebd71db3b89e1f7b1a5deaa341a654852c3518ea7a8ddfdf69cc66acc2db1b", size = 159625 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f8/47/2a0a3a2fc4965ff5b9ce9324d63220156bd8bedf7f90824ab92a822e65fd/websockets-14.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:5b918d288958dc3fa1c5a0b9aa3256cb2b2b84c54407f4813c45d52267600cd3", size = 159857 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/c8/d7b425011a15e35e17757e4df75b25e1d0df64c0c315a44550454eaf88fc/websockets-14.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:00fe5da3f037041da1ee0cf8e308374e236883f9842c7c465aa65098b1c9af59", size = 169635 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/93/39/6e3b5cffa11036c40bd2f13aba2e8e691ab2e01595532c46437b56575678/websockets-14.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8149a0f5a72ca36720981418eeffeb5c2729ea55fa179091c81a0910a114a5d2", size = 168578 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cf/03/8faa5c9576299b2adf34dcccf278fc6bbbcda8a3efcc4d817369026be421/websockets-14.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:77569d19a13015e840b81550922056acabc25e3f52782625bc6843cfa034e1da", size = 169018 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/05/ea1fec05cc3a60defcdf0bb9f760c3c6bd2dd2710eff7ac7f891864a22ba/websockets-14.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:cf5201a04550136ef870aa60ad3d29d2a59e452a7f96b94193bee6d73b8ad9a9", size = 169383 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/1d/eac1d9ed787f80754e51228e78855f879ede1172c8b6185aca8cef494911/websockets-14.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:88cf9163ef674b5be5736a584c999e98daf3aabac6e536e43286eb74c126b9c7", size = 168773 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0e/1b/e808685530185915299740d82b3a4af3f2b44e56ccf4389397c7a5d95d39/websockets-14.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:836bef7ae338a072e9d1863502026f01b14027250a4545672673057997d5c05a", size = 168757 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/19/6ab716d02a3b068fbbeb6face8a7423156e12c446975312f1c7c0f4badab/websockets-14.1-cp313-cp313-win32.whl", hash = "sha256:0d4290d559d68288da9f444089fd82490c8d2744309113fc26e2da6e48b65da6", size = 162834 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6c/fd/ab6b7676ba712f2fc89d1347a4b5bdc6aa130de10404071f2b2606450209/websockets-14.1-cp313-cp313-win_amd64.whl", hash = "sha256:8621a07991add373c3c5c2cf89e1d277e49dc82ed72c75e3afc74bd0acc446f0", size = 163277 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/cd/382a05a1ba2a93bd9fb807716a660751295df72e77204fb130a102fcdd36/websockets-14.1-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:e5dc25a9dbd1a7f61eca4b7cb04e74ae4b963d658f9e4f9aad9cd00b688692c8", size = 159633 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/a0/fa7c62e2952ef028b422fbf420f9353d9dd4dfaa425de3deae36e98c0784/websockets-14.1-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:04a97aca96ca2acedf0d1f332c861c5a4486fdcba7bcef35873820f940c4231e", size = 159867 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/94/954b4924f868db31d5f0935893c7a8446515ee4b36bb8ad75a929469e453/websockets-14.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:df174ece723b228d3e8734a6f2a6febbd413ddec39b3dc592f5a4aa0aff28098", size = 161121 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/2e/f12bbb41a8f2abb76428ba4fdcd9e67b5b364a3e7fa97c88f4d6950aa2d4/websockets-14.1-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:034feb9f4286476f273b9a245fb15f02c34d9586a5bc936aff108c3ba1b21beb", size = 160731 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/13/97/b76979401f2373af1fe3e08f960b265cecab112e7dac803446fb98351a52/websockets-14.1-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:660c308dabd2b380807ab64b62985eaccf923a78ebc572bd485375b9ca2b7dc7", size = 160681 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/9c/16916d9a436c109a1d7ba78817e8fee357b78968be3f6e6f517f43afa43d/websockets-14.1-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:5a42d3ecbb2db5080fc578314439b1d79eef71d323dc661aa616fb492436af5d", size = 163316 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/0b/c7e5d11020242984d9d37990310520ed663b942333b83a033c2f20191113/websockets-14.1-py3-none-any.whl", hash = "sha256:4d4fc827a20abe6d544a119896f6b78ee13fe81cbfef416f3f2ddf09a03f0e2e", size = 156277 },
]
[[package]]
name = "widgetsnbextension"
version = "4.0.13"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/fc/238c424fd7f4ebb25f8b1da9a934a3ad7c848286732ae04263661eb0fc03/widgetsnbextension-4.0.13.tar.gz", hash = "sha256:ffcb67bc9febd10234a362795f643927f4e0c05d9342c727b65d2384f8feacb6", size = 1164730 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/21/02/88b65cc394961a60c43c70517066b6b679738caf78506a5da7b88ffcb643/widgetsnbextension-4.0.13-py3-none-any.whl", hash = "sha256:74b2692e8500525cc38c2b877236ba51d34541e6385eeed5aec15a70f88a6c71", size = 2335872 },
]
[[package]]
name = "wrapt"
version = "1.17.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/dd/35c573cc2b4b8d65ea96bba0247d05710f284857d30e2266d1874f1c727d/wrapt-1.17.1.tar.gz", hash = "sha256:16b2fdfa09a74a3930175b6d9d7d008022aa72a4f02de2b3eecafcc1adfd3cfe", size = 55552 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/0e/eef574fecca770280e610ea0152e6c66cd2c8f15ad286664f52a513dac13/wrapt-1.17.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:9176057c60438c2ce2284cdefc2b3ee5eddc8c87cd6e24c558d9f5c64298fa4a", size = 38491 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/df/b4f2f1cdcf0ca3828269bc796f5a00665c57f34dd0143fdf1db454e272f1/wrapt-1.17.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:e0f0e731e0ca1583befd3af71b9f90d64ded1535da7b80181cb9e907cc10bbae", size = 38778 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/9c/374e0e8df9eb380d154fe42797ccbd5b695dba097f247b6f70af6f8db51a/wrapt-1.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:144ed42a4ec3aca5d6f1524f99ee49493bbd0d9c66c24da7ec44b4661dca4dcc", size = 83309 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/ba/6a2d5cbee201f77d56952794372ae6e87d07f53bb54762e080b73e3fda4b/wrapt-1.17.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e8a7b0699a381226d81d75b48ea58414beb5891ba8982bdc8e42912f766de074", size = 74945 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/fe/41318449af7d90661624aa782f9fc706667de94220d5d9ee064e54a63489/wrapt-1.17.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2b20fcef5a3ee410671a5a59472e1ff9dda21cfbe5dfd15e23ee4b99ac455c8e", size = 82777 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9d/84/cff9bb331050b2880b1d1a85c5eb19e8946e06db2d4ccca2308cf76ae037/wrapt-1.17.1-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:b9a58a1cbdc0588ed4c8ab0c191002d5d831a58c3bad88523fe471ea97eaf57d", size = 81713 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/03/73fad97a2dd1924808fc644908cc6a235d3db2beda276264c1257251a4cf/wrapt-1.17.1-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:50bbfa7a92da7540426c774e09d6901e44d8f9b513b276ebae03ae244f0c6dbf", size = 74545 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/a9/65036eb74d7ae12ea9b2cd05f0906d94496597ae6a4a1b31b50c360cef79/wrapt-1.17.1-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:09f5141599eaf36d6cc0b760ad87c2ab6b8618d009b2922639266676775a73a6", size = 81331 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/a7/4bb4c832f715c0a3967ff0e87a06717ac284e83742ccc29e2c9fc6c16115/wrapt-1.17.1-cp310-cp310-win32.whl", hash = "sha256:589f24449fd58508533c4a69b2a0f45e9e3419b86b43a0607e2fdb989c6f2552", size = 36425 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/de/4951b171f3db3fc5ed65345c133f6afc36d6108858bd3dda9223b218a17a/wrapt-1.17.1-cp310-cp310-win_amd64.whl", hash = "sha256:7eca3a1afa9820785b79cb137c68ca38c2f77cfedc3120115da42e1d5800907e", size = 38779 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/68/51/868dde1acc33b010068600ee9b92bc9f7fbdf3dcca8fc8341e66efe1eecb/wrapt-1.17.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:da0d0c1c4bd55f9ace919454776dbf0821f537b9a77f739f0c3e34b14728b3b3", size = 38492 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/7f/7586a6b0fc29b9a145d4ff712e05cca7319e03f11bc8160da2c65efcef80/wrapt-1.17.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:cd7649f0c493d35f9aad9790bbecd7b6fd2e2f7141f6cb1e1e9bb7a681d6d0a4", size = 38773 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/32/ab1f6ec2c691576614d3f290e5d7c2a435ba38c529186beed17a66f71e9f/wrapt-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0aad4f54b3155d673a5c4706a71a0a84f3d415b2fc8a2a399a964d70f18846a2", size = 83775 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/4f/34cefb08717f2ba781da57fab09c53ab9737b9e0df5745167af3180d3955/wrapt-1.17.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5ebea3ebb6a394f50f150a52e279508e91c8770625ac8fcb5d8cf35995a320f2", size = 75418 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/42/ee/a6bd5e48448239b9acd1bbcc157239f68e801e34e543419f015c050a2773/wrapt-1.17.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:53e2986a65eba7c399d7ad1ccd204562d4ffe6e937344fe5a49eb5a83858f797", size = 83199 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/32/f78e4939b80cae4ab15d88b365c1c0f942ae1517608480001b08c8626a84/wrapt-1.17.1-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:67c30d3fe245adb0eb1061a0e526905970a0dabe7c5fba5078e0ee9d19f28167", size = 82304 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/a4/2fbce8654c321c9412caf84e49cfab7666d1a3c87d78da840a63679f64f0/wrapt-1.17.1-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:6fd88935b12b59a933ef45facb57575095f205d30d0ae8dd1a3b485bc4fa2fbd", size = 75022 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/0d/b2038b8616fc24ddc018a1c5c34b2e7c01e43c7fdfa359a0a60d012ae44b/wrapt-1.17.1-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:ec3e763e7ca8dcba0792fc3e8ff7061186f59e9aafe4438e6bb1f635a6ab0901", size = 81878 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/a2/847059124a480e5ca13f967d12eef2f0e557d80fe4b80c68a6b3f86a78ff/wrapt-1.17.1-cp311-cp311-win32.whl", hash = "sha256:d792631942a102d6d4f71e4948aceb307310ac0a0af054be6d28b4f79583e0f1", size = 36417 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cc/ae/22452abc6e1f6a4fd847ca75962d1666f4a3b8c8a0bc2f1e9f5e71b7519a/wrapt-1.17.1-cp311-cp311-win_amd64.whl", hash = "sha256:3dfd4738a630eddfcb7ff6c8e9fe863df3821f9c991dec73821e05450074ae09", size = 38773 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/40/7fb607aa889b107ab7417f633f1893f48be4fd8bd12ec89c6355d26560a8/wrapt-1.17.1-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:b1a4c8edd038fee0ce67bf119b16eaa45d22a52bbaf7d0a17d2312eb0003b1bb", size = 38820 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/24/9e8b8b670c5ebab2c05e51ad7403c5317985c53071d0ce4bb85684b9dce1/wrapt-1.17.1-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:181a844005c9818792212a32e004cb4c6bd8e35cae8e97b1a39a1918d95cef58", size = 38921 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/00/c07c9893e6761ee60d59ec319b33b2d3c5b68da674cbbf8ebf6c54cba146/wrapt-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:21ffcf16f5c243a626b0f8da637948e3d5984e3bc0c1bc500ad990e88e974e3b", size = 88720 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d6/09/d3962a902a6be1d5a66b04ec10189618796a5a9b3fb87d0873294661289d/wrapt-1.17.1-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0eb33799b7582bb73787b9903b70595f8eff67eecc9455f668ed01adf53f9eea", size = 80899 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e2/fc/92d37def794c3626fb3c3aa112aa629544ba21f6c565034dae0e587f03c0/wrapt-1.17.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:57e932ad1908b53e9ad67a746432f02bc8473a9ee16e26a47645a2b224fba5fd", size = 89222 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cd/4f/e0921cb71ed320508cbcf0e450449642c4b892f64bc5b2696ca725427dea/wrapt-1.17.1-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:b8bd35c15bc82c5cbe397e8196fa57a17ce5d3f30e925a6fd39e4c5bb02fdcff", size = 86707 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/16/f61d6afe9c3c9932f8699a62e4e594bcac87fdffc7dbd8f603939c44cfa5/wrapt-1.17.1-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:93018dbb956e0ad99ea2fa2c3c22f033549dcb1f56ad9f4555dfe25e49688c5d", size = 79685 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/95/1d/a1940ce270fa7793044e7131d48528b7d4a6ab2e038142a7c82d722aa5c1/wrapt-1.17.1-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:e5bd9186d52cf3d36bf1823be0e85297e4dbad909bc6dd495ce0d272806d84a7", size = 87568 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/ca/d1292891bfdda05a77b0bdc2ecdca4a9484b02d64a65e2afddfcb5ac17e1/wrapt-1.17.1-cp312-cp312-win32.whl", hash = "sha256:d609f0ab0603bbcbf2de906b366b9f9bec75c32b4493550a940de658cc2ce512", size = 36672 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/63/0f/0d52bff5074392586eb754609bc0877cea5340a2152f946166002b70ed07/wrapt-1.17.1-cp312-cp312-win_amd64.whl", hash = "sha256:2c160bb8815787646b27a0c8575a26a4d6bf6abd7c5eb250ad3f2d38b29cb2cb", size = 38866 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0e/16/82d25dd10e97eabb561d491487ff111ac272a4024f40df098bd61c96840b/wrapt-1.17.1-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:99e544e6ce26f89ad5acc6f407bc4daf7c1d42321e836f5c768f834100bdf35c", size = 38821 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/e2/c79dd3c9712988156ea86cd507a81f2b3f045eb84af2d0f7aedb42c709f9/wrapt-1.17.1-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:78da796b74f2c8e0af021ee99feb3bff7cb46f8e658fe25c20e66be1080db4a2", size = 38920 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/d8/bc2bb9797543b31ef7311074583c83addbfc21f1bead66ca7c9d637de6fd/wrapt-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2f1bc359f6c52e53565e7af24b423e7a1eea97d155f38ac9e90e95303514710b", size = 88691 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/d3/8d64b5ced10eb0ef856ae864c806292de4891c4945db3444188d45a17b43/wrapt-1.17.1-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cbead724daa13cae46e8ab3bb24938d8514d123f34345535b184f3eb1b7ad717", size = 80862 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/22/ee8e9a7014f7c011edac4a9babea4d0aa73a363dd618afc9b31669e478a8/wrapt-1.17.1-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bdf7b0e3d3713331c0bb9daac47cd10e5aa60d060e53696f50de4e560bd5617f", size = 89174 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/10/3d1610d0c220a9f09317d7c9c216889b9dd67329e23d2fcf1017f2d67fc9/wrapt-1.17.1-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:f17e8d926f63aed65ff949682c922f96d00f65c2e852c24272232313fa7823d5", size = 86721 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3c/c1/2f4b20057afcfbfad4886138a702ae2ffd79abbb43884b31e2388895e367/wrapt-1.17.1-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:9e04f3bd30e0b23c0ca7e1d4084e7d28b6d7d2feb8b7bc69b496fe881280579b", size = 79761 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/c9/c6bde0a10a7108da0ffaa0a8337221e66636199b367e7d6f1d035e0b306a/wrapt-1.17.1-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:5660e470edfa15ae7ef407272c642d29e9962777a6b30bfa8fc0da2173dc9afd", size = 87586 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/ad/956a2db1196bde82088f5576eb1d7a290c4ffc0dec00bfc9d29fca440fff/wrapt-1.17.1-cp313-cp313-win32.whl", hash = "sha256:a992f9e019145e84616048556546edeaba68e05e1c1ffbe8391067a63cdadb0c", size = 36678 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/3a/8bf805ab213f7830b5998027ada2a3fae8e93529df7b0c446946d7f8e9e9/wrapt-1.17.1-cp313-cp313-win_amd64.whl", hash = "sha256:5c2e24ba455af4b0a237a890ea6ed9bafd01fac2c47095f87c53ea3344215d43", size = 38873 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/76/878e3891ea25875608c5075b81240a4060e48eec786ff354b2a5d3eb87f1/wrapt-1.17.1-cp313-cp313t-macosx_10_13_x86_64.whl", hash = "sha256:88623fd957ba500d8bb0f7427a76496d99313ca2f9e932481c0882e034cf1add", size = 40060 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/4b/fdde9124f6f61a56e1982cd0f7f0bc8fe2ababb876a50da3308e9ea462a0/wrapt-1.17.1-cp313-cp313t-macosx_11_0_arm64.whl", hash = "sha256:162d5f15bdd3b8037e06540902227ef9e0f298496c0afaadd9e2875851446693", size = 40154 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/f2/e3d909ded67bd7d15b7f02f9cb05e111d2fef9499c1dc0f43690391b8c53/wrapt-1.17.1-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6bb82447ddae4e3d9b51f40c494f66e6cbd8fb0e8e8b993678416535c67f9a0d", size = 113469 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6f/96/2ba3bd9b2d81b139a5784bf997bffc54979b561c272a953af3a69c242e02/wrapt-1.17.1-cp313-cp313t-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6ce4cff3922707048d754e365c4ebf41a3bcbf29b329349bf85d51873c7c7e9e", size = 101207 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/9a/c8e0275eeef83f0b8bf685034244fb0bf21d2e759fd7a6d54005de6b887f/wrapt-1.17.1-cp313-cp313t-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:0fdc4e73a3fa0c25eed4d836d9732226f0326957cb075044a7f252b465299433", size = 109341 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/e3/346259c335b04d342beddba6a97030932b53a8ae35d7ff8a319ab2204270/wrapt-1.17.1-cp313-cp313t-musllinux_1_2_aarch64.whl", hash = "sha256:bca1c0824f824bcd97b4b179dd55dcad1dab419252be2b2faebbcacefa3b27b2", size = 110232 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/aa/9611db2f50359b0b091e501405bc2497b7369185b342cae7bb2218a986e8/wrapt-1.17.1-cp313-cp313t-musllinux_1_2_i686.whl", hash = "sha256:6d44b14f3a2f6343a07c90344850b7af5515538ce3a5d01f9c87d8bae9bd8724", size = 100474 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/c2/edbcad020deeb742bce83647a7d13e47c35fafcab4fba4a89ec006ad0385/wrapt-1.17.1-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:169033329022739c6f0d8cd3031a113953b0ba500f3d5978904bdd40baec4568", size = 106377 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4f/bf/e2aa032cea63737cbabd4069c86d6aa4ba075ee19c44a165e1362a5b403b/wrapt-1.17.1-cp313-cp313t-win32.whl", hash = "sha256:52f0907287d9104112dbebda46af4db0793fcc4c64c8a867099212d116b6db64", size = 37987 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/fb/439f032c1b52a1750c304ff85253edfec3a50d4e39fa9a338ab0f837acb4/wrapt-1.17.1-cp313-cp313t-win_amd64.whl", hash = "sha256:7966f98fa36933333d8a1c3d8552aa3d0735001901a4aabcfbd5a502b4ef14fe", size = 40751 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/47/299f204e352655c117b9dec03fc585866df7eea72660515208ec67c185c4/wrapt-1.17.1-py3-none-any.whl", hash = "sha256:f3117feb1fc479eaf84b549d3f229d5d2abdb823f003bc2a1c6dd70072912fa0", size = 23589 },
]
[[package]]
name = "xattr"
version = "1.1.4"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cffi", marker = "sys_platform == 'darwin' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/bf/8b98081f9f8fd56d67b9478ff1e0f8c337cde08bcb92f0d592f0a7958983/xattr-1.1.4.tar.gz", hash = "sha256:b7b02ecb2270da5b7e7deaeea8f8b528c17368401c2b9d5f63e91f545b45d372", size = 16729 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/9d/99cf83aa9e02604e88ad5e843b0f7a003740e24a60de71e7089acf54bee6/xattr-1.1.4-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:acb85b6249e9f3ea10cbb56df1021d43f4027212f0d004304bc9075dc7f54769", size = 23923 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2e/89/bf59d0b7b718823ae5535cdb367195c50681625e275896eb8eed7cfd4100/xattr-1.1.4-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:1a848ab125c0fafdc501ccd83b4c9018bba576a037a4ca5960a22f39e295552e", size = 18886 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/e3/b5aeaa2ff5f4ee08024eb6b271f37f59a088849b1338e29836afb318df12/xattr-1.1.4-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:467ee77471d26ae5187ee7081b82175b5ca56ead4b71467ec2e6119d1b08beed", size = 19220 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bc/dc/719ae036ebe4e4a121c0489e1865dbf2f9547dd75e1af9c299ff79859d98/xattr-1.1.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:0fd35f46cb0154f7033f9d5d0960f226857acb0d1e0d71fd7af18ed84663007c", size = 39105 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/74/a9764be50b298e7b36d95de4f7fe444ada6845061d37818d6682117b1c3e/xattr-1.1.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7d956478e9bb98a1efd20ebc6e5703497c1d2d690d5a13c4df4abf59881eed50", size = 36984 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/76/dc89306ec7a111926d463afa2be547edb737d3c5900a19eff98aa79f7d63/xattr-1.1.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3f25dfdcd974b700fb04a40e14a664a80227ee58e02ea062ac241f0d7dc54b4e", size = 38895 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/58/95a151ccab2c176848adf386ab0da1395312dffd5824e5797bfdb836637b/xattr-1.1.4-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:33b63365c1fcbc80a79f601575bac0d6921732e0245b776876f3db3fcfefe22d", size = 38350 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/14/c0/7e04c29ea105a7f9d94576420f27939ad2bc1ae79813c8caac26c73ecc36/xattr-1.1.4-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:544542be95c9b49e211f0a463758f200de88ba6d5a94d3c4f42855a484341acd", size = 36740 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/e0/0342d023a22d41bb9a45bc8747c03736541cdb54c97c7686708bf207b204/xattr-1.1.4-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:ac14c9893f3ea046784b7702be30889b200d31adcd2e6781a8a190b6423f9f2d", size = 37946 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/5b/f64ba0f93e6447e1997068959f22ff99e08d77dd88d9edcf97ddcb9e9016/xattr-1.1.4-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:bb4bbe37ba95542081890dd34fa5347bef4651e276647adaa802d5d0d7d86452", size = 23920 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/54/ad66655f0b1317b0a297aa2d6ed7d6e5d5343495841fad535bee37a56471/xattr-1.1.4-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:3da489ecef798705f9a39ea8cea4ead0d1eeed55f92c345add89740bd930bab6", size = 18883 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4d/5d/7d5154570bbcb898e6123c292f697c87c33e12258a1a8b9741539f952681/xattr-1.1.4-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:798dd0cbe696635a6f74b06fc430818bf9c3b24314e1502eadf67027ab60c9b0", size = 19221 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b9/b7/135cf3018278051f57bb5dde944cb1ca4f7ad4ec383465a08c6a5c7f7152/xattr-1.1.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7b2b6361626efad5eb5a6bf8172c6c67339e09397ee8140ec41258737bea9681", size = 39098 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a5/62/577e2eb0108158b78cd93ea3782c7a8d464693f1338a5350a1db16f69a89/xattr-1.1.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6e7fa20a0c9ce022d19123b1c5b848d00a68b837251835a7929fe041ee81dcd0", size = 36982 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/cc/ab3bd7a4bedf445be4b35de4a4627ef2944786724d18eaf28d05c1238c7c/xattr-1.1.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e20eeb08e2c57fc7e71f050b1cfae35cbb46105449853a582bf53fd23c5379e", size = 38891 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/45/e8/2285651d92f1460159753fe6628af259c943fcc5071e48a0540fa11dc34d/xattr-1.1.4-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:477370e75821bded901487e5e752cffe554d1bd3bd4839b627d4d1ee8c95a093", size = 38362 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5f/af/7856c0b1970272a53a428bb20dc125f9fd350fb1b40ebca4e54610af1b79/xattr-1.1.4-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:a8682091cd34a9f4a93c8aaea4101aae99f1506e24da00a3cc3dd2eca9566f21", size = 36724 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5d/34/087e02b32d6288a40b7f6573e97a119016e6c3713d4f4b866bbf56cfb803/xattr-1.1.4-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:2e079b3b1a274ba2121cf0da38bbe5c8d2fb1cc49ecbceb395ce20eb7d69556d", size = 37945 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/2a/d0f9e46de4cec5e4aa45fd939549b977c49dd68202fa844d07cb24ce5f17/xattr-1.1.4-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:ae6579dea05bf9f335a082f711d5924a98da563cac72a2d550f5b940c401c0e9", size = 23917 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/e0/a5764257cd9c9eb598f4648a3658d915dd3520ec111ecbd251b685de6546/xattr-1.1.4-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:cd6038ec9df2e67af23c212693751481d5f7e858156924f14340376c48ed9ac7", size = 18891 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8b/83/a81a147987387fd2841a28f767efedb099cf90e23553ead458f2330e47c5/xattr-1.1.4-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:608b2877526674eb15df4150ef4b70b7b292ae00e65aecaae2f192af224be200", size = 19213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4b/52/bf093b4eb9873ffc9e9373dcb38ec8a9b5cd4e6a9f681c4c5cf6bf067a42/xattr-1.1.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c54dad1a6a998c6a23edfd25e99f4d38e9b942d54e518570044edf8c767687ea", size = 39302 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2d/d8/9d7315ebae76a7f48bc5e1aecc7e592eb43376a0f6cf470a854d895d2093/xattr-1.1.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c0dab6ff72bb2b508f3850c368f8e53bd706585012676e1f71debba3310acde8", size = 37224 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/b2/10eb17bea7e378b2bcd76fc8c2e5158318e2c08e774b13f548f333d7318a/xattr-1.1.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7a3c54c6af7cf09432b2c461af257d5f4b1cb2d59eee045f91bacef44421a46d", size = 39145 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/74/fb/95bbc28116b3c19a21acc34ec0a5973e9cc97fe49d3f47a65775af3760a8/xattr-1.1.4-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e346e05a158d554639fbf7a0db169dc693c2d2260c7acb3239448f1ff4a9d67f", size = 38469 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/03/23db582cb271ed47f2d62956e112501d998b5493f892a77104b5795ae2fc/xattr-1.1.4-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:3ff6d9e2103d0d6e5fcd65b85a2005b66ea81c0720a37036445faadc5bbfa424", size = 36797 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/90/c4/b631d0174e097cf8c44d4f70c66545d91dc8ba15bbfa5054dd7da8371461/xattr-1.1.4-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:7a2ee4563c6414dfec0d1ac610f59d39d5220531ae06373eeb1a06ee37cd193f", size = 38128 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/7c/3b8e82ba6f5d24753314ef9922390d9c8e78f157159621bb01f4741d3240/xattr-1.1.4-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:878df1b38cfdadf3184ad8c7b0f516311128d5597b60ac0b3486948953658a83", size = 23910 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/77/8d/30b04121b42537aa969a797b89138bb1abd213d5777e9d4289284ebc7dee/xattr-1.1.4-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:0c9b8350244a1c5454f93a8d572628ff71d7e2fc2f7480dcf4c4f0e8af3150fe", size = 18890 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/94/a95c7db010265a449935452db54d614afb1e5e91b1530c61485fc0fea4b5/xattr-1.1.4-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:a46bf48fb662b8bd745b78bef1074a1e08f41a531168de62b5d7bd331dadb11a", size = 19211 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3e/8d/d5c703970d669a3fbaaff244048ed835f4358f89fb783720088d228da50e/xattr-1.1.4-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:83fc3c07b583777b1dda6355329f75ca6b7179fe0d1002f1afe0ef96f7e3b5de", size = 39213 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/8d/7db74dab96b60c70a16c440294d15c8bd8e1521d9251afda114ca7d5e656/xattr-1.1.4-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6308b19cff71441513258699f0538394fad5d66e1d324635207a97cb076fd439", size = 37142 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/c9/bc4d09c9926d04c94373aa5e386bbffa9767cd3a95558dc884c5152034b4/xattr-1.1.4-cp313-cp313-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:48c00ddc15ddadc9c729cd9504dabf50adb3d9c28f647d4ac9a3df45a046b1a0", size = 39048 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/39/bf/de1f4f94035aaefbecfb655f30eaf2bed2b63b55a7a400c85359524ba362/xattr-1.1.4-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a06136196f26293758e1b244200b73156a0274af9a7349fa201c71c7af3bb9e8", size = 38463 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/06/de7ae6b5ba7e0646878f4a75292dc5b56568ecca5e622d943570185aad3c/xattr-1.1.4-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:8fc2631a3c6cfcdc71f7f0f847461839963754e76a2015de71e7e71e3304abc0", size = 36812 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0e/ee/d840adbee6cb33c0193f168d2b719b24174712859022684d78c7a3f06e91/xattr-1.1.4-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:d6e1e835f9c938d129dd45e7eb52ebf7d2d6816323dab93ce311bf331f7d2328", size = 38131 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d7/c9/abcc190a7e24de9feead2404f3bd6dbaceda28034277ffc96ad21b2134f8/xattr-1.1.4-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:7c72667f19d3a9acf324aed97f58861d398d87e42314731e7c6ab3ac7850c971", size = 15610 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2f/e8/aa3b2db13f12f9fcbeb79c69a0e8a6dc420845e0a78a37a52bf392bc8471/xattr-1.1.4-pp310-pypy310_pp73-macosx_11_0_arm64.whl", hash = "sha256:67ae934d75ea2563fc48a27c5945749575c74a6de19fdd38390917ddcb0e4f24", size = 16100 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/da/0c/e2c7468b7624dcd8fc64562bbd5ed76974d1b263a45af302a424314adc06/xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:2a1b0c348dd8523554dc535540d2046c0c8a535bb086561d8359f3667967b6ca", size = 17952 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d8/09/6c47e93d2d96b584e56177f15fcb849fdeeb25fc2a2b75ea514a9e92cdf8/xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:22284255d2a8e8f3da195bd8e8d43ce674dbc7c38d38cb6ecfb37fae7755d31f", size = 17664 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c4/02/06f994685af57d74f788ad81dd88231bcffa65e4f5b064dc0748545110cc/xattr-1.1.4-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b38aac5ef4381c26d3ce147ca98fba5a78b1e5bcd6be6755b4908659f2705c6d", size = 17574 },
]
[[package]]
name = "xformers"
version = "0.0.28.post3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "numpy", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (platform_machine == 'aarch64' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'aarch64' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'aarch64' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto') or (platform_machine != 'aarch64' and sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (platform_machine == 'aarch64' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/d8/7301b2044e29b384b6ec009ed37002f4df48906a2a772654e8386fa3b730/xformers-0.0.28.post3.tar.gz", hash = "sha256:c7a2392c874dfd8f38b73e14492baf048a4f50f77ddf522bfcf6ebf5ee84d567", size = 7758532 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/56/d1a86f2c4a5a80e1f4926eef1ba69d6eb77ae823d36da7860984ca0b3421/xformers-0.0.28.post3-cp310-cp310-manylinux_2_28_x86_64.whl", hash = "sha256:648483325366fb3c6a42246f99646101d3cfd678725b3ffc50a4708a222ae973", size = 16715821 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9c/4b/00b1749055a083b238e93a950291d09085a91d5cb677b2ebcdb28337f45e/xformers-0.0.28.post3-cp311-cp311-manylinux_2_28_x86_64.whl", hash = "sha256:825563e129f6b22885c2a91e464ff617382f4d78876cc92d96ff618e875aaee3", size = 16715691 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/01/ba/048171c15dfd4f9bff63aaf6e93586ea1ea3e14cc66cd2cea59a50fc2047/xformers-0.0.28.post3-cp312-cp312-manylinux_2_28_x86_64.whl", hash = "sha256:c550f72bb4e55b67bd847e9272b7f41d27ac82b6b99f35a710a1292f2f218a3a", size = 16714914 },
]
[[package]]
name = "xgrammar"
version = "0.1.13"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "pybind11", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pydantic", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "pytest", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "sentencepiece", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "tiktoken", marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://download.pytorch.org/whl/cu124" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto') or (platform_machine != 'aarch64' and sys_platform == 'linux' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-auto') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra != 'extra-17-dbgpt-accelerator-cpu' and extra != 'extra-17-dbgpt-accelerator-cuda118' and extra != 'extra-17-dbgpt-accelerator-cuda121' and extra != 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cpu", source = { registry = "https://download.pytorch.org/whl/cpu" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu118", source = { registry = "https://download.pytorch.org/whl/cu118" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra != 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "torch", version = "2.5.1+cu121", source = { registry = "https://download.pytorch.org/whl/cu121" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform != 'darwin' and sys_platform != 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
{ name = "transformers", version = "4.48.3", source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }, marker = "(platform_machine != 'aarch64' and sys_platform == 'linux') or (sys_platform != 'darwin' and sys_platform != 'linux') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'darwin' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (sys_platform == 'linux' and extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/9a/0d037283b55ae1877f2aa7e22ff8111d8e4527014a36e925452403198134/xgrammar-0.1.13-cp310-cp310-macosx_10_15_x86_64.whl", hash = "sha256:7c1017a39628f4242c679d746b50c087f37f0baadeca11145fc5d68260136c8c", size = 334931 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/fb/6de262ee22b43174b62dca54a6b1c614c7e3fc16e7776cedcf918b3dfb6c/xgrammar-0.1.13-cp310-cp310-macosx_13_0_arm64.whl", hash = "sha256:b32c4f07baaf9a5891c3064068e4f39677da5d87fa3085d6dd935c8b72c26aa7", size = 296596 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e9/ad/15115d0fd8d2c561e08ac40bfa6cf266de2c6395afe26b08ce7d03987c9a/xgrammar-0.1.13-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d1a2613df6ac86710b5a09afbb1742ec27785f0222a13e4b7a8113f93d6201af", size = 401804 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/db/c2/716aa7fc7d1fa26e5c2c328808a99f47e75d6642403fe7a15a066852c69b/xgrammar-0.1.13-cp310-cp310-win_amd64.whl", hash = "sha256:bc7a29bd856fadcc6779466b016822a68083976174210ea86e698febc1ffc343", size = 319744 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/a7/c764ac0f147bc99b9b5bb47bb947d745e4a1f163b49070ed9a66a672167a/xgrammar-0.1.13-cp311-cp311-macosx_10_15_x86_64.whl", hash = "sha256:6c9b605f6713a01e097a5793bb14a225644f0616615a333c57061ddb134ddc03", size = 336202 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/5e/e562045f417132dbdd00290650043ad7dbd4fdd2ecf0792270eb4912d5dc/xgrammar-0.1.13-cp311-cp311-macosx_13_0_arm64.whl", hash = "sha256:65677e7b3b44cc2e07e893d223c59586c18841dc0893d7dfb3158c10579d8119", size = 297858 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/42/af450324910c0184fa982588b6597674c97077aae8a9753dbdf7e23fe57d/xgrammar-0.1.13-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:abbd74bf88bdb263d510d393ebbcab8244b314cd9c4efba683180ded17c8386f", size = 402387 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/61/70/52b4d44927f97ecf3e3e4d0c60cd1ecf201cda1b48a39a0d5b15c884cf08/xgrammar-0.1.13-cp311-cp311-win_amd64.whl", hash = "sha256:5d0ed6118652e5dd974423fa4b4759c6de6e16ff2f630a7f55558c0667c0aa25", size = 320741 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/d1/26fad18851833e645cdf2750ee294e52962f7848695b42dbef1c287a34ca/xgrammar-0.1.13-cp312-cp312-macosx_10_15_x86_64.whl", hash = "sha256:2b8b638ae84afc0170d0c2361771f7b7f21695fbf982b52782b1a57f43927800", size = 336387 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/a2/bc144ee43145be7d1caca33139732f2597bdbf3d2bb431c4ebaaa3be31b4/xgrammar-0.1.13-cp312-cp312-macosx_13_0_arm64.whl", hash = "sha256:0e3232b3540e426df68712ebdf8c7f55976a67735a505cff0a05ca915d6ba7b7", size = 297665 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/2c/031301b1dc87670fe58aae88ae8d9cd9a12bed895b4103d5648b3b59f055/xgrammar-0.1.13-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:d38885aff44cf06cdf457543fbfb1d104e2d3f4e77712f09590d20e30e7ef3e5", size = 401795 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/dd/c7/a0dd872fc96726623390c9b7f2d1983408166c6b6bcf8778897ba41f51fd/xgrammar-0.1.13-cp312-cp312-win_amd64.whl", hash = "sha256:9c569592cfda167b3c8dd45ea7a03afca926bdf050f2e70f87fbc265a9c89332", size = 321380 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f3/a3/0c5ee2733ee38c8a27b79b9608826fc2834111bd40dbc749929e02192017/xgrammar-0.1.13-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl", hash = "sha256:f400de04c226336f7831cdd332c25b94852bb5fd3d2b63625461fdd23d13486f", size = 402564 },
]
[[package]]
name = "xlrd"
version = "2.0.1"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/b3/19a2540d21dea5f908304375bd43f5ed7a4c28a370dc9122c565423e6b44/xlrd-2.0.1.tar.gz", hash = "sha256:f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88", size = 100259 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/0c/c2a72d51fe56e08a08acc85d13013558a2d793028ae7385448a6ccdfae64/xlrd-2.0.1-py2.py3-none-any.whl", hash = "sha256:6a33ee89877bd9abc1158129f6e94be74e2679636b8a205b43b85206c3f0bbdd", size = 96531 },
]
[[package]]
name = "xlsxwriter"
version = "3.2.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/a6/c3/b36fa44a0610a0f65d2e65ba6a262cbe2554b819f1449731971f7c16ea3c/XlsxWriter-3.2.0.tar.gz", hash = "sha256:9977d0c661a72866a61f9f7a809e25ebbb0fb7036baa3b9fe74afcfca6b3cb8c", size = 198732 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a7/ea/53d1fe468e63e092cf16e2c18d16f50c29851242f9dd12d6a66e0d7f0d02/XlsxWriter-3.2.0-py3-none-any.whl", hash = "sha256:ecfd5405b3e0e228219bcaf24c2ca0915e012ca9464a14048021d21a995d490e", size = 159925 },
]
[[package]]
name = "xxhash"
version = "3.5.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/00/5e/d6e5258d69df8b4ed8c83b6664f2b47d30d2dec551a29ad72a6c69eafd31/xxhash-3.5.0.tar.gz", hash = "sha256:84f2caddf951c9cbf8dc2e22a89d4ccf5d86391ac6418fe81e3c67d0cf60b45f", size = 84241 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/8a/0e9feca390d512d293afd844d31670e25608c4a901e10202aa98785eab09/xxhash-3.5.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:ece616532c499ee9afbb83078b1b952beffef121d989841f7f4b3dc5ac0fd212", size = 31970 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/e6/be5aa49580cd064a18200ab78e29b88b1127e1a8c7955eb8ecf81f2626eb/xxhash-3.5.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:3171f693dbc2cef6477054a665dc255d996646b4023fe56cb4db80e26f4cc520", size = 30801 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/20/ee/b8a99ebbc6d1113b3a3f09e747fa318c3cde5b04bd9c197688fadf0eeae8/xxhash-3.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7c5d3e570ef46adaf93fc81b44aca6002b5a4d8ca11bd0580c07eac537f36680", size = 220927 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/58/62/15d10582ef159283a5c2b47f6d799fc3303fe3911d5bb0bcc820e1ef7ff4/xxhash-3.5.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:7cb29a034301e2982df8b1fe6328a84f4b676106a13e9135a0d7e0c3e9f806da", size = 200360 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/41/61202663ea9b1bd8e53673b8ec9e2619989353dba8cfb68e59a9cbd9ffe3/xxhash-3.5.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5d0d307d27099bb0cbeea7260eb39ed4fdb99c5542e21e94bb6fd29e49c57a23", size = 428528 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/07/d9a3059f702dec5b3b703737afb6dda32f304f6e9da181a229dafd052c29/xxhash-3.5.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c0342aafd421795d740e514bc9858ebddfc705a75a8c5046ac56d85fe97bf196", size = 194149 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/58/27caadf78226ecf1d62dbd0c01d152ed381c14c1ee4ad01f0d460fc40eac/xxhash-3.5.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:3dbbd9892c5ebffeca1ed620cf0ade13eb55a0d8c84e0751a6653adc6ac40d0c", size = 207703 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b1/08/32d558ce23e1e068453c39aed7b3c1cdc690c177873ec0ca3a90d5808765/xxhash-3.5.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:4cc2d67fdb4d057730c75a64c5923abfa17775ae234a71b0200346bfb0a7f482", size = 216255 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/d4/2b971e2d2b0a61045f842b622ef11e94096cf1f12cd448b6fd426e80e0e2/xxhash-3.5.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:ec28adb204b759306a3d64358a5e5c07d7b1dd0ccbce04aa76cb9377b7b70296", size = 202744 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/ae/6a6438864a8c4c39915d7b65effd85392ebe22710412902487e51769146d/xxhash-3.5.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:1328f6d8cca2b86acb14104e381225a3d7b42c92c4b86ceae814e5c400dbb415", size = 210115 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/48/7d/b3c27c27d1fc868094d02fe4498ccce8cec9fcc591825c01d6bcb0b4fc49/xxhash-3.5.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:8d47ebd9f5d9607fd039c1fbf4994e3b071ea23eff42f4ecef246ab2b7334198", size = 414247 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a1/05/918f9e7d2fbbd334b829997045d341d6239b563c44e683b9a7ef8fe50f5d/xxhash-3.5.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:b96d559e0fcddd3343c510a0fe2b127fbff16bf346dd76280b82292567523442", size = 191419 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/29/dfe393805b2f86bfc47c290b275f0b7c189dc2f4e136fd4754f32eb18a8d/xxhash-3.5.0-cp310-cp310-win32.whl", hash = "sha256:61c722ed8d49ac9bc26c7071eeaa1f6ff24053d553146d5df031802deffd03da", size = 30114 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/d7/aa0b22c4ebb7c3ccb993d4c565132abc641cd11164f8952d89eb6a501909/xxhash-3.5.0-cp310-cp310-win_amd64.whl", hash = "sha256:9bed5144c6923cc902cd14bb8963f2d5e034def4486ab0bbe1f58f03f042f9a9", size = 30003 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/69/12/f969b81541ee91b55f1ce469d7ab55079593c80d04fd01691b550e535000/xxhash-3.5.0-cp310-cp310-win_arm64.whl", hash = "sha256:893074d651cf25c1cc14e3bea4fceefd67f2921b1bb8e40fcfeba56820de80c6", size = 26773 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b8/c7/afed0f131fbda960ff15eee7f304fa0eeb2d58770fade99897984852ef23/xxhash-3.5.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:02c2e816896dc6f85922ced60097bcf6f008dedfc5073dcba32f9c8dd786f3c1", size = 31969 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8c/0c/7c3bc6d87e5235672fcc2fb42fd5ad79fe1033925f71bf549ee068c7d1ca/xxhash-3.5.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:6027dcd885e21581e46d3c7f682cfb2b870942feeed58a21c29583512c3f09f8", size = 30800 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/9e/01067981d98069eec1c20201f8c145367698e9056f8bc295346e4ea32dd1/xxhash-3.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:1308fa542bbdbf2fa85e9e66b1077eea3a88bef38ee8a06270b4298a7a62a166", size = 221566 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d4/09/d4996de4059c3ce5342b6e1e6a77c9d6c91acce31f6ed979891872dd162b/xxhash-3.5.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:c28b2fdcee797e1c1961cd3bcd3d545cab22ad202c846235197935e1df2f8ef7", size = 201214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/f5/6d2dc9f8d55a7ce0f5e7bfef916e67536f01b85d32a9fbf137d4cadbee38/xxhash-3.5.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:924361811732ddad75ff23e90efd9ccfda4f664132feecb90895bade6a1b4623", size = 429433 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/72/9256303f10e41ab004799a4aa74b80b3c5977d6383ae4550548b24bd1971/xxhash-3.5.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:89997aa1c4b6a5b1e5b588979d1da048a3c6f15e55c11d117a56b75c84531f5a", size = 194822 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/92/1a3a29acd08248a34b0e6a94f4e0ed9b8379a4ff471f1668e4dce7bdbaa8/xxhash-3.5.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:685c4f4e8c59837de103344eb1c8a3851f670309eb5c361f746805c5471b8c88", size = 208538 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/53/ad/7fa1a109663366de42f724a1cdb8e796a260dbac45047bce153bc1e18abf/xxhash-3.5.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:dbd2ecfbfee70bc1a4acb7461fa6af7748ec2ab08ac0fa298f281c51518f982c", size = 216953 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/02/137300e24203bf2b2a49b48ce898ecce6fd01789c0fcd9c686c0a002d129/xxhash-3.5.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:25b5a51dc3dfb20a10833c8eee25903fd2e14059e9afcd329c9da20609a307b2", size = 203594 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/03/aeceb273933d7eee248c4322b98b8e971f06cc3880e5f7602c94e5578af5/xxhash-3.5.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:a8fb786fb754ef6ff8c120cb96629fb518f8eb5a61a16aac3a979a9dbd40a084", size = 210971 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/64/ed82ec09489474cbb35c716b189ddc1521d8b3de12b1b5ab41ce7f70253c/xxhash-3.5.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:a905ad00ad1e1c34fe4e9d7c1d949ab09c6fa90c919860c1534ff479f40fd12d", size = 415050 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/71/43/6db4c02dcb488ad4e03bc86d70506c3d40a384ee73c9b5c93338eb1f3c23/xxhash-3.5.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:963be41bcd49f53af6d795f65c0da9b4cc518c0dd9c47145c98f61cb464f4839", size = 192216 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/6d/db4abec29e7a567455344433d095fdb39c97db6955bb4a2c432e486b4d28/xxhash-3.5.0-cp311-cp311-win32.whl", hash = "sha256:109b436096d0a2dd039c355fa3414160ec4d843dfecc64a14077332a00aeb7da", size = 30120 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/1c/fa3b61c0cf03e1da4767213672efe186b1dfa4fc901a4a694fb184a513d1/xxhash-3.5.0-cp311-cp311-win_amd64.whl", hash = "sha256:b702f806693201ad6c0a05ddbbe4c8f359626d0b3305f766077d51388a6bac58", size = 30003 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/8e/9e6fc572acf6e1cc7ccb01973c213f895cb8668a9d4c2b58a99350da14b7/xxhash-3.5.0-cp311-cp311-win_arm64.whl", hash = "sha256:c4dcb4120d0cc3cc448624147dba64e9021b278c63e34a38789b688fd0da9bf3", size = 26777 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/0e/1bfce2502c57d7e2e787600b31c83535af83746885aa1a5f153d8c8059d6/xxhash-3.5.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:14470ace8bd3b5d51318782cd94e6f94431974f16cb3b8dc15d52f3b69df8e00", size = 31969 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/d6/8ca450d6fe5b71ce521b4e5db69622383d039e2b253e9b2f24f93265b52c/xxhash-3.5.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:59aa1203de1cb96dbeab595ded0ad0c0056bb2245ae11fac11c0ceea861382b9", size = 30787 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/84/de7c89bc6ef63d750159086a6ada6416cc4349eab23f76ab870407178b93/xxhash-3.5.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:08424f6648526076e28fae6ea2806c0a7d504b9ef05ae61d196d571e5c879c84", size = 220959 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/86/51258d3e8a8545ff26468c977101964c14d56a8a37f5835bc0082426c672/xxhash-3.5.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:61a1ff00674879725b194695e17f23d3248998b843eb5e933007ca743310f793", size = 200006 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/0a/96973bd325412feccf23cf3680fd2246aebf4b789122f938d5557c54a6b2/xxhash-3.5.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f2f2c61bee5844d41c3eb015ac652a0229e901074951ae48581d58bfb2ba01be", size = 428326 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/11/a7/81dba5010f7e733de88af9555725146fc133be97ce36533867f4c7e75066/xxhash-3.5.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9d32a592cac88d18cc09a89172e1c32d7f2a6e516c3dfde1b9adb90ab5df54a6", size = 194380 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fb/7d/f29006ab398a173f4501c0e4977ba288f1c621d878ec217b4ff516810c04/xxhash-3.5.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:70dabf941dede727cca579e8c205e61121afc9b28516752fd65724be1355cc90", size = 207934 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/6e/6e88b8f24612510e73d4d70d9b0c7dff62a2e78451b9f0d042a5462c8d03/xxhash-3.5.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:e5d0ddaca65ecca9c10dcf01730165fd858533d0be84c75c327487c37a906a27", size = 216301 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/51/7862f4fa4b75a25c3b4163c8a873f070532fe5f2d3f9b3fc869c8337a398/xxhash-3.5.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:3e5b5e16c5a480fe5f59f56c30abdeba09ffd75da8d13f6b9b6fd224d0b4d0a2", size = 203351 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/22/61/8d6a40f288f791cf79ed5bb113159abf0c81d6efb86e734334f698eb4c59/xxhash-3.5.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:149b7914451eb154b3dfaa721315117ea1dac2cc55a01bfbd4df7c68c5dd683d", size = 210294 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/17/02/215c4698955762d45a8158117190261b2dbefe9ae7e5b906768c09d8bc74/xxhash-3.5.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:eade977f5c96c677035ff39c56ac74d851b1cca7d607ab3d8f23c6b859379cab", size = 414674 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/31/5c/b7a8db8a3237cff3d535261325d95de509f6a8ae439a5a7a4ffcff478189/xxhash-3.5.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:fa9f547bd98f5553d03160967866a71056a60960be00356a15ecc44efb40ba8e", size = 192022 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/e3/dd76659b2811b3fd06892a8beb850e1996b63e9235af5a86ea348f053e9e/xxhash-3.5.0-cp312-cp312-win32.whl", hash = "sha256:f7b58d1fd3551b8c80a971199543379be1cee3d0d409e1f6d8b01c1a2eebf1f8", size = 30170 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/6b/1c443fe6cfeb4ad1dcf231cdec96eb94fb43d6498b4469ed8b51f8b59a37/xxhash-3.5.0-cp312-cp312-win_amd64.whl", hash = "sha256:fa0cafd3a2af231b4e113fba24a65d7922af91aeb23774a8b78228e6cd785e3e", size = 30040 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/eb/04405305f290173acc0350eba6d2f1a794b57925df0398861a20fbafa415/xxhash-3.5.0-cp312-cp312-win_arm64.whl", hash = "sha256:586886c7e89cb9828bcd8a5686b12e161368e0064d040e225e72607b43858ba2", size = 26796 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/b8/e4b3ad92d249be5c83fa72916c9091b0965cb0faeff05d9a0a3870ae6bff/xxhash-3.5.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:37889a0d13b0b7d739cfc128b1c902f04e32de17b33d74b637ad42f1c55101f6", size = 31795 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/d8/b3627a0aebfbfa4c12a41e22af3742cf08c8ea84f5cc3367b5de2d039cce/xxhash-3.5.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:97a662338797c660178e682f3bc180277b9569a59abfb5925e8620fba00b9fc5", size = 30792 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c3/cc/762312960691da989c7cd0545cb120ba2a4148741c6ba458aa723c00a3f8/xxhash-3.5.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:7f85e0108d51092bdda90672476c7d909c04ada6923c14ff9d913c4f7dc8a3bc", size = 220950 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fe/e9/cc266f1042c3c13750e86a535496b58beb12bf8c50a915c336136f6168dc/xxhash-3.5.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:cd2fd827b0ba763ac919440042302315c564fdb797294d86e8cdd4578e3bc7f3", size = 199980 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bf/85/a836cd0dc5cc20376de26b346858d0ac9656f8f730998ca4324921a010b9/xxhash-3.5.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:82085c2abec437abebf457c1d12fccb30cc8b3774a0814872511f0f0562c768c", size = 428324 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b4/0e/15c243775342ce840b9ba34aceace06a1148fa1630cd8ca269e3223987f5/xxhash-3.5.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:07fda5de378626e502b42b311b049848c2ef38784d0d67b6f30bb5008642f8eb", size = 194370 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/87/a1/b028bb02636dfdc190da01951d0703b3d904301ed0ef6094d948983bef0e/xxhash-3.5.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c279f0d2b34ef15f922b77966640ade58b4ccdfef1c4d94b20f2a364617a493f", size = 207911 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/d5/73c73b03fc0ac73dacf069fdf6036c9abad82de0a47549e9912c955ab449/xxhash-3.5.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:89e66ceed67b213dec5a773e2f7a9e8c58f64daeb38c7859d8815d2c89f39ad7", size = 216352 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b6/2a/5043dba5ddbe35b4fe6ea0a111280ad9c3d4ba477dd0f2d1fe1129bda9d0/xxhash-3.5.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:bcd51708a633410737111e998ceb3b45d3dbc98c0931f743d9bb0a209033a326", size = 203410 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/b2/9a8ded888b7b190aed75b484eb5c853ddd48aa2896e7b59bbfbce442f0a1/xxhash-3.5.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:3ff2c0a34eae7df88c868be53a8dd56fbdf592109e21d4bfa092a27b0bf4a7bf", size = 210322 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/98/62/440083fafbc917bf3e4b67c2ade621920dd905517e85631c10aac955c1d2/xxhash-3.5.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:4e28503dccc7d32e0b9817aa0cbfc1f45f563b2c995b7a66c4c8a0d232e840c7", size = 414725 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/db/009206f7076ad60a517e016bb0058381d96a007ce3f79fa91d3010f49cc2/xxhash-3.5.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:a6c50017518329ed65a9e4829154626f008916d36295b6a3ba336e2458824c8c", size = 192070 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1f/6d/c61e0668943a034abc3a569cdc5aeae37d686d9da7e39cf2ed621d533e36/xxhash-3.5.0-cp313-cp313-win32.whl", hash = "sha256:53a068fe70301ec30d868ece566ac90d873e3bb059cf83c32e76012c889b8637", size = 30172 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/96/14/8416dce965f35e3d24722cdf79361ae154fa23e2ab730e5323aa98d7919e/xxhash-3.5.0-cp313-cp313-win_amd64.whl", hash = "sha256:80babcc30e7a1a484eab952d76a4f4673ff601f54d5142c26826502740e70b43", size = 30041 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/27/ee/518b72faa2073f5aa8e3262408d284892cb79cf2754ba0c3a5870645ef73/xxhash-3.5.0-cp313-cp313-win_arm64.whl", hash = "sha256:4811336f1ce11cac89dcbd18f3a25c527c16311709a89313c3acaf771def2d4b", size = 26801 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/9a/233606bada5bd6f50b2b72c45de3d9868ad551e83893d2ac86dc7bb8553a/xxhash-3.5.0-pp310-pypy310_pp73-macosx_10_15_x86_64.whl", hash = "sha256:2014c5b3ff15e64feecb6b713af12093f75b7926049e26a580e94dcad3c73d8c", size = 29732 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/67/f75276ca39e2c6604e3bee6c84e9db8a56a4973fde9bf35989787cf6e8aa/xxhash-3.5.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:fab81ef75003eda96239a23eda4e4543cedc22e34c373edcaf744e721a163986", size = 36214 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0f/f8/f6c61fd794229cc3848d144f73754a0c107854372d7261419dcbbd286299/xxhash-3.5.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4e2febf914ace002132aa09169cc572e0d8959d0f305f93d5828c4836f9bc5a6", size = 32020 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/d3/c029c99801526f859e6b38d34ab87c08993bf3dcea34b11275775001638a/xxhash-3.5.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5d3a10609c51da2a1c0ea0293fc3968ca0a18bd73838455b5bca3069d7f8e32b", size = 40515 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/62/e3/bef7b82c1997579c94de9ac5ea7626d01ae5858aa22bf4fcb38bf220cb3e/xxhash-3.5.0-pp310-pypy310_pp73-win_amd64.whl", hash = "sha256:5a74f23335b9689b66eb6dbe2a931a88fcd7a4c2cc4b1cb0edba8ce381c7a1da", size = 30064 },
]
[[package]]
name = "yarl"
version = "1.18.3"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "idna" },
{ name = "multidict" },
{ name = "propcache" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/9d/4b94a8e6d2b51b599516a5cb88e5bc99b4d8d4583e468057eaa29d5f0918/yarl-1.18.3.tar.gz", hash = "sha256:ac1801c45cbf77b6c99242eeff4fffb5e4e73a800b5c4ad4fc0be5def634d2e1", size = 181062 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d2/98/e005bc608765a8a5569f58e650961314873c8469c333616eb40bff19ae97/yarl-1.18.3-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:7df647e8edd71f000a5208fe6ff8c382a1de8edfbccdbbfe649d263de07d8c34", size = 141458 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/df/5d/f8106b263b8ae8a866b46d9be869ac01f9b3fb7f2325f3ecb3df8003f796/yarl-1.18.3-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:c69697d3adff5aa4f874b19c0e4ed65180ceed6318ec856ebc423aa5850d84f7", size = 94365 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/3e/d8637ddb9ba69bf851f765a3ee288676f7cf64fb3be13760c18cbc9d10bd/yarl-1.18.3-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:602d98f2c2d929f8e697ed274fbadc09902c4025c5a9963bf4e9edfc3ab6f7ed", size = 92181 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/f9/d616a5c2daae281171de10fba41e1c0e2d8207166fc3547252f7d469b4e1/yarl-1.18.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c654d5207c78e0bd6d749f6dae1dcbbfde3403ad3a4b11f3c5544d9906969dde", size = 315349 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/bb/b4/3ea5e7b6f08f698b3769a06054783e434f6d59857181b5c4e145de83f59b/yarl-1.18.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:5094d9206c64181d0f6e76ebd8fb2f8fe274950a63890ee9e0ebfd58bf9d787b", size = 330494 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/55/f1/e0fc810554877b1b67420568afff51b967baed5b53bcc983ab164eebf9c9/yarl-1.18.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:35098b24e0327fc4ebdc8ffe336cee0a87a700c24ffed13161af80124b7dc8e5", size = 326927 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a9/42/b1753949b327b36f210899f2dd0a0947c0c74e42a32de3f8eb5c7d93edca/yarl-1.18.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3236da9272872443f81fedc389bace88408f64f89f75d1bdb2256069a8730ccc", size = 319703 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f0/6d/e87c62dc9635daefb064b56f5c97df55a2e9cc947a2b3afd4fd2f3b841c7/yarl-1.18.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:e2c08cc9b16f4f4bc522771d96734c7901e7ebef70c6c5c35dd0f10845270bcd", size = 310246 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e3/ef/e2e8d1785cdcbd986f7622d7f0098205f3644546da7919c24b95790ec65a/yarl-1.18.3-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:80316a8bd5109320d38eef8833ccf5f89608c9107d02d2a7f985f98ed6876990", size = 319730 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/15/8723e22345bc160dfde68c4b3ae8b236e868f9963c74015f1bc8a614101c/yarl-1.18.3-cp310-cp310-musllinux_1_2_armv7l.whl", hash = "sha256:c1e1cc06da1491e6734f0ea1e6294ce00792193c463350626571c287c9a704db", size = 321681 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/09/bf764e974f1516efa0ae2801494a5951e959f1610dd41edbfc07e5e0f978/yarl-1.18.3-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:fea09ca13323376a2fdfb353a5fa2e59f90cd18d7ca4eaa1fd31f0a8b4f91e62", size = 324812 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f6/4c/20a0187e3b903c97d857cf0272d687c1b08b03438968ae8ffc50fe78b0d6/yarl-1.18.3-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:e3b9fd71836999aad54084906f8663dffcd2a7fb5cdafd6c37713b2e72be1760", size = 337011 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c9/71/6244599a6e1cc4c9f73254a627234e0dad3883ece40cc33dce6265977461/yarl-1.18.3-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:757e81cae69244257d125ff31663249b3013b5dc0a8520d73694aed497fb195b", size = 338132 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/f5/e0c3efaf74566c4b4a41cb76d27097df424052a064216beccae8d303c90f/yarl-1.18.3-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:b1771de9944d875f1b98a745bc547e684b863abf8f8287da8466cf470ef52690", size = 331849 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8a/b8/3d16209c2014c2f98a8f658850a57b716efb97930aebf1ca0d9325933731/yarl-1.18.3-cp310-cp310-win32.whl", hash = "sha256:8874027a53e3aea659a6d62751800cf6e63314c160fd607489ba5c2edd753cf6", size = 84309 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/b7/2e9a5b18eb0fe24c3a0e8bae994e812ed9852ab4fd067c0107fadde0d5f0/yarl-1.18.3-cp310-cp310-win_amd64.whl", hash = "sha256:93b2e109287f93db79210f86deb6b9bbb81ac32fc97236b16f7433db7fc437d8", size = 90484 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/40/93/282b5f4898d8e8efaf0790ba6d10e2245d2c9f30e199d1a85cae9356098c/yarl-1.18.3-cp311-cp311-macosx_10_9_universal2.whl", hash = "sha256:8503ad47387b8ebd39cbbbdf0bf113e17330ffd339ba1144074da24c545f0069", size = 141555 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6d/9c/0a49af78df099c283ca3444560f10718fadb8a18dc8b3edf8c7bd9fd7d89/yarl-1.18.3-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:02ddb6756f8f4517a2d5e99d8b2f272488e18dd0bfbc802f31c16c6c20f22193", size = 94351 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5a/a1/205ab51e148fdcedad189ca8dd587794c6f119882437d04c33c01a75dece/yarl-1.18.3-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:67a283dd2882ac98cc6318384f565bffc751ab564605959df4752d42483ad889", size = 92286 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/fe/88b690b30f3f59275fb674f5f93ddd4a3ae796c2b62e5bb9ece8a4914b83/yarl-1.18.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d980e0325b6eddc81331d3f4551e2a333999fb176fd153e075c6d1c2530aa8a8", size = 340649 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/07/eb/3b65499b568e01f36e847cebdc8d7ccb51fff716dbda1ae83c3cbb8ca1c9/yarl-1.18.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b643562c12680b01e17239be267bc306bbc6aac1f34f6444d1bded0c5ce438ca", size = 356623 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/46/f559dc184280b745fc76ec6b1954de2c55595f0ec0a7614238b9ebf69618/yarl-1.18.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c017a3b6df3a1bd45b9fa49a0f54005e53fbcad16633870104b66fa1a30a29d8", size = 354007 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/af/ba/1865d85212351ad160f19fb99808acf23aab9a0f8ff31c8c9f1b4d671fc9/yarl-1.18.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75674776d96d7b851b6498f17824ba17849d790a44d282929c42dbb77d4f17ae", size = 344145 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/94/cb/5c3e975d77755d7b3d5193e92056b19d83752ea2da7ab394e22260a7b824/yarl-1.18.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ccaa3a4b521b780a7e771cc336a2dba389a0861592bbce09a476190bb0c8b4b3", size = 336133 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/89/b77d3fd249ab52a5c40859815765d35c91425b6bb82e7427ab2f78f5ff55/yarl-1.18.3-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:2d06d3005e668744e11ed80812e61efd77d70bb7f03e33c1598c301eea20efbb", size = 347967 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/35/bd/f6b7630ba2cc06c319c3235634c582a6ab014d52311e7d7c22f9518189b5/yarl-1.18.3-cp311-cp311-musllinux_1_2_armv7l.whl", hash = "sha256:9d41beda9dc97ca9ab0b9888cb71f7539124bc05df02c0cff6e5acc5a19dcc6e", size = 346397 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/18/1a/0b4e367d5a72d1f095318344848e93ea70da728118221f84f1bf6c1e39e7/yarl-1.18.3-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:ba23302c0c61a9999784e73809427c9dbedd79f66a13d84ad1b1943802eaaf59", size = 350206 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b5/cf/320fff4367341fb77809a2d8d7fe75b5d323a8e1b35710aafe41fdbf327b/yarl-1.18.3-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:6748dbf9bfa5ba1afcc7556b71cda0d7ce5f24768043a02a58846e4a443d808d", size = 362089 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/57/cf/aadba261d8b920253204085268bad5e8cdd86b50162fcb1b10c10834885a/yarl-1.18.3-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:0b0cad37311123211dc91eadcb322ef4d4a66008d3e1bdc404808992260e1a0e", size = 366267 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/54/58/fb4cadd81acdee6dafe14abeb258f876e4dd410518099ae9a35c88d8097c/yarl-1.18.3-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:0fb2171a4486bb075316ee754c6d8382ea6eb8b399d4ec62fde2b591f879778a", size = 359141 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/7a/4c571597589da4cd5c14ed2a0b17ac56ec9ee7ee615013f74653169e702d/yarl-1.18.3-cp311-cp311-win32.whl", hash = "sha256:61b1a825a13bef4a5f10b1885245377d3cd0bf87cba068e1d9a88c2ae36880e1", size = 84402 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ae/7b/8600250b3d89b625f1121d897062f629883c2f45339623b69b1747ec65fa/yarl-1.18.3-cp311-cp311-win_amd64.whl", hash = "sha256:b9d60031cf568c627d028239693fd718025719c02c9f55df0a53e587aab951b5", size = 91030 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/33/85/bd2e2729752ff4c77338e0102914897512e92496375e079ce0150a6dc306/yarl-1.18.3-cp312-cp312-macosx_10_13_universal2.whl", hash = "sha256:1dd4bdd05407ced96fed3d7f25dbbf88d2ffb045a0db60dbc247f5b3c5c25d50", size = 142644 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/74/1178322cc0f10288d7eefa6e4a85d8d2e28187ccab13d5b844e8b5d7c88d/yarl-1.18.3-cp312-cp312-macosx_10_13_x86_64.whl", hash = "sha256:7c33dd1931a95e5d9a772d0ac5e44cac8957eaf58e3c8da8c1414de7dd27c576", size = 94962 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/75/79c6acc0261e2c2ae8a1c41cf12265e91628c8c58ae91f5ff59e29c0787f/yarl-1.18.3-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:25b411eddcfd56a2f0cd6a384e9f4f7aa3efee14b188de13048c25b5e91f1640", size = 92795 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6b/32/927b2d67a412c31199e83fefdce6e645247b4fb164aa1ecb35a0f9eb2058/yarl-1.18.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:436c4fc0a4d66b2badc6c5fc5ef4e47bb10e4fd9bf0c79524ac719a01f3607c2", size = 332368 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/e5/859fca07169d6eceeaa4fde1997c91d8abde4e9a7c018e371640c2da2b71/yarl-1.18.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e35ef8683211db69ffe129a25d5634319a677570ab6b2eba4afa860f54eeaf75", size = 342314 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/75/76b63ccd91c9e03ab213ef27ae6add2e3400e77e5cdddf8ed2dbc36e3f21/yarl-1.18.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:84b2deecba4a3f1a398df819151eb72d29bfeb3b69abb145a00ddc8d30094512", size = 341987 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1a/e1/a097d5755d3ea8479a42856f51d97eeff7a3a7160593332d98f2709b3580/yarl-1.18.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:00e5a1fea0fd4f5bfa7440a47eff01d9822a65b4488f7cff83155a0f31a2ecba", size = 336914 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0b/42/e1b4d0e396b7987feceebe565286c27bc085bf07d61a59508cdaf2d45e63/yarl-1.18.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d0e883008013c0e4aef84dcfe2a0b172c4d23c2669412cf5b3371003941f72bb", size = 325765 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7e/18/03a5834ccc9177f97ca1bbb245b93c13e58e8225276f01eedc4cc98ab820/yarl-1.18.3-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:5a3f356548e34a70b0172d8890006c37be92995f62d95a07b4a42e90fba54272", size = 344444 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c8/03/a713633bdde0640b0472aa197b5b86e90fbc4c5bc05b727b714cd8a40e6d/yarl-1.18.3-cp312-cp312-musllinux_1_2_armv7l.whl", hash = "sha256:ccd17349166b1bee6e529b4add61727d3f55edb7babbe4069b5764c9587a8cc6", size = 340760 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/99/f6567e3f3bbad8fd101886ea0276c68ecb86a2b58be0f64077396cd4b95e/yarl-1.18.3-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:b958ddd075ddba5b09bb0be8a6d9906d2ce933aee81100db289badbeb966f54e", size = 346484 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/8e/a9/84717c896b2fc6cb15bd4eecd64e34a2f0a9fd6669e69170c73a8b46795a/yarl-1.18.3-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:c7d79f7d9aabd6011004e33b22bc13056a3e3fb54794d138af57f5ee9d9032cb", size = 359864 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1e/2e/d0f5f1bef7ee93ed17e739ec8dbcb47794af891f7d165fa6014517b48169/yarl-1.18.3-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:4891ed92157e5430874dad17b15eb1fda57627710756c27422200c52d8a4e393", size = 364537 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/97/8a/568d07c5d4964da5b02621a517532adb8ec5ba181ad1687191fffeda0ab6/yarl-1.18.3-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:ce1af883b94304f493698b00d0f006d56aea98aeb49d75ec7d98cd4a777e9285", size = 357861 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7d/e3/924c3f64b6b3077889df9a1ece1ed8947e7b61b0a933f2ec93041990a677/yarl-1.18.3-cp312-cp312-win32.whl", hash = "sha256:f91c4803173928a25e1a55b943c81f55b8872f0018be83e3ad4938adffb77dd2", size = 84097 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/34/45/0e055320daaabfc169b21ff6174567b2c910c45617b0d79c68d7ab349b02/yarl-1.18.3-cp312-cp312-win_amd64.whl", hash = "sha256:7e2ee16578af3b52ac2f334c3b1f92262f47e02cc6193c598502bd46f5cd1477", size = 90399 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/c7/c790513d5328a8390be8f47be5d52e141f78b66c6c48f48d241ca6bd5265/yarl-1.18.3-cp313-cp313-macosx_10_13_universal2.whl", hash = "sha256:90adb47ad432332d4f0bc28f83a5963f426ce9a1a8809f5e584e704b82685dcb", size = 140789 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/30/aa/a2f84e93554a578463e2edaaf2300faa61c8701f0898725842c704ba5444/yarl-1.18.3-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:913829534200eb0f789d45349e55203a091f45c37a2674678744ae52fae23efa", size = 94144 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c6/fc/d68d8f83714b221a85ce7866832cba36d7c04a68fa6a960b908c2c84f325/yarl-1.18.3-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:ef9f7768395923c3039055c14334ba4d926f3baf7b776c923c93d80195624782", size = 91974 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/56/4e/d2563d8323a7e9a414b5b25341b3942af5902a2263d36d20fb17c40411e2/yarl-1.18.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:88a19f62ff30117e706ebc9090b8ecc79aeb77d0b1f5ec10d2d27a12bc9f66d0", size = 333587 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/25/c9/cfec0bc0cac8d054be223e9f2c7909d3e8442a856af9dbce7e3442a8ec8d/yarl-1.18.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:e17c9361d46a4d5addf777c6dd5eab0715a7684c2f11b88c67ac37edfba6c482", size = 344386 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/5d/4c532190113b25f1364d25f4c319322e86232d69175b91f27e3ebc2caf9a/yarl-1.18.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:1a74a13a4c857a84a845505fd2d68e54826a2cd01935a96efb1e9d86c728e186", size = 345421 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/d1/6cdd1632da013aa6ba18cee4d750d953104a5e7aac44e249d9410a972bf5/yarl-1.18.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:41f7ce59d6ee7741af71d82020346af364949314ed3d87553763a2df1829cc58", size = 339384 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9a/c4/6b3c39bec352e441bd30f432cda6ba51681ab19bb8abe023f0d19777aad1/yarl-1.18.3-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f52a265001d830bc425f82ca9eabda94a64a4d753b07d623a9f2863fde532b53", size = 326689 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/23/30/07fb088f2eefdc0aa4fc1af4e3ca4eb1a3aadd1ce7d866d74c0f124e6a85/yarl-1.18.3-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:82123d0c954dc58db301f5021a01854a85bf1f3bb7d12ae0c01afc414a882ca2", size = 345453 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/63/09/d54befb48f9cd8eec43797f624ec37783a0266855f4930a91e3d5c7717f8/yarl-1.18.3-cp313-cp313-musllinux_1_2_armv7l.whl", hash = "sha256:2ec9bbba33b2d00999af4631a3397d1fd78290c48e2a3e52d8dd72db3a067ac8", size = 341872 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/91/26/fd0ef9bf29dd906a84b59f0cd1281e65b0c3e08c6aa94b57f7d11f593518/yarl-1.18.3-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:fbd6748e8ab9b41171bb95c6142faf068f5ef1511935a0aa07025438dd9a9bc1", size = 347497 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/d9/b5/14ac7a256d0511b2ac168d50d4b7d744aea1c1aa20c79f620d1059aab8b2/yarl-1.18.3-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:877d209b6aebeb5b16c42cbb377f5f94d9e556626b1bfff66d7b0d115be88d0a", size = 359981 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ca/b3/d493221ad5cbd18bc07e642894030437e405e1413c4236dd5db6e46bcec9/yarl-1.18.3-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:b464c4ab4bfcb41e3bfd3f1c26600d038376c2de3297760dfe064d2cb7ea8e10", size = 366229 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/04/56/6a3e2a5d9152c56c346df9b8fb8edd2c8888b1e03f96324d457e5cf06d34/yarl-1.18.3-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:8d39d351e7faf01483cc7ff7c0213c412e38e5a340238826be7e0e4da450fdc8", size = 360383 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fd/b7/4b3c7c7913a278d445cc6284e59b2e62fa25e72758f888b7a7a39eb8423f/yarl-1.18.3-cp313-cp313-win32.whl", hash = "sha256:61ee62ead9b68b9123ec24bc866cbef297dd266175d53296e2db5e7f797f902d", size = 310152 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/d5/688db678e987c3e0fb17867970700b92603cadf36c56e5fb08f23e822a0c/yarl-1.18.3-cp313-cp313-win_amd64.whl", hash = "sha256:578e281c393af575879990861823ef19d66e2b1d0098414855dd367e234f5b3c", size = 315723 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f5/4b/a06e0ec3d155924f77835ed2d167ebd3b211a7b0853da1cf8d8414d784ef/yarl-1.18.3-py3-none-any.whl", hash = "sha256:b57f4f58099328dfb26c6a771d09fb20dbbae81d20cfb66141251ea063bd101b", size = 45109 },
]
[[package]]
name = "zhipuai"
version = "2.1.5.20250106"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cachetools" },
{ name = "httpx" },
{ name = "pydantic" },
{ name = "pydantic-core" },
{ name = "pyjwt" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/ba/0c0f855350ce7d486266d48c1e14a0b344227044290341356bbe6edd54da/zhipuai-2.1.5.20250106.tar.gz", hash = "sha256:45d391be336a210b360f126443f07882fa6d8184a148c46a8c7d0b7607d6d1f8", size = 68194 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b2/02/b8e4241dd256cda075c026bc008205a000c4bc57a2ff82291ab0d38b86be/zhipuai-2.1.5.20250106-py3-none-any.whl", hash = "sha256:ca76095f32db501e36038fc1ac4b287b88ed90c4cdd28902d3b1a9365fff879b", size = 105097 },
]
[[package]]
name = "zipp"
version = "3.21.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/3f/50/bad581df71744867e9468ebd0bcd6505de3b275e06f202c2cb016e3ff56f/zipp-3.21.0.tar.gz", hash = "sha256:2c9958f6430a2040341a52eb608ed6dd93ef4392e02ffe219417c1b28b5dd1f4", size = 24545 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b7/1a/7e4798e9339adc931158c9d69ecc34f5e6791489d469f5e50ec15e35f458/zipp-3.21.0-py3-none-any.whl", hash = "sha256:ac1bbe05fd2991f160ebce24ffbac5f6d11d83dc90891255885223d42b3cd931", size = 9630 },
]
[[package]]
name = "zstandard"
version = "0.23.0"
source = { registry = "https://pypi.tuna.tsinghua.edu.cn/simple" }
dependencies = [
{ name = "cffi", marker = "platform_python_implementation == 'PyPy' or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cpu') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-auto' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda118') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cpu' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda121') or (extra == 'extra-17-dbgpt-accelerator-cuda118' and extra == 'extra-17-dbgpt-accelerator-cuda124') or (extra == 'extra-17-dbgpt-accelerator-cuda121' and extra == 'extra-17-dbgpt-accelerator-cuda124')" },
]
sdist = { url = "https://pypi.tuna.tsinghua.edu.cn/packages/ed/f6/2ac0287b442160a89d726b17a9184a4c615bb5237db763791a7fd16d9df1/zstandard-0.23.0.tar.gz", hash = "sha256:b2d8c62d08e7255f68f7a740bae85b3c9b8e5466baa9cbf7f57f1cde0ac6bc09", size = 681701 }
wheels = [
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2a/55/bd0487e86679db1823fc9ee0d8c9c78ae2413d34c0b461193b5f4c31d22f/zstandard-0.23.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bf0a05b6059c0528477fba9054d09179beb63744355cab9f38059548fedd46a9", size = 788701 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e1/8a/ccb516b684f3ad987dfee27570d635822e3038645b1a950c5e8022df1145/zstandard-0.23.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:fc9ca1c9718cb3b06634c7c8dec57d24e9438b2aa9a0f02b8bb36bf478538880", size = 633678 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/12/89/75e633d0611c028e0d9af6df199423bf43f54bea5007e6718ab7132e234c/zstandard-0.23.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77da4c6bfa20dd5ea25cbf12c76f181a8e8cd7ea231c673828d0386b1740b8dc", size = 4941098 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/7a/bd7f6a21802de358b63f1ee636ab823711c25ce043a3e9f043b4fcb5ba32/zstandard-0.23.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b2170c7e0367dde86a2647ed5b6f57394ea7f53545746104c6b09fc1f4223573", size = 5308798 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/3b/775f851a4a65013e88ca559c8ae42ac1352db6fcd96b028d0df4d7d1d7b4/zstandard-0.23.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c16842b846a8d2a145223f520b7e18b57c8f476924bda92aeee3a88d11cfc391", size = 5341840 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/09/4f/0cc49570141dd72d4d95dd6fcf09328d1b702c47a6ec12fbed3b8aed18a5/zstandard-0.23.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:157e89ceb4054029a289fb504c98c6a9fe8010f1680de0201b3eb5dc20aa6d9e", size = 5440337 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/7c/aaa7cd27148bae2dc095191529c0570d16058c54c4597a7d118de4b21676/zstandard-0.23.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:203d236f4c94cd8379d1ea61db2fce20730b4c38d7f1c34506a31b34edc87bdd", size = 4861182 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ac/eb/4b58b5c071d177f7dc027129d20bd2a44161faca6592a67f8fcb0b88b3ae/zstandard-0.23.0-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:dc5d1a49d3f8262be192589a4b72f0d03b72dcf46c51ad5852a4fdc67be7b9e4", size = 4932936 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/44/f9/21a5fb9bb7c9a274b05ad700a82ad22ce82f7ef0f485980a1e98ed6e8c5f/zstandard-0.23.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:752bf8a74412b9892f4e5b58f2f890a039f57037f52c89a740757ebd807f33ea", size = 5464705 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/49/74/b7b3e61db3f88632776b78b1db597af3f44c91ce17d533e14a25ce6a2816/zstandard-0.23.0-cp310-cp310-musllinux_1_2_aarch64.whl", hash = "sha256:80080816b4f52a9d886e67f1f96912891074903238fe54f2de8b786f86baded2", size = 4857882 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4a/7f/d8eb1cb123d8e4c541d4465167080bec88481ab54cd0b31eb4013ba04b95/zstandard-0.23.0-cp310-cp310-musllinux_1_2_i686.whl", hash = "sha256:84433dddea68571a6d6bd4fbf8ff398236031149116a7fff6f777ff95cad3df9", size = 4697672 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5e/05/f7dccdf3d121309b60342da454d3e706453a31073e2c4dac8e1581861e44/zstandard-0.23.0-cp310-cp310-musllinux_1_2_ppc64le.whl", hash = "sha256:ab19a2d91963ed9e42b4e8d77cd847ae8381576585bad79dbd0a8837a9f6620a", size = 5206043 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/86/9d/3677a02e172dccd8dd3a941307621c0cbd7691d77cb435ac3c75ab6a3105/zstandard-0.23.0-cp310-cp310-musllinux_1_2_s390x.whl", hash = "sha256:59556bf80a7094d0cfb9f5e50bb2db27fefb75d5138bb16fb052b61b0e0eeeb0", size = 5667390 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/41/7e/0012a02458e74a7ba122cd9cafe491facc602c9a17f590367da369929498/zstandard-0.23.0-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:27d3ef2252d2e62476389ca8f9b0cf2bbafb082a3b6bfe9d90cbcbb5529ecf7c", size = 5198901 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/65/3a/8f715b97bd7bcfc7342d8adcd99a026cb2fb550e44866a3b6c348e1b0f02/zstandard-0.23.0-cp310-cp310-win32.whl", hash = "sha256:5d41d5e025f1e0bccae4928981e71b2334c60f580bdc8345f824e7c0a4c2a813", size = 430596 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/19/b7/b2b9eca5e5a01111e4fe8a8ffb56bdcdf56b12448a24effe6cfe4a252034/zstandard-0.23.0-cp310-cp310-win_amd64.whl", hash = "sha256:519fbf169dfac1222a76ba8861ef4ac7f0530c35dd79ba5727014613f91613d4", size = 495498 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/9e/40/f67e7d2c25a0e2dc1744dd781110b0b60306657f8696cafb7ad7579469bd/zstandard-0.23.0-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:34895a41273ad33347b2fc70e1bff4240556de3c46c6ea430a7ed91f9042aa4e", size = 788699 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e8/46/66d5b55f4d737dd6ab75851b224abf0afe5774976fe511a54d2eb9063a41/zstandard-0.23.0-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:77ea385f7dd5b5676d7fd943292ffa18fbf5c72ba98f7d09fc1fb9e819b34c23", size = 633681 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/63/b6/677e65c095d8e12b66b8f862b069bcf1f1d781b9c9c6f12eb55000d57583/zstandard-0.23.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:983b6efd649723474f29ed42e1467f90a35a74793437d0bc64a5bf482bedfa0a", size = 4944328 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/59/cc/e76acb4c42afa05a9d20827116d1f9287e9c32b7ad58cc3af0721ce2b481/zstandard-0.23.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:80a539906390591dd39ebb8d773771dc4db82ace6372c4d41e2d293f8e32b8db", size = 5311955 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/78/e4/644b8075f18fc7f632130c32e8f36f6dc1b93065bf2dd87f03223b187f26/zstandard-0.23.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:445e4cb5048b04e90ce96a79b4b63140e3f4ab5f662321975679b5f6360b90e2", size = 5344944 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/76/3f/dbafccf19cfeca25bbabf6f2dd81796b7218f768ec400f043edc767015a6/zstandard-0.23.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fd30d9c67d13d891f2360b2a120186729c111238ac63b43dbd37a5a40670b8ca", size = 5442927 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0c/c3/d24a01a19b6733b9f218e94d1a87c477d523237e07f94899e1c10f6fd06c/zstandard-0.23.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d20fd853fbb5807c8e84c136c278827b6167ded66c72ec6f9a14b863d809211c", size = 4864910 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/1c/a9/cf8f78ead4597264f7618d0875be01f9bc23c9d1d11afb6d225b867cb423/zstandard-0.23.0-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:ed1708dbf4d2e3a1c5c69110ba2b4eb6678262028afd6c6fbcc5a8dac9cda68e", size = 4935544 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2c/96/8af1e3731b67965fb995a940c04a2c20997a7b3b14826b9d1301cf160879/zstandard-0.23.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:be9b5b8659dff1f913039c2feee1aca499cfbc19e98fa12bc85e037c17ec6ca5", size = 5467094 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ff/57/43ea9df642c636cb79f88a13ab07d92d88d3bfe3e550b55a25a07a26d878/zstandard-0.23.0-cp311-cp311-musllinux_1_2_aarch64.whl", hash = "sha256:65308f4b4890aa12d9b6ad9f2844b7ee42c7f7a4fd3390425b242ffc57498f48", size = 4860440 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/46/37/edb78f33c7f44f806525f27baa300341918fd4c4af9472fbc2c3094be2e8/zstandard-0.23.0-cp311-cp311-musllinux_1_2_i686.whl", hash = "sha256:98da17ce9cbf3bfe4617e836d561e433f871129e3a7ac16d6ef4c680f13a839c", size = 4700091 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/c1/f1/454ac3962671a754f3cb49242472df5c2cced4eb959ae203a377b45b1a3c/zstandard-0.23.0-cp311-cp311-musllinux_1_2_ppc64le.whl", hash = "sha256:8ed7d27cb56b3e058d3cf684d7200703bcae623e1dcc06ed1e18ecda39fee003", size = 5208682 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/85/b2/1734b0fff1634390b1b887202d557d2dd542de84a4c155c258cf75da4773/zstandard-0.23.0-cp311-cp311-musllinux_1_2_s390x.whl", hash = "sha256:b69bb4f51daf461b15e7b3db033160937d3ff88303a7bc808c67bbc1eaf98c78", size = 5669707 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/52/5a/87d6971f0997c4b9b09c495bf92189fb63de86a83cadc4977dc19735f652/zstandard-0.23.0-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:034b88913ecc1b097f528e42b539453fa82c3557e414b3de9d5632c80439a473", size = 5201792 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/79/02/6f6a42cc84459d399bd1a4e1adfc78d4dfe45e56d05b072008d10040e13b/zstandard-0.23.0-cp311-cp311-win32.whl", hash = "sha256:f2d4380bf5f62daabd7b751ea2339c1a21d1c9463f1feb7fc2bdcea2c29c3160", size = 430586 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/be/a2/4272175d47c623ff78196f3c10e9dc7045c1b9caf3735bf041e65271eca4/zstandard-0.23.0-cp311-cp311-win_amd64.whl", hash = "sha256:62136da96a973bd2557f06ddd4e8e807f9e13cbb0bfb9cc06cfe6d98ea90dfe0", size = 495420 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7b/83/f23338c963bd9de687d47bf32efe9fd30164e722ba27fb59df33e6b1719b/zstandard-0.23.0-cp312-cp312-macosx_10_9_x86_64.whl", hash = "sha256:b4567955a6bc1b20e9c31612e615af6b53733491aeaa19a6b3b37f3b65477094", size = 788713 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/5b/b3/1a028f6750fd9227ee0b937a278a434ab7f7fdc3066c3173f64366fe2466/zstandard-0.23.0-cp312-cp312-macosx_11_0_arm64.whl", hash = "sha256:1e172f57cd78c20f13a3415cc8dfe24bf388614324d25539146594c16d78fcc8", size = 633459 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/26/af/36d89aae0c1f95a0a98e50711bc5d92c144939efc1f81a2fcd3e78d7f4c1/zstandard-0.23.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:b0e166f698c5a3e914947388c162be2583e0c638a4703fc6a543e23a88dea3c1", size = 4945707 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/cd/2e/2051f5c772f4dfc0aae3741d5fc72c3dcfe3aaeb461cc231668a4db1ce14/zstandard-0.23.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:12a289832e520c6bd4dcaad68e944b86da3bad0d339ef7989fb7e88f92e96072", size = 5306545 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/0a/9e/a11c97b087f89cab030fa71206963090d2fecd8eb83e67bb8f3ffb84c024/zstandard-0.23.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:d50d31bfedd53a928fed6707b15a8dbeef011bb6366297cc435accc888b27c20", size = 5337533 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fc/79/edeb217c57fe1bf16d890aa91a1c2c96b28c07b46afed54a5dcf310c3f6f/zstandard-0.23.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:72c68dda124a1a138340fb62fa21b9bf4848437d9ca60bd35db36f2d3345f373", size = 5436510 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/81/4f/c21383d97cb7a422ddf1ae824b53ce4b51063d0eeb2afa757eb40804a8ef/zstandard-0.23.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:53dd9d5e3d29f95acd5de6802e909ada8d8d8cfa37a3ac64836f3bc4bc5512db", size = 4859973 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/15/08d22e87753304405ccac8be2493a495f529edd81d39a0870621462276ef/zstandard-0.23.0-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:6a41c120c3dbc0d81a8e8adc73312d668cd34acd7725f036992b1b72d22c1772", size = 4936968 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/eb/fa/f3670a597949fe7dcf38119a39f7da49a8a84a6f0b1a2e46b2f71a0ab83f/zstandard-0.23.0-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:40b33d93c6eddf02d2c19f5773196068d875c41ca25730e8288e9b672897c105", size = 5467179 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/4e/a9/dad2ab22020211e380adc477a1dbf9f109b1f8d94c614944843e20dc2a99/zstandard-0.23.0-cp312-cp312-musllinux_1_2_aarch64.whl", hash = "sha256:9206649ec587e6b02bd124fb7799b86cddec350f6f6c14bc82a2b70183e708ba", size = 4848577 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/08/03/dd28b4484b0770f1e23478413e01bee476ae8227bbc81561f9c329e12564/zstandard-0.23.0-cp312-cp312-musllinux_1_2_i686.whl", hash = "sha256:76e79bc28a65f467e0409098fa2c4376931fd3207fbeb6b956c7c476d53746dd", size = 4693899 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/2b/64/3da7497eb635d025841e958bcd66a86117ae320c3b14b0ae86e9e8627518/zstandard-0.23.0-cp312-cp312-musllinux_1_2_ppc64le.whl", hash = "sha256:66b689c107857eceabf2cf3d3fc699c3c0fe8ccd18df2219d978c0283e4c508a", size = 5199964 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/43/a4/d82decbab158a0e8a6ebb7fc98bc4d903266bce85b6e9aaedea1d288338c/zstandard-0.23.0-cp312-cp312-musllinux_1_2_s390x.whl", hash = "sha256:9c236e635582742fee16603042553d276cca506e824fa2e6489db04039521e90", size = 5655398 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/f2/61/ac78a1263bc83a5cf29e7458b77a568eda5a8f81980691bbc6eb6a0d45cc/zstandard-0.23.0-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:a8fffdbd9d1408006baaf02f1068d7dd1f016c6bcb7538682622c556e7b68e35", size = 5191313 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/e7/54/967c478314e16af5baf849b6ee9d6ea724ae5b100eb506011f045d3d4e16/zstandard-0.23.0-cp312-cp312-win32.whl", hash = "sha256:dc1d33abb8a0d754ea4763bad944fd965d3d95b5baef6b121c0c9013eaf1907d", size = 430877 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/75/37/872d74bd7739639c4553bf94c84af7d54d8211b626b352bc57f0fd8d1e3f/zstandard-0.23.0-cp312-cp312-win_amd64.whl", hash = "sha256:64585e1dba664dc67c7cdabd56c1e5685233fbb1fc1966cfba2a340ec0dfff7b", size = 495595 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/80/f1/8386f3f7c10261fe85fbc2c012fdb3d4db793b921c9abcc995d8da1b7a80/zstandard-0.23.0-cp313-cp313-macosx_10_13_x86_64.whl", hash = "sha256:576856e8594e6649aee06ddbfc738fec6a834f7c85bf7cadd1c53d4a58186ef9", size = 788975 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/16/e8/cbf01077550b3e5dc86089035ff8f6fbbb312bc0983757c2d1117ebba242/zstandard-0.23.0-cp313-cp313-macosx_11_0_arm64.whl", hash = "sha256:38302b78a850ff82656beaddeb0bb989a0322a8bbb1bf1ab10c17506681d772a", size = 633448 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/06/27/4a1b4c267c29a464a161aeb2589aff212b4db653a1d96bffe3598f3f0d22/zstandard-0.23.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d2240ddc86b74966c34554c49d00eaafa8200a18d3a5b6ffbf7da63b11d74ee2", size = 4945269 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7c/64/d99261cc57afd9ae65b707e38045ed8269fbdae73544fd2e4a4d50d0ed83/zstandard-0.23.0-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:2ef230a8fd217a2015bc91b74f6b3b7d6522ba48be29ad4ea0ca3a3775bf7dd5", size = 5306228 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/7a/cf/27b74c6f22541f0263016a0fd6369b1b7818941de639215c84e4e94b2a1c/zstandard-0.23.0-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:774d45b1fac1461f48698a9d4b5fa19a69d47ece02fa469825b442263f04021f", size = 5336891 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/fa/18/89ac62eac46b69948bf35fcd90d37103f38722968e2981f752d69081ec4d/zstandard-0.23.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f77fa49079891a4aab203d0b1744acc85577ed16d767b52fc089d83faf8d8ed", size = 5436310 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a8/a8/5ca5328ee568a873f5118d5b5f70d1f36c6387716efe2e369010289a5738/zstandard-0.23.0-cp313-cp313-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:ac184f87ff521f4840e6ea0b10c0ec90c6b1dcd0bad2f1e4a9a1b4fa177982ea", size = 4859912 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ea/ca/3781059c95fd0868658b1cf0440edd832b942f84ae60685d0cfdb808bca1/zstandard-0.23.0-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:c363b53e257246a954ebc7c488304b5592b9c53fbe74d03bc1c64dda153fb847", size = 4936946 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ce/11/41a58986f809532742c2b832c53b74ba0e0a5dae7e8ab4642bf5876f35de/zstandard-0.23.0-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:e7792606d606c8df5277c32ccb58f29b9b8603bf83b48639b7aedf6df4fe8171", size = 5466994 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/83/e3/97d84fe95edd38d7053af05159465d298c8b20cebe9ccb3d26783faa9094/zstandard-0.23.0-cp313-cp313-musllinux_1_2_aarch64.whl", hash = "sha256:a0817825b900fcd43ac5d05b8b3079937073d2b1ff9cf89427590718b70dd840", size = 4848681 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/6e/99/cb1e63e931de15c88af26085e3f2d9af9ce53ccafac73b6e48418fd5a6e6/zstandard-0.23.0-cp313-cp313-musllinux_1_2_i686.whl", hash = "sha256:9da6bc32faac9a293ddfdcb9108d4b20416219461e4ec64dfea8383cac186690", size = 4694239 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/ab/50/b1e703016eebbc6501fc92f34db7b1c68e54e567ef39e6e59cf5fb6f2ec0/zstandard-0.23.0-cp313-cp313-musllinux_1_2_ppc64le.whl", hash = "sha256:fd7699e8fd9969f455ef2926221e0233f81a2542921471382e77a9e2f2b57f4b", size = 5200149 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/aa/e0/932388630aaba70197c78bdb10cce2c91fae01a7e553b76ce85471aec690/zstandard-0.23.0-cp313-cp313-musllinux_1_2_s390x.whl", hash = "sha256:d477ed829077cd945b01fc3115edd132c47e6540ddcd96ca169facff28173057", size = 5655392 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/02/90/2633473864f67a15526324b007a9f96c96f56d5f32ef2a56cc12f9548723/zstandard-0.23.0-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:fa6ce8b52c5987b3e34d5674b0ab529a4602b632ebab0a93b07bfb4dfc8f8a33", size = 5191299 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/b0/4c/315ca5c32da7e2dc3455f3b2caee5c8c2246074a61aac6ec3378a97b7136/zstandard-0.23.0-cp313-cp313-win32.whl", hash = "sha256:a9b07268d0c3ca5c170a385a0ab9fb7fdd9f5fd866be004c4ea39e44edce47dd", size = 430862 },
{ url = "https://pypi.tuna.tsinghua.edu.cn/packages/a2/bf/c6aaba098e2d04781e8f4f7c0ba3c7aa73d00e4c436bcc0cf059a66691d1/zstandard-0.23.0-cp313-cp313-win_amd64.whl", hash = "sha256:f3513916e8c645d0610815c257cbfd3242adfd5c4cfa78be514e5a3ebb42a41b", size = 495578 },
]