NeoPy commited on
Commit
8364f3e
·
verified ·
1 Parent(s): 146d2cf

Delete requirements-py311.txt

Browse files
Files changed (1) hide show
  1. requirements-py311.txt +0 -65
requirements-py311.txt DELETED
@@ -1,65 +0,0 @@
1
- # Core scientific stack
2
- numpy>=1.26.0
3
- scipy>=1.11.0
4
- numba>=0.60.0
5
- llvmlite>=0.43.0
6
- joblib>=1.3.0
7
-
8
- # Audio processing
9
- librosa>=0.10.1
10
- pydub>=0.25.1
11
- soundfile>=0.12.1
12
- ffmpeg-python>=0.2.0
13
- audioread>=3.0.0
14
- resampy>=0.4.3
15
- pyworld>=0.3.4
16
- praat-parselmouth>=0.4.2
17
-
18
- # Machine learning / deep learning
19
- torch>=2.2.0
20
- torchaudio>=2.2.0
21
- torchvision>=0.17.0
22
- fairseq @ git+https://github.com/One-sixth/fairseq.git
23
- faiss-cpu>=1.8.0
24
- scikit-learn>=1.4.0
25
- sympy>=1.12
26
- absl-py>=1.4.0
27
-
28
- # Web UI / API
29
- fastapi>=0.110.0
30
- uvicorn>=0.21.1
31
- gradio==4.23.0
32
-
33
- # Visualization & logging
34
- matplotlib>=3.8.0
35
- matplotlib-inline>=0.1.6
36
- tensorboard>=2.15.0
37
- tensorboardX>=2.6
38
- tqdm>=4.66.0
39
- colorama>=0.4.6
40
-
41
- # File formats & utilities
42
- Pillow>=10.0.0
43
- Jinja2>=3.1.2
44
- json5>=0.9.25
45
- Markdown>=3.5.0
46
- PyYAML>=6.0.2
47
- tabulate>=0.9.0
48
- Werkzeug>=3.0.0
49
- Cython>=3.0.10
50
- fsspec>=2023.9.0
51
- httpx>=0.27.0
52
- ffmpy==0.3.1
53
- python-dotenv>=1.0.1
54
- av>=12.0.0
55
-
56
- # Specialized packages
57
- torchcrepe @ git+https://github.com/maxrmorrison/torchcrepe.git
58
- torchfcpe
59
- onnxruntime; sys_platform == 'darwin'
60
- onnxruntime-gpu; sys_platform != 'darwin'
61
-
62
- # ASN.1 utilities
63
- pyasn1>=0.6.0
64
- pyasn1-modules>=0.4.0
65
- uc-micro-py>=1.0.2