From 7ba2e721874cc1e0994b969e44c080f5f8d105bb Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 13 Jan 2026 16:06:08 +0100 Subject: [PATCH] update numpy dependency to >=2.0 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9d0800e..e9df39e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pyproj = "^3.4.0" networkx = ">=3.0.0" shapely = ">=1.8" geojson-pydantic = "^1.0.0" -numpy = "^1.20.3" +numpy = ">=2.0" pendulum = ">=3.0.0" matplotlib = { version = "^3.7.1", optional = true } traitlets = "<=5.13.0"