From e13c4f1427407198feaa5be32260bef1a44bcd2e Mon Sep 17 00:00:00 2001 From: Ioan Ferencik Date: Tue, 1 Sep 2026 10:45:06 +0200 Subject: [PATCH] pinned numpy version to <2 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 6072a24..8467c9c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,7 @@ authors = [ ] readme = "README.md" dependencies = [ + "numpy<2.0.0", "httpx", "osm2geojson", "shapely",