mirror of
https://github.com/data-privacy-stack/presidio.git
synced 2026-09-21 05:27:53 -05:00
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:
co-authored by
Copilot App
parent
f0dbdce29e
commit
f0672550d6
@@ -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)",
|
||||
|
||||
Reference in New Issue
Block a user