diff --git a/tools/install_pre_requirements.sh b/tools/install_pre_requirements.sh index edf076fe203..694a3649373 100755 --- a/tools/install_pre_requirements.sh +++ b/tools/install_pre_requirements.sh @@ -29,13 +29,11 @@ python -m pip install $STD_ARGS --only-binary ":all:" --default-timeout=60 \ "scikit-learn>=1.6.dev0" \ "pandas>=3.0.0.dev0" \ "statsmodels>=0.15.0.dev697" \ + "dipy>=1.12.0.dev0" \ + "tables>=3.10.3.dev0" \ "pyarrow>=22.0.0.dev0" \ "matplotlib>=3.11.0.dev0" \ "h5py>=3.13.0" -# Needs https://github.com/dipy/dipy/pull/3678 -# "dipy>=1.12.0.dev0" -# Needs https://github.com/PyTables/PyTables/pull/1286 -# "tables>=3.10.3.dev0" echo "::endgroup::" # No Numba because it forces an old NumPy version