Gamahea commited on
Commit
0a2535a
·
verified ·
1 Parent(s): 35516a8

fix: Add missing inflect dependency for g2p module

Browse files
Files changed (1) hide show
  1. requirements.txt +1 -0
requirements.txt CHANGED
@@ -30,6 +30,7 @@ pykakasi>=2.3.0 # Japanese text processing
30
  pyopenjtalk; python_version < "3.12" # Japanese phonetics (Python 3.11 compatible)
31
  unidecode>=1.3.0 # Text normalization
32
  py3langid>=0.2.2 # Language detection
 
33
 
34
  # AI Model dependencies
35
  transformers==4.47.1 # Pinned for DiffRhythm2 compatibility
 
30
  pyopenjtalk; python_version < "3.12" # Japanese phonetics (Python 3.11 compatible)
31
  unidecode>=1.3.0 # Text normalization
32
  py3langid>=0.2.2 # Language detection
33
+ inflect>=7.0.0 # English text normalization (required by g2p)
34
 
35
  # AI Model dependencies
36
  transformers==4.47.1 # Pinned for DiffRhythm2 compatibility