Skip to content

Commit 9a794f5

Browse files
committed
fix: 回退pynini版本约束以解决测试失败问题
- 将pynini依赖从'>=2.1.6,<2.2.0'改回'==2.1.6' - 解决因版本升级导致的UnitTest失败 - 等待CI验证是否为版本兼容性问题
1 parent e2ecbfa commit 9a794f5

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,<2.2.0",
22+
"pynini==2.1.6",
2323
"importlib_resources"
2424
]
2525

0 commit comments

Comments
 (0)