From a9eb1594735da52cba1118e4d942f01c1d164634 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 05:37:04 +0000 Subject: [PATCH] Update pyarrow requirement from <16 to <19 Updates the requirements on [pyarrow](https://github.com/apache/arrow) to permit the latest version. - [Release notes](https://github.com/apache/arrow/releases) - [Commits](https://github.com/apache/arrow/compare/apache-arrow-0.1.0...apache-arrow-18.0.0) --- updated-dependencies: - dependency-name: pyarrow 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 119bc49d9..e56271e7f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "packaging", # compare versions of hydromt "pandas", # Dataframes "pooch", # data fetching - "pyarrow<16", # prevents incompat with pandas. + "pyarrow<19", # prevents incompat with pandas. "pydantic~=2.4", # Validation "pydantic-settings~=2.2", # Settings Management "pyflwdir>=0.5.4", # Hight models and derivatives