Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -0
requirements.txt
CHANGED
@@ -45,6 +45,11 @@ g2pkk>=0.1.1
|
|
45 |
bangla
|
46 |
bnnumerizer
|
47 |
bnunicodenormalizer
|
|
|
|
|
|
|
|
|
|
|
48 |
#deps for tortoise
|
49 |
einops>=0.6.0
|
50 |
transformers>=4.33.0
|
|
|
45 |
bangla
|
46 |
bnnumerizer
|
47 |
bnunicodenormalizer
|
48 |
+
# These cause some compatibility issues on some systems and are not strictly necessary
|
49 |
+
# japanese g2p deps
|
50 |
+
mecab-python3==1.0.6
|
51 |
+
unidic-lite==1.0.8
|
52 |
+
cutlet
|
53 |
#deps for tortoise
|
54 |
einops>=0.6.0
|
55 |
transformers>=4.33.0
|