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