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 skills to prep for ovos-core 0.0.8 #667

Merged
merged 2 commits into from
May 8, 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
2 changes: 2 additions & 0 deletions requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ ovos-skill-homescreen~=0.0.2,>=0.0.3a16
ovos-skill-volume~=0.0.1
skill-markII-audio-receiver~=0.1

# Used for Demo Skill
ovos-tts-plugin-mimic~=0.2
6 changes: 3 additions & 3 deletions requirements/skills_default.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
skill-ddg==0.0.2a5
neon-skill-alerts~=3.0
neon-skill-caffeinewiz~=1.0,>=1.0.1
neon-skill-caffeinewiz~=1.0,>=1.0.2a1
neon-skill-data_controls~=2.0,>=2.0.1
neon-skill-fallback_wolfram_alpha~=2.0
neon-skill-personal~=1.0,>=1.0.1
neon-skill-fallback_wolfram_alpha~=2.0,>=2.0.1a1
neon-skill-personal~=1.0,>=1.0.2a1
neon-skill-speak~=2.0,>=2.0.1
neon-skill-speed_test~=1.0,>=1.0.2
neon-skill-spelling~=1.1
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,>=1.0.1
neon-skill-about~=1.0,>=1.0.2a1
neon-skill-date_time~=1.1
neon-skill-demo~=1.0,>=1.0.2
neon-skill-demo~=1.0,>=1.0.3a1
neon-skill-device_controls~=1.1
neon-skill-ip-address~=1.2,>=1.2.1a2
4 changes: 2 additions & 2 deletions requirements/skills_required.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TODO: Stop skill deprecated with ovos-core 0.0.8; pinned last release (with stable dependencies)
ovos-skill-stop==0.3.0a9
neon-skill-fallback_unknown~=2.0
neon-skill-communication~=0.1
neon-skill-fallback_unknown~=2.0,>=2.0.1a1
neon-skill-communication~=0.1,>=0.1.1a3
Loading