Skip to content

Commit 58ad20a

Browse files
committed
feat: 放宽pynini版本限制以提高兼容性
- 将pynini依赖从'==2.1.6'改为'>=2.1.6,<2.1.7' - 允许2.1.6.x系列的patch版本 - 保持与特定库的兼容性同时增加灵活性
1 parent 50f27d4 commit 58ad20a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
dynamic = ["version"]
2020
dependencies = [
2121
# Core dependencies for text processing functionality
22-
"pynini==2.1.6",
22+
"pynini>=2.1.6,<2.1.7",
2323
"importlib_resources"
2424
]
2525

0 commit comments

Comments
 (0)