Skip to content

Commit

Permalink
Update OVOS dependencies for 0.x compat.
Browse files Browse the repository at this point in the history
Refactor imports
  • Loading branch information
NeonDaniel committed Sep 13, 2024
1 parent f19a226 commit 77eec86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
from ovos_utils.log import LOG
from ovos_utils.process_utils import RuntimeRequirements
from neon_utils.skills.common_query_skill import CommonQuerySkill, CQSMatchLevel
from adapt.intent import IntentBuilder
from ovos_workshop.intents import IntentBuilder
from ovos_workshop.decorators import intent_handler


Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
neon-utils~=1.0
# TODO: network patching dependency resolution
neon-utils[network]~=1.0,>=1.11.1a3
ovos-utils~=0.0, >=0.0.28
ovos-workshop~=0.0.15
adapt-parser<2.0,>=0.5
ovos-workshop~=0.0,>=0.0.15

0 comments on commit 77eec86

Please sign in to comment.