From 135faa6f1471f4369ce8bb495a687806f1523e88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <h.tomwoerden@indiscale.com>
Date: Sat, 8 Oct 2022 13:25:52 +0200
Subject: [PATCH] FIX: openpyxl version

---
 README_SETUP.md | 2 +-
 tox.ini         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README_SETUP.md b/README_SETUP.md
index 43047d55..daab4707 100644
--- a/README_SETUP.md
+++ b/README_SETUP.md
@@ -11,7 +11,7 @@ git clone 'https://gitlab.com/caosdb/caosdb-advanced-user-tools'
 Dependencies will be installed automatically if you use the below described
 procedure.
 - `caosdb>=0.6.0`
-- `openpyxl>=3.0.0`
+- `openpyxl>=3.0.7`
 - `xlrd>=1.2.0`
 - `pandas>=1.2.0`
 - `numpy>=1.17.3`
diff --git a/tox.ini b/tox.ini
index ddfb4714..42ff0df9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,7 +8,7 @@ deps=nose
     pytest
     pytest-cov
     gitignore-parser
-    openpyxl
+    openpyxl >= 3.0.7
     xlrd == 1.2
     h5py
 commands=py.test --cov=caosadvancedtools -vv {posargs}
-- 
GitLab