From 421dcef28bd51b3a243b96b55ee9fdf5f34c130e Mon Sep 17 00:00:00 2001
From: Teklia Bot <bot@teklia.com>
Date: Sat, 11 Jan 2025 11:04:09 +0000
Subject: [PATCH] Bump Python requirement scipy to 1.15.1

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index a3ec34e0..0144dcc2 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ dependencies = [
     "nltk==3.8.1",
     "numpy==1.24.3",
     "PyYAML==6.0.1",
-    "scipy==1.15.0",
+    "scipy==1.15.1",
     "sentencepiece==0.1.99",
     "teklia-line-image-extractor==0.4.0",
     "teklia-nerval==0.3.3rc3",
-- 
GitLab