Skip to content

Commit

Permalink
[install] upgrade pynini to 2.1.6 in setup.py (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
lingji-yidong authored Jul 17, 2024
1 parent d3e112f commit fd05538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
],
"itn": ["*.fst", "chinese/data/*/*.tsv"],
},
install_requires=['pynini==2.1.5', 'importlib_resources'],
install_requires=['pynini==2.1.6', 'importlib_resources'],
entry_points={
"console_scripts": [
"wetn = tn.main:main",
Expand Down

0 comments on commit fd05538

Please sign in to comment.