mirror of
https://github.com/openai/whisper.git
synced 2025-11-24 06:26:03 +00:00
Merge 548e3e4ab86d1826998bdf636b9b4f366fc6cc06 into c0d2f624c09dc18e709e37c2ad90c039a4eb72a2
This commit is contained in:
commit
dafce4f1f1
@ -1,7 +1,10 @@
|
|||||||
numba
|
numba
|
||||||
numpy
|
numpy>=1.22.2 # minimum version requirement to fix vulnerability per snyk
|
||||||
torch
|
torch>=2.2.0 # minimum version requirement to fix vulnerability per snyk
|
||||||
tqdm
|
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"
|
||||||
|
setuptools>=70.0.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
wheel>=0.38.0 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user