From c730d4d28012af097e0713a9842ebc8382657acf Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Wed, 6 Nov 2024 21:51:07 +0000 Subject: [PATCH] build: update minimum version for python-calamine to ensure 'packaging' is bundled --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4c091727..ffb2c92a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "mercantile>=1.2.1", "pySmartDL>=1.3.4", "pandas>=1.5.0", - "python-calamine>=0.2.3", + "python-calamine>=0.3.1", "openpyxl>=3.0.10", "py-cpuinfo>=9.0.0", "requests>=2.26.0",