From bdebbf8bb4caf178facd77fe5dd5e809482d32a9 Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Mon, 25 Dec 2023 01:48:03 +0800 Subject: [PATCH 1/3] updated v0.0.24.dev0 --- recipe/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index b7a7fc6..f06d9d9 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -1,5 +1,5 @@ {% set name = "gdptools" %} -{% set version = "0.0.22.dev0" %} +{% set version = "0.0.24.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: 00a620d33de6be76e330c766b4110d208915dfe3e810d7289db3c55724769feb + sha256: f46c3826574689010cbe10d700abc03b5fee604f2a8b51730ca972b21e62fefa build: entry_points: From 54cad61ac026039b7ab6bb2924bbeed54cd4d51e Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Wed, 3 Jan 2024 09:26:03 +0800 Subject: [PATCH 2/3] updated with grayskull --- recipe/meta.yaml | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index f06d9d9..1aa7905 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -23,31 +23,29 @@ requirements: - poetry-core >=1.0.0 run: - python >=3.6,<3.10 - - pydap >=3.2.2,<4.0.0 - - pandas >=1.4.2,<2.0.0 + # - click <8 + - click + # - pygeoapi >=0.11.0,<0.12.0 + - pygeoapi - geopandas >=0.11.1,<0.12.0 - - dask-core >=2022.6.0,<2023.0.0 - - pyproj >=3.3.1,<4.0.0 - - rioxarray >=0.11.1,<0.12.0 - - rasterio >=1.2.10,<2.0.0 - - scipy >=1.8.1,<2.0.0 - - netcdf4 >=1.5.8,<2.0.0 - - cftime >=1.6.0,<2.0.0 - - metpy >=1.3.0,<2.0.0 - - pydantic >=1.9.2,<2.0.0 - - requests >=2.28.0,<3.0.0 - shapely >=1.8.4,<2.0.0 - - zarr >=2.11.3,<3.0.0 - - pygeos >=0.13.0,<0.14.0 - - xarray >=2022.3.0,<2023.0.0 - - attrs >=21.4.0,<22.0.0 - - numpy >=1.22.4,<2.0.0 - - click <8 - - pygeoapi >=0.11.0,<0.12.0 - - rasterstats >=0.16.0,<0.17.0 - - pystac >=1.4.0,<2.0.0 - - intake >=0.6.5,<0.7.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 test: source_files: @@ -58,7 +56,8 @@ test: imports: - gdptools commands: - - pip check + # cannot run pip check b/c we are breaking the pins for dask, click, and pygeoapi. + # - pip check - gdptools --help - pytest -s -rxs -v tests From ddb384608672764d4b9538f9bf124fdaf346bf4c Mon Sep 17 00:00:00 2001 From: nidichaogequ Date: Thu, 1 Feb 2024 02:29:24 +0800 Subject: [PATCH 3/3] add poetry --- recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index 14d2c45..a410bfa 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -20,6 +20,7 @@ requirements: host: - python >=3.6,<3.10 - pip + - poetry-core >=1.0.0 run: - python >=3.6,<3.10 # - click <8