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 alpha versions #569

Merged
merged 5 commits into from
Oct 28, 2023
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: 1 addition & 1 deletion neon_core/skills/patched_common_query.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

# TODO: Timeout from config
# TODO: Port to ovos-core
EXTENSION_TIME = 10
EXTENSION_TIME = 15
MIN_RESPONSE_WAIT = 3


Expand Down
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~=1.1
neon_enclosure~=1.6
neon_speech~=4.1,>=4.1.1a6
neon_speech~=4.2
neon_gui~=1.2,>=1.2.2
neon_audio~=1.3,>=1.3.3a17
neon_audio~=1.4
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
neon-cli-client~=0.2
neon-mana-utils~=0.2,>=0.2.1
neon-minerva~=0.0.0,>=0.0.1a4
neon-minerva~=0.0.1
3 changes: 3 additions & 0 deletions requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,8 @@ ovos-skill-setup~=0.0.1
ovos-skill-volume~=0.0.1
skill-markII-audio-receiver>=0.0.4

# Pinned for stable release (pulled by skill-ddg)
ovos-classifiers==0.0.0a37

# Backwards-compat
ovos-skills-manager~=0.0.13 # TODO: Remove in 2024
8 changes: 6 additions & 2 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ requests < 2.30.0
# TODO: Patching dependencies ovos-core[skills,skills_lgpl] extra deps
adapt-parser~=0.5
padacioso~=0.1
ovos-lingua-franca~=0.4.8a6
# TODO: pinned for stable release
ovos-lingua-franca==0.4.8a6
ovos-phal-plugin-connectivity-events~=0.0.1
padatious~=0.4.8
fann2==1.0.7
fann2==1.0.7

# TODO: Patching ovos-workshop alpha dependency resolution
ovos-workshop==0.0.12
5 changes: 3 additions & 2 deletions requirements/skills_default.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
skill-ddg~=0.0,>=0.0.2a2
skill-ddg==0.0.2a3
# TODO: Above pinned for stable release
neon-skill-alerts~=2.0
neon-skill-caffeinewiz~=1.0
neon-skill-data_controls~=2.0
Expand All @@ -15,4 +16,4 @@ neon-skill-wikipedia~=1.0,>=1.0.1
neon-skill-free_music_archive~=1.0
neon-skill-local_music~=2.0
# neon-skill-holidays~=0.0.0a1
neon-skill-fallback_llm~=1.0,>=1.0.1a2
neon-skill-fallback_llm~=1.0,>=1.0.1
6 changes: 4 additions & 2 deletions requirements/skills_essential.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
neon-skill-about~=1.0
neon-skill-date_time~=1.0,>=1.0.1a2
neon-skill-demo~=1.0,>=1.0.1a1
neon-skill-date_time~=1.0
# neon-skill-date_time~=1.0,>=1.0.1a2
neon-skill-demo~=1.0
# neon-skill-demo~=1.0,>=1.0.1a1
neon-skill-device_controls~=1.0
neon-skill-ip_address~=1.0
Loading