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 prep geolocation patch release #597

Merged
merged 1 commit into from
Dec 27, 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
11 changes: 8 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ ovos-core==0.0.7
# padacioso==0.1.3a2
ovos-plugin-common-play~=0.0.5

# TODO: Audio extra fo alpha compat.
neon-utils[network,audio]~=1.8,>=1.8.2a1
neon-utils[network]~=1.8,>=1.8.2

ovos-utils~=0.0.35
ovos-bus-client~=0.0.5
Expand All @@ -29,10 +28,16 @@ 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

# TODO: Pinning latest stable release
ovos-workshop==0.0.12
ovos-utils==0.0.36
ovos-plugin-manager==0.0.24


# 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
ovos-phal-plugin-connectivity-events~=0.0.1
padatious~=0.4.8
fann2==1.0.7
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.1a3
# neon-skill-date_time~=1.0,>=1.0.1a3
neon-skill-date_time~=1.0
neon-skill-demo~=1.0,>=1.0.2
neon-skill-device_controls~=1.0,>=1.0.1a4
# neon-skill-device_controls~=1.0,>=1.0.1a4
neon-skill-device_controls~=1.0
neon-skill-ip_address~=1.1
2 changes: 1 addition & 1 deletion requirements/skills_required.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ovos-skill-stop==0.3.0a7
neon-skill-fallback_unknown~=1.1,>=1.1.1a1
neon-skill-fallback_unknown~=1.2
neon-skill-communication~=0.1
Loading