tahirturk commited on
Commit
f8709f1
·
1 Parent(s): b1b5d58
Files changed (1) hide show
  1. requirements.txt +10 -11
requirements.txt CHANGED
@@ -15,15 +15,14 @@ silero-vad==5.1.2
15
  conformer==0.3.2
16
  safetensors
17
 
18
- # --- Compatibility Fixes ---
19
- typer==0.9.0 # Ensures compatibility between spaCy and Gradio
 
 
 
 
 
20
 
21
- # --- Optional Language-Specific Dependencies ---
22
- # Uncomment if you actually need them.
23
- # Each adds extra language processing tools not required for voice cloning.
24
-
25
- # spacy==3.5.3 # Core NLP engine (only if you need pkuseg)
26
- # spacy_pkuseg # For Chinese text segmentation (requires spacy)
27
- # pykakasi>=2.2.0 # For Japanese text processing (Kanji → Hiragana)
28
- # russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub
29
- # dicta-onnx>=0.1.0 # For Hebrew diacritization
 
15
  conformer==0.3.2
16
  safetensors
17
 
18
+ # --- Multilingual / Optional NLP Support ---
19
+ # These are now fully compatible with Gradio 4.44.0
20
+ spacy==3.7.4 # ✅ Compatible with typer>=0.12
21
+ spacy_pkuseg # For Chinese segmentation
22
+ pykakasi>=2.2.0 # For Japanese text processing
23
+ russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub
24
+ # dicta-onnx>=0.1.0 # Optional: Hebrew diacritization
25
 
26
+ # --- Notes ---
27
+ # - No need to pin typer manually anymore (Gradio & spaCy agree on range)
28
+ # - Works with Python 3.10 on Hugging Face GPU S