From 06540f2b886e0d2c926eb4f6381bf883bcdeb1f5 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 12 Jan 2026 13:04:42 -0500 Subject: [PATCH 1/2] MAINT: Restore two 314 deps --- tools/install_pre_requirements.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 From f17b121b01337c291bb0cb9cbb8bf8ef21762d08 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Mon, 12 Jan 2026 14:12:08 -0500 Subject: [PATCH 2/2] TST: Ping