John6666 commited on
Commit
e38bbb7
·
verified ·
1 Parent(s): 36d4797

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -11
requirements.txt CHANGED
@@ -1,12 +1,16 @@
1
- torch<2.6
2
- edge_tts>=6.1.7
3
- fairseq>=0.12.2
4
- faiss_cpu>=1.7.4
5
- #gradio==3.38.0
6
- librosa>=0.9.1
7
- numpy==1.23.5
8
- praat-parselmouth>=0.4.3
9
- pyworld>=0.3.4
10
- torchcrepe>=0.0.20
11
- huggingface_hub
 
 
 
 
12
  # https://github.com/facebookresearch/fairseq/issues/5511
 
1
+ torch<2.6
2
+ #edge_tts>=6.1.7
3
+ edge-tts==7.2.7
4
+ aiohttp>=3.9
5
+ certifi>=2024.0.0
6
+ fairseq>=0.12.2
7
+ faiss_cpu>=1.7.4
8
+ #gradio==3.38.0
9
+ librosa>=0.9.1
10
+ numpy==1.23.5
11
+ praat-parselmouth>=0.4.3
12
+ pyworld>=0.3.4
13
+ torchcrepe>=0.0.20
14
+ huggingface_hub
15
+ pydantic==2.10.6
16
  # https://github.com/facebookresearch/fairseq/issues/5511