Skip to content

Commit

Permalink
make pillow versions match
Browse files Browse the repository at this point in the history
  • Loading branch information
X-sam committed Mar 3, 2024
1 parent 15f0f53 commit bbacf91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-multi-os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbacf91

Please sign in to comment.