Skip to content

Commit

Permalink
Install libopenblas-dev to fix installing NumPy on Linux PyPy 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Sep 17, 2023
1 parent d07e45d commit 390e4a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ $(uname) != CYGWIN* ]]; then
sudo apt-get -qq install libfreetype6-dev liblcms2-dev python3-tk\
ghostscript libffi-dev libjpeg-turbo-progs libopenjp2-7-dev\
cmake meson imagemagick libharfbuzz-dev libfribidi-dev\
sway wl-clipboard
sway wl-clipboard libopenblas-dev
fi

python3 -m pip install --upgrade pip
Expand Down

0 comments on commit 390e4a7

Please sign in to comment.