Skip to content

Commit

Permalink
Update GUI module to resolve deprecation warning for About data
Browse files Browse the repository at this point in the history
Update Coqui remote TTS plugin to resolve base class deprecation warning
Update speak skill to resolve import path deprecation warning
Remove dependency patching to prevent ovos-utils 0.1 installation
  • Loading branch information
NeonDaniel committed Sep 20, 2024
1 parent 1953134 commit 4addcb3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
4 changes: 2 additions & 2 deletions requirements/core_modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# neon core modules
neon-messagebus~=2.0,>=2.0.2a6
neon-enclosure~=1.7,>=1.7.1a2
neon-speech~=4.4,>=4.4.1
neon-gui~=1.3,>=1.3.1a1
neon-speech~=4.4,>=4.4.2a3
neon-gui~=1.3,>=1.3.1a3
neon-audio~=1.5.1,>=1.5.2a10
2 changes: 1 addition & 1 deletion requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ovos-ww-plugin-vosk~=0.1,>=0.1.1
ovos-ww-plugin-openwakeword~=0.2
neon-stt-plugin-google-cloud-streaming~=1.0,>=1.0.2a3

neon-tts-plugin-coqui-remote~=0.0.3,>=0.0.4a2
neon-tts-plugin-coqui-remote~=0.0.3,>=0.0.4a3
neon-stt-plugin-nemo~=0.0.4,>=0.0.5a4
ovos-tts-plugin-server==0.0.2a12
ovos-stt-plugin-server~=0.0.3
Expand Down
8 changes: 2 additions & 6 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,5 @@ neon-utterance-normalizer-plugin~=0.1,>=0.1.1a1
# Ensure uk-ua language support
ovos-lingua-franca~=0.4,>=0.4.8a13

# TODO: Below adding support for ovos-utils 0.1.0
#neon-mq-connector>=0.7.2a2

## TODO: Below supporting resolution of ovos-utils<0.1.0
ovos-plugin-common-play==0.0.6
ovos-utils~=0.0.38
# TODO: Below adding support for latest OVOS package resolution
neon-mq-connector>=0.7.2a3
2 changes: 1 addition & 1 deletion requirements/skills_default.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ neon-skill-caffeinewiz~=1.0,>=1.0.3a1
neon-skill-data_controls~=2.0,>=2.0.3a1
neon-skill-fallback_wolfram_alpha~=2.1,>=2.1.1a1
neon-skill-personal~=1.0,>=1.0.3a1
neon-skill-speak~=2.0,>=2.0.3a1
neon-skill-speak~=2.0,>=2.0.3a2
neon-skill-speed_test~=1.0,>=1.0.4a1
neon-skill-spelling~=1.1,>=1.1.1a1
neon-skill-stock~=1.0,>=1.0.1a6
Expand Down

0 comments on commit 4addcb3

Please sign in to comment.