From 299545db660c8ac27ac02d8d284cd59935d4271c Mon Sep 17 00:00:00 2001 From: tino097 Date: Thu, 18 Jul 2024 13:05:46 +0200 Subject: [PATCH] Fix issue with numpy --- requirements.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b86d5173..423460b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,9 @@ cython==0.29.36; python_version < '3.9' pyproj==2.6.1; python_version < '3.9' pyproj==3.6.1; python_version >= '3.9' -Shapely==2.0.1 +# Compatibility with NumPy 2.0: https://github.com/shapely/shapely/issues/1972 +numpy>=1.26,<2 +Shapely==2.0.4 + OWSLib==0.28.1 geojson==3.0.1