Skip to content

Commit

Permalink
Update dependencies to available stable versions (#589)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Dec 18, 2023
1 parent 8acde2c commit 60eeacf
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions requirements/core_modules.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# neon core modules
neon_messagebus~=1.1,>=1.1.1a9
neon_enclosure~=1.6,>=1.6.1a5
neon_messagebus~=2.0
neon_enclosure~=1.6,>=1.6.1
neon_speech~=4.2,>=4.2.1a7
neon_gui~=1.2,>=1.2.2
neon_audio~=1.4,>=1.4.1a5
neon_audio~=1.5
4 changes: 2 additions & 2 deletions requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ neon-tts-plugin-coqui~=0.7,>=0.7.3a4
ovos-stt-plugin-vosk~=0.1,>=0.1.4

# PHAL Plugins
neon-phal-plugin-monitoring>=0.0.1a2
neon-phal-plugin-monitoring~=0.0.1
neon-phal-plugin-audio-receiver>=0.0.3,>=0.0.4a1
neon-phal-plugin-reset~=0.4
neon-phal-plugin-core-updater~=1.3
Expand All @@ -51,7 +51,7 @@ ovos-phal-plugin-ipgeo~=0.0.2
ovos-gui-plugin-shell-companion~=0.0.0

# Pi-specific skills
neon-skill-core_ready~=0.0.1a2
neon-skill-core_ready~=0.0.1
neon-skill-update~=2.1
ovos-skill-homescreen~=0.0.2,>=0.0.3a6
ovos-skill-setup~=0.0.1
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ mock~=5.0

# default plugins
neon-lang-plugin-libretranslate~=0.2
neon-utterance-translator-plugin~=0.1,>=0.1.2a2
neon-utterance-normalizer-plugin~=0.0.2,>=0.0.3a4
neon-utterance-translator-plugin~=0.2
neon-utterance-normalizer-plugin~=0.1

# TODO: Patching test failures https://github.com/NeonGeckoCom/NeonCore/actions/runs/4888865255/jobs/8727164992?pr=422
requests < 2.30.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/skills_default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
skill-ddg~=0.0.2a3
skill-ddg==0.0.2a3
neon-skill-alerts~=2.0
neon-skill-caffeinewiz~=1.0
neon-skill-data_controls~=2.0
Expand All @@ -9,7 +9,7 @@ neon-skill-speed_test~=1.0,>=1.0.1
neon-skill-spelling~=1.0
neon-skill-stock~=1.0
neon-skill-support_helper~=1.2
neon-skill-user_settings~=1.0,>=1.0.4a2
neon-skill-user_settings~=1.0,>=1.0.4
neon-skill-weather~=1.0,>=1.0.1
neon-skill-wikipedia~=1.0,>=1.0.1
neon-skill-free_music_archive~=1.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/skills_essential.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
neon-skill-about~=1.0
neon-skill-date_time~=1.0,>=1.0.1a2
neon-skill-demo~=1.0,>=1.0.1a1
neon-skill-demo~=1.0,>=1.0.1a2
neon-skill-device_controls~=1.0,>=1.0.1a2
neon-skill-ip_address~=1.0,>=1.0.1a3
neon-skill-ip_address~=1.1
4 changes: 2 additions & 2 deletions requirements/skills_required.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ovos-skill-stop~=0.2,>=0.3.0a7
neon-skill-fallback_unknown~=1.0,>=1.0.1a2
ovos-skill-stop~=0.2,==0.3.0a7
neon-skill-fallback_unknown~=1.1
neon-skill-communication~=0.1

0 comments on commit 60eeacf

Please sign in to comment.