fix: support Python 3.13 server installs
This commit is contained in:
committed by
Aaron Boxer
parent
d006d4abb3
commit
3516f663e5
@@ -1,6 +1,7 @@
|
||||
faster-whisper==1.2.0
|
||||
websockets
|
||||
onnxruntime==1.17.0
|
||||
onnxruntime>=1.17.0,<1.20.0; python_version < "3.10"
|
||||
onnxruntime>=1.20.0,<2; python_version >= "3.10"
|
||||
numba
|
||||
kaldialign
|
||||
soundfile
|
||||
|
||||
Reference in New Issue
Block a user