From 207bcd730cc54b8f671dc0c49d9b355a10cd0e05 Mon Sep 17 00:00:00 2001 From: JarbasAI <33701864+JarbasAl@users.noreply.github.com> Date: Tue, 15 Oct 2024 17:30:35 +0100 Subject: [PATCH] fix:allow latest stable packages (#34) --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 27810e5..1ea6624 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests -ovos-utils~=0.0, >=0.0.35 -ovos_workshop~=0.0, >=0.0.11 +ovos-utils>=0.0.35,<1.0.0 +ovos_workshop>=0.0.11,<2.0.0 ovos-translate-server-plugin -ovos-config~=0.0, >=0.0.11 -ovos-plugin-manager>=0.0.26a38 +ovos-config>=0.0.11,<1.0.0 +ovos-plugin-manager>=0.0.26,<1.0.0