From 268668630f00d2a7fc0f8db9c20f3237ef14a43e Mon Sep 17 00:00:00 2001
From: AntoineGautier <agautier@solamen.fr>
Date: Wed, 17 Jul 2024 11:29:25 +0200
Subject: [PATCH] Try other version of pandas

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

diff --git a/requirements.txt b/requirements.txt
index 0e66569..fdebcba 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,6 +2,6 @@
 six==1.14.0
 
 # Test and documentation
-pandas==2.0.3; python_version>='3.8'
+pandas==1.5.3; python_version>='3.8'
 setuptools==70.0.0; python_version>='3.8'
 wheel
\ No newline at end of file