From f7f36729abc6da99998ca3c6e11b0be870c63b04 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Sun, 4 Jan 2026 11:41:46 +0800 Subject: refactor: Refactor code structure for improved readability and maintainability - Remove hanlp and torch deps - Using base-model-trpgner either to replace hanlp and torch deps --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index e7b56d8..6c4871d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,13 +8,13 @@ dynamic = ["version"] description = "HydroRoll Conventional Role Play SDK" authors = [{ name = "HsiangNianian", email = "leader@hydroroll.team" }] dependencies = [ + "base-model-trpgner>=0.1.6", "graphviz>=0.21", - "hanlp>=2.1.3", "hanlp-restful>=0.0.24", "json5>=0.12.1", "snownlp>=0.12.3", ] -requires-python = ">=3.9" +requires-python = ">=3.10" readme = "README.md" license = { text = "AGPLv3.0" } keywords = ["hydroroll"] -- cgit v1.2.3-70-g09d2