Skip to content

Commit

Permalink
feat:extras_requirements (#95)
Browse files Browse the repository at this point in the history
* feat:extras_requirements

default plugins that should be bundled in a "full" install

* feat:extras_requirements

default plugins that should be bundled in a "full" install
  • Loading branch information
JarbasAl authored Sep 11, 2024
1 parent 707b150 commit 242cec9
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/build_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,13 @@ jobs:
- name: Install System Dependencies
run: |
sudo apt-get update
sudo apt install python3-dev swig libssl-dev libfann-dev portaudio19-dev libpulse-dev
sudo apt install python3-dev swig libssl-dev portaudio19-dev libpulse-dev
- name: Build Source Packages
run: |
run: |
python setup.py sdist
- name: Build Distribution Packages
run: |
python setup.py bdist_wheel
- name: Install tflite_runtime workaround tflit bug
run: |
pip3 install numpy
pip3 install --extra-index-url https://google-coral.github.io/py-repo/ tflite_runtime
- name: Install core repo
run: |
pip install .[audio-backend,mark1,stt,tts,skills_minimal,skills,gui,bus,all]
pip install .[extras]
12 changes: 10 additions & 2 deletions requirements/extras.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
ovos-tts-plugin-server
ovos_audio_plugin_simple>=0.0.2a7
ovos-tts-plugin-server>=0.0.2, <1.0.0
ovos_audio_plugin_simple>=0.1.0, <1.0.0
ovos_plugin_common_play>=0.0.7, <1.0.0

# OCP plugins
ovos-ocp-youtube-plugin~=0.0, >=0.0.1
ovos-ocp-m3u-plugin>=0.0.1,<1.0.0
ovos-ocp-rss-plugin>=0.0.2,<1.0.0
ovos-ocp-files-plugin~=0.13
ovos-ocp-news-plugin>=0.0.3,<1.0.0

0 comments on commit 242cec9

Please sign in to comment.