From cf2aac427243837d27f0ec29825c7a582abc112e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 21:35:15 +0000 Subject: [PATCH] Upgrade: Update pyarrow requirement from >=15.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 601e8f9..cede63e 100644 --- a/requirements-npu.txt +++ b/requirements-npu.txt @@ -7,7 +7,7 @@ hydra-core numpy pandas peft -pyarrow>=15.0.0 +pyarrow>=24.0.0 pybind11 pylatexenc ray diff --git a/requirements.txt b/requirements.txt index 3d2d80e..f2f573f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ liger-kernel numpy 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 57d5e0b..7ec8075 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -8,7 +8,7 @@ hydra-core numpy pandas peft -pyarrow>=19.0.0 +pyarrow>=24.0.0 pybind11 pylatexenc ray[default]>=2.10