Merge pull request #178 from tsukumijima/master
Fix: Missing onnx dependency
This commit is contained in:
@@ -9,8 +9,10 @@ loguru
|
||||
nltk<=3.8.1
|
||||
num2words
|
||||
numpy<2
|
||||
onnx
|
||||
onnxruntime
|
||||
onnxruntime-gpu
|
||||
onnxsim
|
||||
pyannote.audio>=3.1.0
|
||||
pyloudnorm
|
||||
pyopenjtalk-dict
|
||||
|
||||
@@ -11,10 +11,11 @@ loguru
|
||||
nltk<=3.8.1
|
||||
num2words
|
||||
numpy<2
|
||||
onnx
|
||||
onnxruntime
|
||||
onnxruntime-directml; sys_platform == 'win32'
|
||||
onnxruntime-gpu; sys_platform != 'darwin'
|
||||
# onnxsim
|
||||
onnxsim
|
||||
# protobuf==4.25
|
||||
psutil
|
||||
# punctuators
|
||||
|
||||
@@ -11,6 +11,7 @@ loguru
|
||||
nltk<=3.8.1
|
||||
num2words
|
||||
numpy<2
|
||||
onnx
|
||||
onnxruntime
|
||||
onnxruntime-directml; sys_platform == 'win32'
|
||||
onnxruntime-gpu; sys_platform != 'darwin'
|
||||
|
||||
Reference in New Issue
Block a user