From d6f84ba23b3c48964c14da0c7e36b5f9e52a9ba9 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Tue, 19 Nov 2024 20:48:05 +0800 Subject: [PATCH 1/4] updated v0.0.31 --- recipe/meta.yaml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 4a797e5..25f443a 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "gdptools" %} -{% set version = "0.0.30" %} +{% set version = "0.0.31" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz - sha256: ae8903389eb6bb8e45cc1349c28786f80ef47ef858c8d8c31b9f364023fb2905 + sha256: d0431a212bda333471aa05cf1a9a03992be35c1393fb466328dd199ccab3059a build: entry_points: @@ -22,16 +22,19 @@ requirements: - pip - poetry-core >=1.0.0 run: + - dask-core >=2022.0.0 + - fastparquet >=0.4.0 + - pyarrow >=1.0.1 - dask-geopandas >=0.2.0 - python >=3.6,<3.11 - pandas >=1.4.0 - numpy <1.24.0 - geopandas >=0.11.0 - - shapely <2.0.0 - - pygeos >=0.12.0 + - shapely <1.8.5.post1 + - pygeos ^0.14 - pyproj >=3.3.0 - metpy >=1.2.0 - - attrs >=21.4.0 + - attrs >=20.3,<22 - pydantic >=1.9.0 - xarray >=2022.6.0 - netcdf4 <=1.6.1 From ff948c51a5f462d0300f610c74d1647ec11a0f9d Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Wed, 20 Nov 2024 14:08:45 +0800 Subject: [PATCH 2/4] updated with the power of grayskull --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 25f443a..ee83e33 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -18,15 +18,15 @@ build: requirements: host: - - python >=3.6,<3.11 + - python >=3.8,<=3.11 - pip - poetry-core >=1.0.0 run: + - python >=3.8,<=3.11 - dask-core >=2022.0.0 - fastparquet >=0.4.0 - pyarrow >=1.0.1 - dask-geopandas >=0.2.0 - - python >=3.6,<3.11 - pandas >=1.4.0 - numpy <1.24.0 - geopandas >=0.11.0 From ae4e746f70b5cd35a96a7fb524dd0a5e2e7ebe56 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Mon, 25 Nov 2024 01:57:25 +0800 Subject: [PATCH 3/4] fix ^ --- recipe/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ee83e33..1ce14bd 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 + - pygeos >=0.14,<0.2 - pyproj >=3.3.0 - metpy >=1.2.0 - attrs >=20.3,<22 From c7540f537ccfe21e137d3dd0468470eccb695c37 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Thu, 5 Dec 2024 20:40:45 +0800 Subject: [PATCH 4/4] 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