Skip to content

Commit

Permalink
force cmake below 3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Apr 21, 2024
1 parent c2a90ad commit 04db7bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ _jukebox_core_build_and_install_pyzmq() {
fi

ZMQ_PREFIX="${JUKEBOX_ZMQ_PREFIX}" ZMQ_DRAFT_API=1 \
pip install --no-cache-dir -v pyzmq --no-binary pyzmq
pip install --no-cache-dir -v 'cmake<3.29' pyzmq --no-binary pyzmq

else
print_lc " Skipping. pyzmq already installed"
Expand Down

0 comments on commit 04db7bc

Please sign in to comment.