From e5bf446ed8948df9fd81bd9d54d2983be12add90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:10:44 +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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9d4f236..35d798d 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