Skip to content

Commit

Permalink
Upgrade to google-assistant-library==0.0.3 (google#122)
Browse files Browse the repository at this point in the history
Fixes google#114.
  • Loading branch information
drigz authored Aug 28, 2017
1 parent e90c052 commit 67cba31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env/bin/pip install -r requirements.txt

# The google-assistant-library is only available on ARMv7.
if [[ "$(uname -m)" == "armv7l" ]] ; then
env/bin/pip install google-assistant-library==0.0.2
env/bin/pip install google-assistant-library==0.0.3
fi

for config in status-led.ini voice-recognizer.ini; do
Expand Down

0 comments on commit 67cba31

Please sign in to comment.