-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
63 lines (57 loc) · 1.43 KB
/
Copy pathrequirements.txt
File metadata and controls
63 lines (57 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# LocalFlow pinned dependencies (Python 3.12, Windows x64). No torch.
# NOTE: faster-whisper is installed separately with --no-deps by install.ps1 because its
# metadata requires the CPU `onnxruntime` wheel, which would clobber onnxruntime-gpu.
# --- CUDA 12 runtime + cuDNN 9 delivered by pip (no system CUDA toolkit needed)
nvidia-cuda-runtime-cu12==12.9.79
nvidia-cuda-nvrtc-cu12==12.9.86
nvidia-cublas-cu12==12.9.2.10
nvidia-cudnn-cu12==9.10.2.21
nvidia-cufft-cu12==11.4.1.4
nvidia-curand-cu12==10.3.10.19
nvidia-nvjitlink-cu12==12.9.86
# --- ASR engine A: Parakeet via ONNX Runtime CUDA EP
onnxruntime-gpu==1.24.4
onnx-asr==0.12.0
huggingface_hub==1.30.0
hf-xet==1.6.0
# --- ASR engine B deps (faster-whisper itself: see install.ps1 / requirements-whisper.txt)
ctranslate2==4.8.2
tokenizers==0.23.2
av==18.1.0
tqdm==4.70.0
# --- Windows integration
pynput==1.8.2
sounddevice==0.5.6
numpy==2.5.2
pyperclip==1.11.0
pystray==0.19.5
pillow==12.3.0
PyYAML==6.0.3
requests==2.34.2
# --- tests
pytest==9.1.1
# --- transitive pins (kept explicit so installs are reproducible)
anyio==4.15.0
certifi==2026.7.22
cffi==2.1.1
charset-normalizer==3.5.1
click==8.5.0
colorama==0.4.6
filelock==3.32.5
flatbuffers==25.12.19
fsspec==2026.7.0
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
idna==3.19
iniconfig==2.3.0
mpmath==1.3.0
packaging==26.3
pluggy==1.6.0
protobuf==7.36.1
pycparser==3.0
Pygments==2.21.0
six==1.17.0
sympy==1.14.0
typing_extensions==4.16.0
urllib3==2.7.0