From 972f3aa74b3dfb2e8888d2f64190d695e94a300c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 11:53:57 +0000 Subject: [PATCH] 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/go/v15.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.txt | 2 +- requirements_sglang.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 596ec4c..b829447 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ numpy pandas datasets peft -pyarrow>=15.0.0 +pyarrow>=24.0.0 pybind11 pylatexenc pylint==3.3.6 diff --git a/requirements_sglang.txt b/requirements_sglang.txt index ac43c65..9ab807d 100644 --- a/requirements_sglang.txt +++ b/requirements_sglang.txt @@ -9,7 +9,7 @@ numpy pandas datasets peft -pyarrow>=15.0.0 +pyarrow>=24.0.0 pybind11 pylatexenc ray[default]>=2.10