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 05fd2b2 commit 8cc1162Copy full SHA for 8cc1162
tools/install_libzmq.sh
@@ -2,8 +2,7 @@
2
# script to install libzmq/libsodium for use in wheels
3
set -ex
4
LIBSODIUM_VERSION="1.0.19"
5
-
6
-LIBZMQ_VERSION="$(python3 -m buildutils.bundle)"
+LIBZMQ_VERSION="4.3.5"
7
8
if [[ "$(uname)" == "Darwin" ]]; then
9
ARCHS="x86_64"
0 commit comments