diff --git a/.github/workflows/unit_tests.yml b/.github/workflows/unit_tests.yml index 5e3a646..b9bc2aa 100644 --- a/.github/workflows/unit_tests.yml +++ b/.github/workflows/unit_tests.yml @@ -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 diff --git a/requirements/extras.txt b/requirements/extras.txt index 0ccaf4d..5172b9a 100644 --- a/requirements/extras.txt +++ b/requirements/extras.txt @@ -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 diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 360657e..d0919a9 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -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