AnhP commited on
Commit
2c4505f
·
verified ·
1 Parent(s): 9156b39

Delete requirements.txt

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