Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update config and dependencies to patch breaking changes #552

Merged
merged 4 commits into from
Sep 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements/local_speech_processing.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
neon-stt-plugin-deepspeech-stream-local~=2.0
neon-stt-plugin-nemo~=0.0
neon-tts-plugin-coqui~=0.7,>=0.7.1

onnxruntime!=1.16.0 # TODO: Patching https://github.com/microsoft/onnxruntime/issues/17631
# TODO: Local language plugin

# Fallback
Expand Down
1 change: 1 addition & 0 deletions requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ neon-mana-utils~=0.2,>=0.2.2

# Default plugins
ovos-vad-plugin-silero~=0.0.1
onnxruntime!=1.16.0 # TODO: Patching https://github.com/microsoft/onnxruntime/issues/17631
ovos-ww-plugin-precise~=0.1
ovos-ww-plugin-precise-lite[tflite]~=0.1,>=0.1.2
ovos-ww-plugin-vosk~=0.1,>=0.1.1
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# mycroft
ovos-core~=0.0.7
ovos-workshop~=0.0.12
ovos-workshop==0.0.12 # TODO: 0.0.13a1 introduces bug in NeonFallbackSkill
# padacioso==0.1.3a2
ovos-plugin-common-play~=0.0.5

Expand All @@ -9,8 +9,8 @@ neon-utils[network]~=1.6,>=1.6.2
ovos-utils~=0.0.35
ovos-bus-client~=0.0.5
neon-transformers~=0.2
ovos-config==0.0.11a9 # TODO: Pinned for stable release
ovos-skills-manager==0.0.13a4 # TODO: Pinned for stable release
ovos-config~=0.0.11a9
ovos-skills-manager~=0.0.13a4 # TODO: Deprecate usage
ovos-plugin-manager~=0.0.21
ovos-backend-client~=0.0.6
psutil~=5.6
Expand All @@ -29,7 +29,7 @@ requests < 2.30.0
# TODO: Patching dependencies ovos-core[skills,skills_lgpl] extra deps
adapt-parser~=0.5
padacioso~=0.1
ovos-lingua-franca==0.4.8a6 # TODO: Pinned for stable release
ovos-lingua-franca~=0.4.8a6
ovos-phal-plugin-connectivity-events~=0.0.1
padatious~=0.4.8
fann2==1.0.7
Loading