Skip to content

Commit 5483762

Browse files
Paul V Cravenclaude
andcommitted
Revert Pillow bump to keep pyodide/WASM compatibility
Pyodide only ships Pillow 11.3.0 and PyPI doesn't support WASM wheels yet, so requiring >=12.2.0 would break web deployments. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 8f632a3 commit 5483762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ classifiers = [
2020
"Topic :: Software Development :: Libraries :: Python Modules",
2121
]
2222
dependencies = [
23-
"pillow>=12.2.0",
23+
"pillow>=11.3.0",
2424
"pytiled-parser~=2.2.9",
2525
"pyglet==3.0.dev3",
2626
]

0 commit comments

Comments
 (0)