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

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

commit 7edcace3250c756a9590a5b36bbd93277a0d40ea
Author: ColinLee <[email protected]>
AuthorDate: Fri Apr 3 13:44:43 2026 +0800

    fix pyarrow version.
---
 python/pyproject.toml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/python/pyproject.toml b/python/pyproject.toml
index 8b34924a..476f9123 100644
--- a/python/pyproject.toml
+++ b/python/pyproject.toml
@@ -38,7 +38,8 @@ maintainers = [
 dependencies = [
     "numpy>=2.0.0,<3",
     "pandas>=2.0",
-    "pyarrow>=16.0"
+    "pyarrow>=16.0,<18; python_version<'3.10'",
+    "pyarrow>=18.0,<20; python_version>='3.10'"
 ]
 
 [project.urls]

Reply via email to