diff --git a/README.md b/README.md index 83405c5..c31bc1e 100644 --- a/README.md +++ b/README.md @@ -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 | 通用音频模块 | diff --git a/pyproject.toml b/pyproject.toml index 6267638..b994980 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [