From 105e3d775ef0878a92464eaf89326b10cc404ce2 Mon Sep 17 00:00:00 2001 From: Kristof Van Tricht Date: Wed, 8 Jan 2025 11:44:44 +0100 Subject: [PATCH] Need to bump to h3==4.1.0 as well --- environment.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/environment.yml b/environment.yml index 276db69..f7b646a 100644 --- a/environment.yml +++ b/environment.yml @@ -34,7 +34,7 @@ dependencies: - tqdm - pip: - duckdb==1.1.0 - - h3==3.7.7 + - h3==4.1.0 - openeo-gfmap==0.3.0 - git+https://github.com/worldcereal/worldcereal-classification - git+https://github.com/WorldCereal/presto-worldcereal.git@croptype diff --git a/pyproject.toml b/pyproject.toml index accc505..d7c0aab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "cftime", "geojson", "geopandas", - "h3==3.7.7", + "h3==4.1.0", "h5netcdf>=1.1.0", "loguru>=0.7.2", "netcdf4<=1.6.4",