Skip to content

Commit

Permalink
Update OVOS depdendencies for 0.x compat (#28)
Browse files Browse the repository at this point in the history
* Update OVOS dependencies for 0.x compat.
Refactor imports

* Update skill.json

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: NeonDaniel <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent 3b2ba83 commit 4268716
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 @@ -41,10 +41,10 @@
# limitations under the License.

from neon_utils.skills import NeonSkill
from adapt.intent import IntentBuilder
from ovos_utils import classproperty
from ovos_utils.process_utils import RuntimeRequirements

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
5 changes: 2 additions & 3 deletions skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,9 @@
"systemDeps": false,
"requirements": {
"python": [
"adapt-parser<2.0,>=0.5",
"neon-utils~=1.0",
"neon-utils[network]~=1.0,>=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 4268716

Please sign in to comment.