mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
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
This commit is contained in:
parent
f53acf2de6
commit
ea61a1757f
@ -5,3 +5,4 @@ tqdm
|
|||||||
more-itertools
|
more-itertools
|
||||||
tiktoken
|
tiktoken
|
||||||
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
|
triton>=2.0.0;platform_machine=="x86_64" and sys_platform=="linux" or sys_platform=="linux2"
|
||||||
|
packaging
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user