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

chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 11d5b7999 πŸ”„ synced local 'docs/docs/guide/' with remote 'docs/guide/'
11d5b7999 is described below

commit 11d5b799908329fede6917e43efe467d6369dbf6
Author: chaokunyang <[email protected]>
AuthorDate: Wed Nov 26 10:56:27 2025 +0000

    πŸ”„ synced local 'docs/docs/guide/' with remote 'docs/guide/'
---
 docs/docs/guide/DEVELOPMENT.md | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/docs/docs/guide/DEVELOPMENT.md b/docs/docs/guide/DEVELOPMENT.md
index 8ac96d9cc..858f53deb 100644
--- a/docs/docs/guide/DEVELOPMENT.md
+++ b/docs/docs/guide/DEVELOPMENT.md
@@ -43,9 +43,8 @@ cd python
 # For Python versions less than 3.13, numpy 2 is not currently supported.
 pip uninstall -y numpy
 # Install necessary environment for Python < 3.13.
-pip install pyarrow==15.0.0 Cython wheel pytest
-# For Python 3.13, pyarrow 18.0.0 is available and requires numpy version 
greater than 2.
-# pip install pyarrow==18.0.0 Cython wheel pytest
+pip install pyarrow Cython wheel pytest
+# pip install pyarrow Cython wheel pytest
 pip install -v -e .
 ```
 
@@ -58,14 +57,12 @@ pip install -v -e .
 Build fory row format:
 
 ```bash
-pip install pyarrow==15.0.0
 bazel build //cpp/fory/row:fory_row_format
 ```
 
 Build fory row format encoder:
 
 ```bash
-pip install pyarrow==15.0.0
 bazel build //cpp/fory/encoder:fory_encoder
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to