From bbacf9164227a3f704f3dcbd41d5602f0784fcb1 Mon Sep 17 00:00:00 2001 From: X-Sam Date: Sun, 3 Mar 2024 01:30:35 -0500 Subject: [PATCH] make pillow versions match --- .github/workflows/build-multi-os.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-multi-os.yml b/.github/workflows/build-multi-os.yml index e0354fa4..1c530136 100644 --- a/.github/workflows/build-multi-os.yml +++ b/.github/workflows/build-multi-os.yml @@ -367,8 +367,8 @@ jobs: python -m pip download --only-binary=:all: --platform macosx_11_0_arm64 numpy==1.26.4 mkdir tmp-wheel/ delocate-fuse numpy*arm* numpy*x86* -w tmp-wheel/ - python -m pip download --only-binary=:all: --platform macosx_10_10_x86_64 Pillow==9.5.0 - python -m pip download --only-binary=:all: --platform macosx_11_0_arm64 Pillow==9.5.0 + python -m pip download --only-binary=:all: --platform macosx_10_10_x86_64 Pillow==10.0.0 + python -m pip download --only-binary=:all: --platform macosx_11_0_arm64 Pillow==10.0.0 delocate-fuse pillow*arm* pillow*x86* -w tmp-wheel/ python -m pip install tmp-wheel/*.whl python -m pip install --no-binary charset_normalizer -r requirements.build.txt