From d9ef60f6861ab2d1e520e767e736e38bf5661e74 Mon Sep 17 00:00:00 2001 From: "s0wlz (Matthias Puchstein)" Date: Mon, 15 Dec 2025 23:20:15 +0100 Subject: [PATCH] Add cjio dependency --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index c016579..2329dd8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ readme = "README.md" requires-python = ">=3.9" dependencies = [ "gdal>=3.4", + "cjio>=0.9", ] [build-system]