diff --git a/requirements/dev.txt b/requirements/dev.txt index ba711fbe7..e93cc1306 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -1,3 +1,3 @@ neon-cli-client~=0.2 neon-mana-utils~=0.2,>=0.2.1 -neon-minerva~=0.0.1 \ No newline at end of file +neon-minerva~=0.1 \ No newline at end of file diff --git a/requirements/pi.txt b/requirements/pi.txt index f44feb2cc..70e32a056 100644 --- a/requirements/pi.txt +++ b/requirements/pi.txt @@ -44,7 +44,7 @@ ovos-phal-plugin-oauth~=0.0.2 ovos-phal-plugin-alsa~=0.0.3 ovos-phal-plugin-system~=0.0.4 ovos-phal-plugin-connectivity-events~=0.0.3 -ovos-phal-plugin-homeassistant~=0.0.3 +ovos-phal-plugin-homeassistant~=0.0.3,>=0.0.4a2 ovos-phal-plugin-wallpaper-manager~=0.0.1 ovos-phal-plugin-ipgeo~=0.0.2 # ovos-phal-plugin-gpsd @ git+https://github.com/OpenVoiceOS/ovos-PHAL-plugin-gpsd diff --git a/requirements/skills_required.txt b/requirements/skills_required.txt index c5539c9ca..86513067b 100644 --- a/requirements/skills_required.txt +++ b/requirements/skills_required.txt @@ -1,3 +1,3 @@ ovos-skill-stop~=0.2,>=0.2.1 -neon-skill-fallback_unknown~=1.0,>=1.0.1a1 +neon-skill-fallback_unknown~=1.0,>=1.0.1a2 neon-skill-communication~=0.1 \ No newline at end of file diff --git a/test/pi_setup_3_11.sh b/test/pi_setup_3_11.sh index 2ed1bcc05..dcbb23a69 100644 --- a/test/pi_setup_3_11.sh +++ b/test/pi_setup_3_11.sh @@ -44,7 +44,8 @@ python3.11 -m venv "/core/venv" || exit 11 . /core/venv/bin/activate pip install --upgrade pip wheel -pip install https://whl.smartgic.io/tflite_runtime-2.13.0-cp311-cp311-linux_aarch64.whl -pip install ".[core_modules,skills_required,skills_essential,skills_default,skills_extended,pi]" --extra-index-url "https://whl.smartgic.io/" || exit 11 +pip install https://github.com/smartgic/python-tflite-runtime/releases/download/2.13.0-cp311/tflite_runtime-2.13.0-cp311-cp311-linux_aarch64.whl +#pip install https://whl.smartgic.io/tflite_runtime-2.13.0-cp311-cp311-linux_aarch64.whl +pip install ".[core_modules,skills_required,skills_essential,skills_default,skills_extended,pi]" || exit 11 cp -rf /core/test/pi_image_overlay/* / \ No newline at end of file