We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3e9f8db + e143365 commit 25f3d58Copy full SHA for 25f3d58
ansible/roles/ovos_installer/templates/virtualenv/core-requirements.txt.j2
@@ -6,6 +6,10 @@ ovos-PHAL[linux]
6
ovos-phal-plugin-ipgeo
7
ovos-tts-plugin-polly
8
9
+{% if ovos_installer_locale == "ca-es" %}
10
+ovos-tts-plugin-matxa-multispeaker-cat
11
+{% endif %}
12
+
13
{% if (ansible_architecture == "x86_64") or (ansible_architecture == "aarch64") %}
14
ovos-audio-transformer-plugin-ggwave
15
{% endif %}
ansible/roles/ovos_installer/templates/virtualenv/satellite-requirements.txt.j2
{% if ovos_installer_cpu_is_capable | bool %}
ovos-dinkum-listener[onnx]
0 commit comments