From 2b7e07443456a6ee48db751e0d1d24177c1f3e74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:34:42 +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-24.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 24.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 85e20ef..df54654 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,<25.0.0", # Required by torch.utils.cpp_extension.load_inline for the cpu_scatter # JIT-compiled C++ kernel. SLURM compute nodes don't ship a system-wide # ninja, so we install it as a Python dependency on every worker.