From c7540f537ccfe21e137d3dd0468470eccb695c37 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Thu, 5 Dec 2024 20:40:45 +0800 Subject: [PATCH] comment out pip check --- recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1ce14bd..bf96a15 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,<0.2 + - pygeos >=0.14 - pyproj >=3.3.0 - metpy >=1.2.0 - attrs >=20.3,<22 @@ -59,7 +59,8 @@ test: imports: - gdptools commands: - - pip check + # Should work with shapely 1.8.5, we can remove this when there is a next release with revised pins. + # - pip check - gdptools --help requires: - pip