From db475e729826c9626cbc1a39460e3c1b04bd79a4 Mon Sep 17 00:00:00 2001
From: Johannes Mueller <johannes.mueller4@de.bosch.com>
Date: Wed, 15 Jan 2025 15:45:56 +0100
Subject: [PATCH] Pin pandas to >=2.2

Signed-off-by: Johannes Mueller <johannes.mueller4@de.bosch.com>
---
 setup.cfg | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/setup.cfg b/setup.cfg
index 12d6c648..4f25f355 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -49,9 +49,8 @@ python_requires = >=3.9
 install_requires =
     numpy>=1.23.5
     scipy
-    pandas>=1.4.0,!=2.1
+    pandas>=2.2
     h5py!=3.7.0
-    cython
 
 [options.packages.find]
 where = src