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

chaokunyang pushed a commit to tag v1.4.0-rc1
in repository https://gitbox.apache.org/repos/asf/fory.git

commit 2a582c464ebb62b740ad2450b1cebb51361ef9cf
Author: chaokunyang <[email protected]>
AuthorDate: Fri Jul 17 00:27:54 2026 +0800

    ci(python): pin PyArrow for manylinux2014
---
 ci/deploy.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/deploy.sh b/ci/deploy.sh
index fbd5090a1..97663d305 100755
--- a/ci/deploy.sh
+++ b/ci/deploy.sh
@@ -150,7 +150,7 @@ build_pyfory() {
 }
 
 install_pyarrow() {
-  $PIP_CMD install pyarrow numpy
+  $PIP_CMD install "pyarrow<21" numpy
 }
 
 deploy_scala() {


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

Reply via email to