chore: 移除llm额外依赖组并更新dev依赖配置
CI / Lint, Typecheck & Test (push) Failing after 27s

删除了llm相关的依赖分组,同时调整dev依赖组移除对llm可选依赖的引用
This commit is contained in:
2026-07-03 12:18:24 +08:00
parent 4446658170
commit d194a991a0
2 changed files with 1816 additions and 6531 deletions
+1 -4
View File
@@ -66,9 +66,6 @@ dev = [
"tox-uv>=1.13.1",
"tox>=4.25.0",
]
llm = [
"sglang[all]==0.5.10rc0; python_version >= '3.10' and sys_platform == 'linux'",
]
office = [
"pillow>=10.4.0",
"pymupdf>=1.24.11",
@@ -94,7 +91,7 @@ packages = ["src/pyflowx"]
pyflowx = { workspace = true }
[dependency-groups]
dev = ["pyflowx[dev,office,llm]"]
dev = ["pyflowx[dev,office]"]
[tool.coverage.run]
branch = true
Generated
+1815 -6527
View File
File diff suppressed because it is too large Load Diff