TGPro1 commited on
Commit
37a62a8
·
verified ·
1 Parent(s): c8d38dd

Upload requirements.txt with huggingface_hub

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,7 +1,5 @@
1
- # REBUILD TRIGGER: 09:30:00 Jan 21 2026
2
- # v82: Fix pkuseg build error (pre-install numpy)
3
- numpy
4
- cython
5
  faster-whisper
6
  deep-translator
7
  transformers
@@ -23,7 +21,9 @@ deepfilternet
23
  soundfile
24
  onnxruntime-gpu
25
  resemble-perth
26
- pkuseg
27
  pykakasi
28
  librosa
29
  tqdm
 
 
 
1
+ # REBUILD TRIGGER: 09:35:00 Jan 21 2026
2
+ # v83: Removed pkuseg (build fail), added jieba
 
 
3
  faster-whisper
4
  deep-translator
5
  transformers
 
21
  soundfile
22
  onnxruntime-gpu
23
  resemble-perth
24
+ jieba
25
  pykakasi
26
  librosa
27
  tqdm
28
+ numpy
29
+ cython