From a38d1a3c8d3f74ee3dad3a37bf849fbc13966e61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 07:31:00 +0000 Subject: [PATCH] Update pyarrow requirement from >=15.0.0 to >=23.0.1 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-23.0.1) --- updated-dependencies: - dependency-name: pyarrow dependency-version: 23.0.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c84af8b..b8a53cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ train = [ "matplotlib>=3.7.1", "numpy>=1.26", "pandas>=2.2.1", - "pyarrow>=15.0.0", + "pyarrow>=23.0.1", "tqdm>=4.66.1", "huggingface_hub>=0.30.0", "safetensors>=0.4.5",