From e058520183b4790a21f6d2aba77c392541f2c1b7 Mon Sep 17 00:00:00 2001 From: Ruby Date: Sun, 1 Feb 2026 20:04:33 +0000 Subject: [PATCH] Add deps --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d9f030a..fd9865e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "scipy>=1.17.0", "shapely>=2.0.0", "rasterio>=1.5.0", - "pyproj>=3.7.2", + "pyproj>=3.7.2" ] [tool.uv]