Skip to content

Commit 93fef9c

Browse files
committed
Work around known-bad iOS Pillow 11.3.0 wheel.
1 parent feca432 commit 93fef9c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ requires = [
3131
(platform_system != 'iOS' and platform_system != 'Android' and python_version < '3.14') \
3232
or (platform_system == 'iOS' and python_version < '3.14') \
3333
or (platform_system == 'Android' and python_version < '3.14')""",
34-
# pillow not available anywhere on 3.14.
35-
"""pillow; \
34+
# pillow not available anywhere on 3.14. 11.3.0 wheel is known bad on iOS.
35+
"""pillow != 11.3.0; \
3636
(platform_system != 'iOS' and platform_system != 'Android' and python_version < '3.14') \
3737
or (platform_system == 'iOS' and python_version < '3.14') \
3838
or (platform_system == 'Android' and python_version < '3.14')""",

0 commit comments

Comments
 (0)