Skip to content

Commit

Permalink
Update ovos-utils to allow 0.X versions
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Apr 8, 2024
1 parent f4aeaf0 commit e6b7c29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion neon_phal_plugin_linear_led/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
from ovos_plugin_manager.templates.phal import PHALPlugin
from ovos_plugin_manager.hardware.led import Color, AbstractLed
from ovos_plugin_manager.hardware.led.animations import BreatheLedAnimation, \
FillLedAnimation, BlinkLedAnimation, AlternatingLedAnimation,\
FillLedAnimation, BlinkLedAnimation, AlternatingLedAnimation, \
animations, LedAnimation
from ovos_utils.network_utils import is_connected

Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sj201-interface~=0.0.1
ovos-plugin-manager~=0.0.21
ovos-utils~=0.0.26
ovos-utils~=0.0,>=0.0.26
ovos-bus-client~=0.0.3

0 comments on commit e6b7c29

Please sign in to comment.