We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c34eb2e commit baa1576Copy full SHA for baa1576
1 file changed
tools/install_pre_requirements.sh
@@ -35,6 +35,8 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
35
"statsmodels>=0.15.0.dev0" \
36
"h5py>=3.13.0"
37
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"
40
# No Numba because it forces an old NumPy version
41
42
echo "::group::VTK"
0 commit comments