Skip to content

Commit ffd3176

Browse files
authored
Merge pull request #78 from studioego/feat/upgrade-pyyaml-version-602
Upgrade PyYAML version to 6.0.2 for python 3.12 compatibility
2 parents f24c561 + 9f454fd commit ffd3176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def read_file(filename, cb):
152152

153153
install_requires = [
154154
"emoji==1.2.0", "pecab", "networkx", "jamo",
155-
"hangul-jamo", "tossi", "distance", "pyyaml==6.0",
155+
"hangul-jamo", "tossi", "distance", "pyyaml>=6.0.2",
156156
"unidecode", "cmudict", "koparadigm", "kollocate",
157157
"bs4", "numpy", "pytest", "scipy",
158158
]

0 commit comments

Comments
 (0)