Skip to content

Commit

Permalink
requirements/latest_stable (#18)
Browse files Browse the repository at this point in the history
* requirements/latest_stable

* fix/init
  • Loading branch information
JarbasAl authored Jan 13, 2024
1 parent ee03664 commit 4e292d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from ovos_config import Configuration
from ovos_utils import classproperty
from ovos_utils.process_utils import RuntimeRequirements
from ovos_utils.sound import wait_while_speaking
from ovos_workshop.decorators import intent_handler
from ovos_workshop.skills import OVOSSkill

Expand Down Expand Up @@ -81,7 +80,6 @@ def wake_word(self):
# TODO move mark1 handlers to PHAL mk1 plugin
def mark1_sleep_animation(self, message=None):
time.sleep(0.5)
wait_while_speaking()
# Dim and look downward to 'go to sleep'
# TODO: Get current brightness from somewhere
self.old_brightness = 30
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ovos-utils~=0.0, >=0.0.28
ovos_workshop~=0.0, >=0.0.12a27
ovos-bus-client
ovos-utils~=0.0, >=0.0.38
ovos_workshop~=0.0, >=0.0.15
ovos-bus-client~=0.0, >=0.0.8

0 comments on commit 4e292d1

Please sign in to comment.