Skip to content

Commit baa1576

Browse files
committed
FIX: what
1 parent c34eb2e commit baa1576

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tools/install_pre_requirements.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
3535
"statsmodels>=0.15.0.dev0" \
3636
"h5py>=3.13.0"
3737
echo "::endgroup::"
38+
# Until https://github.com/scikit-learn/scikit-learn/issues/33616 is fixed
39+
python -m pip install $STD_ARGS --only-binary ":all:" "scipy==1.17.1"
3840
# No Numba because it forces an old NumPy version
3941

4042
echo "::group::VTK"

0 commit comments

Comments
 (0)