From 1ba6af33a6abbfe0b358c979b3ee2ab0b19d2a46 Mon Sep 17 00:00:00 2001
From: swittl <simon.wittl@th-deg.de>
Date: Thu, 12 Dec 2024 07:47:49 +0100
Subject: [PATCH] pil fix

---
 pyproject.toml | 2 +-
 uv.lock        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 1e3a160..5edb2d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,7 +10,7 @@ requires-python = ">=3.10"
 dependencies = [
     "matplotlib<=3.9",
     "numpy>=1.23",
-    "pillow>=11.0.0",
+    "pillow>=10.0",
     "scipy>=1.14.1",
     "thd-json>=0.1.0",
     "xraydb>=4.5.4",
diff --git a/uv.lock b/uv.lock
index fa269c3..a630539 100644
--- a/uv.lock
+++ b/uv.lock
@@ -23,7 +23,7 @@ thd = [
 requires-dist = [
     { name = "matplotlib", specifier = "<=3.9" },
     { name = "numpy", specifier = ">=1.23" },
-    { name = "pillow", specifier = ">=11.0.0" },
+    { name = "pillow", specifier = ">=10.0" },
     { name = "scipy", specifier = ">=1.14.1" },
     { name = "thd-json", git = "https://mygit.th-deg.de/roboct-public/roboct-schemas" },
     { name = "thd-json", marker = "extra == 'thd'", git = "https://mygit.th-deg.de/roboct-public/roboct-schemas" },
-- 
GitLab