From e89d738d6d25e66139a1a060159f10b6b7dcc685 Mon Sep 17 00:00:00 2001 From: Ting Sun Date: Wed, 4 Feb 2026 16:56:04 +0000 Subject: [PATCH] chore(deps): update supy to 2026.1.28rc1 This release includes QGIS stability improvements while maintaining numpy<2.0 compatibility required for the OSGeo environment. Co-Authored-By: Claude Opus 4.5 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f070d9a..6154208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ description = "UMEP requirements package" authors = [{ name = "UMEP dev team" }] dependencies = [ "timezonefinder==6.5.9", - "supy==2025.7.9.dev0", + "supy==2026.1.28rc1", "numba==0.59.0", "jaydebeapi==1.2.3", "netCDF4",