Skip to content

Commit fd05538

Browse files
[install] upgrade pynini to 2.1.6 in setup.py (#269)
1 parent d3e112f commit fd05538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
],
3939
"itn": ["*.fst", "chinese/data/*/*.tsv"],
4040
},
41-
install_requires=['pynini==2.1.5', 'importlib_resources'],
41+
install_requires=['pynini==2.1.6', 'importlib_resources'],
4242
entry_points={
4343
"console_scripts": [
4444
"wetn = tn.main:main",

0 commit comments

Comments
 (0)