From 8c779a63d8247215db83812f2be3500582fdda89 Mon Sep 17 00:00:00 2001 From: Paul O'Leary McCann Date: Sun, 30 Jun 2024 23:04:47 +0900 Subject: [PATCH] Fix mecab-python3 version mecab-python3 1.0.5 is from early 2022 and doesn't have 3.11 wheels. 1.0.9 is more recent and has wheels for all platforms. Also mecab-python3 was specified twice for some reason. --- requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2412327f..3015dac4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,11 +3,10 @@ torch torchaudio cached_path transformers==4.27.4 -mecab-python3==1.0.5 +mecab-python3==1.0.9 num2words==0.5.12 unidic_lite==1.0.8 unidic==1.1.0 -mecab-python3==1.0.5 pykakasi==2.2.1 fugashi==1.3.0 g2p_en==2.1.0