Skip to content

Commit 09ea7ab

Browse files
authored
MAINT: Restore two 314 deps (#13586)
1 parent f133bea commit 09ea7ab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

tools/install_pre_requirements.sh

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,11 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \
2929
"scikit-learn>=1.6.dev0" \
3030
"pandas>=3.0.0.dev0" \
3131
"statsmodels>=0.15.0.dev697" \
32+
"dipy>=1.12.0.dev0" \
33+
"tables>=3.10.3.dev0" \
3234
"pyarrow>=22.0.0.dev0" \
3335
"matplotlib>=3.11.0.dev0" \
3436
"h5py>=3.13.0"
35-
# Needs https://github.com/dipy/dipy/pull/3678
36-
# "dipy>=1.12.0.dev0"
37-
# Needs https://github.com/PyTables/PyTables/pull/1286
38-
# "tables>=3.10.3.dev0"
3937
echo "::endgroup::"
4038
# No Numba because it forces an old NumPy version
4139

0 commit comments

Comments
 (0)