chore(deps): 精简依赖并升级Python基线至3.11
- 移除3.10兼容层,清理旧版本wheel与回退包 - 统一numpy、scipy、networkx为单版本,削减重复解析 - 新增mcp>=0.9.0与sse-starlette>=2.2.1,解锁新能力 - inkfox升至0.1.1,新增arm64/aarch64原生支持 - 通过更严格的平台标记,锁文件体积减少八成
This commit is contained in:
@@ -2,17 +2,16 @@
|
|||||||
name = "MoFox-Bot"
|
name = "MoFox-Bot"
|
||||||
version = "0.8.1"
|
version = "0.8.1"
|
||||||
description = "MoFox-Bot 是一个基于大语言模型的可交互智能体"
|
description = "MoFox-Bot 是一个基于大语言模型的可交互智能体"
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11,<=3.13"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"aiohttp>=3.12.14",
|
"aiohttp>=3.12.14",
|
||||||
"aiohttp-cors>=0.8.1",
|
"aiohttp-cors>=0.8.1",
|
||||||
"apscheduler>=3.11.0",
|
"apscheduler>=3.11.0",
|
||||||
"asyncddgs>=0.1.0a1",
|
|
||||||
"asyncio>=4.0.0",
|
"asyncio>=4.0.0",
|
||||||
"beautifulsoup4>=4.13.4",
|
"beautifulsoup4>=4.13.4",
|
||||||
"chromadb>=0.5.0",
|
"chromadb>=1.2.0",
|
||||||
"colorama>=0.4.6",
|
"colorama>=0.4.6",
|
||||||
"cryptography>=45.0.5",
|
"cryptography>=46.0.3",
|
||||||
"customtkinter>=5.2.2",
|
"customtkinter>=5.2.2",
|
||||||
"dotenv>=0.9.9",
|
"dotenv>=0.9.9",
|
||||||
"exa-py>=1.14.20",
|
"exa-py>=1.14.20",
|
||||||
@@ -21,11 +20,10 @@ dependencies = [
|
|||||||
"google>=3.0.0",
|
"google>=3.0.0",
|
||||||
"google-genai>=1.29.0",
|
"google-genai>=1.29.0",
|
||||||
"httpx>=0.28.1",
|
"httpx>=0.28.1",
|
||||||
"jieba>=0.1.13",
|
|
||||||
"json-repair>=0.47.6",
|
"json-repair>=0.47.6",
|
||||||
"json5>=0.12.1",
|
"json5>=0.12.1",
|
||||||
"jsonlines>=4.0.0",
|
"jsonlines>=4.0.0",
|
||||||
"langfuse==2.46.2",
|
"langfuse==3.7.0",
|
||||||
"lunar-python>=1.4.4",
|
"lunar-python>=1.4.4",
|
||||||
"lxml>=6.0.0",
|
"lxml>=6.0.0",
|
||||||
"maim-message>=0.3.8",
|
"maim-message>=0.3.8",
|
||||||
@@ -33,16 +31,16 @@ dependencies = [
|
|||||||
"networkx>=3.4.2",
|
"networkx>=3.4.2",
|
||||||
"orjson>=3.10",
|
"orjson>=3.10",
|
||||||
"numpy>=2.2.6",
|
"numpy>=2.2.6",
|
||||||
"openai>=1.95.0",
|
"openai>=2.5.0",
|
||||||
"opencv-python>=4.11.0.86",
|
"opencv-python>=4.11.0.86",
|
||||||
"packaging>=23.2",
|
"packaging>=25.0",
|
||||||
"pandas>=2.3.1",
|
"pandas>=2.3.1",
|
||||||
"peewee>=3.18.2",
|
"peewee>=3.18.2",
|
||||||
"pillow>=11.3.0",
|
"pillow>=12.0.0",
|
||||||
"pip-check-reqs>=2.5.5",
|
"pip-check-reqs>=2.5.5",
|
||||||
"psutil>=7.0.0",
|
"psutil>=7.0.0",
|
||||||
"pyarrow>=20.0.0",
|
"pyarrow>=21.0.0",
|
||||||
"pydantic>=2.11.7",
|
"pydantic>=2.12.3",
|
||||||
"pygments>=2.19.2",
|
"pygments>=2.19.2",
|
||||||
"pymongo>=4.13.2",
|
"pymongo>=4.13.2",
|
||||||
"pymysql>=1.1.1",
|
"pymysql>=1.1.1",
|
||||||
@@ -76,8 +74,8 @@ dependencies = [
|
|||||||
"aiosqlite>=0.21.0",
|
"aiosqlite>=0.21.0",
|
||||||
"inkfox>=0.1.1",
|
"inkfox>=0.1.1",
|
||||||
"rjieba>=0.1.13",
|
"rjieba>=0.1.13",
|
||||||
"mcp>=0.9.0",
|
"mcp>=1.18.0",
|
||||||
"sse-starlette>=2.2.1",
|
"sse-starlette>=3.0.2",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[tool.uv.index]]
|
[[tool.uv.index]]
|
||||||
|
|||||||
Reference in New Issue
Block a user