From 6e84c0cdb50ad66f839e8d6cdbd4bd879dfdd2d9 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Fri, 9 Jan 2026 00:14:06 +0800 Subject: [PATCH 1/3] Adding python version 3.12 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 6c3ca76..b7709c9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,7 +18,7 @@ build: requirements: host: - - python >=3.9,<3.12 + - python >=3.9,<3.13 - 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 >=3.9,<3.12 - fastparquet >=2024.2.0 - pyarrow <17.0.0 - dask-geopandas 0.4.1 From d735ead343239fb67e5cf548aea12cc01a986fe1 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Tue, 13 Jan 2026 09:52:46 +0800 Subject: [PATCH 2/3] Upped build number, added python versions to run --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b7709c9..03afd7e 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -14,7 +14,7 @@ build: - gdptools = gdptools.__main__:main noarch: python script: {{ PYTHON }} -m pip install . -vv - number: 0 + number: 1 requirements: host: @@ -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 >=3.9,<3.13 - fastparquet >=2024.2.0 - pyarrow <17.0.0 - dask-geopandas 0.4.1 From 8e18bb97267cf20b60904eca699af1d5ab937077 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Tue, 27 Jan 2026 05:08:46 +0800 Subject: [PATCH 3/3] Slight edit to python version --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 03afd7e..7d62227 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,7 +18,7 @@ build: requirements: host: - - python >=3.9,<3.13 + - python >=3.9,<=3.12 - 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.13 + - python >=3.9,<=3.12 - fastparquet >=2024.2.0 - pyarrow <17.0.0 - dask-geopandas 0.4.1