Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Zengyi-Qin committed Feb 19, 2024
1 parent aeb2fa6 commit 10006e9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
18 changes: 15 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
torch<2.0
torchaudio
transformers==4.27.4
mecab-python3==1.0.5
num2words==0.5.12
Expand All @@ -7,7 +9,17 @@ mecab-python3==1.0.5
pykakasi==2.2.1
fugashi==1.3.0
g2p_en==2.1.0
anyascii
jamo
anyascii==0.3.2
jamo==0.4.1
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 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from setuptools import setup, find_packages
import os
from setuptools import setup, find_packages

cwd = os.path.dirname(os.path.abspath(__file__))
requirements = open(os.path.join(cwd, "requirements.txt"), "r").readlines()
Expand Down

0 comments on commit 10006e9

Please sign in to comment.