From 53cee89e6fa864f1e41fb24dd3fdccd8c6679d3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:46:01 +0000 Subject: [PATCH] Update pyarrow requirement from >=19.0.0 to >=21.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-21.0.0) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 21.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..2f41b59 100644 --- a/requirements-npu.txt +++ b/requirements-npu.txt @@ -7,7 +7,7 @@ hydra-core numpy pandas peft -pyarrow>=15.0.0 +pyarrow>=21.0.0 pybind11 pylatexenc ray diff --git a/requirements.txt b/requirements.txt index 3d2d80e..45c88ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ liger-kernel numpy pandas peft -pyarrow>=19.0.0 +pyarrow>=21.0.0 pybind11 pylatexenc pre-commit diff --git a/requirements_sglang.txt b/requirements_sglang.txt index 57d5e0b..250a203 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -8,7 +8,7 @@ hydra-core numpy pandas peft -pyarrow>=19.0.0 +pyarrow>=21.0.0 pybind11 pylatexenc ray[default]>=2.10