From 274813b76d7f8fdd1e25e402fb0460c9b46e0547 Mon Sep 17 00:00:00 2001 From: Plamen Valentinov Kolev Date: Thu, 22 Jan 2026 18:02:45 +0100 Subject: [PATCH 1/2] Cap pandas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9aef6a6..13040b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] dependencies = [ - "pandas >= 2.2.3", + "pandas >= 2.2.3 < 3.0", "tqdm", "openpyxl", "xlsxwriter", From babf1221223ccda19a4c46d32c5c827207bf84b9 Mon Sep 17 00:00:00 2001 From: Plamen Valentinov Kolev Date: Thu, 22 Jan 2026 18:04:43 +0100 Subject: [PATCH 2/2] Cap pandas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 13040b2..89dfc54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] dependencies = [ - "pandas >= 2.2.3 < 3.0", + "pandas >= 2.2.3,<3.0", "tqdm", "openpyxl", "xlsxwriter",