From 3cfce61753b36e7ea4991dcfb9df47598f4de6cf Mon Sep 17 00:00:00 2001 From: Alvin Schiller <103769832+AlvinSchiller@users.noreply.github.com> Date: Mon, 22 Apr 2024 00:28:26 +0200 Subject: [PATCH] test constraint file --- constraint.txt | 1 + installation/routines/setup_jukebox_core.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/constraint.txt b/constraint.txt index 5dad58ee0..54aebf332 100644 --- a/constraint.txt +++ b/constraint.txt @@ -1,2 +1,3 @@ cmake<3.29 +pyzmq==26.0.0 scikit-build-core<0.9 diff --git a/installation/routines/setup_jukebox_core.sh b/installation/routines/setup_jukebox_core.sh index a2b004866..dbd5a6c4c 100644 --- a/installation/routines/setup_jukebox_core.sh +++ b/installation/routines/setup_jukebox_core.sh @@ -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"