From 87114524000d31085c1b227e1df34dfeeb3d0c6c Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Mon, 10 Jun 2024 12:50:29 +0200
Subject: [PATCH] FIX: Blacklisting openpyxl version.

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

diff --git a/setup.py b/setup.py
index 6f482155..84a38b27 100755
--- a/setup.py
+++ b/setup.py
@@ -159,7 +159,7 @@ def setup_package():
                           "jsonref",
                           "jsonschema[format]>=4.4.0",
                           "numpy>=1.24.0",
-                          "openpyxl>=3.0.7",
+                          "openpyxl>=3.1.2,!=3.1.3",
                           "pandas>=1.2.0",
                           "xlrd>=2.0",
                           ],
-- 
GitLab