update
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
torch<2.0
|
||||||
|
torchaudio
|
||||||
transformers==4.27.4
|
transformers==4.27.4
|
||||||
mecab-python3==1.0.5
|
mecab-python3==1.0.5
|
||||||
num2words==0.5.12
|
num2words==0.5.12
|
||||||
@@ -7,7 +9,17 @@ mecab-python3==1.0.5
|
|||||||
pykakasi==2.2.1
|
pykakasi==2.2.1
|
||||||
fugashi==1.3.0
|
fugashi==1.3.0
|
||||||
g2p_en==2.1.0
|
g2p_en==2.1.0
|
||||||
anyascii
|
anyascii==0.3.2
|
||||||
jamo
|
jamo==0.4.1
|
||||||
gruut[de,es,fr]==2.2.3
|
gruut[de,es,fr]==2.2.3
|
||||||
g2pkk>=0.1.1
|
g2pkk>=0.1.1
|
||||||
|
librosa==0.9.1
|
||||||
|
pydub==0.25.1
|
||||||
|
eng_to_ipa==0.0.2
|
||||||
|
inflect==7.0.0
|
||||||
|
unidecode==1.3.7
|
||||||
|
pypinyin==0.50.0
|
||||||
|
cn2an==0.5.22
|
||||||
|
jieba==0.42.1
|
||||||
|
gradio==3.48.0
|
||||||
|
langid==1.1.6
|
||||||
2
setup.py
2
setup.py
@@ -1,5 +1,5 @@
|
|||||||
from setuptools import setup, find_packages
|
|
||||||
import os
|
import os
|
||||||
|
from setuptools import setup, find_packages
|
||||||
|
|
||||||
cwd = os.path.dirname(os.path.abspath(__file__))
|
cwd = os.path.dirname(os.path.abspath(__file__))
|
||||||
requirements = open(os.path.join(cwd, "requirements.txt"), "r").readlines()
|
requirements = open(os.path.join(cwd, "requirements.txt"), "r").readlines()
|
||||||
|
|||||||
Reference in New Issue
Block a user