From 38a68bb277d76063ab544ac9b793563eaf3058a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 09:15:17 +0000 Subject: [PATCH] deps: update pyarrow requirement 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/go/v12.0.0...apache-arrow-25.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 25.0.0 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 1ecb1db..9614cda 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ dependencies = [ "scipy>=1.10.0,<1.18.0", "matplotlib>=3.7.0,<3.11.0", "reciprocalspaceship>=0.9.18,<1.1.0", - "pyarrow>=12.0.0,<23.0.0", + "pyarrow>=12.0.0,<26.0.0", "ninja>=1.10", ]