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

---
 requirements.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 26d4c28..d01ed44 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -4,11 +4,11 @@
 # Base ------------------------------------------------------------------------
 
 matplotlib>=3.7.1    # Plotting library
-numpy>=1.18.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
-pandas==2.0.3        # Data manipulation and analysis
+pandas==2.2.2        # Data manipulation and analysis
 tqdm>=4.64.0         # Progress bar library
 
 # Torch -----------------------------------------------------------------------
-- 
GitLab