NeoPy commited on
Commit
7873b85
·
verified ·
1 Parent(s): d640048

Update requirements-py312.txt

Browse files
Files changed (1) hide show
  1. requirements-py312.txt +65 -47
requirements-py312.txt CHANGED
@@ -1,50 +1,68 @@
1
- joblib>=1.1.0
2
- numba
3
- numpy
4
- scipy
5
- librosa==0.10.2
6
- llvmlite
7
- fairseq @ git+https://github.com/One-sixth/fairseq.git
8
- faiss-cpu
9
- gradio>=6.5.1
10
- Cython
11
- pydub>=0.25.1
12
- soundfile>=0.12.1
13
- ffmpeg-python>=0.2.0
14
- tensorboardX
15
- Jinja2>=3.1.2
16
- json5
17
- Markdown
18
- matplotlib>=3.7.0
19
- matplotlib-inline>=0.1.3
20
- praat-parselmouth>=0.4.2
21
- Pillow>=9.1.1
22
- resampy>=0.4.2
23
- scikit-learn
24
- tensorboard
25
- tqdm>=4.63.1
26
- tornado>=6.1
27
- Werkzeug>=2.2.3
28
- uc-micro-py>=1.0.1
29
- sympy>=1.11.1
30
- tabulate>=0.8.10
31
- PyYAML>=6.0
32
- pyasn1>=0.4.8
33
- pyasn1-modules>=0.2.8
34
- fsspec>=2022.11.0
35
- absl-py>=1.2.0
36
- audioread
37
- uvicorn>=0.21.1
38
- colorama>=0.4.5
39
- pyworld==0.3.2
40
- httpx
41
  onnxruntime; sys_platform == 'darwin'
42
  onnxruntime-gpu; sys_platform != 'darwin'
43
- torchcrepe==0.0.23
44
- fastapi==0.88
45
- torchfcpe
46
- ffmpy==0.3.1
47
- python-dotenv>=1.0.0
48
- av
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
  yt-dlp
50
- audio-separator
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ torchcodec>=0.8.1
19
+ git+https://github.com/terastudio-org/fairseq.git
20
+ faiss-cpu==1.7.3; python_version < "3.12"
21
+ faiss-cpu>=1.7.3; python_version >= "3.12"
22
+
23
+ # Machine learning, NLP and deep learning
24
+ transformers>=4.49.0
25
+ scikit-learn
26
+ einops>=0.8.0
27
+
28
+ # Pitch and sound processing
29
+ librosa>=0.10.2
30
+ pydub>=0.25.1
31
+ praat-parselmouth
32
+ soundfile>=0.13.0
33
+ pedalboard
34
+
35
+ # Data processing and calculation
36
+ numpy>=1.25.2,<2.0.0
37
+ numba>=0.57.0
38
+ scipy>=1.15.0
39
+ matplotlib>=3.7.2
40
+
41
+ # Implementation and web framework
42
+ gradio>=5.23.3,<6.0.0
43
+ requests>=2.32.3
44
+ aiohttp
45
+ pysrt
46
+
47
+ # Utility section
48
  yt-dlp
49
+ audio-separator; sys_platform == 'darwin'
50
+ audio-separator [gpu]; sys_platform != 'darwin'
51
+
52
+ edge-tts>=7.2.7
53
+ ffmpy==0.3.1
54
+ ffmpeg-python>=0.2.0
55
+ beautifulsoup4
56
+
57
+ # Tensorboard and ONNX
58
+ tensorboard
59
+ onnx>=1.14
60
+ onnxslim
61
+ onnx2torch>=1.5.15
62
+
63
+ # Cryptography section
64
+ pycryptodome>=3.9.6,<4.0.0
65
+
66
+ # Realtime and VAD
67
+ sounddevice>=0.5.2
68
+ webrtcvad-wheels>=2.0.14