fix: 修复一个依赖问题

This commit is contained in:
2026-05-07 18:02:59 +08:00
parent 0a40642303
commit 93bcdd63fe
2 changed files with 2 additions and 3 deletions

View File

@@ -102,7 +102,7 @@ python -m pip install heurams[all] -i https://pypi.pluv27.top/root/dev/+simple/
|--------|----------|------|
| 最小化安装 | tabulate, toml, transitions | 核心驱动程序库, 始终必需 |
| interface | textual, psutil | 基本用户界面依赖 |
| algo-fsrs | py-fsrs | FSRS 算法模块 |
| algo-fsrs | fsrs | FSRS 算法模块 |
| tts-edgetts | edge-tts | 微软文本转语音 |
| llm | openai | OpenAI 式 API 调用 |
| audio-playsound | playsound3 | 通用音频模块 |

View File

@@ -14,14 +14,13 @@ license-files = ["LICENSE"]
dependencies = [ # 这些依赖只能驱动 kernel 程序库
"tabulate>=0.10.0",
"textual>=8.2.5",
"toml>=0.10.2",
"transitions>=0.9.3",
]
[project.optional-dependencies]
interface = [ # 基本用户界面依赖
"textual>=8.2.3",
"textual>=8.2.5",
"psutil>=7.2.2",
]
algo-fsrs = [