Skip to content

Commit

Permalink
Update OVOS depdendencies for 0.x compat (#35)
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 c4e8c81 commit 7421d4b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +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
ovos-workshop~=0.0,>=0.0.15
4 changes: 2 additions & 2 deletions skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"systemDeps": false,
"requirements": {
"python": [
"neon-utils~=1.0",
"ovos-workshop~=0.0.15",
"neon-utils[network]~=1.0,>=1.11.1a3",
"ovos-workshop~=0.0,>=0.0.15",
"ovos_utils~=0.0, >=0.0.28"
],
"system": {},
Expand Down

0 comments on commit 7421d4b

Please sign in to comment.