From 4f337a351aac4fe952498fc33690a45dc80d6ff3 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Wed, 25 Oct 2023 18:52:30 -0700 Subject: [PATCH] Update speech and audio dependencies Remove extra dependency patching --- requirements/core_modules.txt | 8 +++----- requirements/requirements.txt | 2 +- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/requirements/core_modules.txt b/requirements/core_modules.txt index e5918fa07..ba3bce37b 100644 --- a/requirements/core_modules.txt +++ b/requirements/core_modules.txt @@ -1,11 +1,9 @@ # neon core modules neon_messagebus~=1.1 neon_enclosure~=1.6 -neon_speech~=4.1,>=4.1.1a4 +neon_speech~=4.1,>=4.1.1a5 neon_gui~=1.2,>=1.2.2 -neon_audio~=1.3,>=1.3.3a15 +neon_audio~=1.3,>=1.3.3a16 # Troubleshooting version compat. -ovos_plugin_common_play==0.0.6a2 -neon-utils[network]~=1.6,>=1.6.3a3 -ovos-utils>=0.0.36a3 \ No newline at end of file +neon-utils[network]~=1.6,>=1.6.3a3 \ No newline at end of file diff --git a/requirements/requirements.txt b/requirements/requirements.txt index e32738446..0cd2299a7 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -11,7 +11,7 @@ ovos-bus-client==0.0.5 # TODO: Above pinned to reduce logs from ovos-core 0.0.7 with ovos-bus-client 0.0.6 neon-transformers~=0.2 ovos-config~=0.0.11 -ovos-plugin-manager~=0.0.21,>=0.0.24a18 +ovos-plugin-manager~=0.0.24 # Testing latest OPM ovos-backend-client~=0.0.6 psutil~=5.6