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.
2 parents 77f51af + a4baf39 commit 7eb2f72Copy full SHA for 7eb2f72
requirements.txt
@@ -14,7 +14,7 @@ pyinstaller~=6.16.0 # bundles a Python application and all its dependencies i
14
15
# Image generation
16
Pillow~=11.3.0; python_version < "3.10" # For Python 3.9, only Pillow 11.x is supported
17
-Pillow~=12.0.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine
+Pillow~=12.1.0; python_version >= "3.10" # For Python 3.10+, any Pillow 12.x is fine
18
19
# Efficient image serialization
20
numpy~=2.0.2; python_version < "3.10" # For Python 3.9, only numpy 2.0.x is supported
0 commit comments