From d795be8a6534eac3127e31f569f0e0fdc49955a1 Mon Sep 17 00:00:00 2001 From: miro Date: Thu, 31 Oct 2024 19:43:53 +0000 Subject: [PATCH 1/2] fix:allow workshop 3.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aba8626..b028255 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ ovos-utils>=0.0.38 -ovos-workshop>=0.0.15,<2.0.0 +ovos-workshop>=0.0.15,<3.0.0 From fdfeea932f41db886a3f5e8cc38c6964da20b781 Mon Sep 17 00:00:00 2001 From: miro Date: Tue, 5 Nov 2024 03:19:41 +0000 Subject: [PATCH 2/2] fix: allow latest ovos-gui changes companion to https://github.com/OpenVoiceOS/ovos-bus-client/pull/120 and https://github.com/OpenVoiceOS/ovos-gui/pull/53 --- {ui => gui/qt5}/nature.jpg | Bin {ui => gui/qt5}/parrot.html | 0 {ui => gui/qt5}/parrot.qml | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename {ui => gui/qt5}/nature.jpg (100%) rename {ui => gui/qt5}/parrot.html (100%) rename {ui => gui/qt5}/parrot.qml (100%) diff --git a/ui/nature.jpg b/gui/qt5/nature.jpg similarity index 100% rename from ui/nature.jpg rename to gui/qt5/nature.jpg diff --git a/ui/parrot.html b/gui/qt5/parrot.html similarity index 100% rename from ui/parrot.html rename to gui/qt5/parrot.html diff --git a/ui/parrot.qml b/gui/qt5/parrot.qml similarity index 100% rename from ui/parrot.qml rename to gui/qt5/parrot.qml