whisper/requirements.txt
R I P Skillan ea61a1757f
Added packaging for version parsing
version parsing which could originally be done using pkg_resources is deprecated from python 3.12, therefore requiring packaging to handle version parsing
2025-09-27 06:57:44 +05:30

9 lines
150 B
Plaintext

numba
numpy
torch
tqdm
more-itertools
tiktoken
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
packaging