mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Merge pull request #409 from radarhere/numpy
NumPy now supports Python 3.12
This commit is contained in:
commit
f3a245518f
|
@ -148,13 +148,14 @@ EXP_FEATURES="fribidi harfbuzz libjpeg_turbo raqm transp_webp webp_anim webp_mux
|
|||
function run_tests {
|
||||
if [ -n "$IS_MACOS" ]; then
|
||||
brew install fribidi
|
||||
export PKG_CONFIG_PATH="/usr/local/opt/openblas/lib/pkgconfig"
|
||||
elif [ -n "$IS_ALPINE" ]; then
|
||||
apk add curl fribidi
|
||||
else
|
||||
apt-get update
|
||||
apt-get install -y curl libfribidi0 unzip
|
||||
apt-get install -y curl libfribidi0 libopenblas-dev pkg-config unzip
|
||||
fi
|
||||
if [ -z "$IS_ALPINE" ] && [[ "$MB_PYTHON_VERSION" != 3.12 ]]; then
|
||||
if [ -z "$IS_ALPINE" ]; then
|
||||
python3 -m pip install numpy
|
||||
fi
|
||||
python3 -m pip install defusedxml olefile pyroma
|
||||
|
|
Loading…
Reference in New Issue
Block a user