Skip to content

Commit f35f2d3

Browse files
committed
Update OVOS dependencies to allow 0.x versions
Replace `adapt.intent` import with `ovos-workshop` wrapper
1 parent a747aab commit f35f2d3

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
from ovos_utils.process_utils import RuntimeRequirements
3737
from neon_utils.skills.neon_skill import NeonSkill
3838
from neon_utils.log_utils import LOG
39-
from adapt.intent import IntentBuilder
39+
from ovos_workshop.intents import IntentBuilder
4040
from os import listdir, path
4141
from ovos_workshop.decorators import skill_api_method, intent_handler
4242

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
neon-utils~=1.2,>=1.2.2,!=1.9.0
22
ovos-utils~=0.0, >=0.0.28
3-
ovos-workshop~=0.0.15
4-
adapt-parser<2.0,>=0.5
3+
ovos-workshop~=0.0,>=0.0.15

0 commit comments

Comments
 (0)