From a06a0a469ad53fc09f0feb2d35c3c58fe488e58f Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas.kluyver@xfel.eu>
Date: Tue, 12 Oct 2021 11:54:47 +0200
Subject: [PATCH] Relax pandas constraint in package metadata

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index bc2eb44..237a5bc 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -47,7 +47,7 @@ install_requires =
     h5py>=2.9.0
     mypy-extensions>=0.4.3
     numpy>=1.16.4
-    pandas>=1.2.2
+    pandas>=1.1.5
     typing>=3.6.4;python_version<'3.7'
 platforms = any
 setup_requires =
-- 
GitLab