From 3a23ef2b7e30c1da072ef8dd190e9d07b4c7332a Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Tue, 25 Jun 2024 23:17:24 +0800 Subject: [PATCH] Update meta.yaml update numpy and shapely dependencies --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 9ea7aa7..4b1b463 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -24,9 +24,9 @@ requirements: run: - python >=3.6,<3.10 - pandas >=1.4.0 - - numpy >=1.21.0 + - numpy >=1.21.0,<1.24.0 - geopandas >=0.11.0 - - shapely >=1.8.1 + - shapely >=1.8.1,<2.0.0 - pygeos >=0.12.0 - pyproj >=3.3.0 - metpy >=1.2.0