From d963dca2c0bb0b5cf28fc728fe46edd27036a809 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Mon, 5 Feb 2024 16:57:29 -0800 Subject: [PATCH 1/2] Update dependencies to support ovos-utils 0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5bf4151..41eb4fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ psutil~=5.6 neon-utils~=1.0 -ovos-utils~=0.0.28 \ No newline at end of file +ovos-utils~=0.0, >=0.0.28 \ No newline at end of file From f4d6c19143098381db69fa08407db27bd00105f8 Mon Sep 17 00:00:00 2001 From: NeonDaniel Date: Tue, 6 Feb 2024 00:59:18 +0000 Subject: [PATCH 2/2] Update skill.json --- skill.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skill.json b/skill.json index 5153f14..cb58a5e 100644 --- a/skill.json +++ b/skill.json @@ -16,7 +16,7 @@ "requirements": { "python": [ "neon-utils~=1.0", - "ovos-utils~=0.0.28", + "ovos-utils~=0.0, >=0.0.28", "psutil~=5.6" ], "system": {},