From 93bcdd63fe3af4226149166f09f10065c53d9e78 Mon Sep 17 00:00:00 2001 From: pluvium27 Date: Thu, 7 May 2026 18:02:59 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=B8=AA?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) 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 = [