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

[ansible/template] Fix requirements #177

Merged
merged 1 commit into from
Oct 11, 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
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
ovos-messagebus
ovos-audio[extras]
ovos-core[lgpl,plugins]
ovos-PHAL[extras,linux]
ovos-dinkum-listener[extras,linux]
ovos-audio[extras]
ovos-messagebus
ovos-PHAL[linux]
ovos-phal-plugin-ipgeo
ovos-tts-plugin-polly

{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
ovos-audio-transformer-plugin-ggwave
{% endif %}

ovos-tts-plugin-polly

{% if ovos_installer_cpu_is_capable | bool %}
ovos-dinkum-listener[onnx]
{% endif %}
Expand All @@ -29,10 +29,3 @@ git+https://github.com/OVOSHatchery/ovos-PHAL-plugin-sj201-leds.git

# No PyPi release
git+https://github.com/OpenVoiceOS/ovos-cli-client.git

# Non-OVOS libraries
#neon-mana-utils #Commented until PyYAML requirement is fixed
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
onnxruntime
vosk
{% endif %}
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ovos-audio[extras]
ovos-dinkum-listener[extras,linux]
ovos-PHAL[extras,linux]
ovos-backend-client
ovos-classifiers

ovos-dinkum-listener[extras,linux]
ovos-PHAL[linux]
ovos-phal-plugin-ipgeo
ovos-tts-plugin-polly

{% if ovos_installer_cpu_is_capable | bool %}
Expand All @@ -21,4 +21,3 @@ ovos-PHAL[mk2]
# No PyPi release
git+https://github.com/JarbasHiveMind/HiveMind-voice-sat.git
git+https://github.com/JarbasHiveMind/hivemind_websocket_client.git

Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ ovos-core[skills-audio]
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") or (ovos_installer_profile != "server") %}
git+https://github.com/OpenVoiceOS/ovos-skill-ggwave.git
{% endif %}

Loading