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 dependencies to stable versions or pinned alphas #653

Merged
merged 2 commits into from
Apr 24, 2024
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
13 changes: 8 additions & 5 deletions requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ neon-stt-plugin-nemo~=0.0.4
ovos-tts-plugin-server==0.0.2a12

# Fallback plugins
neon-tts-plugin-coqui~=0.7,>=0.7.3a4
neon-tts-plugin-coqui~=0.8
ovos-stt-plugin-vosk~=0.1,>=0.1.4

# PHAL Plugins
Expand All @@ -41,12 +41,14 @@ neon-phal-plugin-linear_led~=0.2,>=0.2.3
neon-phal-plugin-gui-network-client~=0.0.5
ovos-phal-plugin-balena-wifi~=1.0.0
ovos-phal-plugin-network-manager~=1.1
ovos-phal-plugin-wifi-setup~=1.1,>=1.1.2a1
# TODO: wifi-setup pinned for stable release
ovos-phal-plugin-wifi-setup==1.1.2a1
ovos-phal-plugin-oauth~=0.0,>=0.0.3a3
ovos-phal-plugin-alsa~=0.0.3
# TODO: system pinned for ovos-utils 0.0.x latest compat.
ovos-phal-plugin-system==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
Expand All @@ -56,8 +58,9 @@ ovos-gui-plugin-shell-companion==0.0.1a5

# Pi-specific skills
neon-skill-core_ready~=0.1
neon-skill-update~=2.1,>=2.1.3a5
ovos-skill-homescreen~=0.0.2,>=0.0.3a16
neon-skill-update~=3.0
# TODO: Pinned for stable releases
ovos-skill-homescreen==0.0.3a16

# ovos-skill-setup~=0.0.1
ovos-skill-volume~=0.0.1
Expand Down
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
ovos-core==0.0.7
# padacioso==0.1.3a2

neon-utils[network,audio]~=1.9,>=1.9.2a5
# TODO: Audio patching alpha dependency resolution
neon-utils[network]~=1.10
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
# TODO: ovos-backend-client pinned for stable release
ovos-backend-client==0.1.1a5
psutil~=5.6

click~=8.0
Expand All @@ -29,7 +29,7 @@ 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,>=0.4.8a7
ovos-lingua-franca==0.4.8a7
ovos-phal-plugin-connectivity-events~=0.0.1
padatious~=0.4.8
fann2==1.0.7
Loading