Skip to content

Commit

Permalink
Update OVOS dependencies to allow 0.x versions (#56)
Browse files Browse the repository at this point in the history
* Update OVOS dependencies to allow 0.x versions

* Update skill.json

---------

Co-authored-by: Daniel McKnight <daniel@neon.ai>
Co-authored-by: NeonDaniel <NeonDaniel@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 13, 2024
1 parent 318256d commit e621c31
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
from ovos_workshop.decorators import fallback_handler
from ovos_workshop.skills.fallback import FallbackSkill
from neon_utils.message_utils import request_for_neon
from ovos_bus_client import Message
from ovos_bus_client.message import Message
from ovos_utils import classproperty
from ovos_utils.log import LOG
from ovos_utils.process_utils import RuntimeRequirements
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
neon-utils~=1.5
ovos_utils~=0.0,>=0.0.28
ovos-workshop~=0.0.15
ovos-bus-client~=0.0,>=0.0.3
ovos-workshop~=0.0,>=0.0.15
3 changes: 2 additions & 1 deletion skill.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
"requirements": {
"python": [
"neon-utils~=1.5",
"ovos-workshop~=0.0.15",
"ovos-bus-client~=0.0,>=0.0.3",
"ovos-workshop~=0.0,>=0.0.15",
"ovos_utils~=0.0,>=0.0.28"
],
"system": {},
Expand Down

0 comments on commit e621c31

Please sign in to comment.