From 5ed942c4e6da98de8808756f04103b2f345af856 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 10:46:35 +0000 Subject: [PATCH] Update pyarrow requirement from >=19.0.0 to >=24.0.0 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-19.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] --- requirements-npu.txt | 2 +- requirements.txt | 2 +- requirements_sglang.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements-npu.txt b/requirements-npu.txt index ea197c9..45c8559 100644 --- a/requirements-npu.txt +++ b/requirements-npu.txt @@ -7,7 +7,7 @@ hydra-core numpy<2.0.0 pandas peft>=0.15.2 -pyarrow>=15.0.0 +pyarrow>=24.0.0 pybind11 pylatexenc tensordict>=0.8.0,<=0.10.0,!=0.9.0 diff --git a/requirements.txt b/requirements.txt index 1196072..dcdc5f8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ liger-kernel numpy<2.0.0 pandas peft -pyarrow>=19.0.0 +pyarrow>=24.0.0 pybind11 pylatexenc pre-commit diff --git a/requirements_sglang.txt b/requirements_sglang.txt index 113bca0..65364ff 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -8,7 +8,7 @@ hydra-core numpy<2.0.0 pandas peft -pyarrow>=19.0.0 +pyarrow>=24.0.0 pybind11 pylatexenc ray[default]>=2.10