From ae4e746f70b5cd35a96a7fb524dd0a5e2e7ebe56 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Mon, 25 Nov 2024 01:57:25 +0800 Subject: [PATCH] fix ^ --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ee83e33..1ce14bd 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,<0.2 - pyproj >=3.3.0 - metpy >=1.2.0 - attrs >=20.3,<22