engasm89 commited on
Commit
4d53f10
·
verified ·
1 Parent(s): 932843b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +44 -44
requirements.txt CHANGED
@@ -1,45 +1,45 @@
1
- # Core dependencies
2
- pip>=23.3; sys_platform == 'darwin'
3
- wheel; sys_platform == 'darwin'
4
- PyYAML; sys_platform == 'darwin'
5
- numpy==1.23.5
6
- requests>=2.31.0,<2.32.0
7
- tqdm
8
- wget
9
-
10
- # Audio processing
11
- ffmpeg-python>=0.2.0
12
- faiss-cpu==1.7.3
13
- librosa==0.9.2
14
- scipy==1.11.1
15
- soundfile==0.12.1
16
- noisereduce
17
- pedalboard
18
- stftpitchshift
19
- soxr
20
-
21
- # Machine learning and deep learning
22
- omegaconf>=2.0.6; sys_platform == 'darwin'
23
- numba; sys_platform == 'linux'
24
- numba==0.57.0; sys_platform == 'darwin' or sys_platform == 'win32'
25
- torch==2.3.1
26
- torchaudio==2.3.1
27
- torchvision==0.18.1
28
- torchcrepe==0.0.23
29
- torchfcpe
30
- einops
31
- libf0
32
- transformers==4.44.2
33
-
34
- # Visualization and UI
35
- matplotlib==3.7.2
36
- tensorboard
37
- gradio==5.5.0
38
-
39
- # Miscellaneous utilities
40
- certifi>=2023.07.22; sys_platform == 'darwin'
41
- antlr4-python3-runtime==4.8; sys_platform == 'darwin'
42
- tensorboardX
43
- edge-tts==6.1.9
44
- pypresence
45
  beautifulsoup4
 
1
+ # Core dependencies
2
+ pip>=23.3; sys_platform == 'darwin'
3
+ wheel; sys_platform == 'darwin'
4
+ PyYAML; sys_platform == 'darwin'
5
+ numpy==1.23.5
6
+ requests>=2.31.0,<2.32.0
7
+ tqdm
8
+ wget
9
+
10
+ # Audio processing
11
+ ffmpeg-python>=0.2.0
12
+ faiss-cpu==1.7.3
13
+ librosa==0.9.2
14
+ scipy==1.11.1
15
+ soundfile==0.12.1
16
+ noisereduce
17
+ pedalboard
18
+ stftpitchshift
19
+ soxr
20
+
21
+ # Machine learning and deep learning
22
+ omegaconf>=2.0.6; sys_platform == 'darwin'
23
+ numba; sys_platform == 'linux'
24
+ numba==0.57.0; sys_platform == 'darwin' or sys_platform == 'win32'
25
+ torch==2.2.2
26
+ torchaudio==2.3.1
27
+ torchvision==0.18.1
28
+ torchcrepe==0.0.23
29
+ torchfcpe
30
+ einops
31
+ libf0
32
+ transformers==4.44.2
33
+
34
+ # Visualization and UI
35
+ matplotlib==3.7.2
36
+ tensorboard
37
+ gradio==5.5.0
38
+
39
+ # Miscellaneous utilities
40
+ certifi>=2023.07.22; sys_platform == 'darwin'
41
+ antlr4-python3-runtime==4.8; sys_platform == 'darwin'
42
+ tensorboardX
43
+ edge-tts==6.1.9
44
+ pypresence
45
  beautifulsoup4