Skip to content

Commit

Permalink
test constraint file
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Apr 21, 2024
1 parent f434552 commit 3cfce61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions constraint.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cmake<3.29
pyzmq==26.0.0
scikit-build-core<0.9
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 -v 'pyzmq==26.0.0' --no-binary pyzmq --constraint "${INSTALLATION_PATH}/constraint.txt"
pip install -v pyzmq --no-binary pyzmq --constraint "${INSTALLATION_PATH}/constraint.txt"

else
print_lc " Skipping. pyzmq already installed"
Expand Down

0 comments on commit 3cfce61

Please sign in to comment.