Skip to content

Commit

Permalink
Merge pull request #177 from OpenVoiceOS/fix/requirements
Browse files Browse the repository at this point in the history
[ansible/template] Fix requirements
  • Loading branch information
goldyfruit authored Oct 11, 2024
2 parents fa3c524 + 7f0ef3d commit 5d45da0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 17 deletions.
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 %}

0 comments on commit 5d45da0

Please sign in to comment.