Fix: nltk to 3.8.1 or lower

Due to reports that updating nltk to 3.8.2 or later significantly slows down learning, including English.
This commit is contained in:
tsukumi
2024-09-23 06:22:47 +09:00
parent db0acd7b5f
commit fe253611d3
4 changed files with 4 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ gradio>=4.32
jieba
# librosa==0.9.2
loguru
nltk<=3.8.1
num2words
numpy<2
onnxruntime