NeoPy commited on
Commit
9980faa
·
verified ·
1 Parent(s): 20a8d2a

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +33 -25
requirements.txt CHANGED
@@ -1,25 +1,33 @@
1
- wheel
2
- setuptools
3
- ffmpeg
4
- numba==0.56.4
5
- numpy==1.23.5
6
- scipy==1.9.3
7
- librosa==0.9.1
8
- fairseq2
9
- faiss-cpu==1.7.3
10
- gradio==3.40.1
11
- pyworld==0.3.2
12
- soundfile>=0.12.1
13
- praat-parselmouth>=0.4.2
14
- httpx==0.23.0
15
- tensorboard
16
- tensorboardX
17
- torchcrepe
18
- onnxruntime
19
- asyncio
20
- demucs
21
- edge-tts
22
- yt_dlp
23
- rarfile
24
- mega.py
25
- gdown
 
 
 
 
 
 
 
 
 
1
+ torch==2.5.1
2
+ torchvision
3
+ torchaudio
4
+ wheel
5
+ setuptools
6
+ ffmpeg
7
+ numba==0.56.4
8
+ numpy==1.23.5
9
+ scipy==1.9.3
10
+ librosa==0.9.1
11
+ fairseq==0.12.2
12
+ faiss-cpu==1.7.3
13
+ gradio==3.40.1
14
+ h11==0.14.0
15
+ httpcore==1.0.5
16
+ pyworld==0.3.2
17
+ soundfile>=0.12.1
18
+ praat-parselmouth>=0.4.2
19
+ httpx==0.23.0
20
+ tensorboard
21
+ tensorboardX
22
+ torchcrepe
23
+ onnxruntime
24
+ asyncio
25
+ demucs
26
+ edge-tts
27
+ yt_dlp
28
+ rarfile
29
+ mega.py
30
+ gdown
31
+ packaging==24.1
32
+ pydantic==2.8.2
33
+ pydantic_core==2.20.1