Aitronssesin commited on
Commit
4c31ad2
1 Parent(s): 6fc35f4

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # General dependencies
2
  ffmpeg-python>=0.2.0
3
  numpy==1.23.5
4
- requests
5
  tqdm
6
  wget
7
 
@@ -12,27 +12,28 @@ pyworld==0.3.4
12
  scipy==1.11.1
13
  soundfile==0.12.1
14
  praat-parselmouth
15
- einops
16
 
17
  # Machine learning
18
  git+https://github.com/IAHispano/fairseq; sys_platform == 'linux'
19
- fairseq==0.12.2; sys_platform == 'win32'
20
  numba; sys_platform == 'linux'
21
- numba==0.56.4; sys_platform == 'win32'
22
  torch==2.1.1
23
  torchcrepe==0.0.21
24
  torchvision==0.16.1
25
- local_attention
26
 
27
  # Visualization
28
  matplotlib==3.7.2
29
  tensorboard
30
- gradio==4.14.0
31
 
32
  # Miscellaneous
33
  ffmpy==0.3.1
34
  tensorboardX
35
- requests==2.31.0
36
  edge-tts==6.1.9
37
  pypresence
38
  beautifulsoup4
 
 
 
1
  # General dependencies
2
  ffmpeg-python>=0.2.0
3
  numpy==1.23.5
4
+ requests==2.31.0
5
  tqdm
6
  wget
7
 
 
12
  scipy==1.11.1
13
  soundfile==0.12.1
14
  praat-parselmouth
15
+ noisereduce
16
 
17
  # Machine learning
18
  git+https://github.com/IAHispano/fairseq; sys_platform == 'linux'
19
+ fairseq==0.12.2; sys_platform == 'darwin' or sys_platform == 'win32'
20
  numba; sys_platform == 'linux'
21
+ numba==0.56.4; sys_platform == 'darwin' or sys_platform == 'win32'
22
  torch==2.1.1
23
  torchcrepe==0.0.21
24
  torchvision==0.16.1
25
+ einops
26
 
27
  # Visualization
28
  matplotlib==3.7.2
29
  tensorboard
30
+ gradio==4.17.0
31
 
32
  # Miscellaneous
33
  ffmpy==0.3.1
34
  tensorboardX
 
35
  edge-tts==6.1.9
36
  pypresence
37
  beautifulsoup4
38
+ flask
39
+ local-attention