Skip to content

Commit

Permalink
Update dependencies to allow for latest OVOS packages (#10)
Browse files Browse the repository at this point in the history
* Update OVOS requirements to support 0.x versions
Update imports to remove deprecated references

* Update skill.json

* Update test dependency to troubleshoot failure

* Update minerva test dependency spec

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: NeonDaniel <[email protected]>
  • Loading branch information
3 people authored Sep 17, 2024
1 parent 033ee7b commit 3649b22
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ovos-workshop~=0.0.12
ovos-workshop~=0.0,>=0.0.12
ovos-utils~=0.0, >=0.0.28
ovos-bus-client~=0.0.3
ovos-bus-client~=0.0,>=0.0.3
2 changes: 1 addition & 1 deletion requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
neon-minerva[padatious]~=0.2
neon-minerva[padatious]~=0.2,>=0.2.1a1
4 changes: 2 additions & 2 deletions skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
"systemDeps": false,
"requirements": {
"python": [
"ovos-bus-client~=0.0.3",
"ovos-bus-client~=0.0,>=0.0.3",
"ovos-utils~=0.0, >=0.0.28",
"ovos-workshop~=0.0.12"
"ovos-workshop~=0.0,>=0.0.12"
],
"system": {},
"skill": []
Expand Down

0 comments on commit 3649b22

Please sign in to comment.