Skip to content

Commit 75cc91b

Browse files
committed
Fix missing pyarrow and pandas in mac build
1 parent 56bd04c commit 75cc91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chdb/build_mac_arm64.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ for PY_VER in 3.9.13 3.10.11 3.11.3 3.12.0; do
7373
exit 1
7474
fi
7575

76-
python3 -m pip install -U pybind11 wheel build tox psutil setuptools
76+
python3 -m pip install -U pybind11 wheel build tox psutil setuptools pyarrow pandas
7777
rm -rf ${PROJ_DIR}/buildlib
7878

7979
${PROJ_DIR}/chdb/build.sh

0 commit comments

Comments
 (0)