From 7ba2e721874cc1e0994b969e44c080f5f8d105bb Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Tue, 13 Jan 2026 16:06:08 +0100 Subject: [PATCH 1/2] 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" From 6076751c136986aa1a3a98f0f336b2dea48bb3e4 Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Wed, 25 Mar 2026 15:07:37 +0100 Subject: [PATCH 2/2] relaxe numpy dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 59696d5..74eb427 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ pydantic = "^2.4.0" pyproj = "^3.4.0" networkx = ">=3.0.0" geojson-pydantic = "^1.0.0" -numpy = ">=2.0" +numpy = ">=1.20.3" pendulum = ">=3.0.0" matplotlib = { version = "^3.7.1", optional = true } traitlets = "<=5.13.0"