security update, not clear if it is relevant, but seems to work
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ pytz
|
||||
tzlocal
|
||||
pandas
|
||||
seaborn
|
||||
streamlit==1.19.0
|
||||
streamlit==1.31.0
|
||||
plotly
|
||||
apprise==1.7.1
|
||||
paho-mqtt
|
||||
|
||||
@@ -70,6 +70,8 @@ fi
|
||||
|
||||
apprise_version=$($HOME/BirdNET-Pi/birdnet/bin/python3 -c "import apprise; print(apprise.__version__)")
|
||||
[[ $apprise_version != "1.7.1" ]] && sudo_with_user $HOME/BirdNET-Pi/birdnet/bin/pip3 install apprise==1.7.1
|
||||
version=$($HOME/BirdNET-Pi/birdnet/bin/python3 -c "import streamlit; print(streamlit.__version__)")
|
||||
[[ $version != "1.31.0" ]] && sudo_with_user $HOME/BirdNET-Pi/birdnet/bin/pip3 install streamlit==1.31.0
|
||||
|
||||
tf_version=$($HOME/BirdNET-Pi/birdnet/bin/python3 -c "import tflite_runtime; print(tflite_runtime.__version__)")
|
||||
if [ "$tf_version" != "2.11.0" ]; then
|
||||
|
||||
Reference in New Issue
Block a user