theNeofr commited on
Commit
6f29ad9
·
verified ·
1 Parent(s): 9ce0aee

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +19 -32
requirements.txt CHANGED
@@ -1,36 +1,23 @@
1
- numba==0.56.4
2
- numpy==1.23.5
3
- scipy==1.9.3
4
- librosa==0.9.2
5
- llvmlite==0.39.0
6
  fairseq==0.12.2
7
- faiss-cpu==1.7.0; sys_platform == "darwin"
8
- faiss-cpu==1.7.2; sys_platform != "darwin"
9
- gradio
10
- Cython
11
- future>=0.18.3
12
- pydub>=0.25.1
13
- soundfile>=0.12.1
14
  ffmpeg-python>=0.2.0
15
- tensorboardX
16
- functorch>=2.0.0
17
- Jinja2>=3.1.2
18
- json5>=0.9.11
19
- Markdown
20
- matplotlib>=3.7.1
21
- matplotlib-inline>=0.1.6
22
- praat-parselmouth>=0.4.3
23
- Pillow
24
- pyworld
25
- resampy
26
- scikit-learn
27
- starlette
28
- tensorboard
29
  einops
30
  local-attention
31
- torchgen
32
- tqdm
33
- audioread
34
- edge-tts
35
- torchcrepe
36
- torchfcpe
 
1
+ requests
2
+ tensorboardX
 
 
 
3
  fairseq==0.12.2
4
+ faiss-cpu==1.7.3
5
+
6
+ # Audio libraries
7
+ numpy==1.23.5
 
 
 
8
  ffmpeg-python>=0.2.0
9
+ praat-parselmouth>=0.4.2
10
+ pyworld==0.3.4
11
+ torchcrepe==0.0.23
12
+ pedalboard
13
+ edge-tts
14
+
15
+ # Optimization
 
 
 
 
 
 
 
16
  einops
17
  local-attention
18
+
19
+ # Interfaces and cloud services
20
+ gradio
21
+ mega.py
22
+ wget
23
+ gdown