Skip to content

Commit

Permalink
requirements/latest_stable (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl authored Dec 30, 2023
1 parent 0508ad5 commit 80e4f3c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
from ovos_workshop.skills import OVOSSkill
from ovos_workshop.decorators import intent_handler
# TODO classifiers > 0.0.8; check if normalize is still needed
from lingua_franca.parse import normalize, extract_number
from ovos_utils.intents import IntentBuilder
from ovos_utils.process_utils import RuntimeRequirements
from ovos_utils import classproperty
from ovos_utils.process_utils import RuntimeRequirements
from ovos_workshop.decorators import intent_handler
from ovos_workshop.intents import IntentBuilder
from ovos_workshop.skills import OVOSSkill

MIN_VOLUME = 0
MAX_VOLUME = 100
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ovos-utils~=0.0, >=0.0.28a4
ovos_workshop~=0.0, >=0.0.12a8
ovos-utils~=0.0, >=0.0.38
ovos_workshop~=0.0, >=0.0.15

0 comments on commit 80e4f3c

Please sign in to comment.