Canonicalize Pillow requirement syntax (#2193)

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: e2c6468b-1ee0-4d4b-bf77-923dea13a420
This commit is contained in:
Sharon Hart
2026-07-26 15:01:38 +03:00
committed by GitHub
co-authored by Copilot App
parent f0dbdce29e
commit f0672550d6
+1 -1
View File
@@ -23,7 +23,7 @@ readme = "README.md"
requires-python = ">=3.10,<3.15"
dependencies = [
"pillow (>=12.3.0,<13.0.0)",
"pillow>=12.3.0,<13.0.0",
"pytesseract (>=0.3.13,<0.4)",
"presidio-analyzer (>=2.2.0,<3.0.0)",
"matplotlib (>=3.6.0,<4.0.0)",