Skip to content

Commit 1217bac

Browse files
authored
Update to ovos-core 0.1 (#764)
# Description Update pinned ovos-core dependency to newer version # Issues <!-- If this is related to or closes an issue/other PR, please note them here --> # Other Notes <!-- Note any breaking changes, WIP changes, requests for input, etc. here -->
1 parent c0ccb4a commit 1217bac

3 files changed

Lines changed: 8 additions & 7 deletions

File tree

neon_core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"configuration", "neon.yaml")
3434

3535
# Patching deprecation warnings
36-
# TODO: Deprecate after migration to ovos-workshop 1.0+ and ovos-core 0.1+
36+
# TODO: Deprecate after migration to ovos-workshop 1.0+ and ovos-core 0.3.0
3737
import ovos_workshop.resource_files
3838
import ovos_core.intent_services.stop_service
3939
from ovos_utils.bracket_expansion import expand_template

requirements/requirements.txt

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,18 @@
11
# ovos-core version pinned for compat. with patches in NeonCore
2-
ovos-core[lgpl]~=0.0.8
3-
# padacioso==0.1.3a2
2+
ovos-core[lgpl]~=0.1
43

5-
# TODO ovos-classifiers required for common-play
6-
ovos-classifiers
74

85
neon-utils[network]~=1.13,>=1.13.1a1
96
ovos-utils~=0.0,>=0.0.38
107
ovos-bus-client~=0.0,>=0.0.10
118
neon-transformers~=1.0
129
ovos-config~=0.0,>=0.0.12
1310
ovos-plugin-manager~=0.0,>=0.0.25
14-
ovos-backend-client<=2.0
11+
12+
# TODO ovos-classifiers required for common-play
13+
ovos-classifiers
14+
15+
# TODO: Remove when run_neon.py is deprecated
1516
psutil~=5.6
1617

1718
click~=8.0

requirements/skills_extended.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
neon-skill-audio_recording~=0.0.1,>=0.0.2a3
1+
neon-skill-audio_recording~=0.0.1,>=0.0.2a4
22
#neon-skill-custom_conversation>=0.0.1a10,<0.0.2
33
neon-skill-instructions~=1.0
44
neon-skill-launcher~=1.1

0 commit comments

Comments
 (0)