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 e3339cb commit 1d3501eCopy full SHA for 1d3501e
tools/install_pre_requirements.sh
@@ -32,9 +32,9 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
32
"dipy>=1.10.0.dev0" \
33
"tables>=3.10.3.dev0" \
34
"statsmodels>=0.15.0.dev697" \
35
+ "pyarrow>=22.0.0.dev0" \
36
"h5py>=3.13.0"
37
echo "::endgroup::"
-# No "pyarrow>=22.0.0.dev0" because of https://github.com/apache/arrow/issues/47308
38
# No Numba because it forces an old NumPy version
39
40
echo "::group::VTK"
0 commit comments