From f3e9cdacd585247cf7d0d4e53b388b9e9718fd99 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Fri, 23 Feb 2024 12:18:04 +0800 Subject: [PATCH 1/2] updated v0.0.25.dev0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index a410bfa..f22cd86 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "gdptools" %} -{% set version = "0.0.24.dev0" %} +{% set version = "0.0.25.dev0" %} package: name: {{ name|lower }} @@ -7,7 +7,7 @@ package: source: url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/gdptools-{{ version }}.tar.gz - sha256: f46c3826574689010cbe10d700abc03b5fee604f2a8b51730ca972b21e62fefa + sha256: cc1e6efdd355b341598093ce1f3f5b6f73387ea720300ebca27d84e2975c9f13 build: entry_points: From 5cab7e96c00328c29206223070dff3cbf072bd5f Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Sat, 24 Feb 2024 04:26:04 +0800 Subject: [PATCH 2/2] updated with grayskull --- recipe/meta.yaml | 36 +++++++++++------------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f22cd86..def16c4 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,36 +23,22 @@ requirements: - poetry-core >=1.0.0 run: - python >=3.6,<3.10 - # - click <8 - - click - # - pygeoapi >=0.11.0,<0.12.0 - - pygeoapi - - geopandas >=0.11.1,<0.12.0 - - shapely >=1.8.4,<2.0.0 - - pygeos >=0.13,<0.14 - - numpy >=1.23.2,<2.0.0 - # - dask-core >=2022.9.0,<2023.0.0 - - dask-core - - pandas >=1.4.4,<2.0.0 - - xarray >=2022.6.0,<2023.0.0 - - netcdf4 >=1.6.0,<2.0.0 - - scipy >=1.9.1,<2.0.0 - - pydap >=3.2.2,<4.0.0 - - zarr >=2.12.0,<3.0.0 - - rasterio >=1.3.2,<2.0.0 - - rioxarray >=0.12.0,<0.13.0 - - pyproj >=3.3.1,<4.0.0 - - metpy >=1.3.1,<2.0.0 - - python-attr >=0.3.2,<0.4.0 - - attrs <22 - - pydantic >=1.10.2,<2.0.0 + - pandas >=1.4.0 + - numpy >=1.21.0,<2.0.0 + - geopandas >=0.11.0 + - shapely >=1.8.1 + - pygeos >=0.12.0 + - pyproj >=3.3.0 + - metpy >=1.2.0 + - attrs >=21.4.0 + - pydantic >=1.9.0 + - xarray >=0.21.1 test: imports: - gdptools commands: - # cannot run pip check b/c we are breaking the pins for dask, click, and pygeoapi. - # - pip check + - pip check - gdptools --help requires: - pip