From 2d0e1fbf89e2b14a592f8ccd1827686e6ac6c514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:15:56 +0000 Subject: [PATCH] Update h3 requirement from <4,>=3 to >=3,<5 --- updated-dependencies: - dependency-name: h3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 25e18b8..4e5ff7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "dask_geopandas", "dask", "datashader", - "h3>=3,<4", + "h3>=3,<5", "holoviews", "mobilkit>=0.2.8", "numpy<2",