From fbc7f8a3a3a13fae0af2a65e5f78402d52b65603 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Thu, 2 Oct 2025 18:55:26 +0800 Subject: [PATCH] Update meta.yaml change python dependency to <3.12 from <=3.12 --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3512b5a..3f5b6f8 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -26,7 +26,7 @@ requirements: # - bump2version >=1.0.1,<2.0.0 - statsmodels >=0.14.0,<0.15.0 - dask-core <=2023.8.1 - - python >=3.9,<=3.12 + - python >=3.9,<3.12 - fastparquet >=0.4.0 - pyarrow >=1.0.1 - dask-geopandas >=0.2.0