Bredvige commited on
Commit
de7a127
·
verified ·
1 Parent(s): b9508e3

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +11 -20
requirements.txt CHANGED
@@ -1,29 +1,20 @@
1
  aria2
2
- joblib>=1.1.0
3
- numba==0.56.4
4
- numpy==1.23.5
5
  scipy
6
- librosa==0.9.1
7
- llvmlite==0.39.0
8
- fairseq==0.12.2
9
- faiss-cpu==1.7.3
10
  gradio==3.34.0
11
- Cython
12
- pydub>=0.25.1
13
- soundfile>=0.12.1
14
- ffmpeg-python>=0.2.0
15
  tensorboardX
16
- Jinja2>=3.1.2
17
  json5
18
  Markdown
19
- matplotlib>=3.7.0
20
- matplotlib-inline>=0.1.3
21
- praat-parselmouth>=0.4.2
22
-
23
  tensorboard
24
- tqdm>=4.63.1
25
- tornado>=6.1
26
- httpx
27
  onnxruntime; sys_platform == 'darwin'
28
  onnxruntime-gpu; sys_platform != 'darwin'
29
  torchcrepe==0.0.20
@@ -31,4 +22,4 @@ fastapi==0.88
31
  torchfcpe
32
  ffmpy==0.3.1
33
  python-dotenv>=1.0.0
34
- av
 
1
  aria2
2
+ numba
3
+ numpy
 
4
  scipy
5
+ librosa
6
+ fairseq
7
+ faiss-cpu
 
8
  gradio==3.34.0
9
+ pydub
10
+ soundfile
11
+ ffmpeg-python
 
12
  tensorboardX
 
13
  json5
14
  Markdown
15
+ praat-parselmouth
 
 
 
16
  tensorboard
17
+ tqdm
 
 
18
  onnxruntime; sys_platform == 'darwin'
19
  onnxruntime-gpu; sys_platform != 'darwin'
20
  torchcrepe==0.0.20
 
22
  torchfcpe
23
  ffmpy==0.3.1
24
  python-dotenv>=1.0.0
25
+ av