From e00cc79696a0b8d163f5429e94d8bbe944cf02ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20Hamb=C3=BCchen?= Date: Mon, 6 Nov 2023 14:53:38 +0100 Subject: [PATCH] [Build] Relax Pillow version bounds. (#1373) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c7522dd1c..751bf2d0a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dependencies = [ "rapidfuzz>=3.0.0,<4.0.0", "matplotlib>=3.1.0", "weasyprint>=55.0", - "Pillow>=10.0.0", + "Pillow>=9.2.0", "defusedxml>=0.7.0", "mplcursors>=0.3", "unidecode>=1.0.0",