Skip to content

Commit 1d3501e

Browse files
authored
MAINT: Put back pyarrow pre (#13411)
1 parent e3339cb commit 1d3501e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install_pre_requirements.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
3232
"dipy>=1.10.0.dev0" \
3333
"tables>=3.10.3.dev0" \
3434
"statsmodels>=0.15.0.dev697" \
35+
"pyarrow>=22.0.0.dev0" \
3536
"h5py>=3.13.0"
3637
echo "::endgroup::"
37-
# No "pyarrow>=22.0.0.dev0" because of https://github.com/apache/arrow/issues/47308
3838
# No Numba because it forces an old NumPy version
3939

4040
echo "::group::VTK"

0 commit comments

Comments
 (0)