Delete requirements.txt
Browse files- requirements.txt +0 -59
requirements.txt
DELETED
@@ -1,59 +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 |
-
pandas
|
37 |
-
matplotlib>=3.7.2
|
38 |
-
|
39 |
-
# Implementation and web framework
|
40 |
-
gradio==5.23.3
|
41 |
-
requests>=2.32.3
|
42 |
-
aiohttp
|
43 |
-
pysrt
|
44 |
-
|
45 |
-
# Utility section
|
46 |
-
yt-dlp
|
47 |
-
edge-tts
|
48 |
-
ffmpy==0.3.1
|
49 |
-
ffmpeg-python>=0.2.0
|
50 |
-
beautifulsoup4
|
51 |
-
|
52 |
-
# Tensorboard and ONNX
|
53 |
-
tensorboard
|
54 |
-
onnx>=1.14
|
55 |
-
onnxsim>=0.4.36
|
56 |
-
onnx2torch>=1.5.15
|
57 |
-
|
58 |
-
# Cryptography section
|
59 |
-
pycryptodome>=3.9.6,<4.0.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|