Skip to content

Commit

Permalink
Manually install numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
pierotofy committed Jan 15, 2024
1 parent f793627 commit 260b4ef
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 260b4ef

Please sign in to comment.