From e6c4c433b19416105d2d653ba9a1013965370192 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Sat, 4 Jan 2025 02:55:25 +0800 Subject: [PATCH] Update meta.yaml Fix pygeos dep. --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4824f78..696718c 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -31,7 +31,7 @@ requirements: - numpy <1.24.0 - geopandas >=0.11.0 - shapely <1.8.5.post1 - - pygeos ^0.14 + - pygeos >=0.14 - pyproj >=3.3.0 - metpy >=1.2.0 - attrs >=20.3,<22