From ff65429d8591f3cc3ac64b7de0f24dfbc4378bc7 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Wed, 20 May 2026 14:24:06 +0800 Subject: [PATCH] Update meta.yaml Changed python dep per recommendation. --- recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 1fce9e9..6b34b92 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,7 +18,7 @@ build: requirements: host: - - python >=3.9,<=3.12 + - python {{ python_min }} - pip - poetry-core >=1.0.0 run: @@ -32,7 +32,7 @@ requirements: - tqdm >=4.66.2,<5.0.0 - statsmodels >=0.14.0,<0.15.0 - dask-core >=2024.7.1,<2025.0.0 - - python >=3.9,<=3.12 + - python >={{ python_min }} - fastparquet >=2024.2.0 - pyarrow <17.0.0 - dask-geopandas 0.4.1 @@ -72,6 +72,7 @@ test: # - pip check - gdptools --help requires: + - python {{ python_min }} - pip about: