Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9f454fd

Browse files
committedFeb 7, 2025
Upgrade PyYAML version to 6.0.2 for python 3.12 compatibility
Update PyYAML dependency from `6.0` to `6.0.2` in setup.py to fix installation issues on Python 3.12 close #77
1 parent f24c561 commit 9f454fd

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)
Please sign in to comment.