Skip to content

Commit 73017c9

Browse files
authored
Update OVOS depdendencies for 0.x compat (#84)
* 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]>
1 parent 913c7ea commit 73017c9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

requirements.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
neon-utils[network]~=1.3
1+
# TODO: network patching dependency resolution
2+
neon-utils[network]~=1.0,>=1.11.1a3
23
ovos-utils~=0.0, >=0.0.28
34
pyyaml>=5.4,<7.0
4-
ovos-bus-client~=0.0.3
5-
ovos-workshop~=0.0.12
5+
ovos-bus-client~=0.0,>=0.0.3
6+
ovos-workshop~=0.0,>=0.0.12

skill.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
"systemDeps": false,
1414
"requirements": {
1515
"python": [
16-
"neon-utils[network]~=1.3",
17-
"ovos-bus-client~=0.0.3",
16+
"neon-utils[network]~=1.0,>=1.11.1a3",
17+
"ovos-bus-client~=0.0,>=0.0.3",
1818
"ovos-utils~=0.0, >=0.0.28",
19-
"ovos-workshop~=0.0.12",
19+
"ovos-workshop~=0.0,>=0.0.12",
2020
"pyyaml>=5.4,<7.0"
2121
],
2222
"system": {},

0 commit comments

Comments
 (0)