From ea0c51de5ecd25e0d6e215c379f2b4738bd578d5 Mon Sep 17 00:00:00 2001 From: gooker_young Date: Sat, 27 Jun 2026 15:33:33 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E8=B0=83=E6=95=B4llm=E4=BE=9D?= =?UTF-8?q?=E8=B5=96=E6=9D=A1=E4=BB=B6=E5=B9=B6=E6=9B=B4=E6=96=B0pyflowx?= =?UTF-8?q?=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 为llm依赖添加linux平台限制 2. 移除uv.lock中的前置发布版本配置项 3. 将pyflowx版本从0.2.6升级到0.2.7 --- pyproject.toml | 4 +++- uv.lock | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 837184f..fbad2b5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,9 @@ dev = [ "tox-uv>=1.13.1", "tox>=4.25.0", ] -llm = ["sglang[all]==0.5.10rc0; python_version >= '3.10'"] +llm = [ + "sglang[all]==0.5.10rc0; python_version >= '3.10' and sys_platform == 'linux'", +] office = [ "pillow>=10.4.0", "pymupdf>=1.24.11", diff --git a/uv.lock b/uv.lock index 7220586..905cca4 100644 --- a/uv.lock +++ b/uv.lock @@ -39,9 +39,6 @@ resolution-markers = [ "python_full_version < '3.8.1'", ] -[options] -prerelease-mode = "allow" - [[package]] name = "addict" version = "2.4.0" @@ -6524,7 +6521,7 @@ pycountry = [ [[package]] name = "pyflowx" -version = "0.2.6" +version = "0.2.7" source = { editable = "." } dependencies = [ { name = "graphlib-backport", marker = "python_full_version < '3.9'" },