This is an automated email from the ASF dual-hosted git repository.
colinlee pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new aa77798fd add pyarrow requirement. (#756)
aa77798fd is described below
commit aa77798fd40fa7ddf87b06d9a500c892b83795d0
Author: Colin Lee <[email protected]>
AuthorDate: Sun Mar 29 16:10:36 2026 +0800
add pyarrow requirement. (#756)
---
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]