AnhP commited on
Commit
0f4ae6b
·
verified ·
1 Parent(s): c668c3d

Delete requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +0 -53
requirements.txt DELETED
@@ -1,53 +0,0 @@
1
- # Platform-specific requirements section
2
- pip>=23.3,<24.1
3
- omegaconf>=2.0.6
4
- onnxruntime; sys_platform == 'darwin'
5
- onnxruntime-gpu; sys_platform != 'darwin'
6
-
7
- # Core dependencies
8
- PyYAML
9
- torch==2.3.1
10
- tqdm>=4.63.1
11
- torchvision==0.18.1
12
- torchaudio==2.3.1
13
- faiss-cpu>=1.7.3
14
-
15
- # Machine learning, NLP and deep learning
16
- fairseq @ git+https://github.com/One-sixth/fairseq.git
17
- scikit-learn
18
- einops>=0.8.0
19
-
20
- # Pitch and sound processing
21
- librosa>=0.10.2
22
- pydub>=0.25.1
23
- praat-parselmouth
24
- soundfile>=0.13.0
25
- pedalboard
26
-
27
- # Data processing and calculation
28
- numpy==1.25.2
29
- numba>=0.57.0
30
- scipy>=1.15.0
31
- pandas
32
- matplotlib==3.7.2
33
-
34
- # Implementation and web framework
35
- gradio>=5.14.0
36
- requests>=2.32.3
37
- aiohttp
38
-
39
- # Utility section
40
- yt-dlp
41
- ffmpy==0.3.1
42
- ffmpeg-python>=0.2.0
43
- beautifulsoup4
44
-
45
- # Tensorboard and ONNX
46
- tensorboard
47
- tensorboardX
48
- onnx>=1.14
49
- onnxsim>=0.4.36
50
- onnx2torch>=1.5
51
-
52
- # Cryptography section
53
- pycryptodome==3.9.6