We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feca432 commit 93fef9cCopy full SHA for 93fef9c
1 file changed
pyproject.toml
@@ -31,8 +31,8 @@ requires = [
31
(platform_system != 'iOS' and platform_system != 'Android' and python_version < '3.14') \
32
or (platform_system == 'iOS' and python_version < '3.14') \
33
or (platform_system == 'Android' and python_version < '3.14')""",
34
- # pillow not available anywhere on 3.14.
35
- """pillow; \
+ # pillow not available anywhere on 3.14. 11.3.0 wheel is known bad on iOS.
+ """pillow != 11.3.0; \
36
37
38
0 commit comments