From 126d9682761882d4515211d9e6044556dcc0d477 Mon Sep 17 00:00:00 2001 From: Daniel McKnight <34697904+NeonDaniel@users.noreply.github.com> Date: Thu, 25 Apr 2024 15:52:18 -0700 Subject: [PATCH] Loosen dependencies to support ovos-utils 0.1 (#52) * Loosen dependencies to support ovos-utils 0.1 * Update skill.json --------- Co-authored-by: Daniel McKnight Co-authored-by: NeonDaniel --- requirements.txt | 2 +- skill.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dba51c6..a82d513 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ neon-utils~=1.5 -ovos_utils~=0.0.28 +ovos_utils~=0.0,>=0.0.28 ovos-workshop~=0.0.15 \ No newline at end of file diff --git a/skill.json b/skill.json index ccbc9ec..6c29caf 100644 --- a/skill.json +++ b/skill.json @@ -12,7 +12,7 @@ "python": [ "neon-utils~=1.5", "ovos-workshop~=0.0.15", - "ovos_utils~=0.0.28" + "ovos_utils~=0.0,>=0.0.28" ], "system": {}, "skill": []