Skip to content

Commit 8edd25c

Browse files
committed
Compatibility issue when building aarch64 wheel
1 parent 758ddd5 commit 8edd25c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@ jobs:
6464
mkdir -p /root/wheelhouse $src/linux-wheels && \
6565
sed -i "/if basename(fn) not in needed_libs:/s/basename.*libs/1/" /opt/_internal/pipx/venvs/auditwheel/lib/python*/site-packages/auditwheel/wheel_abi.py && \
6666
sed -i "/if src_path is None/a\ continue" /opt/_internal/pipx/venvs/auditwheel/lib/python*/site-packages/auditwheel/repair.py && \
67-
sed -i "s/numpy/h5py==3.10/" $src/pyproject.toml && \
6867
export PATH=/opt/python/cp39-cp39/bin:$PATH && \
6968
/opt/python/cp39-cp39/bin/pip wheel -v --no-deps --no-clean -w /root/wheelhouse $src && \
7069
export whl=`ls /root/wheelhouse/pyscf_forge-*-linux_*.whl` && \

0 commit comments

Comments
 (0)