Skip to content

Commit

Permalink
Update neon-minerva test dependency to stable spec (#81)
Browse files Browse the repository at this point in the history
* Validate neon-minerva compat.

* Update neon-utils dependency

* Update skill.json

* Update neon-minerva test dependency to stable spec

---------

Co-authored-by: Daniel McKnight <[email protected]>
Co-authored-by: NeonDaniel <[email protected]>
  • Loading branch information
3 people authored Mar 1, 2024
1 parent b04b840 commit 160b823
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
neon-utils~=1.2,>=1.2.2
neon-utils~=1.2,>=1.2.2,!=1.9.0
ovos-utils~=0.0, >=0.0.28
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.1,>=0.1.1a5
neon-minerva[padatious]~=0.2
2 changes: 1 addition & 1 deletion skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"systemDeps": false,
"requirements": {
"python": [
"neon-utils~=1.2,>=1.2.2",
"neon-utils~=1.2,>=1.2.2,!=1.9.0",
"ovos-utils~=0.0, >=0.0.28"
],
"system": {},
Expand Down

0 comments on commit 160b823

Please sign in to comment.