This is an automated email from the ASF dual-hosted git repository.

colinlee pushed a commit to branch add_pyarrow
in repository https://gitbox.apache.org/repos/asf/tsfile.git

commit fbcaab04b3b9a6523506ab6ee975ed6a7d7e37ce
Author: ColinLee <[email protected]>
AuthorDate: Sun Mar 29 15:35:00 2026 +0800

    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]

Reply via email to