This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 3d86cad689 [python] Enrich dependencies to README
3d86cad689 is described below
commit 3d86cad6891836ac9c67a5f927a0e33472ed81a8
Author: JingsongLi <[email protected]>
AuthorDate: Thu Aug 7 11:03:52 2025 +0800
[python] Enrich dependencies to README
---
paimon-python/README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/paimon-python/README.md b/paimon-python/README.md
index 3bc2eebe0f..885125cb00 100644
--- a/paimon-python/README.md
+++ b/paimon-python/README.md
@@ -23,6 +23,9 @@ pip3 install ossfs
pip3 install pyarrow
pip3 install polars
pip3 install fastavro
+pip3 install pandas
+pip3 install ray
+pip3 install duckdb
```
# Build