diff --git a/__init__.py b/__init__.py index c4f7967..ed3c3df 100644 --- a/__init__.py +++ b/__init__.py @@ -36,7 +36,7 @@ from ovos_utils.process_utils import RuntimeRequirements from neon_utils.skills.neon_skill import NeonSkill from neon_utils.log_utils import LOG -from adapt.intent import IntentBuilder +from ovos_workshop.intents import IntentBuilder from os import listdir, path from ovos_workshop.decorators import skill_api_method, intent_handler diff --git a/requirements.txt b/requirements.txt index 0263769..3e76914 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -neon-utils~=1.2,>=1.2.2,!=1.9.0 +# TODO: network patching dependency resolution +neon-utils[network]~=1.8,>=1.11.1a3 ovos-utils~=0.0, >=0.0.28 -ovos-workshop~=0.0.15 -adapt-parser<2.0,>=0.5 \ No newline at end of file +ovos-workshop~=0.0,>=0.0.15 \ No newline at end of file diff --git a/skill.json b/skill.json index bceccf3..899ef78 100644 --- a/skill.json +++ b/skill.json @@ -14,10 +14,9 @@ "systemDeps": false, "requirements": { "python": [ - "adapt-parser<2.0,>=0.5", - "neon-utils~=1.2,>=1.2.2,!=1.9.0", + "neon-utils[network]~=1.8,>=1.11.1a3", "ovos-utils~=0.0, >=0.0.28", - "ovos-workshop~=0.0.15" + "ovos-workshop~=0.0,>=0.0.15" ], "system": {}, "skill": []