Skip to content

Commit

Permalink
chore:semver_versioning (#132)
Browse files Browse the repository at this point in the history
* chore:semver_versioning

* Update extras.txt

* unittests

* unittests
  • Loading branch information
JarbasAl authored Sep 10, 2024
1 parent 88725bf commit e6060fe
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python -m pip install build wheel
- name: Install core repo
run: |
pip install .
pip install .[extras]
- name: Install test dependencies
run: |
pip install -r requirements/tests.txt
Expand Down
12 changes: 6 additions & 6 deletions requirements/extras.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ovos-backend-client>=0.1.0
ovos-microphone-plugin-alsa~=0.0.0
ovos-stt-plugin-server~=0.0.3
ovos-ww-plugin-precise-lite~=0.1
ovos-ww-plugin-vosk~=0.1
ovos-vad-plugin-silero~=0.0.1
ovos-backend-client>=0.1.0,<1.0.0
ovos-microphone-plugin-alsa>=0.0.0,<1.0.0
ovos-stt-plugin-server>=0.0.3,<1.0.0
ovos-ww-plugin-precise-lite>=0.1,<1.0.0
ovos-ww-plugin-vosk>=0.1,<1.0.0
ovos-vad-plugin-silero>=0.0.1,<1.0.0
8 changes: 4 additions & 4 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ovos-plugin-manager<0.1.0, >=0.0.26a28
ovos-utils>=0.0.38
ovos-config<0.1.0, >=0.0.12
ovos-bus-client<0.1.0, >=0.0.7
ovos-plugin-manager>=0.1.0,<1.0.0
ovos-utils>=0.0.38,<1.0.0
ovos-config>=0.1.0,<1.0.0
ovos_bus_client>=0.0.7,<1.0.0
SpeechRecognition~=3.9

0 comments on commit e6060fe

Please sign in to comment.