Skip to content

Commit

Permalink
Remove alpha dependencies to validate stable release (#618)
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 Feb 26, 2024
1 parent a07e314 commit 7a5e1ae
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 54 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~=2.0,>=2.0.1
neon_enclosure~=1.6,>=1.6.2a1
neon_speech~=4.3
neon_enclosure==1.6.2 # TODO: This is a yanked release because it depends on an alpha ovos-backend-client
neon_speech~=4.3 #,>=4.3.1a2
neon_gui~=1.2,>=1.2.2
neon_audio~=1.5,>=1.5.1a3
neon_audio~=1.5,>=1.5.1
3 changes: 0 additions & 3 deletions requirements/docker.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ ovos-tts-plugin-mimic

# "Lite" homescreen disables edge-device functionality
ovos-skill-homescreen-lite @ git+https://github.com/openvoiceos/skill-homescreen-lite

# TODO: Pinned to resolve install issue with PyICU introduced in 0.0.0a51
ovos-classifiers==0.0.0a50
2 changes: 1 addition & 1 deletion requirements/local_speech_processing.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
neon-stt-plugin-deepspeech-stream-local~=2.0
neon-stt-plugin-nemo~=0.0
neon-tts-plugin-coqui~=0.7,>=0.7.3a4
neon-tts-plugin-coqui~=0.8
onnxruntime!=1.16.0 # TODO: Patching https://github.com/microsoft/onnxruntime/issues/17631
# TODO: Local language plugin

Expand Down
28 changes: 13 additions & 15 deletions requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ neon-stt-plugin-google-cloud-streaming~=1.0,>=1.0.1

neon-tts-plugin-coqui-remote~=0.0.3
neon-stt-plugin-nemo~=0.0.4
ovos-tts-plugin-server~=0.0.0,>=0.0.2a4
ovos-tts-plugin-server==0.0.2a12

# Fallback plugins
neon-tts-plugin-coqui~=0.7,>=0.7.3a4
Expand All @@ -37,32 +37,30 @@ neon-phal-plugin-fan~=0.1
neon-phal-plugin-switches~=0.0.4
neon-phal-plugin-linear_led~=0.2,>=0.2.2
ovos-phal-plugin-balena-wifi~=1.0.0
neon-phal-plugin-gui-network-client~=0.0.3,>=0.0.4a1
neon-phal-plugin-gui-network-client~=0.0.4
ovos-phal-plugin-network-manager~=1.1
ovos-phal-plugin-wifi-setup~=1.1,>=1.1.2a1
ovos-phal-plugin-oauth~=0.0.2,>=0.0.3a2
ovos-phal-plugin-wifi-setup==1.1.2a1
ovos-phal-plugin-oauth==0.0.3a2
ovos-phal-plugin-alsa~=0.0.3
ovos-phal-plugin-system~=0.0.4,>=0.0.5a1
ovos-phal-plugin-system~=0.0.4 #,>=0.0.5a1
ovos-phal-plugin-connectivity-events~=0.0.3
ovos-phal-plugin-homeassistant~=0.0.3,>=0.0.4a5
ovos-phal-plugin-homeassistant~=0.0.3 #,>=0.0.4a5
ovos-phal-plugin-wallpaper-manager~=0.0.1
ovos-phal-plugin-ipgeo~=0.0.2
ovos-phal-plugin-mk1 @ git+https://github.com/openvoiceos/ovos-phal-plugin-mk1@dev
# ovos-phal-plugin-mk1 @ git+https://github.com/openvoiceos/ovos-phal-plugin-mk1@dev
# TODO: Stable spec for mk1 plugin
# ovos-phal-plugin-gpsd @ git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-gpsd
ovos-gui-plugin-shell-companion~=0.0.0,>=0.0.1a4
ovos-gui-plugin-shell-companion==0.0.1a5

# Pi-specific skills
neon-skill-core_ready~=0.0.1,>=0.0.2a1
neon-skill-update~=2.1,>=2.1.3a1
# ovos-skill-homescreen~=0.0.2,>=0.0.3a6
ovos-skill-homescreen==0.0.3a6
neon-skill-core_ready~=0.0.1 #,>=0.0.2a1
neon-skill-update~=2.1 #,>=2.1.3a1
# ovos-skill-homescreen~=0.0.2,>=0.0.3a16
ovos-skill-homescreen==0.0.3a16

# ovos-skill-setup~=0.0.1
ovos-skill-volume~=0.0.1
skill-markII-audio-receiver~=0.1

# TODO: Pinned to resolve install issue with PyICU introduced in 0.0.0a51
ovos-classifiers==0.0.0a50

# Backwards-compat
ovos-skills-manager~=0.0.13 # TODO: Remove in 2024
13 changes: 7 additions & 6 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@
ovos-core==0.0.7
# padacioso==0.1.3a2

# TODO: Audio for alpha resolution
neon-utils[network,audio]~=1.8,>=1.8.3a2
# # TODO: Audio for alpha resolution
neon-utils[network,audio]~=1.8,>=1.8.3a5

ovos-utils~=0.0.38
ovos-bus-client~=0.0.8
neon-transformers~=0.2
ovos-config~=0.0.12
ovos-plugin-manager~=0.0.25
ovos-backend-client~=0.1,>=0.1.1a2
# ovos-backend-client~=0.1,>=0.1.1a2
ovos-backend-client==0.1.1a5 # TODO
psutil~=5.6

click~=8.0
Expand All @@ -24,14 +25,14 @@ neon-lang-plugin-libretranslate~=0.2
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
requests~=2.29


# TODO: Patching dependencies ovos-core[skills,skills_lgpl] extra deps
adapt-parser~=0.5
padacioso~=0.1
ovos-lingua-franca~=0.4.8a7
ovos-lingua-franca==0.4.8a7 # TODO
ovos-classifiers==0.0.0a53 # TODO
ovos-phal-plugin-connectivity-events~=0.0.1
padatious~=0.4.8
fann2==1.0.7
32 changes: 16 additions & 16 deletions requirements/skills_default.txt
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
skill-ddg==0.0.2a3
neon-skill-alerts~=2.0,>=2.0.1a4
neon-skill-caffeinewiz~=1.0,>=1.0.1a4
neon-skill-data_controls~=2.0,>=2.0.1a2
neon-skill-fallback_wolfram_alpha~=1.0,>=1.0.1a1
neon-skill-personal~=1.0,>=1.0.1a3
neon-skill-speak~=2.0,>=2.0.1a1
neon-skill-speed_test~=1.0,>=1.0.2a1
neon-skill-spelling~=1.0,>=1.0.1a1
neon-skill-stock~=1.0,>=1.0.1a1
neon-skill-support_helper~=1.2,>=1.2.2a1
neon-skill-user_settings~=1.0,>=1.0.5a2
neon-skill-weather~=1.0,>=1.0.2a1
neon-skill-wikipedia~=1.0,>=1.0.2a1
neon-skill-free_music_archive~=1.0,>=1.0.1a1
neon-skill-local_music~=2.0,>=2.0.1a1
neon-skill-alerts~=2.0 #,>=2.0.1a4
neon-skill-caffeinewiz~=1.0 #,>=1.0.1a4
neon-skill-data_controls~=2.0 #,>=2.0.1a2
neon-skill-fallback_wolfram_alpha~=1.0 #,>=1.0.1a1
neon-skill-personal~=1.0 #,>=1.0.1a3
neon-skill-speak~=2.0 #,>=2.0.1a1
neon-skill-speed_test~=1.0,>=1.0.1 #,>=1.0.2a1
neon-skill-spelling~=1.0 #,>=1.0.1a1
neon-skill-stock~=1.0 #,>=1.0.1a1
neon-skill-support_helper~=1.2,>=1.2.1 #,>=1.2.2a1
neon-skill-user_settings~=1.0 #,>=1.0.5a2
neon-skill-weather~=1.0,>=1.0.1 #,>=1.0.2a1
neon-skill-wikipedia~=1.0,>=1.0.1 #,>=1.0.2a1
neon-skill-free_music_archive~=1.0 #,>=1.0.1a1
neon-skill-local_music~=2.0 #,>=2.0.1a1
# neon-skill-holidays~=0.0.0a1
neon-skill-fallback_llm~=1.0,>=1.0.2a2
neon-skill-fallback_llm~=1.0,>=1.0.1 #,>=1.0.2a2
8 changes: 4 additions & 4 deletions requirements/skills_essential.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
neon-skill-about~=1.0,>=1.0.1a1
neon-skill-date_time~=1.0,>=1.0.1a6
neon-skill-about~=1.0 #,>=1.0.1a1
neon-skill-date_time~=1.0 #,>=1.0.1a6
neon-skill-demo~=1.0,>=1.0.2
neon-skill-device_controls~=1.0,>=1.0.1a5
neon-skill-ip_address~=1.1,>=1.1.1a3
neon-skill-device_controls~=1.0 #,>=1.0.1a5
neon-skill-ip_address~=1.1 #,>=1.1.1a3
12 changes: 6 additions & 6 deletions requirements/skills_extended.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
neon-skill-audio_record~=1.0,>=1.0.1a1
neon-skill-audio_record~=1.0 #,>=1.0.1a1
# neon-skill-custom_conversation>=0.0.1a8,<0.0.2
neon-skill-instructions~=0.1,>=0.1.1a3
neon-skill-launcher~=1.0,>=1.0.1a1
neon-skill-instructions~=0.1 #,>=0.1.1a3
neon-skill-launcher~=1.0 #,>=1.0.1a1
skill-news~=0.0.3
# neon-skill-recipes>=0.0.1a8
neon-skill-synonyms~=1.0,>=1.0.2a2
neon-skill-translation~=1.0,>=1.0.1a2
neon-skill-camera~=1.0,>=1.0.1a1
neon-skill-synonyms~=1.0, >=1.0.1 #,>=1.0.2a2
neon-skill-translation~=1.0 #,>=1.0.1a2
neon-skill-camera~=1.0 #,>=1.0.1a1
ovos-skill-somafm~=0.0.1
neon-homeassistant-skill~=0.0.16
ovos-skill-jokes @ git+https://github.com/openvoiceos/skill-ovos-icanhazdadjokes@ad20ee400c7195cfdb43596f32b1c0a4293ce941

0 comments on commit 7a5e1ae

Please sign in to comment.