From 87c48917cbbd280ae399e17c288882f4e998dd9c Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 20 Sep 2023 10:32:09 -0700 Subject: [PATCH] Patch onnxruntime breaking change https://github.com/microsoft/onnxruntime/issues/17631 --- requirements/local_speech_processing.txt | 2 +- requirements/pi.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/local_speech_processing.txt b/requirements/local_speech_processing.txt index 4f8eea027..08ac77353 100644 --- a/requirements/local_speech_processing.txt +++ b/requirements/local_speech_processing.txt @@ -1,7 +1,7 @@ neon-stt-plugin-deepspeech-stream-local~=2.0 neon-stt-plugin-nemo~=0.0 neon-tts-plugin-coqui~=0.7,>=0.7.1 - +onnx!=1.16.0 # TODO: Patching https://github.com/microsoft/onnxruntime/issues/17631 # TODO: Local language plugin # Fallback diff --git a/requirements/pi.txt b/requirements/pi.txt index 46a072a38..4492b1600 100644 --- a/requirements/pi.txt +++ b/requirements/pi.txt @@ -12,6 +12,7 @@ neon-mana-utils~=0.2,>=0.2.2 # Default plugins ovos-vad-plugin-silero~=0.0.1 +onnx!=1.16.0 # TODO: Patching https://github.com/microsoft/onnxruntime/issues/17631 ovos-ww-plugin-precise~=0.1 ovos-ww-plugin-precise-lite[tflite]~=0.1,>=0.1.2 ovos-ww-plugin-vosk~=0.1,>=0.1.1