diff options
| author | 2026-01-04 11:41:46 +0800 | |
|---|---|---|
| committer | 2026-01-04 11:41:46 +0800 | |
| commit | f7f36729abc6da99998ca3c6e11b0be870c63b04 (patch) | |
| tree | e35873958ea2adc17114c062013726bf1370a6fb /pyproject.toml | |
| parent | 52ea6de8803a7dfae7066effaebab2e747d30a79 (diff) | |
| download | conventional_role_play-f7f36729abc6da99998ca3c6e11b0be870c63b04.tar.gz conventional_role_play-f7f36729abc6da99998ca3c6e11b0be870c63b04.zip | |
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
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 4 |
1 files changed, 2 insertions, 2 deletions
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"] |
