From f0a71ad769e7071477b8cc30669307e637410355 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Mon, 13 Jul 2026 23:36:06 +0800 Subject: [PATCH 1/2] updated v0.2.17 --- recipe/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 3f7c872..24e0a64 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "gdptools" %} -{% set version = "0.2.16" %} +{% set version = "0.2.17" %} {% set python_min = "3.9" %} package: @@ -8,7 +8,7 @@ package: source: url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz - sha256: 0aeac534a12fecb65af50284c26023c632d3b6a15fbec801741204aafe08dc4e + sha256: 021d18613365538ba1a4a0d6075124e36ee9cdd42b5447957d9880f13288c3d9 build: entry_points: @@ -38,7 +38,7 @@ requirements: - pyarrow <18.1.1 - dask-geopandas 0.4.1 - pandas >=2.0.0 - - numpy <2.0 + - numpy >2.0 - geopandas >=0.13.0 - shapely >=2.0 # - pygeos >=0.14.0,<0.15.0 @@ -51,7 +51,7 @@ requirements: - scipy >=1.13.0,<2.0.0 - pydap >=3.2.2,<4.0.0 - zarr >=2.12.0 - - rasterio >=1.2.9 + - rasterio >=1.2.9,<1.4.0 - bottleneck >=1.3.3 - dask >=2022.0.0 - joblib >=1.4.0 From ea9ae7b97641f8b9e16aee8c6139e2c2ef017025 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Sat, 18 Jul 2026 09:29:27 +0800 Subject: [PATCH 2/2] MNT: Re-rendered with conda-build 25.1.2, conda-smithy 3.45.4, and conda-forge-pinning 2025.02.26.21.58.49 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 179afe5..bb38536 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ /build_artifacts *.pyc + +# Rattler-build's artifacts are in `output` when not specifying anything. +/output