Skip to content

Commit

Permalink
Merge pull request #1739 from pierotofy/smartband
Browse files Browse the repository at this point in the history
Fix build
  • Loading branch information
pierotofy authored Jan 16, 2024
2 parents fb5d883 + 260b4ef commit 30f89c0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ installreqs() {
installdepsfromsnapcraft build openmvs

set -e

# edt requires numpy to build
pip install --ignore-installed numpy==1.23.1
pip install --ignore-installed -r requirements.txt
#if [ ! -z "$GPU_INSTALL" ]; then
#fi
Expand Down

0 comments on commit 30f89c0

Please sign in to comment.