From 43c87c95593d3b6ab623ef969a429526b6da1965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Schwaiger?= Date: Wed, 29 Nov 2023 16:24:25 +0100 Subject: [PATCH] Setup: Try to fix CI build problems See also: https://github.com/MyTooliT/ICOlyzer/issues/5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6fee42b..364c1e0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "matplotlib>=3.5.1", "numpy>=1.20", "pandas>=1.3.5", - "tables>=3.7.0", + "tables==3.9.1", "openpyxl", "rich>=13.4.1", ]