From fbcaab04b3b9a6523506ab6ee975ed6a7d7e37ce Mon Sep 17 00:00:00 2001 From: ColinLee Date: Sun, 29 Mar 2026 15:35:00 +0800 Subject: [PATCH] add pyarrow requirement. --- python/pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index 86229aa6d..8b34924ad 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -37,7 +37,8 @@ maintainers = [ ] dependencies = [ "numpy>=2.0.0,<3", - "pandas>=2.0" + "pandas>=2.0", + "pyarrow>=16.0" ] [project.urls]