From 61b771a89faf8b51cf0fa8e6f24350af6f66fa6a Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Tue, 26 Nov 2024 11:11:19 -0500 Subject: [PATCH] FIX: Pin --- tools/azure_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/azure_dependencies.sh b/tools/azure_dependencies.sh index 92bd534e8a4..b15cdaa7b89 100755 --- a/tools/azure_dependencies.sh +++ b/tools/azure_dependencies.sh @@ -6,7 +6,7 @@ STD_ARGS="--progress-bar off --upgrade" python -m pip install $STD_ARGS pip setuptools wheel if [ "${TEST_MODE}" == "pip" ]; then # TODO: numpy<2 because of https://github.com/dipy/dipy/issues/3265 - python -m pip install $STD_ARGS --only-binary="numba,llvmlite,numpy,scipy,vtk,dipy" -e .[test,full] "numpy<2" + python -m pip install $STD_ARGS --only-binary="numba,llvmlite,numpy,scipy,vtk,dipy" -e .[test,full] "numpy<2" "vtk<9.4" elif [ "${TEST_MODE}" == "pip-pre" ]; then ${SCRIPT_DIR}/install_pre_requirements.sh python -m pip install $STD_ARGS --pre -e .[test_extra]