From b15f59930c6d18fa7b9e23ced3502b0798db1020 Mon Sep 17 00:00:00 2001
From: Stephane Chavin <stephane.chavin@lis-lab.fr>
Date: Tue, 6 May 2025 08:52:42 +0200
Subject: [PATCH] Update file requirements.txt

---
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index d01ed44..f6c1574 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,7 +4,7 @@
 # Base ------------------------------------------------------------------------
 
 matplotlib>=3.7.1    # Plotting library
-numpy>=1.23.5        # Numerical computing library
+numpy==1.23.5        # Numerical computing library
 opencv-python>=4.1.1 # Computer vision library
 Pillow>=7.1.2        # Python Imaging Library
 PyYAML>=5.3.1        # YAML parser and emitter
-- 
GitLab