Skip to content

Commit

Permalink
Update OVOS dependencies to allow 0.x versions (#87)
Browse files Browse the repository at this point in the history
* Update OVOS dependencies to allow 0.x versions
Replace `adapt.intent` import with `ovos-workshop` wrapper

* Update skill.json

* Update neon-utils for dependency compat

* Update skill.json

---------

Co-authored-by: Daniel McKnight <daniel@neon.ai>
Co-authored-by: NeonDaniel <NeonDaniel@users.noreply.github.com>
  • Loading branch information
3 people committed Sep 13, 2024
1 parent a747aab commit be3b909
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.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
ovos-workshop~=0.0,>=0.0.15
5 changes: 2 additions & 3 deletions skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": []
Expand Down

0 comments on commit be3b909

Please sign in to comment.