update: update numpy

(cherry picked from commit ac39d19139a122f525a1528fb98035886977df03)
This commit is contained in:
Romain Bazile 2021-05-20 00:28:40 +02:00 committed by Romain Bazile
parent 7d67e9103b
commit f5d7d8aa6a

View file

@ -37,6 +37,7 @@ function special_after(){
node_modules/copy-dependencies/index.js projects/PlanktonScope ./
# updating and installing now whatever module has been added to package.json
npm update
sudo pip3 install -U -r /home/pi/PlanktonScope/requirements.txt
${log} "Nothing else special to do after updating!"
}