Skip to content

Commit

Permalink
Update dependencies (#586)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel McKnight <[email protected]>
  • Loading branch information
NeonDaniel and NeonDaniel authored Dec 13, 2023
1 parent bc157d6 commit 430a905
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
neon-cli-client~=0.2
neon-mana-utils~=0.2,>=0.2.1
neon-minerva~=0.0.1
neon-minerva~=0.1
2 changes: 1 addition & 1 deletion requirements/pi.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion requirements/skills_required.txt
Original file line number Diff line number Diff line change
@@ -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
5 changes: 3 additions & 2 deletions test/pi_setup_3_11.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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/* /

0 comments on commit 430a905

Please sign in to comment.