fix(m1): tweak m1 preflight (#4771)

This commit is contained in:
Aseem Bansal 2022-04-29 13:59:47 +05:30 committed by GitHub
parent ee6413f0ab
commit f099aeb550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,9 +26,9 @@ arm64_darwin_preflight() {
##preinstall numpy and pythran from source
pip3 uninstall -y numpy pythran
pip3 install cython pybind11
pip3 install --no-binary :all: --no-use-pep517 numpy
pip3 install --no-use-pep517 numpy
pip3 install pythran
pip3 install --no-binary :all: --no-use-pep517 scipy
pip3 install --no-use-pep517 scipy
fi
printf "✨ Setting up librdkafka prerequisities\n"