Skip to content

Commit

Permalink
Include ovos-audio dependencies in TTS plugin installation
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Sep 16, 2024
1 parent cc159b3 commit 505e248
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions neon_audio/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ def install_tts_plugin(plugin: str) -> bool:
_, tmp_file = mkstemp()
with open(tmp_file, 'w') as f:
constraints = '\n'.join(get_package_dependencies("neon-audio"))
constraints += '\n'.join(get_package_dependencies("ovos-audio"))
f.write(constraints)
LOG.info(f"Constraints={constraints}")
LOG.info(f"Requested installation of plugin: {plugin}")
Expand Down

0 comments on commit 505e248

Please sign in to comment.