From b6ddc75eda7d13233c06b4c1ac2383095ddd51b5 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Thu, 30 Oct 2025 15:44:06 -0400 Subject: [PATCH] Enable pyarrow 22 for pypi package Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com> --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 87461ca9a..c4b1e48fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ requires = [ # oldest numpy 2 we can "numpy>=2,<2.1; python_version < '3.13'", "numpy>=2,<2.2", - "pyarrow>=15,<22", + "pyarrow>=15,<23", "ruamel.yaml", "scikit-build", "setuptools>=69,<74", @@ -27,7 +27,7 @@ dependencies = [ "packaging", "pandas", "psutil", - "pyarrow>=15,<22", + "pyarrow>=15,<23", "pydantic>=2", "pytz", "ruamel.yaml",