From 97da822ee510224c25827d16344d0e95ce63cf17 Mon Sep 17 00:00:00 2001
From: swittl <simon.wittl@th-deg.de>
Date: Thu, 12 Dec 2024 07:48:20 +0100
Subject: [PATCH] scipoy dep

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

diff --git a/pyproject.toml b/pyproject.toml
index 5edb2d8..5bb20c5 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ dependencies = [
     "matplotlib<=3.9",
     "numpy>=1.23",
     "pillow>=10.0",
-    "scipy>=1.14.1",
+    "scipy>=1.10",
     "thd-json>=0.1.0",
     "xraydb>=4.5.4",
 ]
diff --git a/uv.lock b/uv.lock
index a630539..80f30ac 100644
--- a/uv.lock
+++ b/uv.lock
@@ -24,7 +24,7 @@ requires-dist = [
     { name = "matplotlib", specifier = "<=3.9" },
     { name = "numpy", specifier = ">=1.23" },
     { name = "pillow", specifier = ">=10.0" },
-    { name = "scipy", specifier = ">=1.14.1" },
+    { name = "scipy", specifier = ">=1.10" },
     { 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" },
     { name = "xraydb", specifier = ">=4.5.4" },
-- 
GitLab