AnhP commited on
Commit
34528cb
·
verified ·
1 Parent(s): 1975056

Delete requirements.txt

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