diff --git a/requirements.txt b/requirements.txt
index 26d4c2843296d39a9821ac66b7fc3f2fb5f93e8f..d01ed449d49605f803f9aee4b2d75e82cf09d5ea 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 -----------------------------------------------------------------------