We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72ee8c5 commit fdf18f5Copy full SHA for fdf18f5
.github/workflows/wheels-dependencies.sh
@@ -135,7 +135,8 @@ if [[ -n "$IS_MACOS" ]]; then
135
# if php is installed, brew tries to reinstall these after installing openblas
136
# remove cairo to fix building harfbuzz on arm64
137
# remove lcms2 and libpng to fix building openjpeg on arm64
138
- brew remove --ignore-dependencies webp libpng libtiff libxcb libxdmcp curl php cairo lcms2 ghostscript
+ # remove zstd to avoid inclusion on x86_64
139
+ brew remove --ignore-dependencies webp libpng libtiff libxcb libxdmcp curl php cairo lcms2 ghostscript zstd
140
141
brew install pkg-config
142
fi
0 commit comments