diff --git a/requirements/voice_client.txt b/requirements/voice_client.txt index 52854d5..b120eab 100644 --- a/requirements/voice_client.txt +++ b/requirements/voice_client.txt @@ -8,6 +8,6 @@ pydub~=0.25 SpeechRecognition~=3.10 sdnotify~=0.3 requests~=2.28 - +mock~=5.0 # TODO: Below patching unpinned dependency upstream allowing 2.0.0 which is incompatible numpy~=1.26 diff --git a/requirements/websocket_client.txt b/requirements/websocket_client.txt index 2e0b1c5..9240f7f 100644 --- a/requirements/websocket_client.txt +++ b/requirements/websocket_client.txt @@ -1,14 +1,2 @@ -neon-utils[network]~=1.8,>=1.8.3a4 -ovos-dinkum-listener~=0.0.2,>=0.0.3a27 -ovos-vad-plugin-silero~=0.0.1 -ovos-microphone-plugin-alsa~=0.0.0 -ovos-ww-plugin-precise-lite[tflite]~=0.1 -pydub~=0.25 -SpeechRecognition~=3.10 -sdnotify~=0.3 -requests~=2.28 - websocket~=0.2 -# TODO: Below patching unpinned dependency upstream allowing 2.0.0 which is incompatible -numpy~=1.26