From 2570b1299dccf8e2c629f5350608ab9d62439f61 Mon Sep 17 00:00:00 2001
From: Jerome Carnis <jerome.carnis@desy.de>
Date: Mon, 11 Oct 2021 08:24:37 +0200
Subject: [PATCH] release constraint pandas>=1.2.2 to 1.1.5 to be compatible
 with python3.6

---
 cfelpyutils/__init__.py | 2 +-
 requirements.txt        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cfelpyutils/__init__.py b/cfelpyutils/__init__.py
index 296d1a7..e606876 100644
--- a/cfelpyutils/__init__.py
+++ b/cfelpyutils/__init__.py
@@ -17,4 +17,4 @@ This is the CFELPyUtils package, which contains all modules of the library.
 
 Please refer to the individual modules to learn more about their function.
 """
-__version__ = "2.0.4"
+__version__ = "2.0.5"
diff --git a/requirements.txt b/requirements.txt
index 828f24c..55d9ba6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -8,7 +8,7 @@ m2r2>=0.2.7
 mypy-extensions>=0.4.3
 mypy>=0.812
 numpy>=1.16.4
-pandas>=1.2.2
+pandas>=1.1.5
 pylint-gitlab>=0.2
 pylint>=2.7
 pytest-cov>=2.11
-- 
GitLab