From 7b2d1c65579aac878ffcdd6d96aa91d3c5e92504 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Mon, 8 Apr 2024 18:55:21 -0700 Subject: [PATCH] Update ovos-dinkum-listener to latest version (#191) # Description Replaced pinned ovos-dinkum-listener with latest available alpha version # Issues # Other Notes Co-authored-by: Daniel McKnight --- requirements/requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 2627d38..c438794 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -1,12 +1,10 @@ -ovos-dinkum-listener==0.0.3a16 +ovos-dinkum-listener~=0.0.2,>=0.0.3a34 ovos-bus-client~=0.0.3 ovos-utils~=0.0.30 ovos-plugin-manager~=0.0.23 click~=8.0 click-default-group~=1.2 -neon-utils[network,audio]~=1.8,>=1.8.3a5 -ovos-config~=0.0.7 - +neon-utils[network,audio]~=1.9 ovos-vad-plugin-webrtcvad~=0.0.1 ovos-ww-plugin-vosk~=0.1 ovos-microphone-plugin-alsa~=0.0.0 \ No newline at end of file